Skip to content

Latest commit

 

History

History
55 lines (41 loc) · 3.78 KB

README.md

File metadata and controls

55 lines (41 loc) · 3.78 KB

awesome-swc

Awesome

Curated list for the SWC projects.

Table of Contents

Starter templates

Wasm plugins

Official

3rd-party

Packages

  • @swc/cli - A command line interface for swc.
  • @swc/jest - A jest transformer.
  • swc-loader - A webpack loader for swc.
  • rollup-plugin-swc3 - A popular rollup plugin to transpile TypeScript/JavaScript with the swc.
  • woodpile - SWC AST Visitor in Javascript.
  • Rspack - A fast JavaScript bundler based on Rust and SWC.