An open API service indexing awesome lists of open source software.

https://github.com/putoutjs/babel

CommonJS pre-built Babel package
https://github.com/putoutjs/babel

Last synced: about 1 month ago
JSON representation

CommonJS pre-built Babel package

Awesome Lists containing this project

README

          

# @putout/babel [![NPM version][NPMIMGURL]][NPMURL]

[NPMIMGURL]: https://img.shields.io/npm/v/@putout/babel.svg?style=flat&longCache=true
[NPMURL]: https://npmjs.org/package/@putout/babel "npm"

Pre-builts of [Babel 8](https://github.com/babel/babel/releases/tag/v8.0.0-rc.4).
Includes:

- [use 0-based columns to match Babel AST locations](https://github.com/babel/babel/pull/17849)

Usage

```js
import {
parse,
types,
generate,
template,
codeFrameColumns,
} from '@putout/babel';
```

## License

MIT