Skip to content

Commit 6bd062e

Browse files
committed
oops
1 parent 3eb08b1 commit 6bd062e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/svelte/types/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1520,7 +1520,7 @@ declare module 'svelte/compiler' {
15201520

15211521
export interface BaseAttribute extends BaseNode {
15221522
name: string;
1523-
name_loc: SourceLocation;
1523+
name_loc: SourceLocation | null;
15241524
}
15251525

15261526
export interface Attribute extends BaseAttribute {

0 commit comments

Comments
 (0)