Ecma TC39

Results 118 repositories owned by Ecma TC39

proposal-regexp-unicode-property-escapes

134
Stars
17
Forks
Watchers

Proposal to add Unicode property escapes `\p{…}` and `\P{…}` to regular expressions in ECMAScript.

proposal-change-array-by-copy

510
Stars
23
Forks
Watchers

Provides additional methods on Array.prototype and TypedArray.prototype to enable changes on the array by returning a new copy of it with the change.

agendas

996
Stars
204
Forks
Watchers

TC39 meeting agendas

ecma262

14.8k
Stars
1.3k
Forks
Watchers

Status, process, and documents for ECMA-262

ecma402

506
Stars
101
Forks
Watchers

Status, process, and documents for ECMA 402

ecmarkup

206
Stars
60
Forks
Watchers

An HTML superset/Markdown subset source format for ECMAScript and related specifications

ecmascript_simd

535
Stars
71
Forks
Watchers

SIMD numeric type for EcmaScript

how-we-work

181
Stars
27
Forks
Watchers

Documentation of how TC39 operates and how to participate

notes

570
Stars
102
Forks
Watchers

TC39 meeting notes

Object.hasOwn() proposal for ECMAScript