72d9ece6db
* Compiler cleanup This is general compiler cleanup, especially around the codegen part. Goals here were too: 1. Make it possible to compile HTML recursively (needed for future astro-in-expressions work) by moving that work into its own function. 1. Get rid of collectionItems and have compiling the HTML return just a source string. Also not planned, this change gets rid of the different between components and pages. All Astro components compile to the same JavaScript. * Remove unused node types |
||
---|---|---|
.. | ||
astro-basic/astro | ||
astro-doctype/astro/pages | ||
astro-expr | ||
astro-fallback | ||
astro-markdown | ||
astro-request/astro/pages | ||
astro-styles-ssr/astro | ||
react-component/astro |