We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
TSIndexSignatureName
Identifier
@ArnaudBarre said on #2651 (comment) (relevant to #2463):
For info TSIndexSignatureName also need to be renamed to Identifier:
Example code: type C = {[key: string]: number} oxc vs Babel
type C = {[key: string]: number}
The text was updated successfully, but these errors were encountered:
Serialize
fix(ast): rename TSIndexSignatureName in JSON AST
8e1d27a
Fixes #2656.
fix(ast): rename TSIndexSignatureName in JSON AST (#2664)
d47f0e2
Successfully merging a pull request may close this issue.
@ArnaudBarre said on #2651 (comment) (relevant to #2463):
For info
TSIndexSignatureName
also need to be renamed toIdentifier
:Example code:
type C = {[key: string]: number}
oxc vs Babel
The text was updated successfully, but these errors were encountered: