const isProd = process.env["NODE_ENV"] === "production"; content='index, nofollow'/>
aboutsummaryrefslogtreecommitdiff
path: root/packages/astro/test/fixtures/errors/src/components/PreactSyntaxError.jsx (unfollow)
AgeCommit message (Collapse)AuthorFilesLines
2022-01-31Deprecate unescaped HTML inside of expressions (#2489)Gravatar Nate Moore 9-31/+74
* feat: implement automatic escaping * feat: deprecate automatic escaping * fix: cast unescapeHTML as string * fix: slot fallback behavior * fix: unescaped content * Update escape.ts * Update escape.ts * feat: update internal components to use `set:html` * chore: update compiler * chore: update changeset