-
Per the history of the TC39 spec for this feature (https://github.com/tc39/proposal-import-attributes?tab=readme-ov-file#history) the most current syntax for "import attributes" uses the `with` keywor…
-
I think the language used in the spec text about calling ThrowCompletion() may need to be change via editorial PR
We now have
1. Let error be ThrowCompletion(TypeError).
in https://tc39.es/prop…
-
https://github.com/tc39/proposal-arraybuffer-base64 is currently at stage 3
-
This is to plan and track the tests for the Joint Iteration proposal.
Proposal repo: https://github.com/tc39/proposal-joint-iteration
-
Great project—I suspect you will all learn and build some excellent things. I just wanted to respond, in the most sincere way, with a few resources for everyone here to check out:
- http://github.c…
-
**Is your feature request related to a problem? Please describe.**
When Sphinx projects are built as HTML, they generally include a search index file loaded by the [included JavaScript search functio…
-
I don't see a link to the TC39 Events calendar or any information on how to manage events.
-
Before Stage 3, we still need to investigate multiple aspects of the proposal. Each topic should be discussed in its own issue, but I'm writing all of them here to keep track of the progress.
---
…
-
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Nullish_coalescing_operator
https://github.com/tc39/proposal-nullish-coalescing
```js
let foo = (undefined || null) |…
-
I think its great that there is a drive towards standardization of signals, but that it is too specialized to be standardized _here_
```
Q: Why are Signals being proposed in TC39 rather than DOM, …