Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/swc-project/plugins
Plugins for swc, written in rust
https://github.com/swc-project/plugins
Last synced: 1 day ago
JSON representation
Plugins for swc, written in rust
- Host: GitHub
- URL: https://github.com/swc-project/plugins
- Owner: swc-project
- License: apache-2.0
- Created: 2021-07-05T04:15:08.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-29T03:51:39.000Z (about 2 months ago)
- Last Synced: 2024-10-29T22:38:01.233Z (about 1 month ago)
- Language: Rust
- Size: 1.76 MB
- Stars: 333
- Watchers: 9
- Forks: 54
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
- awesome-ccamel - swc-project/plugins - Plugins for swc, written in rust (Rust)
README
# Plugins
Plugins for SWC, written in Rust
#### Currently Available:
- [`emotion`](packages/emotion)
- [`jest`](packages/jest)
- [`loadable-components`](packages/loadable-components)
- [`noop`](packages/noop) for testing Wasm plugin system itself
- [`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-confidential`](packages/swc-confidential) for hiding sensitive strings in your code.
- [`swc-magic`](packages/swc-magic) for building high-performance frameworks.
- [`transform-imports`](packages/transform-imports)
- [`prefresh`](packages/prefresh) for preact refresh transformation.