Methods for working with iterators in ECMAScript
Repositories
tc39 repositories
Array.prototype.includes but for iterators
a TC39 proposal to create iterators by sequencing existing iterators
a proposal to add a method to iterators to produce an iterator of only its unique values
a TC39 proposal to synchronise the advancement of multiple iterators
Proposal to import JSON files as modules
Proposal for extending JSON.parse to expose input source text.
Proposal to make all JSON text valid ECMA-262
Nullish coalescing proposal x ?? y
{BigInt,Number}.fromString(string, radix)
A proposal to add numeric literal separators in JavaScript.
A JavaScript TC39 proposal for Object.freeze & Object.seal syntax
TC39 proposal for Object.fromEntries
ECMAScript proposal for Object.getOwnPropertyDescriptors
`Object.keysLength`: a way to count own enumerable string keys without making an array first
Ergonomic Dynamic Object Restructuring.
TC39 proposal for Object.propertyCount(target[, options])
Rest/Spread Properties for ECMAScript
ECMAScript Proposal, specs, and reference implementation for Object.values/Object.entries