Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
kdy1 committed Nov 15, 2022
1 parent 948e35b commit 29ff561
Show file tree
Hide file tree
Showing 5 changed files with 55 additions and 53 deletions.
70 changes: 35 additions & 35 deletions bindings/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion bindings/binding_core_node/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ tracing-chrome = "0.5.0"
tracing-futures = "0.2.5"
tracing-subscriber = { version = "0.3.9", features = ["env-filter"] }

swc_core = { version = "0.43.3", features = [
swc_core = { version = "0.43.11", features = [
"ecma_ast",
"common_concurrent",
"bundler",
Expand Down
32 changes: 17 additions & 15 deletions bindings/binding_core_wasm/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,37 +1,39 @@
[package]
authors = ["강동윤 <kdy1997.dev@gmail.com>"]
authors = ["강동윤 <kdy1997.dev@gmail.com>"]
description = "wasm module for swc"
edition = "2021"
license = "Apache-2.0"
name = "binding_core_wasm"
publish = false
repository = "https://github.com/swc-project/swc.git"
version = "1.3.16"
edition = "2021"
license = "Apache-2.0"
name = "binding_core_wasm"
publish = false
repository = "https://github.com/swc-project/swc.git"
version = "1.3.17"

[lib]
bench = false
bench = false
crate-type = ["cdylib"]

[features]
default = ["swc_v1"]
swc_v1 = []
swc_v2 = []
swc_v1 = []
swc_v2 = []
# This feature exists to allow cargo operations
plugin = ["swc_core/plugin_transform_host_js"]

[dependencies]
anyhow = "1.0.66"
swc_core = { version = "0.43.3", features = [
serde = {version = "1", features = ["derive"]}
serde-wasm-bindgen = "0.4.5"
swc_core = {version = "0.43.11", features = [
"common_perf",
"binding_macro_wasm",
"ecma_transforms",
"ecma_visit",
] }
tracing = { version = "0.1.37", features = ["max_level_off"] }
wasm-bindgen = { version = "0.2.82", features = [
]}
tracing = {version = "0.1.37", features = ["max_level_off"]}
wasm-bindgen = {version = "0.2.82", features = [
"serde-serialize",
"enable-interning",
] }
]}

[package.metadata.wasm-pack.profile.release]
wasm-opt = false
2 changes: 1 addition & 1 deletion bindings/swc_cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ rayon = "1"
relative-path = "1.6.1"
serde = { version = "1", features = ["derive"] }
serde_json = { version = "1", features = ["unbounded_depth"] }
swc_core = { version = "0.43.3", features = [
swc_core = { version = "0.43.11", features = [
"trace_macro",
"common_concurrent",
"base_concurrent",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@swc/core",
"version": "1.3.16",
"version": "1.3.17",
"description": "Super-fast alternative for babel",
"homepage": "https://swc.rs",
"main": "./index.js",
Expand Down

0 comments on commit 29ff561

Please sign in to comment.