babel.md
July 15, 2021 · View on GitHub
Bookmarks tagged [babel]
www.codever.land/bookmarks/t/babel
Babel · The compiler for next generation JavaScript
The compiler for next generation JavaScript
- tags: babel, javascript, node
Babel Videos
https://babeljs.io/videos.html
Videos and podcasts about Babel and its underlying concepts.
Why is Babel a monorepo?
https://github.com/babel/babel/blob/master/doc/design/monorepo.md
Juggling a multimodule project over multiple repos is like trying to teach a newborn baby how to ride a bike.
Babel follows a monorepo approach, all officially maintained modules are in the same repo...
- tags: monorepo, babel, architecture, design
- :octocat: source code