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

Fix ExportMap for a merged typescript namespace #1495

Merged
merged 1 commit into from Oct 9, 2019

Commits on Oct 7, 2019

  1. [Fix] named/ExportMap: Fix ExportMap for a merged typescript name…

    …space
    
    A typescript namespace may be declared multiple times, it is then merged
    together and considered to be a single declaration from consuming code.
    In the case where a merged namespace is assigned as the export from a
    module then the declarations from all the instances of the namespace in
    the AST need to be considered as exported.
    benmunro authored and ljharb committed Oct 7, 2019
    Copy the full SHA
    c14c9bd View commit details
    Browse the repository at this point in the history