Skip to content

Commit

Permalink
chore: remove useless swc_core features
Browse files Browse the repository at this point in the history
  • Loading branch information
JSerFeng committed Aug 8, 2024
1 parent 1772f7c commit ffac58d
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 29 deletions.
20 changes: 0 additions & 20 deletions Cargo.lock

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

3 changes: 0 additions & 3 deletions crates/rspack_ast/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,19 +16,16 @@ swc_core = { workspace = true, features = [
"ecma_codegen",
"ecma_quote",
"common_concurrent",
"common_tty",
"swc_ecma_ast",
"ecma_transforms_react",
"ecma_transforms_module",
"swc_ecma_codegen",
"swc_ecma_visit",
"ecma_visit_path",
"css_ast",
"css_codegen",
"css_parser",
"css_utils",
"css_visit",
"css_compat",
"css_modules",
] }
swc_error_reporters = { workspace = true }
Expand Down
3 changes: 0 additions & 3 deletions crates/rspack_core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,19 +54,16 @@ swc_core = { workspace = true, features = [
"ecma_codegen",
"ecma_quote",
"common_concurrent",
"common_tty",
"swc_ecma_ast",
"ecma_transforms_react",
"ecma_transforms_module",
"swc_ecma_codegen",
"swc_ecma_visit",
"ecma_visit_path",
"css_ast",
"css_codegen",
"css_parser",
"css_utils",
"css_visit",
"css_compat",
"css_modules",
] }
swc_node_comments = { workspace = true }
Expand Down
2 changes: 0 additions & 2 deletions crates/rspack_plugin_javascript/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,9 @@ swc_core = { workspace = true, features = [
"ecma_transforms_optimization",
"ecma_transforms_module",
"ecma_transforms_compat",
"ecma_transforms_proposal",
"ecma_transforms_typescript",
"base",
"ecma_quote",
"base",
] }
swc_node_comments = { workspace = true }
tracing = { workspace = true }
Expand Down
1 change: 0 additions & 1 deletion crates/rspack_plugin_swc_js_minimizer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ swc_core = { workspace = true, features = [
"ecma_transforms_optimization",
"ecma_transforms_module",
"ecma_transforms_compat",
"ecma_transforms_proposal",
"ecma_transforms_typescript",
"ecma_quote",
] }
Expand Down

0 comments on commit ffac58d

Please sign in to comment.