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 7570a3c commit 03ea9f0Copy full SHA for 03ea9f0
flow/compiler.js
@@ -52,6 +52,7 @@ declare type ASTElementHandlers = {
52
53
declare type ASTDirective = {
54
name: string;
55
+ rawName: string;
56
value: string;
57
arg: ?string;
58
modifiers: ?{ [key: string]: true };
0 commit comments