HaxeFoundation / HaxeFoundation/haxe
js.lib.Array
Open
feature-html-externs
platform-javascript
- Dominant language
- Haxe
- Stars
- 6.9k
- Forks
- 715
- Avg merge
- 2d 2h
- Merged PRs (30d)
- 11
Description
When working only with js, it would be very useful to have a js.lib.Array extern class exposing all [native methods of js Array](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array)...
I understand that the haxe `Array`(root package) is an extern for the native platform arrays but as it follows a "common denominator" rules for the methods it exposes and thus has a more limited API...
Would that be possible to add the full native js Array in the js.lib package?
Contributor guide
Assessment
This issue has not been assessed yet.