We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c69d6e commit a8bd699Copy full SHA for a8bd699
packages/svelte/src/compiler/types/template.d.ts
@@ -458,7 +458,6 @@ export interface Attribute extends BaseNode {
458
type: 'Attribute';
459
name: string;
460
/**
461
- * A boolean attribute is either present (true) or not.
462
* Quoted/string values are represented by an array, even if they contain a single expression like `"{x}"`
463
*/
464
value: true | ExpressionTag | Array<Text | ExpressionTag>;
0 commit comments