-
-
Notifications
You must be signed in to change notification settings - Fork 454
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
feat(ast): implement new proposal-import-attributes #1476
Conversation
magic-akari
commented
Nov 21, 2023
•
edited
Loading
edited
- Import Attributes
Current dependencies on/for this PR: This stack of pull requests is managed by Graphite. |
Is this another stage3 feature without test262 tests? We'll leave this as draft if this is the case :-( |
I think I should write a rule for what ecma features we support at some point :-/ |
I implemented it after reading the TypeScript Release Note 🤣 |
Stage 3 features can only be advanced to stage 4 when babel / typescript have implementations. I'm being more conservative around stage 3 features. |
I found the test cases in test262. |
CodSpeed Performance ReportMerging #1476 will not alter performanceComparing Summary
|
8b1caba
to
424e26b
Compare
Nice finding! Let's update our submodule and remove this oxc/tasks/coverage/src/test262.rs Line 163 in 924d99e
|
If I recall correctly, it was removed because it requires a resolver to statically check if the import is actually a json ... which is super weird for a parsing test. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice work! Thank you for bearing with me.