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

JS: Parse arbitary module specifiers #17166

Merged
merged 3 commits into from
Aug 8, 2024

Conversation

erik-krogh
Copy link
Contributor

@erik-krogh erik-krogh commented Aug 6, 2024

See tc39/ecma262#2154.

It's been a feature since ES2022, but we haven't had support for it yet.
But now TS 5.6 is about to add the feature, so we should probably support it.

Evaluation was uneventful. We parse some new files in babel and test262 that we didn't parse before, and nothing broke.

@github-actions github-actions bot added the JS label Aug 6, 2024
@erik-krogh erik-krogh marked this pull request as ready for review August 7, 2024 12:04
@erik-krogh erik-krogh requested a review from a team as a code owner August 7, 2024 12:04
Copy link
Contributor

@sidshank sidshank left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Parser changes look good!

@erik-krogh erik-krogh merged commit 2d3d46e into github:main Aug 8, 2024
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants