Skip to content

Commit

Permalink
chore: Publish crates with swc_core v10.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
kdy1 committed Jan 16, 2025
1 parent 7251c93 commit 696d77d
Show file tree
Hide file tree
Showing 50 changed files with 91 additions and 91 deletions.
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.

2 changes: 1 addition & 1 deletion crates/binding_macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ binding_wasm = [
# Common deps for the SWC imports
swc = { optional = true, version = "10.0.0", path = "../swc" }
swc_common = { optional = true, version = "5.0.0", path = "../swc_common" }
swc_ecma_ast = { optional = true, version = "5.0.1", path = "../swc_ecma_ast" }
swc_ecma_ast = { optional = true, version = "5.0.2", path = "../swc_ecma_ast" }
swc_ecma_transforms = { optional = true, version = "9.0.0", path = "../swc_ecma_transforms" }
swc_ecma_visit = { optional = true, version = "5.0.0", path = "../swc_ecma_visit" }

Expand Down
2 changes: 1 addition & 1 deletion crates/dbg-swc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ swc_common = { version = "5.0.0", features = [
"concurrent",
"tty-emitter",
], path = "../swc_common" }
swc_ecma_ast = { version = "5.0.1", path = "../swc_ecma_ast" }
swc_ecma_ast = { version = "5.0.2", path = "../swc_ecma_ast" }
swc_ecma_codegen = { version = "5.0.1", path = "../swc_ecma_codegen" }
swc_ecma_minifier = { version = "7.1.0", path = "../swc_ecma_minifier", features = [
"concurrent",
Expand Down
2 changes: 1 addition & 1 deletion crates/jsdoc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ swc_common = { version = "5.0.0", path = "../swc_common" }
anyhow = { workspace = true }
dashmap = { workspace = true }

swc_ecma_ast = { version = "5.0.1", path = "../swc_ecma_ast" }
swc_ecma_ast = { version = "5.0.2", path = "../swc_ecma_ast" }
swc_ecma_parser = { version = "6.0.2", path = "../swc_ecma_parser" }
testing = { version = "5.0.0", path = "../testing" }
6 changes: 3 additions & 3 deletions crates/swc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ swc_common = { version = "5.0.0", path = "../swc_common", features = [
] }
swc_compiler_base = { version = "8.0.0", path = "../swc_compiler_base" }
swc_config = { version = "1.0.0", path = "../swc_config" }
swc_ecma_ast = { version = "5.0.1", path = "../swc_ecma_ast" }
swc_ecma_ast = { version = "5.0.2", path = "../swc_ecma_ast" }
swc_ecma_codegen = { version = "5.0.1", path = "../swc_ecma_codegen" }
swc_ecma_ext_transforms = { version = "7.0.0", path = "../swc_ecma_ext_transforms" }
swc_ecma_lints = { version = "7.0.0", path = "../swc_ecma_lints" }
Expand All @@ -102,7 +102,7 @@ swc_ecma_transforms = { version = "9.0.0", path = "../swc_ecma_transforms", feat
swc_ecma_transforms_base = { version = "7.1.0", path = "../swc_ecma_transforms_base" }
swc_ecma_transforms_compat = { version = "8.0.0", path = "../swc_ecma_transforms_compat" }
swc_ecma_transforms_optimization = { version = "7.1.0", path = "../swc_ecma_transforms_optimization" }
swc_ecma_utils = { version = "7.0.1", path = "../swc_ecma_utils" }
swc_ecma_utils = { version = "7.0.2", path = "../swc_ecma_utils" }
swc_ecma_visit = { version = "5.0.0", path = "../swc_ecma_visit" }
swc_error_reporters = { version = "6.0.0", path = "../swc_error_reporters" }
swc_node_comments = { version = "5.0.0", path = "../swc_node_comments" }
Expand Down Expand Up @@ -136,7 +136,7 @@ rayon = { workspace = true }
walkdir = { workspace = true }

codspeed-criterion-compat = { workspace = true }
swc_ecma_ast = { version = "5.0.1", path = "../swc_ecma_ast", features = [
swc_ecma_ast = { version = "5.0.2", path = "../swc_ecma_ast", features = [
"serde-impl",
] }
swc_ecma_lints = { version = "7.0.0", path = "../swc_ecma_lints", features = [
Expand Down
4 changes: 2 additions & 2 deletions crates/swc_bundler/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,13 @@ tracing = { workspace = true }

swc_atoms = { version = "3.0.3", path = "../swc_atoms" }
swc_common = { version = "5.0.0", path = "../swc_common" }
swc_ecma_ast = { version = "5.0.1", path = "../swc_ecma_ast" }
swc_ecma_ast = { version = "5.0.2", path = "../swc_ecma_ast" }
swc_ecma_codegen = { version = "5.0.1", path = "../swc_ecma_codegen" }
swc_ecma_loader = { version = "5.0.0", path = "../swc_ecma_loader" }
swc_ecma_parser = { version = "6.0.2", path = "../swc_ecma_parser" }
swc_ecma_transforms_base = { version = "7.1.0", path = "../swc_ecma_transforms_base" }
swc_ecma_transforms_optimization = { version = "7.1.0", path = "../swc_ecma_transforms_optimization" }
swc_ecma_utils = { version = "7.0.1", path = "../swc_ecma_utils" }
swc_ecma_utils = { version = "7.0.2", path = "../swc_ecma_utils" }
swc_ecma_visit = { version = "5.0.0", path = "../swc_ecma_visit" }
swc_fast_graph = { version = "6.0.0", path = "../swc_fast_graph/" }
swc_graph_analyzer = { version = "5.0.0", path = "../swc_graph_analyzer/" }
Expand Down
2 changes: 1 addition & 1 deletion crates/swc_cli_impl/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ tracing-futures = { workspace = true }
tracing-subscriber = { workspace = true, features = ["env-filter"] }
walkdir = { workspace = true }

swc_core = { version = "10.2.3", features = [
swc_core = { version = "10.2.4", features = [
"trace_macro",
"common_concurrent",
"base_concurrent",
Expand Down
2 changes: 1 addition & 1 deletion crates/swc_compiler_base/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ swc_common = { version = "5.0.0", path = "../swc_common", features = [
"sourcemap",
] }
swc_config = { version = "1.0.0", path = "../swc_config" }
swc_ecma_ast = { version = "5.0.1", path = "../swc_ecma_ast" }
swc_ecma_ast = { version = "5.0.2", path = "../swc_ecma_ast" }
swc_ecma_codegen = { version = "5.0.1", path = "../swc_ecma_codegen" }
swc_ecma_minifier = { version = "7.1.0", path = "../swc_ecma_minifier" }
swc_ecma_parser = { version = "6.0.2", path = "../swc_ecma_parser" }
Expand Down
6 changes: 3 additions & 3 deletions crates/swc_core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = { workspace = true }
license = { workspace = true }
name = "swc_core"
repository = { workspace = true }
version = "10.2.3"
version = "10.2.4"
[package.metadata.docs.rs]
features = [
"allocator_node",
Expand Down Expand Up @@ -353,7 +353,7 @@ swc_css_parser = { optional = true, version = "5.0.0", path =
swc_css_prefixer = { optional = true, version = "5.0.0", path = "../swc_css_prefixer" }
swc_css_utils = { optional = true, version = "5.0.0", path = "../swc_css_utils/" }
swc_css_visit = { optional = true, version = "5.0.0", path = "../swc_css_visit" }
swc_ecma_ast = { optional = true, version = "5.0.1", path = "../swc_ecma_ast" }
swc_ecma_ast = { optional = true, version = "5.0.2", path = "../swc_ecma_ast" }
swc_ecma_codegen = { optional = true, version = "5.0.1", path = "../swc_ecma_codegen" }
swc_ecma_lints = { optional = true, version = "7.0.0", path = "../swc_ecma_lints" }
swc_ecma_loader = { optional = true, version = "5.0.0", path = "../swc_ecma_loader" }
Expand All @@ -370,7 +370,7 @@ swc_ecma_transforms_react = { optional = true, version = "7.0.0", path =
swc_ecma_transforms_testing = { optional = true, version = "7.0.1", path = "../swc_ecma_transforms_testing" }
swc_ecma_transforms_typescript = { optional = true, version = "7.0.0", path = "../swc_ecma_transforms_typescript" }
swc_ecma_usage_analyzer = { optional = true, version = "7.0.0", path = "../swc_ecma_usage_analyzer" }
swc_ecma_utils = { optional = true, version = "7.0.1", path = "../swc_ecma_utils" }
swc_ecma_utils = { optional = true, version = "7.0.2", path = "../swc_ecma_utils" }
swc_ecma_visit = { optional = true, version = "5.0.0", path = "../swc_ecma_visit" }
swc_malloc = { optional = true, version = "1.0.0", path = "../swc_malloc" }
swc_node_bundler = { optional = true, version = "10.0.0", path = "../swc_node_bundler" }
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 = { workspace = true }
license = { workspace = true }
name = "swc_ecma_ast"
repository = { workspace = true }
version = "5.0.1"
version = "5.0.2"

[package.metadata.docs.rs]
all-features = true
Expand Down
2 changes: 1 addition & 1 deletion crates/swc_ecma_codegen/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ tracing = { workspace = true }
swc_allocator = { version = "2.0.0", path = "../swc_allocator", default-features = false }
swc_atoms = { version = "3.0.3", path = "../swc_atoms" }
swc_common = { version = "5.0.0", path = "../swc_common" }
swc_ecma_ast = { version = "5.0.1", path = "../swc_ecma_ast" }
swc_ecma_ast = { version = "5.0.2", path = "../swc_ecma_ast" }
swc_ecma_codegen_macros = { version = "1.0.0", path = "../swc_ecma_codegen_macros" }

[dev-dependencies]
Expand Down
4 changes: 2 additions & 2 deletions crates/swc_ecma_compat_bugfixes/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ version = "7.0.0"
[dependencies]
swc_atoms = { version = "3.0.3", path = "../swc_atoms" }
swc_common = { version = "5.0.0", path = "../swc_common" }
swc_ecma_ast = { version = "5.0.1", path = "../swc_ecma_ast" }
swc_ecma_ast = { version = "5.0.2", path = "../swc_ecma_ast" }
swc_ecma_compat_es2015 = { version = "7.0.0", path = "../swc_ecma_compat_es2015" }
swc_ecma_transforms_base = { version = "7.1.0", path = "../swc_ecma_transforms_base" }
swc_ecma_utils = { version = "7.0.1", path = "../swc_ecma_utils" }
swc_ecma_utils = { version = "7.0.2", path = "../swc_ecma_utils" }
swc_ecma_visit = { version = "5.0.0", path = "../swc_ecma_visit" }
swc_trace_macro = { version = "2.0.0", path = "../swc_trace_macro" }
tracing = { workspace = true }
Expand Down
4 changes: 2 additions & 2 deletions crates/swc_ecma_compat_common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ version = "7.0.0"

[dependencies]
swc_common = { version = "5.0.0", path = "../swc_common" }
swc_ecma_ast = { version = "5.0.1", path = "../swc_ecma_ast" }
swc_ecma_utils = { version = "7.0.1", path = "../swc_ecma_utils" }
swc_ecma_ast = { version = "5.0.2", path = "../swc_ecma_ast" }
swc_ecma_utils = { version = "7.0.2", path = "../swc_ecma_utils" }
swc_ecma_visit = { version = "5.0.0", path = "../swc_ecma_visit" }
swc_trace_macro = { version = "2.0.0", path = "../swc_trace_macro" }
4 changes: 2 additions & 2 deletions crates/swc_ecma_compat_es2015/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@ swc_atoms = { version = "3.0.3", path = "../swc_atoms" }

swc_common = { version = "5.0.0", path = "../swc_common" }
swc_config = { version = "1.0.0", path = "../swc_config" }
swc_ecma_ast = { version = "5.0.1", path = "../swc_ecma_ast" }
swc_ecma_ast = { version = "5.0.2", path = "../swc_ecma_ast" }
swc_ecma_compat_common = { version = "7.0.0", path = "../swc_ecma_compat_common" }
swc_ecma_transforms_base = { version = "7.1.0", path = "../swc_ecma_transforms_base" }
swc_ecma_transforms_classes = { version = "7.0.0", path = "../swc_ecma_transforms_classes" }
swc_ecma_transforms_macros = { version = "1.0.0", path = "../swc_ecma_transforms_macros" }
swc_ecma_utils = { version = "7.0.1", path = "../swc_ecma_utils" }
swc_ecma_utils = { version = "7.0.2", path = "../swc_ecma_utils" }
swc_ecma_visit = { version = "5.0.0", path = "../swc_ecma_visit" }
swc_trace_macro = { version = "2.0.0", path = "../swc_trace_macro" }
tracing = { workspace = true }
Expand Down
4 changes: 2 additions & 2 deletions crates/swc_ecma_compat_es2016/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ version = "7.0.0"
[dependencies]
swc_atoms = { version = "3.0.3", path = "../swc_atoms" }
swc_common = { version = "5.0.0", path = "../swc_common" }
swc_ecma_ast = { version = "5.0.1", path = "../swc_ecma_ast" }
swc_ecma_ast = { version = "5.0.2", path = "../swc_ecma_ast" }
swc_ecma_transforms_base = { version = "7.1.0", path = "../swc_ecma_transforms_base" }
swc_ecma_transforms_macros = { version = "1.0.0", path = "../swc_ecma_transforms_macros" }
swc_ecma_utils = { version = "7.0.1", path = "../swc_ecma_utils" }
swc_ecma_utils = { version = "7.0.2", path = "../swc_ecma_utils" }
swc_ecma_visit = { version = "5.0.0", path = "../swc_ecma_visit" }
swc_trace_macro = { version = "2.0.0", path = "../swc_trace_macro" }
tracing = { workspace = true }
Expand Down
4 changes: 2 additions & 2 deletions crates/swc_ecma_compat_es2017/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ tracing = { workspace = true }

swc_atoms = { version = "3.0.3", path = "../swc_atoms" }
swc_common = { version = "5.0.0", path = "../swc_common" }
swc_ecma_ast = { version = "5.0.1", path = "../swc_ecma_ast" }
swc_ecma_ast = { version = "5.0.2", path = "../swc_ecma_ast" }
swc_ecma_transforms_base = { version = "7.1.0", path = "../swc_ecma_transforms_base" }
swc_ecma_transforms_macros = { version = "1.0.0", path = "../swc_ecma_transforms_macros" }
swc_ecma_utils = { version = "7.0.1", path = "../swc_ecma_utils" }
swc_ecma_utils = { version = "7.0.2", path = "../swc_ecma_utils" }
swc_ecma_visit = { version = "5.0.0", path = "../swc_ecma_visit" }
swc_trace_macro = { version = "2.0.0", path = "../swc_trace_macro" }

Expand Down
4 changes: 2 additions & 2 deletions crates/swc_ecma_compat_es2018/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ tracing = { workspace = true }

swc_atoms = { version = "3.0.3", path = "../swc_atoms" }
swc_common = { version = "5.0.0", path = "../swc_common" }
swc_ecma_ast = { version = "5.0.1", path = "../swc_ecma_ast" }
swc_ecma_ast = { version = "5.0.2", path = "../swc_ecma_ast" }
swc_ecma_compat_common = { version = "7.0.0", path = "../swc_ecma_compat_common" }
swc_ecma_transforms_base = { version = "7.1.0", path = "../swc_ecma_transforms_base" }
swc_ecma_transforms_macros = { version = "1.0.0", path = "../swc_ecma_transforms_macros" }
swc_ecma_utils = { version = "7.0.1", path = "../swc_ecma_utils" }
swc_ecma_utils = { version = "7.0.2", path = "../swc_ecma_utils" }
swc_ecma_visit = { version = "5.0.0", path = "../swc_ecma_visit" }
swc_trace_macro = { version = "2.0.0", path = "../swc_trace_macro" }

Expand Down
4 changes: 2 additions & 2 deletions crates/swc_ecma_compat_es2019/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ tracing = { workspace = true }

swc_atoms = { version = "3.0.3", path = "../swc_atoms" }
swc_common = { version = "5.0.0", path = "../swc_common" }
swc_ecma_ast = { version = "5.0.1", path = "../swc_ecma_ast" }
swc_ecma_ast = { version = "5.0.2", path = "../swc_ecma_ast" }
swc_ecma_transforms_base = { version = "7.1.0", path = "../swc_ecma_transforms_base" }
swc_ecma_utils = { version = "7.0.1", path = "../swc_ecma_utils" }
swc_ecma_utils = { version = "7.0.2", path = "../swc_ecma_utils" }
swc_ecma_visit = { version = "5.0.0", path = "../swc_ecma_visit" }
swc_trace_macro = { version = "2.0.0", path = "../swc_trace_macro" }

Expand Down
4 changes: 2 additions & 2 deletions crates/swc_ecma_compat_es2020/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ version = "8.0.0"
serde = { workspace = true, features = ["derive"] }
swc_atoms = { version = "3.0.3", path = "../swc_atoms" }
swc_common = { version = "5.0.0", path = "../swc_common" }
swc_ecma_ast = { version = "5.0.1", path = "../swc_ecma_ast" }
swc_ecma_ast = { version = "5.0.2", path = "../swc_ecma_ast" }
swc_ecma_compat_es2022 = { version = "8.0.0", path = "../swc_ecma_compat_es2022" }
swc_ecma_transforms_base = { version = "7.1.0", path = "../swc_ecma_transforms_base" }
swc_ecma_utils = { version = "7.0.1", path = "../swc_ecma_utils" }
swc_ecma_utils = { version = "7.0.2", path = "../swc_ecma_utils" }
swc_ecma_visit = { version = "5.0.0", path = "../swc_ecma_visit" }
swc_trace_macro = { version = "2.0.0", path = "../swc_trace_macro" }
tracing = { workspace = true }
Expand Down
4 changes: 2 additions & 2 deletions crates/swc_ecma_compat_es2021/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ tracing = { workspace = true }

swc_atoms = { version = "3.0.3", path = "../swc_atoms" }
swc_common = { version = "5.0.0", path = "../swc_common" }
swc_ecma_ast = { version = "5.0.1", path = "../swc_ecma_ast" }
swc_ecma_ast = { version = "5.0.2", path = "../swc_ecma_ast" }
swc_ecma_transforms_base = { version = "7.1.0", path = "../swc_ecma_transforms_base" }
swc_ecma_utils = { version = "7.0.1", path = "../swc_ecma_utils" }
swc_ecma_utils = { version = "7.0.2", path = "../swc_ecma_utils" }
swc_ecma_visit = { version = "5.0.0", path = "../swc_ecma_visit" }
swc_trace_macro = { version = "2.0.0", path = "../swc_trace_macro" }
4 changes: 2 additions & 2 deletions crates/swc_ecma_compat_es2022/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ tracing = { workspace = true }

swc_atoms = { version = "3.0.3", path = "../swc_atoms" }
swc_common = { version = "5.0.0", path = "../swc_common" }
swc_ecma_ast = { version = "5.0.1", path = "../swc_ecma_ast" }
swc_ecma_ast = { version = "5.0.2", path = "../swc_ecma_ast" }
swc_ecma_compat_common = { version = "7.0.0", path = "../swc_ecma_compat_common" }
swc_ecma_transforms_base = { version = "7.1.0", path = "../swc_ecma_transforms_base" }
swc_ecma_transforms_classes = { version = "7.0.0", path = "../swc_ecma_transforms_classes" }
swc_ecma_transforms_macros = { version = "1.0.0", path = "../swc_ecma_transforms_macros" }
swc_ecma_utils = { version = "7.0.1", path = "../swc_ecma_utils" }
swc_ecma_utils = { version = "7.0.2", path = "../swc_ecma_utils" }
swc_ecma_visit = { version = "5.0.0", path = "../swc_ecma_visit" }
swc_trace_macro = { version = "2.0.0", path = "../swc_trace_macro" }
4 changes: 2 additions & 2 deletions crates/swc_ecma_compat_es3/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ version = "7.0.0"
tracing = { workspace = true }

swc_common = { version = "5.0.0", path = "../swc_common" }
swc_ecma_ast = { version = "5.0.1", path = "../swc_ecma_ast" }
swc_ecma_ast = { version = "5.0.2", path = "../swc_ecma_ast" }
swc_ecma_transforms_base = { version = "7.1.0", path = "../swc_ecma_transforms_base" }
swc_ecma_utils = { version = "7.0.1", path = "../swc_ecma_utils" }
swc_ecma_utils = { version = "7.0.2", path = "../swc_ecma_utils" }
swc_ecma_visit = { version = "5.0.0", path = "../swc_ecma_visit" }
swc_trace_macro = { version = "2.0.0", path = "../swc_trace_macro" }

Expand Down
4 changes: 2 additions & 2 deletions crates/swc_ecma_ext_transforms/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ phf = { workspace = true, features = ["macros"] }

swc_atoms = { version = "3.0.3", path = "../swc_atoms" }
swc_common = { version = "5.0.0", path = "../swc_common" }
swc_ecma_ast = { version = "5.0.1", path = "../swc_ecma_ast" }
swc_ecma_utils = { version = "7.0.1", path = "../swc_ecma_utils" }
swc_ecma_ast = { version = "5.0.2", path = "../swc_ecma_ast" }
swc_ecma_utils = { version = "7.0.2", path = "../swc_ecma_utils" }
swc_ecma_visit = { version = "5.0.0", path = "../swc_ecma_visit" }
4 changes: 2 additions & 2 deletions crates/swc_ecma_lints/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ swc_common = { version = "5.0.0", path = "../swc_common", features = [
"concurrent",
] }
swc_config = { version = "1.0.0", path = "../swc_config" }
swc_ecma_ast = { version = "5.0.1", path = "../swc_ecma_ast", features = [
swc_ecma_ast = { version = "5.0.2", path = "../swc_ecma_ast", features = [
"serde",
] }
swc_ecma_utils = { version = "7.0.1", path = "../swc_ecma_utils" }
swc_ecma_utils = { version = "7.0.2", path = "../swc_ecma_utils" }
swc_ecma_visit = { version = "5.0.0", path = "../swc_ecma_visit" }
swc_parallel = { version = "1.0.1", path = "../swc_parallel", default-features = false }

Expand Down
Loading

0 comments on commit 696d77d

Please sign in to comment.