Commit f794a23
authored
Update SWC crate versions to match Next.js (#3)
* forked_react_compiler -> nextjs_react_compiler
* vendor: react-compiler from pull/36173/head @ d9001e5e85b4a2aa7808c90bcaf3725de989ecaf (forked_react_compiler)
* fixup! forked_react_compiler -> nextjs_react_compiler
* run codemod
* Update SWC crate versions to match Next.js
Aligns swc_ecma_ast/visit (21→23), swc_common (19→21), swc_ecma_parser
(35→39), and swc_ecma_codegen (24→26) with the versions resolved in
Next.js's Cargo.lock so Cargo can unify them into a single compiled
instance when this crate is linked into the Next.js build.
* vendor: react-compiler from pull/36173/head @ d9001e5e85b4a2aa7808c90bcaf3725de989ecaf (nextjs_react_compiler)1 parent cbb3a34 commit f794a23
3 files changed
Lines changed: 44 additions & 8 deletions
File tree
- patches
- react-compiler/crates
- react_compiler_e2e_cli
- react_compiler_swc
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
22 | | - | |
23 | | - | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
0 commit comments