swc/bindings
2024-07-05 21:34:03 +09:00
..
binding_core_node chore: Publish 1.6.8-nightly-20240704.2 with swc_core v0.96.3 2024-07-04 18:26:07 +09:00
binding_core_wasm chore: Publish 1.6.8-nightly-20240704.3 with swc_core v0.96.3 2024-07-04 18:40:17 +09:00
binding_minifier_node chore: Publish 1.6.8-nightly-20240704.2 with swc_core v0.96.3 2024-07-04 18:26:07 +09:00
binding_minifier_wasm feat(es/typescript): Add swc_fast_ts_strip (#9143) 2024-07-05 21:07:24 +09:00
binding_typescript_wasm feat(es/typescript): Improve fast TS stripper (#9152) 2024-07-05 21:34:03 +09:00
node_macro_deps build(cargo): Update rustc to nightly-2024-04-16 (#8870) 2024-04-17 05:42:11 +00:00
swc_cli chore: Publish 1.6.8-nightly-20240704.3 with swc_core v0.96.3 2024-07-04 18:40:17 +09:00
.gitignore chore: Fix publish pipeline by using a shared workspace 2024-05-28 23:49:32 +09:00
Cargo.lock feat(es/typescript): Add swc_fast_ts_strip (#9143) 2024-07-05 21:07:24 +09:00
Cargo.toml feat(binding): Create Wasm package for stripping only TypeScript (#9124) 2024-07-03 00:50:59 +00: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.