Package Exports
- @putout/babel
Readme
@putout/babel 
Pre-builts of Babel 8.
Includes:
Replace picocolors with node:util.styleText() in @babel/code-frame;cleanup optional AST checks;Remove smart pipeline support and remove accessor property from Standardized alias;Fix support super method call;Fix hoisting of function declarations in loops and switch;Enable strictNullChecks for @babel/core;Improve generator performance;generator: cleanup Babel 8 comments;Remove @babel/plugin-transform-object-assign;
Usage
import {
parse,
types,
generate,
template,
codeFrameColumns,
} from '@putout/babel';License
MIT