CommonJS pre-builts of Babel 8: if you want to migrate to v8 but cannot support ESM right now.
Includes:
Remove Babel 7 from the codebase;Fix traverse NodePath caching;Improve Unicode handling in code-frame tokenizer;Improve traverse types;Rename TSImportType.argument to .source;Remove decorator parser plugin options;Rename blacklist option;EnsureparseExpressionwithtokens: truereturns the exported tokens;
Usage
const {
parse,
types,
generate,
template,
codeFrameColumns,
} = require('@putout/babel');MIT