Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Luisgustavom1/bundlers
Repository to study how bundlers work behind the scenes.
https://github.com/Luisgustavom1/bundlers
Last synced: 8 days ago
JSON representation
Repository to study how bundlers work behind the scenes.
- Host: GitHub
- URL: https://github.com/Luisgustavom1/bundlers
- Owner: Luisgustavom1
- Created: 2023-02-25T22:37:43.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-03-23T00:28:51.000Z (over 1 year ago)
- Last Synced: 2024-08-01T21:46:12.211Z (4 months ago)
- Language: JavaScript
- Size: 87.9 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Bundlers and Compilers
Repository to study how bundlers and compilers work behind the scenes.#### Practices
- [Simple bundler in js](/simple-js-bundler)
- [Complete bundler with jest](/jest-bundler)##### References:
- [Demystifying bundlers](https://rena.to/blog/demystifying-bundlers)
- [AST - Abstract syntax tree](https://rena.to/blog/demystifying-interpreters#abstract-syntax-tree-(ast))
- [Wtf are babel and webpack](https://dev.to/getd/wtf-are-babel-and-webpack-explained-in-2-mins-43be)
- [Building a javascript bundler](https://cpojer.net/posts/building-a-javascript-bundler)