mirror of
https://github.com/vercel/next.js.git
synced 2026-09-20 02:25:18 +08:00
538f3f68e9
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`