Sfoglia il codice sorgente

Fix FileTree completion in macro context (#829)

Pavel Alexandrov 5 anni fa
parent
commit
23bc07474f
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  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