Skip to content

Commit bd916f5

Browse files
authored
Fix type of VDirectiveKey (#85)
1 parent 7074763 commit bd916f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ast/nodes.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -767,7 +767,7 @@ export interface VIdentifier extends HasLocation, HasParent {
767767
*/
768768
export interface VDirectiveKey extends HasLocation, HasParent {
769769
type: "VDirectiveKey"
770-
parent: VAttribute
770+
parent: VDirective
771771
name: VIdentifier
772772
argument: VExpressionContainer | VIdentifier | null
773773
modifiers: VIdentifier[]

0 commit comments

Comments
 (0)