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(referencesImport): support named exports accessed via namespace imports #12603

Merged
merged 1 commit into from Feb 21, 2021

Commits on Feb 21, 2021

  1. feat(referencesImport): support named exports accessed via namespace …

    …imports
    
    * test(traverse): referencesImport
    * feat(referencesImport): support named exports accessed via namespace imports
    * feat(referencesImport): support `namespaceObj?.importName` and `namespaceObj["importName"]`
    * refactor(referencesImport): simplify member expression computed branches
    * test(referencesImport): aliased named import case
    * fix(referencesImport): do not be fooled by import name "*"
      at least when detecting accessing a named import via a '*' import
    
    Co-authored-by: Nicolò Ribaudo <nicolo.ribaudo@gmail.com>
    jeysal and nicolo-ribaudo committed Feb 21, 2021
    Copy the full SHA
    191a654 View commit details
    Browse the repository at this point in the history