-
-
Notifications
You must be signed in to change notification settings - Fork 503
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(transformer): use correct scope for TS namespaces (#3489)
Re-use scope ID from `TSModuleDeclaration` for the scope of the function which replaces it in transformed output. This should mean the scope tree is left in correct state after the transform. NB: Still incomplete - we also need to transfer the binding ID from `X` in `namespace X {}` to `let X` in output.
- Loading branch information
1 parent
8e4f335
commit 8d2beff
Showing
1 changed file
with
41 additions
and
41 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters