-
Notifications
You must be signed in to change notification settings - Fork 850
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
Support ES2023 hashbang grammer #1274
Comments
This is already supported for the most part with a few minor test262 edgecase failures. Just fixed 2 in #1341 :) |
I have two questions.
|
Good catch, I didn't spot that on a quick first look. It should check the next char and be copied into the main parser (most likely). |
Agree with @tuchida that Hashbang should also work when using the Rhino engine directly, so not through the Shell |
See https://github.com/tc39/proposal-hashbang
The text was updated successfully, but these errors were encountered: