-
Notifications
You must be signed in to change notification settings - Fork 12.8k
Allow Unicode string imports and exports #43870
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
Labels
Comments
I’m happy to work on this (If @weswigham does not started) |
I have not, and probably wouldn't until after the RC cut. If you do work on it, just keep in mind that something like #40708 we intend as a followup for this change, rather than a part of it. For this, we just wanna get the new syntax down, without expanding any TS syntax yet. |
Duplicate of #40594 |
5 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
tc39/ecma262#2154
The above code should be supported.
The minimum viable product should have tests for:
esnext
module outputes2015
or similar module output just to get an error--declaration
emitimport()
type syntax.import()
type syntaximport {}
andexport {}
listsIt is likely that we would never try to emit our own
import()
type syntax.The text was updated successfully, but these errors were encountered: