DR Transpiler
JSON →dr-transpiler is a JavaScript transpiler that replaces import statements with the actual imported code, effectively inlining dependencies. The current stable version is 1.0.3. It serves as a simple bundling alternative for small projects, performing static analysis to resolve local and npm imports. Unlike full-featured bundlers (Webpack, Rollup), it focuses solely on import replacement without tree-shaking or advanced optimizations.
Resources
packagedr-transpiler ↗