Package Exports
- @putout/babel
Readme
@putout/babel 
Pre-builts of Babel 8.
Includes:
Drop support for TS module <identifier>;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
import {
parse,
types,
generate,
template,
codeFrameColumns,
} from '@putout/babel';License
MIT