Evan You hace 9 años
padre
commit
03ea9f0b57
Se han modificado 1 ficheros con 1 adiciones y 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 };