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 codegen output for object with indexer #35344

Closed
wants to merge 13 commits into from
Prev Previous commit
Next Next commit
...
  • Loading branch information
ZihanChen-MSFT committed Dec 12, 2022
commit 1ebab2d4ed0f1ed6c389f45f0b6db911ae8a58d0
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ const {
MoreThanOneTypeParameterGenericParserError,
UnsupportedEnumDeclarationParserError,
UnsupportedGenericParserError,
UnsupportedObjectPropertyTypeAnnotationParserError,
UnnamedFunctionParamParserError,
} = require('./errors');

Expand Down