Login
From:
Tan Li Hau's Blog
(Uncensored)
subscribe
The Svelte Compiler Handbook
https://lihautan.com/the-svelte-compiler-handbook/
links
backlinks
Tagged with:
javascript
svelte
compiler
Roast topics
Find topics
Find it!
The Svelte compilation process can be broken down into 4-steps, 1) parsing source code into AST, 2) tracking references and dependencies, 3) creating code blocks and fragments, and 4) generate code.