Promise.join has an unexpected api #533
Labels
bug
This issue describes undesirable, incorrect, or unexpected behavior
good first issue
good for people new to open source and Excalibur
Milestone
Right now Promise.join takes a rest parameter of promises, but it cannot take a simple array of promises.
Compiles to
This makes it impossible to pass just a simple array. Perhaps changing this altogether or providing an overload.
The text was updated successfully, but these errors were encountered: