Skip to content

Commit

Permalink
chore: Publish crates
Browse files Browse the repository at this point in the history
  • Loading branch information
swc-bot committed Feb 15, 2022
1 parent bfc9897 commit a5b3dd8
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 9 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@
- **(es/minifier)** Fix analyzer (#3557) ([ac1d405](https://github.com/swc-project/swc/commit/ac1d4058f276693f52d5ccec5ccbb4c04f62bc9f))


- **(es/minifier)** Disable name mangler if `eval` is used (#3526) ([bfc9897](https://github.com/swc-project/swc/commit/bfc9897e347e2adc6efb5bd66151abdb9cbaa4fa))


- **(es/utils)** Keep arguments to `super` call (#3570) ([f67796a](https://github.com/swc-project/swc/commit/f67796a962cfd1e5c33206622c325dfbdd3b4ee2))

### Documentation
Expand Down
6 changes: 3 additions & 3 deletions Cargo.lock

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

6 changes: 3 additions & 3 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.126.1"
version = "0.126.2"

[lib]
name = "swc"
Expand Down Expand Up @@ -52,7 +52,7 @@ swc_ecma_codegen = {version = "0.90.0", path = "../swc_ecma_codegen"}
swc_ecma_ext_transforms = {version = "0.51.0", path = "../swc_ecma_ext_transforms"}
swc_ecma_lints = {version = "0.14.5", path = "../swc_ecma_lints"}
swc_ecma_loader = {version = "0.28.0", path = "../swc_ecma_loader", features = ["lru", "node", "tsc"]}
swc_ecma_minifier = {version = "0.74.0", path = "../swc_ecma_minifier"}
swc_ecma_minifier = {version = "0.74.1", path = "../swc_ecma_minifier"}
swc_ecma_parser = {version = "0.88.3", path = "../swc_ecma_parser"}
swc_ecma_preset_env = {version = "0.90.0", path = "../swc_ecma_preset_env"}
swc_ecma_transforms = {version = "0.117.0", path = "../swc_ecma_transforms", features = [
Expand All @@ -68,7 +68,7 @@ swc_ecma_transforms_compat = {version = "0.70.0", path = "../swc_ecma_transforms
swc_ecma_transforms_optimization = {version = "0.87.0", path = "../swc_ecma_transforms_optimization"}
swc_ecma_utils = {version = "0.65.3", path = "../swc_ecma_utils"}
swc_ecma_visit = {version = "0.51.1", path = "../swc_ecma_visit"}
swc_ecmascript = {version = "0.114.1", path = "../swc_ecmascript"}
swc_ecmascript = {version = "0.114.2", path = "../swc_ecmascript"}
swc_node_comments = {version = "0.4.0", path = "../swc_node_comments"}
swc_plugin_runner = {version = "0.33.0", path = "../swc_plugin_runner", optional = true}
swc_visit = {version = "0.3.0", path = "../swc_visit"}
Expand Down
2 changes: 1 addition & 1 deletion crates/swc_ecma_minifier/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs", "src/lists/*.json"]
license = "Apache-2.0"
name = "swc_ecma_minifier"
repository = "https://github.com/swc-project/swc.git"
version = "0.74.0"
version = "0.74.1"

[package.metadata.docs.rs]
all-features = true
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.114.1"
version = "0.114.2"

[package.metadata.docs.rs]
all-features = true
Expand Down Expand Up @@ -36,7 +36,7 @@ typescript = ["typescript-parser", "swc_ecma_transforms/typescript"]
swc_ecma_ast = {version = "0.65.3", path = "../swc_ecma_ast"}
swc_ecma_codegen = {version = "0.90.0", path = "../swc_ecma_codegen", optional = true}
swc_ecma_dep_graph = {version = "0.59.0", path = "../swc_ecma_dep_graph", optional = true}
swc_ecma_minifier = {version = "0.74.0", path = "../swc_ecma_minifier", optional = true}
swc_ecma_minifier = {version = "0.74.1", path = "../swc_ecma_minifier", optional = true}
swc_ecma_parser = {version = "0.88.2", path = "../swc_ecma_parser", optional = true, default-features = false}
swc_ecma_preset_env = {version = "0.90.0", path = "../swc_ecma_preset_env", optional = true}
swc_ecma_transforms = {version = "0.117.0", path = "../swc_ecma_transforms", optional = true}
Expand Down

1 comment on commit a5b3dd8

@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: a5b3dd8 Previous: bfc9897 Ratio
full_es2015 162485419 ns/iter (± 23668151) 159950382 ns/iter (± 3731188) 1.02
full_es2016 181449746 ns/iter (± 36974987) 164282417 ns/iter (± 6428539) 1.10
full_es2017 179205275 ns/iter (± 29273371) 163839633 ns/iter (± 5986426) 1.09
full_es2018 178962963 ns/iter (± 21118340) 162737051 ns/iter (± 6182420) 1.10
full_es2019 181220791 ns/iter (± 20228714) 162157348 ns/iter (± 6553796) 1.12
full_es2020 162734777 ns/iter (± 21162971) 147093615 ns/iter (± 5657423) 1.11
full_es3 220816712 ns/iter (± 29189477) 212937954 ns/iter (± 9450014) 1.04
full_es5 225593453 ns/iter (± 27829934) 207240887 ns/iter (± 9561220) 1.09
parser 630266 ns/iter (± 14903) 656949 ns/iter (± 20731) 0.96

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

Please sign in to comment.