-
The TC39 is going to standardize the way Observables should be used. Currently it is in Stage 1 (ready to advance to the next stage) https://github.com/tc39/proposal-observable
Maybe we should take…
-
There are details at https://github.com/tc39/test262/issues/4332 , but the summary is that QuickJS incorrectly rejects as invalid attempts to create scoped declarations named `undefined`.
For examp…
-
proposal repos must be hosted in the tc39 org as a stage 1 requirement. Please follow the instructions [here](https://github.com/tc39/proposals#onboarding-existing-proposals) to transfer this one.
-
TC39 is often requested to participate in the State of JS survey. Should we see if we can coordinate the necessary work to solicit feedback from TC39 here? Most recent work: https://github.com/Devogra…
-
Ref: https://github.com/tc39/proposal-call-this#pfa-syntax
The most obvious syntax I can think of would be `receiver~>fn~()`. And just in general substituting `~>` for any `.` property access.
-
For future reference.
There was some discussion regarding a type system in a recent TC39 meeting:
https://github.com/rwaldron/tc39-notes/blob/c61f48cea5f2339a1ec65ca89827c8cff170779b/es6/2014-06/jun-…
-
### Problem statement
In [webidl#526](https://github.com/whatwg/webidl/pull/526) a new `Exposed` annotation, `[Exposed=*]`, was introduced. It denotes a fundamental set of interfaces that are int…
-
* June 2024 – major changes (most of the changes were simplifications, if I understand correctly): https://github.com/tc39/notes/blob/f83fd756ecbac62fef3efab07dee7255bd98509b/meetings/2024-06/june-12.…
-
Calling `.unref()` is just fine, but sometimes it could be forgotten and cause memory leaks.
TC39 stage 3 proposal https://github.com/tc39/proposal-explicit-resource-management is aimed at solving …
-
# Suggestion
## 🔍 Search Terms
- array map generic callback
- object.freeze array map
## ✅ Viability Checklist
My suggestion meets these guidelines:
* [x] This wouldn't be a …