Commit Graph

21 Commits

Author SHA1 Message Date
Marco Ippolito
f4cab32dd2
chore: Mention swc in the license (#9417)
Some checks are pending
CI / Cargo fmt (push) Waiting to run
CI / Cargo clippy (push) Waiting to run
CI / Check license of dependencies (push) Waiting to run
CI / Check (macos-latest) (push) Waiting to run
CI / Check (ubuntu-latest) (push) Waiting to run
CI / Check (windows-latest) (push) Waiting to run
CI / Test wasm (binding_core_wasm) (push) Waiting to run
CI / Test wasm (binding_minifier_wasm) (push) Waiting to run
CI / Test wasm (binding_typescript_wasm) (push) Waiting to run
CI / List crates (push) Waiting to run
CI / Test - ${{ matrix.settings.crate }} - ${{ matrix.settings.os }} (push) Blocked by required conditions
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 / Bench everything (push) Waiting to run
This change adds mention of SWC in the license otherwise it would be
anonymous (and odd 😄 )
2024-08-11 19:31:43 +09:00
강동윤 (Donny)
7514d9b705 chore: Publish @swc/types@0.1.12
Some checks are pending
CI / Cargo fmt (push) Waiting to run
CI / Cargo clippy (push) Waiting to run
CI / Check license of dependencies (push) Waiting to run
CI / Check (macos-latest) (push) Waiting to run
CI / Check (ubuntu-latest) (push) Waiting to run
CI / Check (windows-latest) (push) Waiting to run
CI / Test wasm (binding_core_wasm) (push) Waiting to run
CI / Test wasm (binding_minifier_wasm) (push) Waiting to run
CI / Test wasm (binding_typescript_wasm) (push) Waiting to run
CI / List crates (push) Waiting to run
CI / Test - ${{ matrix.settings.crate }} - ${{ matrix.settings.os }} (push) Blocked by required conditions
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 / Bench everything (push) Waiting to run
2024-07-21 23:46:03 +09:00
강동윤 (Donny)
068eb0062d chore: Publish @swc/types@0.1.11 2024-07-21 23:08:22 +09:00
강동윤 (Donny)
51d3f8dbb2 chore: Publish @swc/types@0.1.10 2024-07-21 04:04:40 +09:00
neverland
567f40d797
fix(bindings/types): Add missing mangle options (#9298)
**Description:**

Add missing mangle options to be consistent with the SWC documentation:

https://swc.rs/docs/configuration/minification#jscminifymangle


![image](https://github.com/user-attachments/assets/34b12efd-d1e0-4ab0-a4e2-82419f66d8a6)
2024-07-20 13:19:00 +00: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/강동윤
cada50b017
feat(es/minifier): Support module: "unknown" (#9026)
**Related issue:**

 - Closes #8571
2024-06-07 07:17:05 +00:00
강동윤 (Donny)
ee09d7f40c chore: Publiush @swc/types@v0.1.7 2024-05-15 08:51:33 +09:00
Kenta Moriuchi
f1c2550d89
chore(bindings): Update types (#8912) 2024-05-05 01:08:20 +00:00
강동윤 (Donny)
5f2ea762a1 chore: Publish @swc/types@v0.1.6 2024-03-18 10:45:42 +09:00
David Murdoch
2a115cff71
fix(binding/types): Update typings for options.envs to match implementation (#8620) 2024-02-07 23:52:17 +00: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/강동윤
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
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
Andrew Leung
79438e6dc2
fix(binding/types): Add type for decoratorVersion (#8468)
**Description:**

Add type hint `"2021-12" | "2023-03` for `jsc.transform.decoratorVersion`.

**Related issue:**

 - Closes #8467
2024-01-02 02:37:00 +00:00
강동윤 (Donny)
c0625361a1 chore: Fix yarn lockfile 2023-09-30 06:43:54 +09:00
Donny/강동윤
0acbb5f78d
refactor(bindingins): Create @swc/counter (#7991) 2023-09-22 23:48:27 +00:00
Donny/강동윤
e40fccb9ce
fix(bindings/type): Update types of jsc.experimental (#7972)
**Related issue:**

 - Closes #7951
2023-09-19 02:57:52 +00:00
Donny/강동윤
71d01ec127
feat(es): Add an option to disable builtin transforms (#7873) 2023-08-26 01:12:36 +00:00
Donny/강동윤
d6952ea687
feat(swc-info): Add a CLI to help issue reporting (#7871) 2023-08-26 07:11:34 +09:00
Donny/강동윤
f713f1b2f6
refactor(es/types): Extract @swc/types as a small, reusable package (#7834)
**Related issue:**

 - Closes #7828
2023-08-18 06:24:49 +00:00