πŸ“š Node [[escaped and raw components]] exact match
Nodes contain individual contributions whose filenames match your search. x

Loading pushes...

πŸ““ not/Projects/Astro/RFCs/escaped-and-raw-components.md by @evan πŸ€—
  • Start Date: 2022-01-23
  • Implementation PR: (leave this empty)
  • Evans sanity spiral 2/4

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.

Rendering context...