-
-
Notifications
You must be signed in to change notification settings - Fork 485
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
Didn't catch the reference in ExportNamedDeclaration
#3795
Labels
C-bug
Category - Bug
Comments
Related #3796 |
I checked other ASTs, although the spec says it's an
pub enum ModuleExportName<'a> {
Identifier(IdentifierName<'a>), // << change back to identifier reference
StringLiteral(StringLiteral<'a>),
} TypeScript definition: export type ModuleExportName = Identifier | StringLiteral; |
I'm glad you're considering changing it to IdentifierReference, I totally agree! |
I'm working on this. |
Boshen
added a commit
that referenced
this issue
Jun 22, 2024
Boshen
added a commit
that referenced
this issue
Jun 22, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The references of
A
is empty for:playground
The text was updated successfully, but these errors were encountered: