Skip to content
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

Update swc_core to v0.75.23 #48098

Merged
merged 38 commits into from
Apr 18, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
38 commits
Select commit Hold shift + click to select a range
dea63d3
Update Turbopack
padmaia Apr 7, 2023
75f9f4c
fix(emotion): update signature
kwonoj Apr 7, 2023
12b47df
Update @swc/helpers
padmaia Apr 7, 2023
add982f
Use correct @swc/helper import
padmaia Apr 7, 2023
9fb2617
Fix native unit tests
kdy1 Apr 8, 2023
990e5a4
Update test refs (native)
kdy1 Apr 8, 2023
b3c36dc
[TRY] Wordaround a bug of swc
kdy1 Apr 8, 2023
6e284e4
Update test refs (native)
kdy1 Apr 8, 2023
6090b9c
Update test refs (native)
kdy1 Apr 8, 2023
f8cbb2d
Fix next.ts
kdy1 Apr 8, 2023
6a0f241
Fix emotion
kdy1 Apr 8, 2023
ad5abab
Fix common js imports
kdy1 Apr 8, 2023
271c948
Fix start-server.ts
kdy1 Apr 9, 2023
32af3bd
Fix test input
kdy1 Apr 9, 2023
ff41359
AST serde
kdy1 Apr 10, 2023
0c9902a
cargo lockfile
kdy1 Apr 10, 2023
2794281
cargo lockfile (Update turbo)
kdy1 Apr 12, 2023
6410439
Add a test
kdy1 Apr 12, 2023
2675e39
Update test refs
kdy1 Apr 12, 2023
ca5320c
Update Turbopack
kdy1 Apr 13, 2023
1458cc8
work around _export helper
shuding Apr 13, 2023
d0a23bf
Update swc crates
kdy1 Apr 14, 2023
b83cf2c
Update test refs
kdy1 Apr 14, 2023
387aea8
Fix pre-compiled
kdy1 Apr 14, 2023
063bc58
pnpm lockfile
kdy1 Apr 14, 2023
f4689be
pnpm lockfile
kdy1 Apr 14, 2023
0a5ecee
Update `@swc/core`
kdy1 Apr 14, 2023
65f9af8
Precompile
kdy1 Apr 14, 2023
0b0d537
Precompile
kdy1 Apr 14, 2023
37803f8
Update swc/core
kdy1 Apr 17, 2023
0e28c4e
Remove a wrong test
kdy1 Apr 17, 2023
2105a1e
Update jest snapshots
kdy1 Apr 17, 2023
89df157
cargo lockfile
kdy1 Apr 18, 2023
b9a57f3
pnpm lockfile
kdy1 Apr 18, 2023
c66a6c6
link
kdy1 Apr 18, 2023
a9c19eb
cargo lockfile
kdy1 Apr 18, 2023
205b940
pnpm lockfile
kdy1 Apr 18, 2023
1597c1a
Merge branch 'canary' into kdy1/swc-0-74
kdy1 Apr 18, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@
"@opentelemetry/api": "1.4.1",
"@svgr/webpack": "5.5.0",
"@swc/cli": "0.1.55",
"@swc/core": "1.2.203",
"@swc/helpers": "0.4.14",
"@swc/core": "1.3.51",
"@swc/helpers": "0.5.0",
"@testing-library/react": "13.0.0",
"@types/cheerio": "0.22.16",
"@types/fs-extra": "8.1.0",
Expand Down
Loading