0.1.0 • Published 5 years ago
@intrnl/estranspile v0.1.0
estranspile
Quickly transform source code with esbuild
- No bundling, only quick and dirty transpilation
- No import/export rewrite, append
.json your own! - No JSX transformation
Usage
npm install --save-dev @intrnl/estranspile
# pnpm install --save-dev @intrnl/estranspile
# yarn add --dev @intrnl/estranspileestranspile [source] [output]By default, it acts on lib/ folder and outputs to dist/ folder.
0.1.0
5 years ago