1 Repo
Compilers that use SWC to transpile JavaScript, TypeScript, JSX, and TSX files with sensible defaults.
Distinct from Script Compilation: Distinct from Script Compilation: specifically uses the SWC compiler for script transformation, not general script-to-executable conversion.
Explore 1 awesome GitHub repository matching development tools & productivity · SWC Compilers. Refine with filters or upvote what's useful.
Farm is a Rust-based web build tool and development server that compiles JavaScript, TypeScript, CSS, HTML, and static assets into optimized bundles. It uses a module-graph-based bundling approach with persistent module-level caching, enabling near-instant builds and sub-20ms hot module replacement during development. The tool processes assets based on file extensions, handling CSS, Sass, Less, PostCSS, HTML, and images as first-class modules without requiring JavaScript transformation. Farm distinguishes itself through its Vite-compatible plugin system, accepting Vite, Rollup, and Unplugin p
Transpiles JavaScript, TypeScript, JSX, and TSX files using the SWC compiler with sensible defaults.