Browserify transform which applies jstransform visitors
- Types
- ESM
- CJS
- License
- MIT
- Install Size
- -(2.9 MB)
- Vulns
- 0
- Published
$
npm install jstransformify$
pnpm add jstransformify$
yarn add jstransformify$
bun add jstransformify$
deno add npm:jstransformify$
vlt install jstransformify$
vp add jstransformifyjstransformify
Browserify transform which applies facebook/jstransform visitors, allowing for easily writing code with ES6 features like classes, arrow functions, destructured assignment, etc.
Installation
> npm install jstransformify
Usage
> browserify -t [ jstransformify -v jstransform/visitors/es6-class-visitors -v jstransform/visitors/es6-destructuring-visitors ] app.js > bundle.js
Available transforms
- es6-arrow-function-visitors
- es6-class-visitors
- es6-destructuring-visitors
- es6-object-concise-method-visitors
- es6-object-short-notation-visitors
- es6-rest-param-visitors
- es6-template-visitors
- es7-spread-property-visitors
Visit jstransform for a complete list of available visitors