Commit Graph

427 Commits

Author SHA1 Message Date
Donny/강동윤
3337bb26f9
fix(ci): Make publish action upload cli artifacts (#9040)
**Related issue:**

 - Closes #9035
2024-06-12 14:22:08 +09:00
강동윤 (Donny)
e23af00a8c chore(ci): Disable testing on node@20 2024-06-10 14:16:10 +09:00
Donny/강동윤
6fa79be081
feat(es/transforms): Add experimental output API for transforms (#9000)
**Description:**

This interface will provide a way to emit some outputs from transforms. This data will be emitted back to the JS caller.
2024-06-05 15:38:28 +09:00
강동윤 (Donny)
69a1fd652f chore: Disable some tests 2024-05-30 12:59:57 +09:00
강동윤 (Donny)
da433862d4 chore: Use .npmrc 2024-05-30 11:15:32 +09:00
강동윤 (Donny)
482fcf55c7 chore: Use yarn workspaces 2024-05-29 23:07:38 +09:00
강동윤 (Donny)
e1488a62c4 chore: Disable node@20 for some jobs 2024-05-29 13:29:50 +09:00
강동윤 (Donny)
7ccd27a80e chore: Revert bd6a86a8b5 2024-05-29 13:28:11 +09:00
강동윤 (Donny)
bd6a86a8b5 chore: Enable corepack for all publish actions 2024-05-29 10:10:21 +09:00
강동윤 (Donny)
69cac24cc9 chore: Fix publish command by using cd 2024-05-29 07:44:05 +09:00
강동윤 (Donny)
82d82356d5 chore: Use static .yarnrc 2024-05-29 00:35:29 +09:00
강동윤 (Donny)
4c78c75700 chore: Use token while publishing 2024-05-29 00:23:14 +09:00
강동윤 (Donny)
c0979db821 chore: Fix publish pipeline by using a shared workspace 2024-05-28 23:49:32 +09:00
강동윤 (Donny)
dfd5e8180d chore: Fix publish CI action 2024-05-28 16:16:43 +09:00
강동윤 (Donny)
d0c567085e chore: Fix publish action 2024-05-28 12:24:15 +09:00
Donny/강동윤
9d83d50af4
chore(ci): Fix CI (#8959) 2024-05-18 10:44:19 +09:00
Donny/강동윤
f960d52364
refactor(bindings): Make @swc/core a subpackage (#8625)
**Description:**

This is for consistency and future extensions.
2024-05-18 09:23:06 +09:00
LongYinan
65ea99ec6f
chore(ci): Fix macOS x64 build & publish job (#8901)
`macos-latest` runner was upgraded to `macos-14-arm64`. We need to add `--target x86_64-apple-darwin` explicitly

- Closes https://github.com/swc-project/swc/issues/8898
2024-04-29 10:22:32 +09:00
Donny/강동윤
a1c5415b3b
feat(es/transforms): Allocate stacks dynamically (#8867)
**Description:**

 - This PR introduces an in-tree testing system for Deno.
 - This PR adds `stacker` cargo-feature to `swc_ecma_utils`.

**Related issue:**

 - #1627
 - Closes #8840
2024-04-16 19:43:58 +09:00
LongYinan
b0df6e5341
chore(ci): Add miri tests (#8847)
It can help to find some UB in swc
2024-04-12 03:59:25 +00:00
강동윤 (Donny)
aa4ed06fe5 chore: Allow gist.github.com for repros 2024-04-09 09:54:52 +09:00
Donny/강동윤
8a3d6f85f7
chore(ci): Fix cargo deny action (#8699) 2024-03-06 03:55:42 +00:00
Donny/강동윤
761365eb56
fix(es/module): Allow FileName::Anon from node resolver (#8686)
**Related issue:**
 
 - Closes #8674
2024-03-04 09:36:17 +00:00
Donny/강동윤
6726b631e6
build(cargo): Update rustc to nightly-2024-02-06 (#8618) 2024-02-13 13:32:49 +09:00
Donny/강동윤
6c50ff1bec
refactor(bindings): Remove bindings for experimental packages (#8600)
**Description:**

These packages do not have the same versioning strategy as the main package.
2024-02-05 17:52:22 +09:00
Donny/강동윤
c7236cf077
chore: Add stackblitz.com to nissuer.yml 2024-01-18 23:13:55 +09:00
Donny/강동윤
2ef9ed663a
chore(ci): Fix license check (#8441) 2023-12-21 13:40:52 +09:00
Donny/강동윤
c39ba68207
chore(ci): Fix publish action (#8420) 2023-12-13 10:41:40 +00:00
LongYinan
4b8184ca99
chore(ci): Add linux arm build back (#8406) 2023-12-11 04:45:04 +00:00
Donny/강동윤
25a5189191
chore(ci): Fix publish action (#8400) 2023-12-08 04:43:32 +09:00
강동윤 (Donny)
5631b79d75 chore: Fix issue template 2023-12-08 04:38:57 +09:00
강동윤 (Donny)
8ac47a370e chore: Fix publish action 2023-11-21 11:50:27 +09:00
Donny/강동윤
99ad5022d1
chore: Publish v1.3.98 with swc_core v0.86.73 (#8321) 2023-11-21 10:21:44 +09:00
Donny/강동윤
aac11e712b
chore(ci): Fix CI issue due to yarn (#8319) 2023-11-20 17:57:16 +00:00
David Sherret
7bbe5e67d9
refactor: Remove swc_ecma_dep_graph (#8290) 2023-11-15 17:47:16 +00:00
Donny/강동윤
9a0572b968
refactor(swc_node_base): Rename to swc_malloc (#8272)
**Description:**

This is quite convinient.
2023-11-11 19:10:56 +00:00
Donny/강동윤
ee0c12e4e7
chore(ci): Fix CI (#8267) 2023-11-12 02:25:36 +09:00
강동윤 (Donny)
d4e21fcb78 chore: Fix publish action 2023-11-01 13:19:46 +09:00
Donny/강동윤
8db80b8c28
fix(ci): Set tag for wasm publish actions (#8200) 2023-10-31 18:27:07 +09:00
Donny/강동윤
e446942e17
chore(ci): Remove benchmark action (#8192)
It's not used at the moment, while creating noticeable cost
2023-10-30 07:32:44 +09:00
강동윤 (Donny)
115f6fe4ae chore: Add lightningcss.dev to the allowed repro domain list 2023-10-25 09:57:47 -07:00
Donny/강동윤
affb6fb5e3
refactor(es/compat): Split swc_ecma_transforms_compat (#8110)
**Description:**

- New: `cargo build --release 478.59s user 19.16s system 814% cpu 1:01.09 total`
- Prev: `cargo build --release 495.60s user 18.89s system 742% cpu 1:09.26 total`
2023-10-12 10:08:00 +00:00
강동윤 (Donny)
5779a7e26c chore(ci): Use --tag of npm publish 2023-10-12 10:10:37 +09:00
Donny/강동윤
9d773bfa12
chore(xtask): Add a command for nigjtly build (#8104) 2023-10-12 07:48:28 +09:00
Donny/강동윤
226b17fa86
chore(ci): Remove unused concurrency tests (#8100) 2023-10-11 21:40:49 +09:00
Donny/강동윤
f5d7acfa10
chore(xtask): Add --features to xtask bench (#8094) 2023-10-11 05:21:25 +00:00
강동윤 (Donny)
c26ee63839 chore: Add evanw.github.io to the allowed repro hosts 2023-10-05 16:18:46 +09:00
Balázs Orbán
a2f1010b4e
chore: Update nissuer.yml (#8060)
See https://github.com/swc-project/swc/issues/8059#issuecomment-1744960852
2023-10-03 16:47:13 +00:00
강동윤 (Donny)
a5558236b7 chore: Configure issue validator 2023-10-03 12:42:09 +09:00
Donny/강동윤
2a508bcb9a
chore: Configure nissuer (#8053)
**Description:**

Add https://github.com/marketplace/actions/nissuer to the repository.
2023-10-03 03:33:37 +00:00