Browse Source

Fix FileTree completion in macro context (#829)

Pavel Alexandrov 5 năm trước cách đây
mục cha
commit
23bc07474f
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      hxd/res/FileTree.hx

+ 2 - 0
hxd/res/FileTree.hx

@@ -1,4 +1,5 @@
 package hxd.res;
+#if macro
 import haxe.macro.Context;
 import haxe.macro.Expr;
 
@@ -375,3 +376,4 @@ class FileTree {
 	}
 
 }
+#end