Skip to content

Commit

Permalink
Add missing is:raw in AstroBuiltinAttributes (#3209)
Browse files Browse the repository at this point in the history
  • Loading branch information
Princesseuh authored Apr 26, 2022
1 parent 7a61977 commit fdd607c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/happy-sheep-chew.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'astro': patch
---

Add `is:raw` to AstroBuiltinAttributes
1 change: 1 addition & 0 deletions packages/astro/src/@types/astro.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ export interface AstroBuiltinAttributes {
| string;
'set:html'?: any;
'set:text'?: any;
'is:raw'?: boolean;
}

export interface AstroDefineVarsAttribute {
Expand Down

0 comments on commit fdd607c

Please sign in to comment.