Evan You 9 năm trước cách đây
mục cha
commit
03ea9f0b57
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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 };