|
|
|
|
|
by lucacasonato
1655 days ago
|
|
I hope the pace will accelerate. The real questions is what functions we need though. Some candidates that I would love to see are better helper functions on iterators, and Uint8Array<->base64/hex. Most of the "standard library" in most languages is related to IO, and for JS is dependant on the host (the web, Deno, Node) so not something TC39 will touch directly. Do you have ideas for standard library functions that you think are missing? |
|
'clamp' and 'sortBy', as in Lodash.
Set methods for union, intersection, difference, etc.