Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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.