Skip to content

Commit

Permalink
chore: Publish crates
Browse files Browse the repository at this point in the history
  • Loading branch information
kdy1 committed Dec 24, 2021
1 parent d923f89 commit 4bb264d
Show file tree
Hide file tree
Showing 7 changed files with 25 additions and 22 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@



- **(es/compat)** Fix `classes` pass (#3107) ([d923f89](https://github.com/swc-project/swc/commit/d923f89db19b4343034569595dc3bbbce29b86b0))


- **(es/helpers)** Fix decorators (#3105) ([f66c2cd](https://github.com/swc-project/swc/commit/f66c2cd375f78711fdf6a058003010bce8999aed))

### Features
Expand Down
20 changes: 10 additions & 10 deletions Cargo.lock

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

10 changes: 5 additions & 5 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.99.0"
version = "0.99.1"

[lib]
name = "swc"
Expand Down Expand Up @@ -53,15 +53,15 @@ serde_json = "1"
sourcemap = "6"
swc_atoms = {version = "0.2", path = "../swc_atoms"}
swc_common = {version = "0.15.0", path = "../swc_common", features = ["sourcemap", "concurrent"]}
swc_ecma_ast = {version = "0.60.0", path = "../swc_ecma_ast"}
swc_ecma_ast = {version = "0.60.1", path = "../swc_ecma_ast"}
swc_ecma_codegen = {version = "0.84.0", path = "../swc_ecma_codegen"}
swc_ecma_ext_transforms = {version = "0.42.0", path = "../swc_ecma_ext_transforms"}
swc_ecma_lints = {version = "0.1.0", path = "../swc_ecma_lints"}
swc_ecma_loader = {version = "0.25.3", path = "../swc_ecma_loader", features = ["lru", "node", "tsc"]}
swc_ecma_minifier = {version = "0.60.1", path = "../swc_ecma_minifier"}
swc_ecma_parser = {version = "0.82.0", path = "../swc_ecma_parser"}
swc_ecma_preset_env = {version = "0.76.0", path = "../swc_ecma_preset_env"}
swc_ecma_transforms = {version = "0.103.2", path = "../swc_ecma_transforms", features = [
swc_ecma_transforms = {version = "0.103.4", path = "../swc_ecma_transforms", features = [
"compat",
"module",
"optimization",
Expand All @@ -70,11 +70,11 @@ swc_ecma_transforms = {version = "0.103.2", path = "../swc_ecma_transforms", fea
"typescript",
]}
swc_ecma_transforms_base = {version = "0.49.1", path = "../swc_ecma_transforms_base"}
swc_ecma_transforms_compat = {version = "0.59.0", path = "../swc_ecma_transforms_compat"}
swc_ecma_transforms_compat = {version = "0.59.4", path = "../swc_ecma_transforms_compat"}
swc_ecma_transforms_optimization = {version = "0.73.0", path = "../swc_ecma_transforms_optimization"}
swc_ecma_utils = {version = "0.56.0", path = "../swc_ecma_utils"}
swc_ecma_visit = {version = "0.46.0", path = "../swc_ecma_visit"}
swc_ecmascript = {version = "0.99.0", path = "../swc_ecmascript"}
swc_ecmascript = {version = "0.99.2", path = "../swc_ecmascript"}
swc_node_comments = {version = "0.2.0", path = "../swc_node_comments"}
swc_plugin_runner = {version = "0.22.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_ast/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = "2018"
license = "Apache-2.0"
name = "swc_ecma_ast"
repository = "https://github.com/swc-project/swc.git"
version = "0.60.0"
version = "0.60.1"

[package.metadata.docs.rs]
all-features = true
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 = "2018"
license = "Apache-2.0"
name = "swc_ecma_transforms"
repository = "https://github.com/swc-project/swc.git"
version = "0.103.3"
version = "0.103.4"

[package.metadata.docs.rs]
all-features = true
Expand All @@ -28,7 +28,7 @@ swc_common = {version = "0.15.0", path = "../swc_common"}
swc_ecma_ast = {version = "0.60.0", path = "../swc_ecma_ast"}
swc_ecma_parser = {version = "0.82.0", path = "../swc_ecma_parser"}
swc_ecma_transforms_base = {version = "0.49.1", path = "../swc_ecma_transforms_base"}
swc_ecma_transforms_compat = {version = "0.59.3", path = "../swc_ecma_transforms_compat", optional = true}
swc_ecma_transforms_compat = {version = "0.59.4", path = "../swc_ecma_transforms_compat", optional = true}
swc_ecma_transforms_module = {version = "0.65.0", path = "../swc_ecma_transforms_module", optional = true}
swc_ecma_transforms_optimization = {version = "0.73.0", path = "../swc_ecma_transforms_optimization", optional = true}
swc_ecma_transforms_proposal = {version = "0.65.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 = "2018"
license = "Apache-2.0"
name = "swc_ecma_transforms_compat"
repository = "https://github.com/swc-project/swc.git"
version = "0.59.3"
version = "0.59.4"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

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

[package.metadata.docs.rs]
all-features = true
Expand All @@ -33,13 +33,13 @@ react = ["swc_ecma_transforms/react"]
typescript = ["typescript-parser", "swc_ecma_transforms/typescript"]

[dependencies]
swc_ecma_ast = {version = "0.60.0", path = "../swc_ecma_ast"}
swc_ecma_ast = {version = "0.60.1", path = "../swc_ecma_ast"}
swc_ecma_codegen = {version = "0.84.0", path = "../swc_ecma_codegen", optional = true}
swc_ecma_dep_graph = {version = "0.52.0", path = "../swc_ecma_dep_graph", optional = true}
swc_ecma_minifier = {version = "0.60.1", path = "../swc_ecma_minifier", optional = true}
swc_ecma_parser = {version = "0.82.0", path = "../swc_ecma_parser", optional = true, default-features = false}
swc_ecma_preset_env = {version = "0.76.0", path = "../swc_ecma_preset_env", optional = true}
swc_ecma_transforms = {version = "0.103.3", path = "../swc_ecma_transforms", optional = true}
swc_ecma_transforms = {version = "0.103.4", path = "../swc_ecma_transforms", optional = true}
swc_ecma_utils = {version = "0.56.0", path = "../swc_ecma_utils", optional = true}
swc_ecma_visit = {version = "0.46.0", path = "../swc_ecma_visit", optional = true}

Expand Down

1 comment on commit 4bb264d

@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: 4bb264d Previous: ff0b55b Ratio
full_es2015 184696207 ns/iter (± 5919248) 216249125 ns/iter (± 15701262) 0.85
full_es2016 153820814 ns/iter (± 6148785) 178254367 ns/iter (± 8783769) 0.86
full_es2017 157317635 ns/iter (± 6161648) 183086707 ns/iter (± 11161182) 0.86
full_es2018 157241633 ns/iter (± 6307768) 183510035 ns/iter (± 15248098) 0.86
full_es2019 154599971 ns/iter (± 8131076) 181047636 ns/iter (± 10297561) 0.85
full_es2020 153648859 ns/iter (± 5903251) 181739960 ns/iter (± 13985466) 0.85
full_es3 211121587 ns/iter (± 13167561) 247932658 ns/iter (± 13298449) 0.85
full_es5 196094844 ns/iter (± 7641572) 229177153 ns/iter (± 12615596) 0.86
parser 685831 ns/iter (± 22848) 796779 ns/iter (± 24483) 0.86

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

Please sign in to comment.