Commit Graph

580 Commits

Author SHA1 Message Date
SWC Bot
4a87670638 chore: Publish 1.7.0-nightly-20240717.3 with swc_core v0.98.0 2024-07-17 20:15:39 +00:00
SWC Bot
b998a0a765 chore: Publish 1.7.0-nightly-20240717.2 with swc_core v0.98.0 2024-07-17 19:50:04 +00:00
SWC Bot
933a7be7b5 chore: Publish 1.7.0-nightly-20240717.1 with swc_core v0.98.0 2024-07-17 19:40:33 +00:00
SWC Bot
cb0ff00c73 chore: Publish 1.7.0-nightly-20240715.2 with swc_core v0.97.5 2024-07-15 10:17:43 +00:00
SWC Bot
0891fb8aba chore: Publish 1.7.0-nightly-20240715.1 with swc_core v0.97.4 2024-07-15 07:45:23 +00:00
SWC Bot
e5f6efa97e chore: Publish 1.7.0-nightly-20240714.1 with swc_core v0.97.2 2024-07-14 15:53:09 +00:00
강동윤 (Donny)
9fc089662e chore: Publish @swc/helpers@v0.5.12 2024-07-13 17:14:27 +09:00
Jiwon Choi
69719c2acb
refactor(es/helpers): Remove unnecessary exports (#9225)
**Description:**

Helper methods were exporting twice, `_` and it's own function name.
We can map the build script to export `_` as it's own name (filename).
Therefore we export only once as `_`, and map the name on the build
script.

```js
// helpers/_foo.js

function _foo() {
  // ...
}

export { _foo as _ }
```
```js
// index.js

// We know the func name will be `_foo` based on the filename.
export { _ as _foo } from '_foo.js'
```

Closes #9203

---------

Co-authored-by: magic-akari <akari.ccino@gmail.com>
2024-07-13 17:13:25 +09:00
SWC Bot
01dd7559ac chore: Publish 1.7.0-nightly-20240713.1 with swc_core v0.97.1 2024-07-13 08:04:56 +00:00
Donny/강동윤
c40b5b97e4
chore(ci): Fix CI (#9219) 2024-07-12 15:06:53 +09:00
SWC Bot
d5ee84acf2 chore: Publish 1.6.13 with swc_core v0.96.9 2024-07-06 16:31:20 +00:00
SWC Bot
784a3c0773 chore: Publish 1.6.13-nightly-20240706.1 with swc_core v0.96.9 2024-07-06 15:33:06 +00:00
SWC Bot
4dc62950a5 chore: Publish 1.6.12 with swc_core v0.96.7 2024-07-06 11:11:06 +00:00
SWC Bot
b9e13993ed chore: Publish 1.6.12-nightly-20240706.2 with swc_core v0.96.7 2024-07-06 10:14:22 +00:00
SWC Bot
db888c539e chore: Publish 1.6.12-nightly-20240706.1 with swc_core v0.96.7
Some checks are pending
CI / Test - ${{ matrix.settings.crate }} - ${{ matrix.settings.os }} (map[crate:swc_plugin_testing os:windows-latest runner:windows-latest]) (push) Waiting to run
CI / Test - ${{ matrix.settings.crate }} - ${{ matrix.settings.os }} (map[crate:swc_timer os:ubuntu-latest runner:ubuntu-latest]) (push) Waiting to run
CI / Test - ${{ matrix.settings.crate }} - ${{ matrix.settings.os }} (map[crate:swc_trace_macro os:ubuntu-latest runner:ubuntu-latest]) (push) Waiting to run
CI / Test - ${{ matrix.settings.crate }} - ${{ matrix.settings.os }} (map[crate:swc_transform_common os:ubuntu-latest runner:ubuntu-latest]) (push) Waiting to run
CI / Test - ${{ matrix.settings.crate }} - ${{ matrix.settings.os }} (map[crate:swc_typescript os:ubuntu-latest runner:ubuntu-latest]) (push) Waiting to run
CI / Test - ${{ matrix.settings.crate }} - ${{ matrix.settings.os }} (map[crate:swc_visit os:ubuntu-latest runner:ubuntu-latest]) (push) Waiting to run
CI / Test - ${{ matrix.settings.crate }} - ${{ matrix.settings.os }} (map[crate:swc_visit_macros os:ubuntu-latest runner:ubuntu-latest]) (push) Waiting to run
CI / Test - ${{ matrix.settings.crate }} - ${{ matrix.settings.os }} (map[crate:swc_x_optimizer os:ubuntu-latest runner:ubuntu-latest]) (push) Waiting to run
CI / Test - ${{ matrix.settings.crate }} - ${{ matrix.settings.os }} (map[crate:swc_xml os:ubuntu-latest runner:ubuntu-latest]) (push) Waiting to run
CI / Test - ${{ matrix.settings.crate }} - ${{ matrix.settings.os }} (map[crate:swc_xml_ast os:ubuntu-latest runner:ubuntu-latest]) (push) Waiting to run
CI / Test - ${{ matrix.settings.crate }} - ${{ matrix.settings.os }} (map[crate:swc_xml_codegen os:ubuntu-latest runner:ubuntu-latest]) (push) Waiting to run
CI / Test - ${{ matrix.settings.crate }} - ${{ matrix.settings.os }} (map[crate:swc_xml_codegen_macros os:ubuntu-latest runner:ubuntu-latest]) (push) Waiting to run
CI / Test - ${{ matrix.settings.crate }} - ${{ matrix.settings.os }} (map[crate:swc_xml_parser os:ubuntu-latest runner:ubuntu-latest]) (push) Waiting to run
CI / Test - ${{ matrix.settings.crate }} - ${{ matrix.settings.os }} (map[crate:swc_xml_visit os:ubuntu-latest runner:ubuntu-latest]) (push) Waiting to run
CI / Test - ${{ matrix.settings.crate }} - ${{ matrix.settings.os }} (map[crate:testing os:ubuntu-latest runner:ubuntu-latest]) (push) Waiting to run
CI / Test - ${{ matrix.settings.crate }} - ${{ matrix.settings.os }} (map[crate:testing_macros os:ubuntu-latest runner:ubuntu-latest]) (push) Waiting to run
CI / Test node bindings - ${{ matrix.os }} (macos-latest) (push) Waiting to run
CI / Test node bindings - ${{ matrix.os }} (windows-latest) (push) Waiting to run
CI / Test with @swc/cli (push) Waiting to run
CI / Miri (better_scoped_tls) (push) Waiting to run
CI / Miri (string_enum) (push) Waiting to run
CI / Miri (swc) (push) Waiting to run
CI / Miri (swc_bundler) (push) Waiting to run
CI / Miri (swc_ecma_codegen) (push) Waiting to run
CI / Miri (swc_ecma_minifier) (push) Waiting to run
CI / Done (push) Blocked by required conditions
Benchmark / List crates (push) Waiting to run
Benchmark / Bench ${{ matrix.crate }} (push) Blocked by required conditions
Benchmark / Process result (push) Blocked by required conditions
Bot / Start (push) Waiting to run
2024-07-06 07:44:52 +00:00
SWC Bot
6a4c1d379f chore: Publish 1.6.11-nightly-20240706.1 with swc_core v0.96.7 2024-07-06 06:37:43 +00:00
SWC Bot
02441ac045 chore: Publish 1.6.9-nightly-20240706.6 with swc_core v0.96.6 2024-07-06 04:58:14 +00:00
SWC Bot
787d6154c1 chore: Publish 1.6.9-nightly-20240706.5 with swc_core v0.96.6 2024-07-06 03:55:07 +00:00
SWC Bot
e4211ba9b1 chore: Publish 1.6.9-nightly-20240706.4 with swc_core v0.96.6 2024-07-06 02:02:32 +00:00
Donny/강동윤
8b4d4676be
chore(ci): Tag releases from new publish pipeline (#9156) 2024-07-06 10:35:17 +09:00
강동윤 (Donny)
2052b4c857 chore: Publish 1.6.8-nightly-20240706.1 with swc_core v0.96.6 2024-07-06 08:30:53 +09:00
강동윤 (Donny)
1a71601fc2 chore: Publish 1.6.8-nightly-20240705.2 with swc_core v0.96.5
Some checks are pending
CI / Done (push) Blocked by required conditions
Benchmark / List crates (push) Waiting to run
Benchmark / Bench ${{ matrix.crate }} (push) Blocked by required conditions
Benchmark / Process result (push) Blocked by required conditions
Bot / Start (push) Waiting to run
Publish (core) / stable - ${{ matrix.settings.target }} - node@20 (map[build:cargo build --manifest-path ../../bindings/swc_cli/Cargo.toml --release --features plugin --target x86_64-apple-darwin cp ../../bindings/target/x86_64-apple-darwin/release/swc . chmod +x ./swc… (push) Waiting to run
Publish (core) / stable - ${{ matrix.settings.target }} - node@20 (map[build:export CARGO_PROFILE_RELEASE_LTO=false yarn build --target x86_64-pc-windows-msvc cargo build --manifest-path ../../bindings/swc_cli/Cargo.toml --release --features plugin --target x86_64-pc-w… (push) Waiting to run
Publish (core) / stable - ${{ matrix.settings.target }} - node@20 (map[build:export DISABLE_PLUGIN_E2E_TESTS=true export CARGO_PROFILE_RELEASE_CODEGEN_UNITS=256 export CARGO_PROFILE_RELEASE_LTO=false cargo build --manifest-path ../../bindings/swc_cli/Cargo.toml --relea… (push) Waiting to run
Publish (core) / stable - ${{ matrix.settings.target }} - node@20 (map[build:export DISABLE_PLUGIN_E2E_TESTS=true export CARGO_PROFILE_RELEASE_LTO=false cargo build --manifest-path ../../bindings/swc_cli/Cargo.toml --release --target i686-pc-windows-msvc cp ../../bindi… (push) Waiting to run
Publish (core) / stable - ${{ matrix.settings.target }} - node@20 (map[build:export DISABLE_PLUGIN_E2E_TESTS=true yarn napi build --bin swc --release --target armv7-unknown-linux-gnueabihf --manifest-path ../../bindings/swc_cli/Cargo.toml -x --target-dir ../release -o … (push) Waiting to run
Publish (core) / stable - ${{ matrix.settings.target }} - node@20 (map[build:export JEMALLOC_SYS_WITH_LG_PAGE=16 && rustup toolchain install $(cat ../../rust-toolchain) && rustup target add aarch64-unknown-linux-musl && RUSTFLAGS='-C target-feature=+crt-static -C link-… (push) Waiting to run
Publish (core) / stable - ${{ matrix.settings.target }} - node@20 (map[build:set -e && export CARGO_PROFILE_RELEASE_LTO=false && RUSTFLAGS='-C target-feature=+sse2' cargo build --manifest-path ../../bindings/swc_cli/Cargo.toml --release --features plugin --target x86_6… (push) Waiting to run
Publish (core) / stable - ${{ matrix.settings.target }} - node@20 (map[build:set -e && export JEMALLOC_SYS_WITH_LG_PAGE=16 && rustup target add aarch64-unknown-linux-gnu && RUSTFLAGS='' cargo build --manifest-path ../../bindings/swc_cli/Cargo.toml --release --features … (push) Waiting to run
Publish (core) / stable - ${{ matrix.settings.target }} - node@20 (map[build:set -e && unset CC_x86_64_unknown_linux_gnu && unset CC && RUSTFLAGS='-C target-feature=+sse2' cargo build --manifest-path ../../bindings/swc_cli/Cargo.toml --release --features plugin --targe… (push) Waiting to run
Publish (core) / stable - ${{ matrix.settings.target }} - node@20 (map[build:sudo rm -Rf /Library/Developer/CommandLineTools/SDKs/*; export CC=$(xcrun -f clang); export CXX=$(xcrun -f clang++); SYSROOT=$(xcrun --sdk macosx --show-sdk-path); export CFLAGS="-isysroot $SY… (push) Waiting to run
Publish (core) / Test bindings on ${{ matrix.settings.target }} - node@${{ matrix.node }} (18, map[host:macos-latest target:x86_64-apple-darwin]) (push) Blocked by required conditions
Publish (core) / Test bindings on ${{ matrix.settings.target }} - node@${{ matrix.node }} (18, map[host:windows-latest target:x86_64-pc-windows-msvc]) (push) Blocked by required conditions
Publish (core) / Test bindings on ${{ matrix.settings.target }} - node@${{ matrix.node }} (20, map[host:macos-latest target:x86_64-apple-darwin]) (push) Blocked by required conditions
Publish (core) / Test bindings on ${{ matrix.settings.target }} - node@${{ matrix.node }} (20, map[host:windows-latest target:x86_64-pc-windows-msvc]) (push) Blocked by required conditions
Publish (core) / Test bindings on Linux-x64-gnu - node@${{ matrix.node }} (18) (push) Blocked by required conditions
Publish (core) / Test bindings on Linux-x64-gnu - node@${{ matrix.node }} (20) (push) Blocked by required conditions
Publish (core) / Test bindings on x86_64-unknown-linux-musl - node@${{ matrix.node }} (18) (push) Blocked by required conditions
Publish (core) / Test bindings on x86_64-unknown-linux-musl - node@${{ matrix.node }} (20) (push) Blocked by required conditions
Publish (core) / Test bindings on aarch64-unknown-linux-musl - node@lts (push) Blocked by required conditions
Publish (core) / Test bindings on armv7-unknown-linux-gnueabihf - node@${{ matrix.node }} (18) (push) Blocked by required conditions
Publish (core) / Test bindings on armv7-unknown-linux-gnueabihf - node@${{ matrix.node }} (20) (push) Blocked by required conditions
Publish (core) / npm (push) Blocked by required conditions
Publish (core) / Build - wasm (${{ matrix.settings.npm }}) for node.js (map[crate:binding_core_wasm npm:@swc\/wasm target:nodejs]) (push) Waiting to run
Publish (core) / Build - wasm (${{ matrix.settings.npm }}) for node.js (map[crate:binding_core_wasm npm:@swc\/wasm-web target:web]) (push) Waiting to run
Publish (core) / Build - wasm (${{ matrix.settings.npm }}) for node.js (map[crate:binding_typescript_wasm npm:@swc\/wasm-typescript target:nodejs]) (push) Waiting to run
2024-07-05 21:53:11 +09:00
강동윤 (Donny)
e2ae26bbdd chore: Publish 1.6.8-nightly-20240705.1 with swc_core v0.96.5 2024-07-05 21:47:37 +09:00
강동윤 (Donny)
3d80173acd chore: Publish 1.6.8-nightly-20240704.3 with swc_core v0.96.3 2024-07-04 18:40:17 +09:00
강동윤 (Donny)
f04365a4cf chore: Publish 1.6.8-nightly-20240704.2 with swc_core v0.96.3 2024-07-04 18:26:07 +09:00
강동윤 (Donny)
178cbdd325 chore: Publish 1.6.8-nightly-20240704.1 with swc_core v0.96.2 2024-07-04 12:43:48 +09:00
강동윤 (Donny)
c12c8d93f3 chore: Publish 1.6.7 with swc_core v0.96.2 2024-07-03 23:10:46 +09:00
강동윤 (Donny)
917cf830fe chore: Publish 1.6.7-nightly-20240703.4 with swc_core v0.96.2 2024-07-03 15:57:49 +09:00
강동윤 (Donny)
e2527fb969 chore: Publish 1.6.7-nightly-20240703.3 with swc_core v0.96.2 2024-07-03 15:39:16 +09:00
강동윤 (Donny)
cffc68d9df chore: Publish 1.6.7-nightly-20240703.2 with swc_core v0.96.1 2024-07-03 10:40:52 +09:00
강동윤 (Donny)
50c0eaf4de chore: Publish 1.6.7-nightly-20240703.1 with swc_core v0.96.1 2024-07-03 10:23:39 +09:00
강동윤 (Donny)
3ed3ff0e9a chore: Publish 1.6.6 with swc_core v0.95.10 2024-06-29 20:01:20 +09:00
강동윤 (Donny)
8e98fa0ba8 chore: Publish 1.6.5 with swc_core v0.95.6 2024-06-22 12:01:34 +09:00
강동윤 (Donny)
a56d311666 chore: Publish 1.6.4 with swc_core v0.95.6 2024-06-22 10:03:17 +09:00
Donny/강동윤
e71b6d31b1
feat(cli): Support generating .d.ts files (#9097)
**Description:**

I verified that `swc_cli` (Rust) works with 

```json
{
    "jsc": {
        "parser": {
            "syntax": "typescript"
        },
        "experimental": {
            "emitIsolatedDts": true
        }
    }
}
```
2024-06-22 09:35:15 +09:00
강동윤 (Donny)
60ae1f75b5 chore: Publish 1.6.3 with swc_core v0.95.4 2024-06-19 13:03:59 +09:00
강동윤 (Donny)
e640972dae chore: Publish 1.6.1 with swc_core v0.95.2 2024-06-16 14:56:06 +09:00
강동윤 (Donny)
13c2b2eef0 chore: Publish 1.6.0 with swc_core v0.95.0 2024-06-15 22:01:17 +09:00
강동윤 (Donny)
3797b0b1af chore: Publish 1.5.30-nightly-20240614.2 with swc_core v0.94.0 2024-06-14 22:57:08 +09:00
강동윤 (Donny)
0e09be47da chore: Publish 1.5.30-nightly-20240614.1 with swc_core v0.94.0 2024-06-14 22:04:14 +09:00
강동윤 (Donny)
4ecda3851c chore: Publish 1.5.29 with swc_core v0.93.4 2024-06-13 09:15:07 +09:00
강동윤 (Donny)
1c9a050c6c chore: Publish 1.5.29-nightly-20240612.3 with swc_core v0.93.4 2024-06-12 23:27:24 +09:00
강동윤 (Donny)
dab7bfca53 chore: Publish 1.5.29-nightly-20240612.2 with swc_core v0.93.4 2024-06-12 17:37:57 +09:00
강동윤 (Donny)
ad3ab3bd0b chore: Publish 1.5.29-nightly-20240612.1 with swc_core v0.93.4 2024-06-12 17:37:35 +09:00
SWC Bot
f7dc8245c5 chore: Publish 1.5.29-nightly-20240612.1 2024-06-12 03:33:37 +00:00
SWC Bot
328cb4b248 chore: Publish 1.5.29-nightly-20240611.1 2024-06-11 08:32:31 +00:00
강동윤 (Donny)
e06198552c chore: Publish 1.5.28 with swc_core v0.93.2 2024-06-11 15:03:56 +09:00
SWC Bot
2133903e8f chore: Publish 1.5.28-nightly-20240611.1 2024-06-11 00:06:15 +00:00
강동윤 (Donny)
4d00b671f6 chore: Publish 1.5.27 with swc_core v0.93.1 2024-06-10 14:16:42 +09:00
강동윤 (Donny)
3f7820a3a1 chore: Publish 1.5.26 with swc_core v0.93.1 2024-06-10 12:16:58 +09:00
SWC Bot
22c00c7776 chore: Publish 1.5.26-nightly-20240610.1 2024-06-10 02:36:01 +00:00
SWC Bot
d4ab0acbe2 chore: Publish 1.5.26-nightly-20240607.1 2024-06-07 12:10:53 +00:00
Donny/강동윤
cada50b017
feat(es/minifier): Support module: "unknown" (#9026)
**Related issue:**

 - Closes #8571
2024-06-07 07:17:05 +00:00
SWC Bot
1b174dfac5 chore: Publish 1.5.11-nightly-20240606.1 2024-06-06 00:08:15 +00:00
강동윤 (Donny)
8bb302a508 chore: Publish 1.5.25 with swc_core v0.92.10 2024-06-05 10:22:50 +09:00
SWC Bot
774f3608d2 chore: Publish 1.5.11-nightly-20240601.1 2024-06-01 00:07:27 +00:00
SWC Bot
4e1adfcc88 chore: Publish 1.5.11-nightly-20240531.1 2024-05-31 00:08:16 +00:00
강동윤 (Donny)
a1084695ae chore: Publish 1.5.24 with swc_core v0.92.7 2024-05-30 20:57:04 +09:00
강동윤 (Donny)
a7772a6853 chore: Remove src/ prefix 2024-05-30 20:56:14 +09:00
강동윤 (Donny)
715e87ccbd chore: Publish 1.5.23 with swc_core v0.92.7 2024-05-30 18:50:32 +09:00
Donny/강동윤
125ddd2dd9
fix(bindings/node): Fix regression of JS APIs (#8998)
**Related issue:**

 - Closes #8997
2024-05-30 18:47:24 +09:00
강동윤 (Donny)
797b90bc88 chore: Publish 1.5.22 with swc_core v0.92.6 2024-05-30 13:53:30 +09:00
강동윤 (Donny)
2de4099b74 chore: Publish 1.5.21 with swc_core v0.92.6 2024-05-30 13:51:33 +09:00
강동윤 (Donny)
1d87db555a chore: Publish 1.5.21-nightly-20240530.2 with swc_core v0.92.6 2024-05-30 13:00:44 +09:00
강동윤 (Donny)
fed749ae4e chore: Publish 1.5.21-nightly-20240530.1 with swc_core v0.92.6 2024-05-30 11:16:19 +09:00
강동윤 (Donny)
48fd8ecb46 chore: Publish 1.5.21-nightly-20240529.4 with swc_core v0.92.6 2024-05-29 23:08:24 +09:00
강동윤 (Donny)
ebb135b39e chore: Use prepack instead of prepublish 2024-05-29 23:00:19 +09:00
강동윤 (Donny)
7d881fb203 chore: Publish 1.5.21-nightly-20240529.2 with swc_core v0.92.6 2024-05-29 22:18:54 +09:00
강동윤 (Donny)
626f13eff9 chore: Use prepublish instead of prepublishOnly 2024-05-29 22:18:09 +09:00
강동윤 (Donny)
d7021d318f chore: Publish 1.5.21-nightly-20240529.1 with swc_core v0.92.6 2024-05-29 15:40:35 +09:00
강동윤 (Donny)
4c0b2e81d9 chore: Include binding.js 2024-05-29 15:35:15 +09:00
강동윤 (Donny)
5cfa31ee7c chore: Publish 1.5.20 with swc_core v0.92.6 2024-05-29 14:34:39 +09:00
강동윤 (Donny)
b24c44b088 chore: Include postinstall.js 2024-05-29 14:33:53 +09:00
강동윤 (Donny)
23a41a9009 chore: Publish 1.5.19 with swc_core v0.92.6 2024-05-29 13:30:33 +09:00
강동윤 (Donny)
169d2431d0 chore: Publish 1.5.18 with swc_core v0.92.6 2024-05-29 10:14:04 +09:00
강동윤 (Donny)
255d1004b1 chore: Publish 1.5.17 with swc_core v0.92.6 2024-05-29 07:44:50 +09:00
강동윤 (Donny)
cd8d14a965 chore: Publish 1.5.16 with swc_core v0.92.6 2024-05-29 00:36:41 +09:00
강동윤 (Donny)
1cac494d3e chore: Publish 1.5.15 with swc_core v0.92.6 2024-05-29 00:23:50 +09:00
강동윤 (Donny)
ef4b58fc76 chore: Publish 1.5.14 with swc_core v0.92.6 2024-05-29 00:00:49 +09:00
강동윤 (Donny)
6ca7c91a35 chore: Publish 1.5.13 with swc_core v0.92.6 2024-05-28 23:50:15 +09:00
강동윤 (Donny)
76b4de1b66 chore: Publish 1.5.12 with swc_core v0.92.6 2024-05-28 16:17:21 +09:00
강동윤 (Donny)
ac28dea0b6 chore: Publish 1.5.11 with swc_core v0.92.6 2024-05-28 15:06:11 +09:00
강동윤 (Donny)
f154db82eb chore: Publish 1.5.10 with swc_core v0.92.6 2024-05-28 14:17:00 +09:00
강동윤 (Donny)
eb3e35dba1 chore: Publish 1.5.9 with swc_core v0.92.6 2024-05-28 12:31:56 +09:00
강동윤 (Donny)
16687d9ba3 chore: Publish 1.5.8 with swc_core v0.92.5 2024-05-20 11:49:06 +09:00
강동윤 (Donny)
35eac478d8 chore: Restore yarn changelog 2024-05-18 09:53:47 +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
SWC Bot
edca394374 chore: Publish 1.5.8-nightly-20240516.2 2024-05-16 02:48:21 +00:00
SWC Bot
73532ac7ee chore: Publish 1.5.8-nightly-20240516.1 2024-05-16 00:07:09 +00:00
강동윤 (Donny)
a5004fac0f chore: Publish 1.5.7 with swc_core v0.92.4 2024-05-15 08:53:35 +09:00
강동윤 (Donny)
ee09d7f40c chore: Publiush @swc/types@v0.1.7 2024-05-15 08:51:33 +09:00
강동윤 (Donny)
5c93873660 chore: Publish 1.5.6 with swc_core v0.92.4 2024-05-14 09:27:15 +09:00
SWC Bot
94ed67e0d8 chore: Publish 1.5.6-nightly-20240511.1 2024-05-11 00:09:32 +00:00
강동윤 (Donny)
2f898b5eaf chore: Publish 1.5.5 with swc_core v0.92.2 2024-05-08 16:56:30 +09:00
SWC Bot
f4685ab631 chore: Publish 1.5.5-nightly-20240507.1 2024-05-07 03:49:05 +00:00
강동윤 (Donny)
0a6dbee9b1 chore: Publish 1.5.4 with swc_core v0.91.4 2024-05-06 21:25:14 +09:00
SWC Bot
d32f2d2936 chore: Publish 1.5.3-nightly-20240506.1 2024-05-06 00:07:28 +00:00
Kenta Moriuchi
f1c2550d89
chore(bindings): Update types (#8912) 2024-05-05 01:08:20 +00:00
SWC Bot
9db8cdbfe3 chore: Publish 1.5.3-nightly-20240501.1 2024-05-01 00:06:54 +00:00
SWC Bot
579a1de6b2 chore: Publish 1.5.3-nightly-20240429.2 2024-04-29 02:22:43 +00:00
SWC Bot
04de5073bc chore: Publish 1.5.3-nightly-20240429.1 2024-04-29 01:53:31 +00:00
강동윤 (Donny)
501ae8bbef chore: Publish 1.5.2 with swc_core v0.91.1 2024-04-27 19:31:14 +09:00
강동윤 (Donny)
bb317aaf26 chore: Publish 1.5.1 with swc_core v0.91.1 2024-04-27 15:29:15 +09:00
SWC Bot
9749bd2614 chore: Publish 1.5.1-nightly-20240426.1 2024-04-26 00:06:36 +00:00
강동윤 (Donny)
016fe14164 chore: Publish @swc/helpers@0.5.11 2024-04-25 09:45:46 +09:00
Andrew Enger
438d0b32b6
fix(es/helpers): Remove unused export from _using_ctx.js (#8891)
**Description:**

Fixes stray export in `_using_ctx.js` inside of `packages/helpers`. This was causing build failures in my project, and I believe it was an errant export from a previous version of the helpers package.
2024-04-25 09:45:03 +09:00
강동윤 (Donny)
37dc43c69d chore: Publish 1.5.0 with swc_core v0.91.0 2024-04-24 09:59:57 +09:00
강동윤 (Donny)
3311da75c0 chore: Publish 1.4.17 with swc_core v0.90.37 2024-04-23 12:35:24 +09:00
SWC Bot
fedf06f820 chore: Publish 1.4.17-nightly-20240423.3 2024-04-23 03:34:02 +00:00
SWC Bot
2c1e959771 chore: Publish 1.4.17-nightly-20240423.2 2024-04-23 03:23:25 +00:00
SWC Bot
2fbb8641f5 chore: Publish 1.4.17-nightly-20240423.1 2024-04-23 02:09:59 +00:00
SWC Bot
5d5cf43949 chore: Publish 1.4.17-nightly-20240421.1 2024-04-21 00:06:37 +00:00
SWC Bot
105593fd71 chore: Publish 1.4.17-nightly-20240419.1 2024-04-19 14:16:02 +00:00
강동윤 (Donny)
f58b95a3d7 chore: Publish 1.4.16 with swc_core v0.90.35 2024-04-18 16:57:31 +09:00
강동윤 (Donny)
ba9f33bb78 chore: Publish 1.4.15 with swc_core v0.90.34 2024-04-17 17:41:20 +09:00
SWC Bot
0594398aab chore: Publish 1.4.15-nightly-20240417.1 2024-04-17 07:09:51 +00:00
SWC Bot
036414af12 chore: Publish 1.4.15-nightly-20240416.4 2024-04-16 23:39:01 +00:00
SWC Bot
36e49e456f chore: Publish 1.4.15-nightly-20240416.3 2024-04-16 11:21:39 +00:00
SWC Bot
8bf1360f19 chore: Publish 1.4.15-nightly-20240416.2 2024-04-16 11:09:03 +00:00
SWC Bot
997063d0fc chore: Publish 1.4.15-nightly-20240416.1 2024-04-16 00:08:37 +00:00
강동윤 (Donny)
b9758f3cc1 chore: Format helpers 2024-04-15 22:03:13 +09:00
강동윤 (Donny)
1af8483290 chore: Publish @swc/helpers@v0.5.10 2024-04-15 22:03:04 +09:00
Donny/강동윤
6d240768b1
fix(es/proposal): Update explicit resource management to match spec (#8860)
**Related issue:**

 - Closes #8853
2024-04-15 15:28:11 +09:00
강동윤 (Donny)
b03669c5c4 chore: Publish 1.4.14 with swc_core v0.90.31 2024-04-15 11:37:49 +09:00
강동윤 (Donny)
187ceb199a chore: Format helpers 2024-04-12 16:22:56 +09:00
강동윤 (Donny)
86c22f3ffa chore: Publish @swc/helpers@0.5.9 2024-04-12 16:22:30 +09:00
sschen86
67bfcf41f5
fix(es/helpers): Add missing helpers (#8843) 2024-04-12 16:21:32 +09:00
SWC Bot
ea830aabbe chore: Publish 1.4.14-nightly-20240411.1 2024-04-11 00:07:51 +00:00
강동윤 (Donny)
1a5b2f729d chore: Publish 1.4.13 with swc_core v0.90.30 2024-04-09 15:25:51 +09:00
SWC Bot
7fcfc74d15 chore: Publish 1.4.13-nightly-20240409.1 2024-04-09 04:08:01 +00:00
SWC Bot
2d4eb96843 chore: Publish 1.4.13-nightly-20240406.1 2024-04-06 00:08:53 +00:00
강동윤 (Donny)
0a76e16f6d chore: Publish 1.4.12 with swc_core v0.90.27 2024-04-04 17:42:52 +09:00
SWC Bot
c3b750dc85 chore: Publish 1.4.12-nightly-20240404.1 2024-04-04 08:41:32 +00:00
SWC Bot
8eac0bec49 chore: Publish 1.4.12-nightly-20240401.1 2024-04-01 00:07:47 +00:00
SWC Bot
acaaa5d594 chore: Publish 1.4.12-nightly-20240331.1 2024-03-31 00:08:11 +00:00
강동윤 (Donny)
10ece99e0f chore: Publish @swc/helpers@v0.5.8 2024-03-28 16:50:04 +09:00
sschen86
263ce6e22b
fix(es/helpers): Fix metadata of decorators being undefined (#8768) 2024-03-28 07:44:55 +00:00
강동윤 (Donny)
4936c37722 chore: Publish 1.4.11 with swc_core v0.90.26 2024-03-26 14:47:03 +09:00
강동윤 (Donny)
9ef3397252 chore: Publish 1.4.10 with swc_core v0.90.26 2024-03-26 14:44:42 +09:00
강동윤 (Donny)
34c0b5c838 chore: Publish 1.4.9 with swc_core v0.90.26 2024-03-26 14:41:54 +09:00
SWC Bot
eec697f458 chore: Publish 1.4.9-nightly-20240326.2 2024-03-26 02:27:03 +00:00
SWC Bot
a05b2ee27b chore: Publish 1.4.9-nightly-20240326.1 2024-03-26 00:08:47 +00:00
SWC Bot
45c11f6e4a chore: Publish 1.4.9-nightly-20240321.1 2024-03-21 00:07:23 +00:00
강동윤 (Donny)
4c83dcc370 chore: Publish @swc/helpers@v0.5.7 2024-03-18 10:46:12 +09:00
강동윤 (Donny)
5f2ea762a1 chore: Publish @swc/types@v0.1.6 2024-03-18 10:45:42 +09:00
SWC Bot
1240b8834f chore: Publish 1.4.9-nightly-20240316.1 2024-03-16 00:06:03 +00:00
강동윤 (Donny)
a0d0563114 chore: Publish 1.4.8 with swc_core v0.90.22 2024-03-14 13:42:07 +09:00
강동윤 (Donny)
583958a112 chore: Publish 1.4.7 with swc_core v0.90.20 2024-03-13 15:03:34 +09:00
SWC Bot
391d6f6820 chore: Publish 1.4.7-nightly-20240312.1 2024-03-12 06:34:54 +00:00
SWC Bot
8c024895f9 chore: Publish 1.4.7-nightly-20240310.2 2024-03-10 00:31:43 +00:00
SWC Bot
3b4e4dc4f2 chore: Publish 1.4.7-nightly-20240310.1 2024-03-10 00:24:13 +00:00
강동윤 (Donny)
938d725f27 chore: Publish 1.4.6 with swc_core v0.90.18 2024-03-08 14:56:32 +09:00
SWC Bot
18ab6cd566 chore: Publish 1.4.6-nightly-20240308.1 2024-03-08 05:49:46 +00:00
SWC Bot
c6464add4f chore: Publish 1.4.6-nightly-20240307.1 2024-03-07 00:18:19 +00:00
강동윤 (Donny)
811d3a01c7 chore: Publish 1.4.5 with swc_core v0.90.17 2024-03-06 17:53:33 +09:00
SWC Bot
2956547ef7 chore: Publish 1.4.5-nightly-20240306.1 2024-03-06 08:51:56 +00:00
강동윤 (Donny)
714e87a831 chore: Publish 1.4.4 with swc_core v0.90.16 2024-03-05 22:54:44 +09:00
SWC Bot
9c6195f1bf chore: Publish 1.4.4-nightly-20240305.1 2024-03-05 04:24:49 +00:00
강동윤 (Donny)
2ae4f1ca75 chore: Publish 1.4.3 with swc_core v0.90.16 2024-03-05 11:48:23 +09:00
SWC Bot
147e7d0e68 chore: Publish 1.4.3-nightly-20240304.1 2024-03-04 00:37:36 +00:00
SWC Bot
8938fb0ecf chore: Publish 1.4.3-nightly-20240301.1 2024-03-01 00:27:14 +00:00
SWC Bot
aaf0c5c239 chore: Publish 1.4.3-nightly-20240228.1 2024-02-28 00:24:05 +00:00
SWC Bot
5ff50b7491 chore: Publish 1.4.3-nightly-20240226.1 2024-02-26 07:39:20 +00:00
SWC Bot
3258bf4839 chore: Publish 1.4.3-nightly-20240225.1 2024-02-25 00:36:40 +00:00
SWC Bot
4fa09ebda3 chore: Publish 1.4.3-nightly-20240222.2 2024-02-22 04:47:12 +00:00
SWC Bot
728187daa5 chore: Publish 1.4.3-nightly-20240222.1 2024-02-22 00:36:29 +00:00
강동윤 (Donny)
f07f5c35db chore: Publish 1.4.2 with swc_core v0.90.10 2024-02-19 13:24:21 +09:00
SWC Bot
e761c3ddd2 chore: Publish 1.4.2-nightly-20240219.2 2024-02-19 04:22:44 +00:00
SWC Bot
90f7a29845 chore: Publish 1.4.2-nightly-20240219.1 2024-02-19 00:23:21 +00:00
SWC Bot
9ac304be9e chore: Publish 1.4.2-nightly-20240216.1 2024-02-16 00:28:25 +00:00
phiresky
cd38ef39d6
fix(es/helpers): Add addInitializer to field decorators (#8619)
**Description:**

At some point the spec text of ES decorators was changed to also have
addInitializer for field decorators. This is already used e.g. in mobx.
This simple change removes the special case that was present for field
decorators and seems to fix the issue for me.

This change is backwards compatible since it only affects code that was
broken before.

**Related issue:**

 - Closes #8525
2024-02-14 03:21:58 +00:00
강동윤 (Donny)
83dfc26dac chore: Publish 1.4.1 with swc_core v0.90.8 2024-02-13 14:51:57 +09:00
SWC Bot
447b66cd1b chore: Publish 1.4.1-nightly-20240213.2 2024-02-13 05:35:29 +00:00
SWC Bot
3b76b9b094 chore: Publish 1.4.1-nightly-20240213.1 2024-02-13 00:30:57 +00:00
SWC Bot
361c9db614 chore: Publish 1.4.1-nightly-20240210.1 2024-02-10 00:28:05 +00:00
SWC Bot
da0ad79ed3 chore: Publish 1.4.1-nightly-20240208.2 2024-02-08 02:47:51 +00:00
SWC Bot
bcb9cdb0f1 chore: Publish 1.4.1-nightly-20240208.1 2024-02-08 01:16:18 +00:00
David Murdoch
2a115cff71
fix(binding/types): Update typings for options.envs to match implementation (#8620) 2024-02-07 23:52:17 +00:00
SWC Bot
be55633273 chore: Publish 1.4.1-nightly-20240207.2 2024-02-07 02:54:16 +00:00
SWC Bot
6e23a1cb5b chore: Publish 1.4.1-nightly-20240207.1 2024-02-07 00:40:16 +00:00
Donny/강동윤
95fe3dbe93
test: Update @swc/plguin-jest used for plugin e2e testing (#8601) 2024-02-05 19:32:43 +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/강동윤
a3d333a25d
chore: Publish v1.4.0 with swc_core v0.90.x (#8599) 2024-02-05 16:06:18 +09:00
SWC Bot
abf615d895 chore: Publish 1.3.108-nightly-20240205.1 2024-02-05 07:01:26 +00:00
SWC Bot
52b821ab6f chore: Publish 1.3.108-nightly-20240204.1 2024-02-04 00:42:35 +00:00
SWC Bot
1fc8fe2aee chore: Publish 1.3.108-nightly-20240201.1 2024-02-01 00:35:01 +00:00
SWC Bot
4fd7923669 chore: Publish 1.3.108-nightly-20240131.1 2024-01-31 00:36:25 +00:00
Donny/강동윤
d81596cd2b
fix(es/proposals): Support using using keyword with functions (#8574)
**Related issue:**

 - Closes #8570
 - https://github.com/babel/babel/pull/16150
2024-01-30 15:55:43 +09:00
SWC Bot
7b32a8fbf3 chore: Publish 1.3.108-nightly-20240129.1 2024-01-29 11:09:36 +00:00
Donny/강동윤
c743200801
chore: Publish v1.3.107 with swc_core v0.89.4` (#8566) 2024-01-28 22:51:03 +09:00
SWC Bot
facff87e21 chore: Publish 1.3.107-nightly-20240128.2 2024-01-28 12:57:17 +00:00
SWC Bot
236750716b chore: Publish 1.3.107-nightly-20240128.1 2024-01-28 00:32:56 +00:00
Donny/강동윤
4c0e4fb158
chore: Publish v1.3.106 with swc_core v0.89.1 (#8554) 2024-01-25 14:05:42 +09:00
SWC Bot
2e5ac7a7aa chore: Publish 1.3.106-nightly-20240125.1 2024-01-25 00:29:34 +00:00
SWC Bot
098cdd36e2 chore: Publish 1.3.106-nightly-20240124.1 2024-01-24 11:34:52 +00:00
Artem Zverev
49ebdf9fb7
fix(binding/types): Add bugfixes field to EnvConfig (#8538)
**Description:**

Add `bugfixes` field to EnvConfig
2024-01-23 03:44:57 +00:00
SWC Bot
1386fb826f chore: Publish 1.3.106-nightly-20240123.1 2024-01-23 00:14:13 +00:00
SWC Bot
240ed1385d chore: Publish 1.3.106-nightly-20240122.2 2024-01-22 09:02:03 +00:00
SWC Bot
6842e646e0 chore: Publish 1.3.106-nightly-20240122.1 2024-01-22 00:18:11 +00:00
SWC Bot
eee7925af2 chore: Publish 1.3.106-nightly-20240121.1 2024-01-21 05:41:23 +00:00