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
{ [x: number]: any }
#41660
symbol
const enum
import type
#40344 (comment)
isolatedModules
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Removing Compatibility From Object Types to
{ [x: number]: any }
#41660
symbol
, literals, etc.?const enum
s andimport type
#40344 (comment)
import type
only allowed symbols in type positions.const enum
s inimport type
because really the emit doesn't rely on it.isolatedModules
, the value no longer inlines.isolatedModules
is on, but otherwise remove the error for using it inimport type
.isolatedModules
.const enum
s.Philosophy on ES Modules and the Handbook
The text was updated successfully, but these errors were encountered: