Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
212 changes: 106 additions & 106 deletions deps/swc/Cargo.lock

Large diffs are not rendered by default.

336 changes: 168 additions & 168 deletions deps/swc/bindings/Cargo.lock

Large diffs are not rendered by default.

36 changes: 18 additions & 18 deletions deps/swc/bindings/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,24 +24,24 @@ resolver = "2"
serde-wasm-bindgen = "0.6.5"
serde_json = "1.0.120"
sourcemap = "8.0.1"
swc_atoms = "1.0.2"
swc_cached = "0.3.20"
swc_cli_impl = "0.27.0"
swc_common = "0.40.2"
swc_compiler_base = "0.24.0"
swc_config = "0.1.15"
swc_core = "0.109.1"
swc_css_ast = "0.147.0"
swc_css_codegen = "0.158.1"
swc_css_minifier = "0.123.0"
swc_css_parser = "0.157.1"
swc_error_reporters = "1.0.0"
swc_fast_ts_strip = "0.12.0"
swc_html = "0.154.0"
swc_html_ast = "0.40.1"
swc_html_minifier = "0.151.0"
swc_malloc = "0.5.11"
swc_nodejs_common = "0.0.8"
swc_atoms = "2.0.0"
swc_cached = "1.0.0"
swc_cli_impl = "1.0.0"
swc_common = "1.0.0"
swc_compiler_base = "1.0.0"
swc_config = "1.0.0"
swc_core = "1.0.1"
swc_css_ast = "1.0.0"
swc_css_codegen = "1.0.0"
swc_css_minifier = "1.0.0"
swc_css_parser = "1.0.0"
swc_error_reporters = "2.0.0"
swc_fast_ts_strip = "1.0.0"
swc_html = "1.0.0"
swc_html_ast = "1.0.0"
swc_html_minifier = "1.0.0"
swc_malloc = "1.0.0"
swc_nodejs_common = "1.0.0"
tracing = "0.1.40"
tracing-chrome = "0.7.2"
tracing-futures = "0.2.5"
Expand Down
2 changes: 1 addition & 1 deletion deps/swc/bindings/binding_core_wasm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ license = "Apache-2.0"
name = "binding_core_wasm"
publish = false
repository = "https://github.com/swc-project/swc.git"
version = "1.7.35"
version = "1.7.36"

[lib]
bench = false
Expand Down
2 changes: 1 addition & 1 deletion deps/swc/bindings/binding_minifier_wasm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ license = "Apache-2.0"
name = "binding_minifier_wasm"
publish = false
repository = "https://github.com/swc-project/swc.git"
version = "1.7.35"
version = "1.7.36"

[lib]
bench = false
Expand Down
2 changes: 1 addition & 1 deletion deps/swc/bindings/binding_typescript_wasm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ license = "Apache-2.0"
name = "binding_typescript_wasm"
publish = false
repository = "https://github.com/swc-project/swc.git"
version = "1.7.35"
version = "1.7.36"

[lib]
bench = false
Expand Down
2 changes: 1 addition & 1 deletion deps/swc/bindings/swc_cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ include = ["Cargo.toml", "src/**/*.rs"]
license = "Apache-2.0"
name = "swc_cli"
repository = "https://github.com/swc-project/swc.git"
version = "0.91.426"
version = "0.91.428"

[[bin]]
bench = false
Expand Down
2 changes: 1 addition & 1 deletion lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"강동윤 <kdy1997.dev@gmail.com>"
],
"description": "wasm module for swc",
"version": "1.7.35",
"version": "1.7.36",
"license": "Apache-2.0",
"repository": {
"type": "git",
Expand Down
40 changes: 20 additions & 20 deletions lib/wasm.js

Large diffs are not rendered by default.