Package Exports
- @putout/babel
Readme
@putout/babel 
Pre-builts of Babel 8.
Includes:
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