JSPM

  • Created
  • Published
  • Downloads 10763
  • Score
    100M100P100Q131882F
  • License MIT

Babel 8 in CommonJS

Package Exports

  • @putout/babel

Readme

@putout/babel NPM version

CommonJS pre-builts of Babel 8: if you want to migrate to v8 but cannot support ESM right now.

Includes:

Usage

const {
    parse,
    types,
    generate,
    template,
    codeFrameColumns,
} = require('@putout/babel');

License

MIT