Skip to content

Commit a8bd699

Browse files
Update packages/svelte/src/compiler/types/template.d.ts
Co-authored-by: Rich Harris <rich.harris@vercel.com>
1 parent 9c69d6e commit a8bd699

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -458,7 +458,6 @@ export interface Attribute extends BaseNode {
458458
type: 'Attribute';
459459
name: string;
460460
/**
461-
* A boolean attribute is either present (true) or not.
462461
* Quoted/string values are represented by an array, even if they contain a single expression like `"{x}"`
463462
*/
464463
value: true | ExpressionTag | Array<Text | ExpressionTag>;

0 commit comments

Comments
 (0)