Very interest in svelte, and i want to know how svelte worksοΌi found that svelte is just a compiler, so i write this tiny svelte to learn it.
WIP!!!
- parse
- parseFragments
- parseScript
- parseElement
- parseAttributeList
- parseAttribute
- parseExpression
- parseText
- parseJavaScript
- match
- eat
- analyse
- generate
- cd src dir && node index.js to compile svelte to js
- then you will get app.js which is compiled by index.js
- serve index.html then you can see the result
sudongyuer email:976499226@qq.com