-
Notifications
You must be signed in to change notification settings - Fork 27.7k
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
Add docs for the Rust Compiler (SWC). #31467
Conversation
description: Learn about the Rust Compiler, built with SWC, which transforms and minifies your Next.js application. | ||
--- | ||
|
||
# Rust Compiler |
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.
I think this is misleading since users cannot use Rust.
For example, Next.js ships with a TypeScript compiler so users can author TS code. But Next.js doesn't ship with a Rust compiler.
Maybe we should rename this whole document to Speedy Web Compiler (SWC)
, especially if we plan to use it for TS
Co-authored-by: Steven <[email protected]>
This reverts commit 47aad2f.
This clearly lists what transforms are supported, which are currently experimental, and what is still unsupported with a place to leave feedback and your existing Babel setup.