0.1.0 • Published 3 years ago

@intrnl/estranspile v0.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

estranspile

Quickly transform source code with esbuild

  • No bundling, only quick and dirty transpilation
  • No import/export rewrite, append .js on your own!
  • No JSX transformation

Usage

npm install --save-dev @intrnl/estranspile
# pnpm install --save-dev @intrnl/estranspile
# yarn add --dev @intrnl/estranspile
estranspile [source] [output]

By default, it acts on lib/ folder and outputs to dist/ folder.