Files
vercel__next.js/test/e2e/swc-plugins-env/plugin/rust-toolchain.toml
Niklas Mischkulnig 538f3f68e9 Bump swc to v77 (#97407)
There have been breaking changes to the AST:
- `BlockStmtOrExpr` is now `ArrowFunctionBody`
- function bodies are `FunctionBody` instead of `BlockStmt`
- JSX text literals are `Wtf8Atom`, instead of `Atom`
2026-09-02 16:09:18 +02:00

5 lines
79 B
TOML

[toolchain]
channel = "stable"
profile = "minimal"
targets = ["wasm32-wasip1"]