benmccann/sucrase — explained in plain English
Analysis updated 2026-07-18 · repo last pushed 2025-02-17
Speed up local TypeScript development builds by swapping Babel for Sucrase.
Use Sucrase as a drop-in ts-node replacement for faster script execution.
Integrate Sucrase into webpack or Jest for faster test and build iteration.
Transform JSX and TypeScript files quickly during development without full type checking.
| benmccann/sucrase | 0verflowme/alarm-clock | 0verflowme/seclists | |
|---|---|---|---|
| Language | — | CSS | — |
| Last pushed | 2025-02-17 | 2022-10-03 | 2020-05-03 |
| Maintenance | Stale | Dormant | Dormant |
| Setup difficulty | easy | easy | easy |
| Complexity | 2/5 | 2/5 | 1/5 |
| Audience | developer | vibe coder | ops devops |
Figures from each repo's GitHub metadata at analysis time.
Intended for development builds only, not recommended for production output, and doesn't validate code correctness.
Sucrase is a much faster alternative to Babel that strips TypeScript, JSX, and Flow syntax into plain JavaScript for modern development builds, about 20x faster.
Stale — no commits in 1-2 years (last push 2025-02-17).
Setup difficulty is rated easy, with roughly 5min to a first successful run.
Mainly developer.
This repo across BitVibe Labs
Verify against the repo before relying on details.