-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Support named TypeScript enums/interfaces/modules #958
Conversation
3a7b412
to
65b1d50
Compare
@ljharb Since you're the most recent person to show activity on this repo, can you review/merge this? |
@spencerhakim looks like we need some more tests first, so coverage doesn't go down. |
Which test covers a TSModuleDeclaration (or any of the other 3 types) without a TSExportKeyword? |
Right, didn't think that through. >_< |
e358c5c
to
bdc8a5f
Compare
3 similar comments
@ljharb Bump, since this is passing. |
@spencerhakim the PR still needs reviews from other collabs |
@spencerhakim this will need a fresh rebase, which has some conflicts, i'm afraid. |
bdc8a5f
to
7f35a3e
Compare
@ljharb After rebasing, this PR ended up being just a single line of actual new functionality, with the rest just being a bunch of new tests. Hope we can get it merged quickly once it passes CI. |
Addresses issues raised in #726 regarding TypeScript-specific AST nodes