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 7074763 commit bd916f5Copy full SHA for bd916f5
src/ast/nodes.ts
@@ -767,7 +767,7 @@ export interface VIdentifier extends HasLocation, HasParent {
767
*/
768
export interface VDirectiveKey extends HasLocation, HasParent {
769
type: "VDirectiveKey"
770
- parent: VAttribute
+ parent: VDirective
771
name: VIdentifier
772
argument: VExpressionContainer | VIdentifier | null
773
modifiers: VIdentifier[]
0 commit comments