|
13 | 13 | - Added `es.` namespace modules, `/es/` and `/stable/` namespaces entries
|
14 | 14 | - [Explicit Resource Management stage 3 proposal](https://github.com/tc39/proposal-explicit-resource-management)
|
15 | 15 | - Some minor updates like [explicit-resource-management/217](https://github.com/tc39/proposal-explicit-resource-management/pull/217)
|
16 |
| -- Added [`Math.sumPrecise`](https://github.com/tc39/proposal-math-sum/) stage 2.7 proposal |
| 16 | +- Added [`Math.sumPrecise` stage 2.7 proposal](https://github.com/tc39/proposal-math-sum/): |
17 | 17 | - Built-ins:
|
18 | 18 | - `Math.sumPrecise`
|
19 | 19 | - [`Promise.try`](https://github.com/tc39/proposal-promise-try):
|
20 | 20 | - Built-ins:
|
21 | 21 | - `Promise.try`
|
22 | 22 | - Added optional arguments support, [promise-try/16](https://github.com/tc39/proposal-promise-try/pull/16)
|
23 | 23 | - Moved to stage 2.7, [April 2024 TC39 meeting](https://github.com/tc39/proposals/commit/301fc9c7eef2344d2b443f32a9c24ecd5fbdbec0)
|
24 |
| -- [`RegExp.escape` stage 2 proposal](https://github.com/tc39/proposal-regex-escaping) |
| 24 | +- [`RegExp.escape` stage 2 proposal](https://github.com/tc39/proposal-regex-escaping): |
25 | 25 | - Moved to hex-escape semantics, [regex-escaping/67](https://github.com/tc39/proposal-regex-escaping/pull/67)
|
26 | 26 | - It's not the final change of the way of escaping, waiting for [regex-escaping/77](https://github.com/tc39/proposal-regex-escaping/pull/77) soon
|
27 | 27 | - [Pattern matching stage 1 proposal](https://github.com/tc39/proposal-pattern-matching):
|
28 | 28 | - Built-ins:
|
29 | 29 | - `Symbol.customMatcher`
|
30 | 30 | - Once again, [the used well-known symbol was renamed](https://github.com/tc39/proposal-pattern-matching/pull/295)
|
31 | 31 | - Added new entries for that
|
32 |
| -- [Extractors stage 1 proposal](https://github.com/tc39/proposal-extractors): |
| 32 | +- Added [Extractors stage 1 proposal](https://github.com/tc39/proposal-extractors): |
33 | 33 | - Built-ins:
|
34 | 34 | - `Symbol.customMatcher`
|
35 | 35 | - Since the `Symbol.customMatcher` well-known symbol from the pattern matching proposal is also used in the exactors proposal, added an entry also for this proposal
|
|
0 commit comments