Skip to content

Commit

Permalink
refactor: Remove constify plugin (swc-project#257)
Browse files Browse the repository at this point in the history
  • Loading branch information
kdy1 authored Jan 30, 2024
1 parent a148115 commit e091922
Show file tree
Hide file tree
Showing 22 changed files with 10 additions and 1,155 deletions.
32 changes: 0 additions & 32 deletions Cargo.lock

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

1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
[workspace]
members = [
"xtask",
"packages/constify",
"packages/emotion",
"packages/jest",
"packages/loadable-components",
Expand Down
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,13 @@ Plugins for SWC, written in Rust

- [`emotion`](packages/emotion)
- [`jest`](packages/jest)
- [`loadable-components`](packages/loadable-components)
- [`noop`](packages/noop) for testing Wasm plugin system itself
- [`loadable-components`](packages/loadable-components)
- [`react-remove-properties`](packages/react-remove-properties)
- [`relay`](packages/relay)
- [`remove-console`](packages/remove-console)
- [`styled-components`](packages/styled-components)
- [`styled-jsx`](packages/styled-jsx)
- [`swc-magic`](packages/swc-magic) for building high-performance frameworks.
- [`transform-imports`](packages/transform-imports)
2 changes: 0 additions & 2 deletions packages/constify/.npmignore

This file was deleted.

19 changes: 0 additions & 19 deletions packages/constify/CHANGELOG.md

This file was deleted.

22 changes: 0 additions & 22 deletions packages/constify/Cargo.toml

This file was deleted.

175 changes: 0 additions & 175 deletions packages/constify/README.md

This file was deleted.

Loading

0 comments on commit e091922

Please sign in to comment.