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

🤖 Pick PR #41479 (Add missed resolveSymbol in comm...) into release-4.1 #41691

Merged

Commits on Nov 25, 2020

  1. Add missed resolveSymbol in commonjs import resolution (microsoft#41479)

    Fixes resolution of export aliases in the postfix-property-access case
    of commonjs require:
    
    ```js
    const { x } = require('./foo').nested
    x
    ```
    
    This program would previously fail if `x` was an export alias.
    
    Fixes microsoft#41422
    sandersn authored and andrewbranch committed Nov 25, 2020
    Copy the full SHA
    2f0a85a View commit details
    Browse the repository at this point in the history