https://github.com/aimingoo/babel-dev
A lite version babel for plugins/packages developer.
https://github.com/aimingoo/babel-dev
babel javascript parser
Last synced: 3 months ago
JSON representation
A lite version babel for plugins/packages developer.
- Host: GitHub
- URL: https://github.com/aimingoo/babel-dev
- Owner: aimingoo
- Created: 2019-08-16T20:27:14.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-08-28T17:39:56.000Z (almost 7 years ago)
- Last Synced: 2025-12-25T23:27:32.843Z (6 months ago)
- Topics: babel, javascript, parser
- Language: JavaScript
- Homepage:
- Size: 2.06 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Babel-dev
A lite version babel for plugins/packages developer.
> A demo:
> [https://github.com/aimingoo/babel-dev/packages/babel-parser](https://github.com/aimingoo/babel-dev/packages/babel-parser)
## Usage
```shell
# Get plugins/packages from Babel
# - export any package, ex: 'babel-core'
> cd packages
> svn export https://github.com/babel/babel/trunk/packages/babel-core
> cd ..
# Init and try build it
> bash build.sh
```
## More
* Watch and realtime babel-compile
```shell
> glup watch
```
* Refresh project files
```shell
> rm packages.json
> bash build.sh
```
See website [@babel](https://babeljs.io/docs/en) for more information.