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 19, 2022
1 parent 2891220 commit 4966af8
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 9 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,18 @@

- **(plugin)** Add `PluginError` (#3300) ([c6ffdc8](https://github.com/swc-project/swc/commit/c6ffdc87172e504adff5757ebbb6ec2014136cf1))

### Refactor



- **(es/minifier)** Fix clippy warnings (#3312) ([2891220](https://github.com/swc-project/swc/commit/289122009bff1e8d57178ca2cc1706f52335d1c5))

### Testing



- **(plugin/runner)** Pin dependencies for the integration test (#3306) ([7ba8a83](https://github.com/swc-project/swc/commit/7ba8a838819ae40f54801808a41af3d5334421b6))

## [1.2.130] - 2022-01-17

### Bug Fixes
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.116.7"
version = "0.116.8"

[lib]
name = "swc"
Expand Down Expand Up @@ -52,7 +52,7 @@ swc_ecma_codegen = {version = "0.89.0", path = "../swc_ecma_codegen"}
swc_ecma_ext_transforms = {version = "0.50.0", path = "../swc_ecma_ext_transforms"}
swc_ecma_lints = {version = "0.9.0", path = "../swc_ecma_lints"}
swc_ecma_loader = {version = "0.27.0", path = "../swc_ecma_loader", features = ["lru", "node", "tsc"]}
swc_ecma_minifier = {version = "0.70.5", path = "../swc_ecma_minifier"}
swc_ecma_minifier = {version = "0.70.6", 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 = [
Expand All @@ -68,7 +68,7 @@ swc_ecma_transforms_compat = {version = "0.68.2", path = "../swc_ecma_transforms
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.0", path = "../swc_ecma_visit"}
swc_ecmascript = {version = "0.110.9", path = "../swc_ecmascript"}
swc_ecmascript = {version = "0.110.10", 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
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.70.5"
version = "0.70.6"

[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.110.9"
version = "0.110.10"

[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.89.0", path = "../swc_ecma_codegen", optional = true}
swc_ecma_dep_graph = {version = "0.58.0", path = "../swc_ecma_dep_graph", optional = true}
swc_ecma_minifier = {version = "0.70.5", path = "../swc_ecma_minifier", optional = true}
swc_ecma_minifier = {version = "0.70.6", 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}
Expand Down

1 comment on commit 4966af8

@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: 4966af8 Previous: 2891220 Ratio
full_es2015 152918656 ns/iter (± 3728093) 156104384 ns/iter (± 27688703) 0.98
full_es2016 158698715 ns/iter (± 6334198) 155366134 ns/iter (± 21249594) 1.02
full_es2017 159255978 ns/iter (± 5873266) 145833244 ns/iter (± 29095220) 1.09
full_es2018 158221018 ns/iter (± 7369472) 142135690 ns/iter (± 18515492) 1.11
full_es2019 157066969 ns/iter (± 6233802) 146916725 ns/iter (± 25546118) 1.07
full_es2020 140655044 ns/iter (± 4352062) 138566566 ns/iter (± 16815772) 1.02
full_es3 206561439 ns/iter (± 9563496) 207586944 ns/iter (± 9129263) 1.00
full_es5 206639296 ns/iter (± 14564419) 205823492 ns/iter (± 17784602) 1.00
parser 658781 ns/iter (± 11513) 678673 ns/iter (± 18352) 0.97

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

Please sign in to comment.