Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ilyalesik/dive-into-babel
Materials of the talk "Dive into Babel"
https://github.com/ilyalesik/dive-into-babel
babel
Last synced: 19 days ago
JSON representation
Materials of the talk "Dive into Babel"
- Host: GitHub
- URL: https://github.com/ilyalesik/dive-into-babel
- Owner: ilyalesik
- Created: 2019-04-13T11:55:28.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-03T19:49:48.000Z (almost 2 years ago)
- Last Synced: 2024-10-12T17:38:40.338Z (25 days ago)
- Topics: babel
- Language: JavaScript
- Size: 169 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Materials of the talk "Dive into Babel"
## Materials
#### Tver.IO Radio Meetup 2019.04.18
[Video](https://www.youtube.com/watch?v=0EJTApFVB7Y)
[Slides](http://ilyalesik.github.io/dive-into-babel/)## Demo
* [Simple Babel plugin](simple-plugin/)
* [Babel plugin ordering](plugin-ordering/)## Links
* [Adding Custom Syntax to Babel](https://medium.com/@jacobp100/adding-custom-syntax-to-babel-e1a1315c6a90)
* [AST Explorer](https://astexplorer.net)
* [Awesome Babel](https://github.com/babel/awesome-babel)
* [Babel Handbook](https://github.com/jamiebuilds/babel-handbook)
* [Babel Plugin "Ordering"](https://jamie.build/babel-plugin-ordering.html)
* [Babel Test](https://github.com/satya164/babel-test)
* [Fix support for Flow's DeclareClass type parameters](https://github.com/babel/babel/pull/9459)