Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
nodeJs: fix signature for List.make in sys.d.ts
For historical reasons the List.make(Type of, Int capacity) has always been implemented in the JS as List.mamke(Type, Int|List) where the 2nd parameter is typically the initial values instead of the capacity. Way too much native js code depends on this anomaly to change that behavior, so we need to manually write the signature for List.make to reflect that.
- Loading branch information