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 5, 2021
1 parent 58159d3 commit 529f980
Show file tree
Hide file tree
Showing 29 changed files with 181 additions and 181 deletions.
56 changes: 28 additions & 28 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions crates/jsdoc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ documentation = "https://rustdoc.swc.rs/jsdoc/"
edition = "2018"
license = "Apache-2.0"
name = "jsdoc"
version = "0.47.0"
version = "0.48.0"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand All @@ -19,6 +19,6 @@ swc_common = {version = "0.14.0", path = "../swc_common"}
anyhow = "1"
dashmap = "4.0.2"
swc_ecma_ast = {version = "0.58.0", path = "../swc_ecma_ast"}
swc_ecma_parser = {version = "0.78.0", path = "../swc_ecma_parser"}
swc_ecma_parser = {version = "0.79.0", path = "../swc_ecma_parser"}
testing = {version = "0.15.0", path = "../testing"}
walkdir = "2"
26 changes: 13 additions & 13 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.90.0"
version = "0.91.0"

[lib]
name = "swc"
Expand Down Expand Up @@ -53,28 +53,28 @@ sourcemap = "6"
swc_atoms = {version = "0.2", path = "../swc_atoms"}
swc_common = {version = "0.14.0", path = "../swc_common", features = ["sourcemap", "concurrent"]}
swc_ecma_ast = {version = "0.58.0", path = "../swc_ecma_ast"}
swc_ecma_codegen = {version = "0.80.0", path = "../swc_ecma_codegen"}
swc_ecma_ext_transforms = {version = "0.38.2", path = "../swc_ecma_ext_transforms"}
swc_ecma_codegen = {version = "0.81.0", path = "../swc_ecma_codegen"}
swc_ecma_ext_transforms = {version = "0.39.0", path = "../swc_ecma_ext_transforms"}
swc_ecma_loader = {version = "0.24.1", path = "../swc_ecma_loader", features = ["lru", "node", "tsc"]}
swc_ecma_minifier = {version = "0.53.0", path = "../swc_ecma_minifier"}
swc_ecma_parser = {version = "0.78.0", path = "../swc_ecma_parser"}
swc_ecma_preset_env = {version = "0.69.0", path = "../swc_ecma_preset_env"}
swc_ecma_transforms = {version = "0.97.0", path = "../swc_ecma_transforms", features = [
swc_ecma_minifier = {version = "0.54.0", path = "../swc_ecma_minifier"}
swc_ecma_parser = {version = "0.79.0", path = "../swc_ecma_parser"}
swc_ecma_preset_env = {version = "0.70.0", path = "../swc_ecma_preset_env"}
swc_ecma_transforms = {version = "0.98.0", path = "../swc_ecma_transforms", features = [
"compat",
"module",
"optimization",
"proposal",
"react",
"typescript",
]}
swc_ecma_transforms_base = {version = "0.44.4", path = "../swc_ecma_transforms_base"}
swc_ecma_transforms_compat = {version = "0.53.0", path = "../swc_ecma_transforms_compat"}
swc_ecma_transforms_optimization = {version = "0.67.0", path = "../swc_ecma_transforms_optimization"}
swc_ecma_utils = {version = "0.52.5", path = "../swc_ecma_utils"}
swc_ecma_transforms_base = {version = "0.45.0", path = "../swc_ecma_transforms_base"}
swc_ecma_transforms_compat = {version = "0.54.0", path = "../swc_ecma_transforms_compat"}
swc_ecma_transforms_optimization = {version = "0.68.0", path = "../swc_ecma_transforms_optimization"}
swc_ecma_utils = {version = "0.53.0", path = "../swc_ecma_utils"}
swc_ecma_visit = {version = "0.44.0", path = "../swc_ecma_visit"}
swc_ecmascript = {version = "0.90.0", path = "../swc_ecmascript"}
swc_ecmascript = {version = "0.91.0", path = "../swc_ecmascript"}
swc_node_comments = {version = "0.1", path = "../swc_node_comments"}
swc_plugin_runner = {version = "0.18.2", path = "../swc_plugin_runner", optional = true}
swc_plugin_runner = {version = "0.19.0", path = "../swc_plugin_runner", optional = true}
swc_visit = {version = "0.2.3", path = "../swc_visit"}
tracing = "0.1.28"

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

[package.metadata.docs.rs]
all-features = true
Expand Down Expand Up @@ -43,12 +43,12 @@ retain_mut = "0.1.2"
swc_atoms = {version = "0.2.4", path = "../swc_atoms"}
swc_common = {version = "0.14.0", path = "../swc_common"}
swc_ecma_ast = {version = "0.58.0", path = "../swc_ecma_ast"}
swc_ecma_codegen = {version = "0.80.0", path = "../swc_ecma_codegen"}
swc_ecma_codegen = {version = "0.81.0", path = "../swc_ecma_codegen"}
swc_ecma_loader = {version = "0.24.0", path = "../swc_ecma_loader"}
swc_ecma_parser = {version = "0.78.0", path = "../swc_ecma_parser"}
swc_ecma_transforms_base = {version = "0.44.4", path = "../swc_ecma_transforms_base"}
swc_ecma_transforms_optimization = {version = "0.67.0", path = "../swc_ecma_transforms_optimization"}
swc_ecma_utils = {version = "0.52.5", path = "../swc_ecma_utils"}
swc_ecma_parser = {version = "0.79.0", path = "../swc_ecma_parser"}
swc_ecma_transforms_base = {version = "0.45.0", path = "../swc_ecma_transforms_base"}
swc_ecma_transforms_optimization = {version = "0.68.0", path = "../swc_ecma_transforms_optimization"}
swc_ecma_utils = {version = "0.53.0", path = "../swc_ecma_utils"}
swc_ecma_visit = {version = "0.44.0", path = "../swc_ecma_visit"}
swc_fast_graph = {version = "0.1", path = "../swc_fast_graph/"}
swc_graph_analyzer = {version = "0.1", path = "../swc_graph_analyzer/"}
Expand All @@ -61,9 +61,9 @@ path-clean = "=0.1.0"
reqwest = {version = "0.11.4", features = ["blocking"]}
sha-1 = "0.9"
swc_ecma_loader = {version = "0.24.0", path = "../swc_ecma_loader", features = ["node", "lru"]}
swc_ecma_minifier = {version = "0.53.0", path = "../swc_ecma_minifier"}
swc_ecma_transforms_react = {version = "0.61.0", path = "../swc_ecma_transforms_react"}
swc_ecma_transforms_typescript = {version = "0.63.0", path = "../swc_ecma_transforms_typescript"}
swc_ecma_minifier = {version = "0.54.0", path = "../swc_ecma_minifier"}
swc_ecma_transforms_react = {version = "0.62.0", path = "../swc_ecma_transforms_react"}
swc_ecma_transforms_typescript = {version = "0.64.0", path = "../swc_ecma_transforms_typescript"}
swc_node_base = {version = "0.5.0", path = "../swc_node_base"}
tempfile = "3.1.0"
testing = {version = "0.15.0", path = "../testing"}
Expand Down
4 changes: 2 additions & 2 deletions crates/swc_ecma_codegen/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs"]
license = "Apache-2.0"
name = "swc_ecma_codegen"
repository = "https://github.com/swc-project/swc.git"
version = "0.80.0"
version = "0.81.0"

[dependencies]
bitflags = "1"
Expand All @@ -19,7 +19,7 @@ swc_atoms = {version = "0.2", path = "../swc_atoms"}
swc_common = {version = "0.14.0", path = "../swc_common"}
swc_ecma_ast = {version = "0.58.0", path = "../swc_ecma_ast"}
swc_ecma_codegen_macros = {version = "0.6.0", path = "../swc_ecma_codegen_macros"}
swc_ecma_parser = {version = "0.78.0", path = "../swc_ecma_parser"}
swc_ecma_parser = {version = "0.79.0", path = "../swc_ecma_parser"}
tracing = "0.1"

[dev-dependencies]
Expand Down
4 changes: 2 additions & 2 deletions crates/swc_ecma_dep_graph/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_dep_graph"
repository = "https://github.com/swc-project/swc.git"
version = "0.47.0"
version = "0.48.0"

[dependencies]
swc_atoms = {version = "0.2", path = "../swc_atoms"}
Expand All @@ -15,5 +15,5 @@ swc_ecma_ast = {version = "0.58.0", path = "../swc_ecma_ast"}
swc_ecma_visit = {version = "0.44.0", path = "../swc_ecma_visit"}

[dev-dependencies]
swc_ecma_parser = {version = "0.78.0", path = "../swc_ecma_parser"}
swc_ecma_parser = {version = "0.79.0", path = "../swc_ecma_parser"}
testing = {version = "0.15.0", path = "../testing"}
Loading

1 comment on commit 529f980

@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: 529f980 Previous: ffec782 Ratio
full_es2015 221895465 ns/iter (± 24187858) 187969907 ns/iter (± 12228571) 1.18
full_es2016 174956174 ns/iter (± 18764609) 148820428 ns/iter (± 10352946) 1.18
full_es2017 187787130 ns/iter (± 19204716) 154040206 ns/iter (± 10586956) 1.22
full_es2018 186540989 ns/iter (± 16347650) 152571705 ns/iter (± 11414663) 1.22
full_es2019 184244840 ns/iter (± 17925272) 151240365 ns/iter (± 15536733) 1.22
full_es2020 183350454 ns/iter (± 18641308) 152069874 ns/iter (± 16971544) 1.21
full_es3 262768619 ns/iter (± 32592895) 211091760 ns/iter (± 29516167) 1.24
full_es5 244671213 ns/iter (± 23199428) 196501181 ns/iter (± 19494760) 1.25
parser 879811 ns/iter (± 96352) 733725 ns/iter (± 60632) 1.20

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

Please sign in to comment.