Ecma TC39

Results 118 repositories owned by Ecma TC39

proposal-array-filtering

172
Stars
5
Forks
Watchers

A proposal to make filtering arrays easier

proposal-array-find-from-last

124
Stars
11
Forks
Watchers

Proposal for Array.prototype.findLast and Array.prototype.findLastIndex.

proposal-array-grouping

523
Stars
17
Forks
Watchers

A proposal to make grouping of array items easier

proposal-array-last

309
Stars
13
Forks
Watchers

A JavaScript TC39 Proposal for getting the last element from an array

proposal-Array.prototype.includes

162
Stars
31
Forks
Watchers

Spec, tests, reference implementation, and docs for ESnext-track Array.prototype.includes

proposal-class-static-block

106
Stars
10
Forks
Watchers

ECMAScript class static initialization blocks

proposal-function-pipe-flow

53
Stars
5
Forks
Watchers

A proposal to standardize helper functions for serial function application and function composition.

proposal-well-formed-stringify

69
Stars
15
Forks
Watchers

Proposal to prevent JSON.stringify from returning ill-formed strings

proposal-number-fromstring

64
Stars
7
Forks
Watchers

{BigInt,Number}.fromString(string, radix)

proposal-hack-pipes

88
Stars
9
Forks
Watchers

Old specification for Hack pipes in JavaScript. Please go to the new specification.