Pre-builts of Babel 8. Includes:
[Babel 8] Remove Import from the Expression alias;Add locations option to parser;Improve trailing comma comment handling;Fix: parser: async x => {} must be in leading pos;Fix TypeScript parser failing on async calls in ternary consequent;
Usage
import {
parse,
types,
generate,
template,
codeFrameColumns,
} from '@putout/babel';MIT