|
return lime.app.Promises.allSettled(futures).then((results) -> { |
|
// Once all scripts have been registered, THEN validate the imports. |
|
polymod.hscript._internal.Interp.validateImports(); |
|
|
|
if (Polymod.onScriptsLoaded != null) Polymod.onScriptsLoaded(); |
|
|
|
return lime.app.Future.withValue(results); |
|
}); |
lime.app.Promises only exists in the Funkin Crew fork of lime, which means develop is currently unusable with the official lime haxelib.
polymod/polymod/Polymod.hx
Lines 950 to 957 in 04bf8a2
lime.app.Promisesonly exists in the Funkin Crew fork oflime, which meansdevelopis currently unusable with the officiallimehaxelib.