https://github.com/othree/aster-parse-babel
https://github.com/othree/aster-parse-babel
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/othree/aster-parse-babel
- Owner: othree
- License: mit
- Created: 2015-04-25T17:05:21.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-04-26T12:12:08.000Z (about 11 years ago)
- Last Synced: 2025-02-25T02:51:27.620Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/aster-parse-babel
- Size: 125 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# aster-parse-babel
> Aster parse ES6 with babel.
## Usage
First, install `aster-parse-babel` as a development dependency:
```shell
npm install --save-dev aster-parse-babel
```
Then, register it to your build script:
```javascript
var aster = require("aster");
aster.src.registerParser('.js', require('aster-parse-babel'));
```
## License
[MIT License](http://en.wikipedia.org/wiki/MIT_License)
[npm-url]: https://npmjs.org/package/aster-parse-babel
[npm-image]: https://badge.fury.io/js/aster-parse-babel.png
[travis-url]: http://travis-ci.org/othree/aster-parse-babel
[travis-image]: https://secure.travis-ci.org/othree/aster-parse-babel.png?branch=master