-
- sintáxis del left side y array else
- semántica " "
- limitaciones " "
- Véase el artículo en https://github.com/ULL-ESIT-PL/beca-colaboracion/tree/main/papers
-
The proposal has been withdrawn, related test262 tests were deleted, and it's no longer mentioned on MDN.
- https://github.com/tc39/notes/blob/cb328656919c1d6b658099c41bc13df622f649a9/meetings/2023…
-
After https://github.com/tc39/ecma262/pull/3337, Map/Set key equality no longer uses SameValueZero. The editorial note in several places need updating:
- https://tc39.es/ecma262/multipage/ecmascript-…
-
The question of how TC39 functions is pretty broad.
**Governance**
- voting system
- etc
**Custom Tools & Techniques**
We have a number of custom tools and techniques in play at tc39. Other …
-
The relevant TC39 proposal proposes debug IDs to be in camelCase (`debugId`): https://github.com/tc39/source-map/blob/8be0fe10ad042e13f4196d17b44ddedfd6a9df58/proposals/debug-id.md?plain=1#L111
We pr…
-
### What problem are you trying to solve?
TC39 stage 2 proposal [AsyncContext](https://github.com/tc39/proposal-async-context) adds new built-in APIs to propagate data through logically-connected s…
-
* FakeTimers version : 6.0.1
* Environment : N/A
* Example URL : N/A
* Other libraries you are using: None
Repo: https://github.com/tc39/proposal-temporal/
We should support faking out us…
-
Iterator.zip and Iterator.zipKeyed, step 5:
> 5. If mode is not one of "shortest", "longest", or "strict", throw a TypeError exception.
Temporal and ECMA-402 both throw a `RangeError` for invalid opt…
-
### Description
The TC39 "Deferred Import Evaluation" proposal allows deferring the execution of imported modules until their properties are accessed. This optimizes performance by loading modules wi…
-
### 🚀 Feature Proposal
I've seen from previous issues that Jest support for _import assertions_ was already added when the proposal was at tc39 stage 3, but that this was [reverted/removed again in…