πŸ““ not/Projects/Astro/RFCs/escaped-and-raw-components.md by @evan β˜†

Summary

This RFC adds two new components to astro, Raw, and Escaped. Both are frontends for existing or to be implemented features

Example

<Raw><>>>><<<SdsdasSd <$%> {let i = 5;}</Raw>

gets compiled to

<>>>><<<SdsdasSd <$%> {let i = 5;}

Incredibly high quality RFC I know.