Update packages/svelte/src/compiler/types/template.d.ts

Co-authored-by: Rich Harris <rich.harris@vercel.com>
pull/13048/head
Ben McCann 2 years ago committed by GitHub
parent 9c69d6e5e7
commit a8bd699745
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -458,7 +458,6 @@ export interface Attribute extends BaseNode {
type: 'Attribute';
name: string;
/**
* A boolean attribute is either present (true) or not.
* Quoted/string values are represented by an array, even if they contain a single expression like `"{x}"`
*/
value: true | ExpressionTag | Array<Text | ExpressionTag>;

Loading…
Cancel
Save