espruino / Espruino

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

Add non-new constructors for Number, String, Date, Boolean & RegExp #2394

Closed bobrippling closed 11 months ago

bobrippling commented 12 months ago

This allows typescript code such as:

var n = Number("123.45");

and similarly for String(...), Date(...), etc

gfwilliams commented 11 months ago

Thanks!