-
-
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
Upgrade to napi@1 #1244
Upgrade to napi@1 #1244
Conversation
@kdy1 testing failed, doesn't seem to be caused by my changes. |
The failing test is a test about invalid config file. |
hmmmm, seems like error was eaten by napi...I will fix it |
Is this done? |
Everything is done in swc side, I need sometime to prepare the napi@1 final release, like documentation and migration guide. |
Then I'll wait for it. Thanks a lot!! |
- apple silicon - linux aarch64 - linux armv7 - android aarch64 - Be compatible with yarn pnp
Ready to review |
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.
Cool. Thanks a lot!
New platforms support:
windows x32(Wait for Switching to opt-level=z on i686-windows-msvc triggers STATUS_ACCESS_VIOLATION rust-lang/rust#67497)apple silicon
linux aarch64
linux armv7
android aarch64
Be compatible with yarn pnp
Closes #1238.
Closes #1257.
Closes #1265.