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
string exports, arbitrary identifier namespace names
My suggestion meets these guidelines:
Example valid ECMA262 code that fails:
import { "some name" as impt } from 'external'; export { impt as "other name" }
See:
https://www.typescriptlang.org/play?ts=5.2.0-dev.20230621#code/KYDwDg9gTgLgBAbzmOBDAznARAC2AG3wjgHdp8ATLOAXyA
Allow TypeScript to support non-identifier export names per ECMA-262 support (tc39/ecma262#2154).
The text was updated successfully, but these errors were encountered:
Duplicate of #40594.
Sorry, something went wrong.
Ahh, after seeing the issue I found the duplicates thanks.
Successfully merging a pull request may close this issue.
Suggestion
π Search Terms
string exports, arbitrary identifier namespace names
β Viability Checklist
My suggestion meets these guidelines:
β Suggestion
π Motivating Example
Example valid ECMA262 code that fails:
See:
https://www.typescriptlang.org/play?ts=5.2.0-dev.20230621#code/KYDwDg9gTgLgBAbzmOBDAznARAC2AG3wjgHdp8ATLOAXyA
π» Use Cases
Allow TypeScript to support non-identifier export names per ECMA-262 support (tc39/ecma262#2154).
The text was updated successfully, but these errors were encountered: