Skip to content
This repository has been archived by the owner on Jul 10, 2023. It is now read-only.

intrnl/estranspile

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Quickly transpile source code with esbuild

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published