Puppy Transpiler is a lightweight JavaScript/TypeScript transpiler that translates modern ES2020+ code to ES2015 for broader browser compatibility. Version 1.0.5 is the latest stable release, with monthly updates. It differentiates by supporting inline TypeScript without configuration and producing minimal output. Ships TypeScript types.
npm install puppy-transpilerNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Transpiles an ES2020 arrow function to ES2015 using puppy-transpiler.
Explicitly set 'target' option if you need a different target.
Use a bundler or another transpiler for dynamic imports.
Replace 'module: 'cjs'' with 'target: 'es2015''.
Run 'npm install puppy-transpiler' and ensure import is from 'puppy-transpiler'.
Use 'import transpile from 'puppy-transpiler'' or 'import { transpile } from 'puppy-transpiler''.Set 'target' to 'es2015' or higher to allow export statements.
No dependency data recorded yet.