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 a8bd699 commit a89ff52Copy full SHA for a89ff52
packages/svelte/types/index.d.ts
@@ -1919,9 +1919,7 @@ declare module 'svelte/compiler' {
1919
type: 'Attribute';
1920
name: string;
1921
/**
1922
- * A boolean attribute is either present (true) or not.
1923
- * Quoted/string values are represented as an array of alternating text and expressions whether
1924
- * complex (`"foo{x}bar"`) or holding just a single expression like `"{x}"`.
+ * Quoted/string values are represented by an array, even if they contain a single expression like `"{x}"`
1925
*/
1926
value: true | ExpressionTag | Array<Text | ExpressionTag>;
1927
metadata: {
0 commit comments