CommonJS pre-builts of Babel 8: if you want to migrate to v8 but cannot support ESM right now.
Includes:
Fix traverse NodePath caching;Improve Unicode handling in code-frame tokenizer;Improve traverse types;Rename TSImportType.argument to .source;
Usage
const {
parse,
types,
generate,
template,
codeFrameColumns,
} = require('@putout/babel');MIT