Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat#Provide a quick-fix for non-exported imports #72

Open
wants to merge 12 commits into
base: oss-hackathon-37440
Choose a base branch
from

Commits on Jun 16, 2022

  1. Add diagnostics messages

    Signed-off-by: Richard Lynch <[email protected]>
    Richard Lynch committed Jun 16, 2022
    Configuration menu
    Copy the full SHA
    99c6de4 View commit details
    Browse the repository at this point in the history
  2. Update insertExportModifier to support VariableDeclarationList

    Signed-off-by: Richard Lynch <[email protected]>
    Richard Lynch committed Jun 16, 2022
    Configuration menu
    Copy the full SHA
    ffa9cf2 View commit details
    Browse the repository at this point in the history
  3. Add fixImportNonExportedMember

    Signed-off-by: Richard Lynch <[email protected]>
    Richard Lynch committed Jun 16, 2022
    Configuration menu
    Copy the full SHA
    f3ec897 View commit details
    Browse the repository at this point in the history
  4. Add tests for fixImportNonExportedMember

    Signed-off-by: Richard Lynch <[email protected]>
    Richard Lynch committed Jun 16, 2022
    Configuration menu
    Copy the full SHA
    c68ae3b View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2022

  1. Ensure that export type isn't clobbered

    Richard Lynch committed Jun 23, 2022
    Configuration menu
    Copy the full SHA
    5cc5f52 View commit details
    Browse the repository at this point in the history
  2. Add test for export type

    Richard Lynch committed Jun 23, 2022
    Configuration menu
    Copy the full SHA
    04f1066 View commit details
    Browse the repository at this point in the history
  3. Add more tests

    Richard Lynch committed Jun 23, 2022
    Configuration menu
    Copy the full SHA
    a71c68f View commit details
    Browse the repository at this point in the history
  4. Ensure export {...} from is not used for the export

    Richard Lynch committed Jun 23, 2022
    Configuration menu
    Copy the full SHA
    700141e View commit details
    Browse the repository at this point in the history
  5. Simplify main logic flow

    Richard Lynch committed Jun 23, 2022
    Configuration menu
    Copy the full SHA
    2225781 View commit details
    Browse the repository at this point in the history
  6. Add test for export * as

    Richard Lynch committed Jun 23, 2022
    Configuration menu
    Copy the full SHA
    5ff147b View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2022

  1. Update diagnostics message

    Richard Lynch committed Jun 24, 2022
    Configuration menu
    Copy the full SHA
    6dba610 View commit details
    Browse the repository at this point in the history
  2. Refactor tests

    Richard Lynch committed Jun 24, 2022
    Configuration menu
    Copy the full SHA
    ec6324a View commit details
    Browse the repository at this point in the history