Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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)