Skip to content

Commit 03ea9f0

Browse files
committed
fix flow
1 parent 7570a3c commit 03ea9f0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

flow/compiler.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ declare type ASTElementHandlers = {
5252

5353
declare type ASTDirective = {
5454
name: string;
55+
rawName: string;
5556
value: string;
5657
arg: ?string;
5758
modifiers: ?{ [key: string]: true };

0 commit comments

Comments
 (0)