Skip to content

Commit

Permalink
build(cargo): remove redundant packages
Browse files Browse the repository at this point in the history
  • Loading branch information
kwonoj committed Aug 16, 2022
1 parent 1a5b979 commit fbb6e87
Show file tree
Hide file tree
Showing 10 changed files with 1 addition and 283 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/cargo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -240,8 +240,6 @@ jobs:
os: ubuntu-latest
check: |
cargo hack check --feature-powerset --no-dev-deps
- crate: swc_ecmascript
os: ubuntu-latest
- crate: swc_eq_ignore_macros
os: ubuntu-latest
- crate: swc_error_reporters
Expand Down
28 changes: 0 additions & 28 deletions Cargo.lock

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

3 changes: 1 addition & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,8 @@ members = [
"crates/swc_css",
"crates/swc_css_lints",
"crates/swc_css_prefixer",
"crates/swc_ecmascript",
"crates/swc_ecma_lints",
"crates/swc_ecma_quote",
"crates/swc_ecma_dep_graph",
"crates/swc_estree_compat",
"crates/swc_html",
"crates/swc_plugin",
Expand Down
22 changes: 0 additions & 22 deletions crates/swc_ecma_quote/Cargo.toml

This file was deleted.

3 changes: 0 additions & 3 deletions crates/swc_ecma_quote/README.md

This file was deleted.

35 changes: 0 additions & 35 deletions crates/swc_ecma_quote/src/clone.rs

This file was deleted.

104 changes: 0 additions & 104 deletions crates/swc_ecma_quote/src/lib.rs

This file was deleted.

53 changes: 0 additions & 53 deletions crates/swc_ecmascript/Cargo.toml

This file was deleted.

3 changes: 0 additions & 3 deletions crates/swc_ecmascript/README.md

This file was deleted.

31 changes: 0 additions & 31 deletions crates/swc_ecmascript/src/lib.rs

This file was deleted.

0 comments on commit fbb6e87

Please sign in to comment.