Skip to content

putoutjs/babel

Repository files navigation

@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