astro/test/fixtures
Matthew Phillips 72d9ece6db
Compiler cleanup (#64)
* 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
2021-04-06 16:14:42 -04:00
..
astro-basic/astro Allow no config (#61) 2021-04-05 15:56:46 -06:00
astro-doctype/astro/pages Allow no config (#61) 2021-04-05 15:56:46 -06:00
astro-expr Compiler cleanup (#64) 2021-04-06 16:14:42 -04:00
astro-fallback Allow no config (#61) 2021-04-05 15:56:46 -06:00
astro-markdown Allow no config (#61) 2021-04-05 15:56:46 -06:00
astro-request/astro/pages Allow no config (#61) 2021-04-05 15:56:46 -06:00
astro-styles-ssr/astro Allow no config (#61) 2021-04-05 15:56:46 -06:00
react-component/astro Allow no config (#61) 2021-04-05 15:56:46 -06:00