Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wangkailang/babel-examples
Babel examples
https://github.com/wangkailang/babel-examples
babel babel-plugin
Last synced: 28 days ago
JSON representation
Babel examples
- Host: GitHub
- URL: https://github.com/wangkailang/babel-examples
- Owner: wangkailang
- License: mit
- Created: 2019-08-15T02:08:54.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-08-15T06:09:38.000Z (over 5 years ago)
- Last Synced: 2024-10-05T15:41:29.191Z (3 months ago)
- Topics: babel, babel-plugin
- Size: 3.91 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# babel-examples
Babel examples## Import use in Node
> [ECMAScript Modules](https://nodejs.org/api/esm.html)
```bash
node --experimental-modules xxx.mjs
```## 库
### [babel-parser](https://github.com/babel/babel/tree/master/packages/babel-parser)