-
Notifications
You must be signed in to change notification settings - Fork 136
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: support import assertions #417
Conversation
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.
Thanks!
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.
@onsclom I believe assert
was renamed to with
.
Can you also add a test for with
as well?
🎉 This PR is included in version 0.27.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
- vercel/nft#415 ([e001d05](vercel/nft@e001d05)) - vercel/nft#417 ([ddc5cba](vercel/nft@ddc5cba)) - vercel/nft#419 ([db6c65a](vercel/nft@db6c65a))
- vercel/nft#415 ([e001d05](vercel/nft@e001d05)) - vercel/nft#417 ([ddc5cba](vercel/nft@ddc5cba)) - vercel/nft#419 ([db6c65a](vercel/nft@db6c65a))
- vercel/nft#415 ([e001d05](vercel/nft@e001d05)) - vercel/nft#417 ([ddc5cba](vercel/nft@ddc5cba)) - vercel/nft#419 ([db6c65a](vercel/nft@db6c65a))
acorn-import-attributes
did not support import assertions before, but now it does!This is important because
acorn
is failing to parserunner.js
in this issue due to an import assertion.