-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
test(optimizer/core): import attributes #6298
base: main
Are you sure you want to change the base?
Conversation
Deploying qwik-docs with Cloudflare Pages
|
You need to run pnpm test.rust.update |
ok just did but it looks like it fails when it should work (since import attributes changes to with keyword) |
|
||
[ | ||
{ | ||
"category": "error", |
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.
this shouldn't error
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.
right, I'm trying to upgrade swc which supports with
in the update-rust branch.
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.
awesome
waiting on this pr i think #6005 |
This is now handled via #6005. Not sure if we need a test for it, the entire functionality is provided by SWC |
@PatrickJS do you want to rebase and |
add import attribute to rust