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
- Host: GitHub
- URL: https://github.com/putoutjs/babel
- Owner: putoutjs
- License: mit
- Created: 2023-08-03T15:55:29.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2026-03-27T19:29:34.000Z (3 months ago)
- Last Synced: 2026-04-03T02:45:24.962Z (3 months ago)
- Language: JavaScript
- Size: 368 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog
- Funding: .github/FUNDING.yml
- License: LICENSE
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