espruino / Espruino

The Espruino JavaScript interpreter - Official Repo
http://www.espruino.com/
Other
2.73k stars 741 forks source link

typescript: allow Promise.resolve() [no args] #2496

Closed bobrippling closed 2 months ago

bobrippling commented 2 months ago

To permit creating the equivalent of async () => {} via () => Promise.resolve()

gfwilliams commented 2 months ago

thanks!