swc/bindings
magic-akari 27ca712812
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
fix(es/typescript): Fix typings (#9301)
2024-07-21 04:10:35 +09:00
..
binding_core_node feat(allocator): Add maybe types (#9278) 2024-07-19 13:22:34 +09:00
binding_core_wasm chore: Publish 1.7.0 with swc_core v0.99.1 2024-07-18 03:48:10 +00:00
binding_minifier_node refactor(visit): Pre-generate visitor code (#9262) 2024-07-17 23:00:45 +00:00
binding_minifier_wasm chore: Publish 1.7.0 with swc_core v0.99.1 2024-07-18 03:48:10 +00:00
binding_typescript_wasm fix(es/typescript): Fix typings (#9301) 2024-07-21 04:10:35 +09:00
node_macro_deps refactor(visit): Pre-generate visitor code (#9262) 2024-07-17 23:00:45 +00:00
swc_cli chore: Publish 1.7.0 with swc_core v0.99.1 2024-07-18 03:48:10 +00:00
.gitignore chore: Fix publish pipeline by using a shared workspace 2024-05-28 23:49:32 +09:00
Cargo.lock chore: Publish 1.7.0 with swc_core v0.99.1 2024-07-18 03:48:10 +00:00
Cargo.toml fix(es/typescript): Fix typings (#9301) 2024-07-21 04:10:35 +09:00
README.md refactor(bindings): Use separate workspace for bindings (#5506) 2022-08-16 15:01:49 +09:00

SWC bindings

This folder contains actual bindings binary SWC will build for the supported platforms (@swc/core, swc_cli, @swc/wasm).

All the bindings binary uses publicly published swc_core SDK to build deterministic host binary for the specific changes, in result Cargo's workspace gets confused to select dependency versions if it belongs to the workspace contains unpublished packages. To avoid those problems, these bindings are not being built as part of the workspace.