Evan You %!s(int64=9) %!d(string=hai) anos
pai
achega
03ea9f0b57
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      flow/compiler.js

+ 1 - 0
flow/compiler.js

@@ -52,6 +52,7 @@ declare type ASTElementHandlers = {
 
 declare type ASTDirective = {
   name: string;
+  rawName: string;
   value: string;
   arg: ?string;
   modifiers: ?{ [key: string]: true };