Building a JavaScript Bundler

Опубликовано: 26 Май 2026
на канале: Nakazawa Tech
5,482
213

Read the post here: https://cpojer.net/posts/building-a-j...
Tweet about this article: https://twitter.com/intent/tweet?text...
Discuss with the community: https://github.com/cpojer/posts/discu...

0:00 Intro
3:07 Setup
8:01 Searching for files with `jest-haste-map`
16:09 Resolving dependencies via `jest-resolve-dependencies` and `jest-resolve`
26:35 Serializing the modules into a bundle
44:09 Creating a runtime for executing modules
1:03:20 Executing the final bundle
1:05:25 Adding a compilation step
1:15:15 Outro