Package detail

@putout/babel

putoutjs39.8kMIT4.1.1

Babel 8 in CommonJS

putout, babel, bundle, commonjs

readme

@putout/babel NPM version

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

Usage

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

License

MIT