You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue lists standard library features to be implemented for the v1.0 release.
Note that ts-llvm will not attempt to implement all of the JavaScript standard library, only those features that are used the most and are compatible with strict typing. Language features not in this list will be implemented later.
This issue lists standard library features to be implemented for the v1.0 release.
Note that ts-llvm will not attempt to implement all of the JavaScript standard library, only those features that are used the most and are compatible with strict typing. Language features not in this list will be implemented later.
See e.g. this JavaScript reference for a full list of JS standard library features:
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects
Standard library APIs implemented currently in ts-llvm can be seen in: https://github.com/ts-llvm/ts-llvm/blob/master/lib/lib.ts-llvm.d.ts. Their implementations are in https://github.com/ts-llvm/ts-llvm/tree/master/lib/runtime.
Array:
String:
Map:
Set:
console:
Global functions:
The text was updated successfully, but these errors were encountered: