Astro rfcs
- Components
<Raw/>escaped-and-raw-components<Escape/>escaped-and-raw-components
- Compiler
- AllowedCustomElements custom-elements
- API
Astro.defer(execute: function,point: number = 1)- Runs after rest of site is built
- Site.0
- Astro.defer.1
- Astro.defer.2
- Astro.defer.2
- Astro.defer.3
- etc
- Runs after rest of site is built
Astro.compile(thing: function)run at compile time, entireAstro.compile(...)is replaced with whateverthingreturns (let n = Astro.compile(function() {return 5 + 5})is compiled intolet n = 10once built)