We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc8e649 commit 6ab68e8Copy full SHA for 6ab68e8
src/parser/ast.ts
@@ -22,7 +22,7 @@ export function getSvelteAST(options: GetSvelteASTOptions) {
22
*/
23
export function createASTAttribute(
24
name: string,
25
- value: SvelteAST.Attribute['value'] = true,
+ value: SvelteAST.Attribute['value'] = true
26
): SvelteAST.Attribute {
27
// @ts-expect-error - name_loc is required but not used
28
return {
0 commit comments