Skip to content

Commit

Permalink
chore: Publish crates
Browse files Browse the repository at this point in the history
  • Loading branch information
kdy1 committed Jan 20, 2022
1 parent 6d1ad36 commit af53b94
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 13 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@

- **(css/parser)** Fix parsing of at rules (#3328) ([506a310](https://github.com/swc-project/swc/commit/506a31078aaebf50129658f096bbd5929995205f))


- **(es/compat)** Fix regression of `destructuring` (#3326) ([6d1ad36](https://github.com/swc-project/swc/commit/6d1ad368aca53ee64a63ae565cd015909f2f4458))

### Performance


Expand Down
8 changes: 4 additions & 4 deletions Cargo.lock

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

8 changes: 4 additions & 4 deletions crates/swc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ include = ["Cargo.toml", "src/**/*.rs"]
license = "Apache-2.0"
name = "swc"
repository = "https://github.com/swc-project/swc.git"
version = "0.116.15"
version = "0.116.16"

[lib]
name = "swc"
Expand Down Expand Up @@ -55,7 +55,7 @@ swc_ecma_loader = {version = "0.27.0", path = "../swc_ecma_loader", features = [
swc_ecma_minifier = {version = "0.70.9", path = "../swc_ecma_minifier"}
swc_ecma_parser = {version = "0.87.0", path = "../swc_ecma_parser"}
swc_ecma_preset_env = {version = "0.86.1", path = "../swc_ecma_preset_env"}
swc_ecma_transforms = {version = "0.113.3", path = "../swc_ecma_transforms", features = [
swc_ecma_transforms = {version = "0.113.4", path = "../swc_ecma_transforms", features = [
"compat",
"module",
"optimization",
Expand All @@ -64,11 +64,11 @@ swc_ecma_transforms = {version = "0.113.3", path = "../swc_ecma_transforms", fea
"typescript",
]}
swc_ecma_transforms_base = {version = "0.57.1", path = "../swc_ecma_transforms_base"}
swc_ecma_transforms_compat = {version = "0.68.2", path = "../swc_ecma_transforms_compat"}
swc_ecma_transforms_compat = {version = "0.68.3", path = "../swc_ecma_transforms_compat"}
swc_ecma_transforms_optimization = {version = "0.83.0", path = "../swc_ecma_transforms_optimization"}
swc_ecma_utils = {version = "0.64.0", path = "../swc_ecma_utils"}
swc_ecma_visit = {version = "0.51.1", path = "../swc_ecma_visit"}
swc_ecmascript = {version = "0.110.14", path = "../swc_ecmascript"}
swc_ecmascript = {version = "0.110.15", path = "../swc_ecmascript"}
swc_node_comments = {version = "0.4.0", path = "../swc_node_comments"}
swc_plugin_runner = {version = "0.30.0", path = "../swc_plugin_runner", optional = true}
swc_visit = {version = "0.3.0", path = "../swc_visit"}
Expand Down
4 changes: 2 additions & 2 deletions crates/swc_ecma_transforms/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = "2021"
license = "Apache-2.0"
name = "swc_ecma_transforms"
repository = "https://github.com/swc-project/swc.git"
version = "0.113.3"
version = "0.113.4"

[package.metadata.docs.rs]
all-features = true
Expand All @@ -28,7 +28,7 @@ swc_common = {version = "0.17.0", path = "../swc_common"}
swc_ecma_ast = {version = "0.65.0", path = "../swc_ecma_ast"}
swc_ecma_parser = {version = "0.87.0", path = "../swc_ecma_parser"}
swc_ecma_transforms_base = {version = "0.57.1", path = "../swc_ecma_transforms_base"}
swc_ecma_transforms_compat = {version = "0.68.2", path = "../swc_ecma_transforms_compat", optional = true}
swc_ecma_transforms_compat = {version = "0.68.3", path = "../swc_ecma_transforms_compat", optional = true}
swc_ecma_transforms_module = {version = "0.74.0", path = "../swc_ecma_transforms_module", optional = true}
swc_ecma_transforms_optimization = {version = "0.83.0", path = "../swc_ecma_transforms_optimization", optional = true}
swc_ecma_transforms_proposal = {version = "0.74.0", path = "../swc_ecma_transforms_proposal", optional = true}
Expand Down
2 changes: 1 addition & 1 deletion crates/swc_ecma_transforms_compat/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = "2021"
license = "Apache-2.0"
name = "swc_ecma_transforms_compat"
repository = "https://github.com/swc-project/swc.git"
version = "0.68.2"
version = "0.68.3"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[features]
Expand Down
4 changes: 2 additions & 2 deletions crates/swc_ecmascript/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = "2021"
license = "Apache-2.0"
name = "swc_ecmascript"
repository = "https://github.com/swc-project/swc.git"
version = "0.110.14"
version = "0.110.15"

[package.metadata.docs.rs]
all-features = true
Expand Down Expand Up @@ -39,7 +39,7 @@ swc_ecma_dep_graph = {version = "0.58.0", path = "../swc_ecma_dep_graph", option
swc_ecma_minifier = {version = "0.70.9", path = "../swc_ecma_minifier", optional = true}
swc_ecma_parser = {version = "0.87.0", path = "../swc_ecma_parser", optional = true, default-features = false}
swc_ecma_preset_env = {version = "0.86.1", path = "../swc_ecma_preset_env", optional = true}
swc_ecma_transforms = {version = "0.113.3", path = "../swc_ecma_transforms", optional = true}
swc_ecma_transforms = {version = "0.113.4", path = "../swc_ecma_transforms", optional = true}
swc_ecma_utils = {version = "0.64.0", path = "../swc_ecma_utils", optional = true}
swc_ecma_visit = {version = "0.51.1", path = "../swc_ecma_visit", optional = true}

Expand Down

1 comment on commit af53b94

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Benchmark

Benchmark suite Current: af53b94 Previous: 2cc852a Ratio
full_es2015 196565866 ns/iter (± 27327787) 163999574 ns/iter (± 6223880) 1.20
full_es2016 205228182 ns/iter (± 25601508) 166570042 ns/iter (± 25625475) 1.23
full_es2017 205704597 ns/iter (± 19576088) 149100314 ns/iter (± 28466843) 1.38
full_es2018 204295311 ns/iter (± 17734534) 149502956 ns/iter (± 249649121) 1.37
full_es2019 188163015 ns/iter (± 26257767) 165351790 ns/iter (± 35486732) 1.14
full_es2020 181901186 ns/iter (± 18674013) 152177846 ns/iter (± 6150067) 1.20
full_es3 254453371 ns/iter (± 15608479) 208807540 ns/iter (± 29222408) 1.22
full_es5 245573723 ns/iter (± 37118009) 210828785 ns/iter (± 10453936) 1.16
parser 708422 ns/iter (± 94115) 675427 ns/iter (± 15623) 1.05

This comment was automatically generated by workflow using github-action-benchmark.

Please sign in to comment.