-
Notifications
You must be signed in to change notification settings - Fork 2k
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
chore(lint): switch to import attributes #25599
Conversation
It looks like TypeScript or
|
The reason for the error seems to be that we're using ts-node with SWC, and ts-node enables two experimental SWC features, |
This comment was marked as outdated.
This comment was marked as outdated.
hm, can we fix this by setting |
No, unfortunately that doesn't make any difference. A solution would be to not use swc for the time being. |
Closing in favor of #25603. |
Summary
Migrates import assertions to import attributes.
Test results and supporting details
Related issues
Part of #25596.