We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 989b2b8 commit b03a124Copy full SHA for b03a124
1 file changed
polymod/hscript/_internal/PolymodScriptManager.hx
@@ -102,6 +102,7 @@ class PolymodScriptManager
102
}
103
104
105
+ #if lime
106
public function registerScriptClassByPathAsync(path:String):lime.app.Future<Bool>
107
{
108
var promise = new lime.app.Promise<Bool>();
@@ -154,6 +155,7 @@ class PolymodScriptManager
154
155
// Await the promise
156
return promise.future;
157
158
+ #end
159
160
public function validateImports():Void
161
0 commit comments