Переглянути джерело

Fix FileTree completion in macro context (#829)

Pavel Alexandrov 5 роки тому
батько
коміт
23bc07474f
1 змінених файлів з 2 додано та 0 видалено
  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