tc39 / proposal-symbols-as-weakmap-keysLinks
Permit Symbols as keys in WeakMaps, entries in WeakSets and WeakRefs, and registered in FinalizationRegistries
☆89Updated 3 months ago
Alternatives and similar repositories for proposal-symbols-as-weakmap-keys
Users that are interested in proposal-symbols-as-weakmap-keys are comparing it to the libraries listed below
Sorting:
- Object.hasOwn() proposal for ECMAScript☆133Updated 4 years ago
- Proposal to enable importing modules at the source phase☆148Updated 6 months ago
- Draft specification for a proposed Array.fromAsync method in JavaScript.☆203Updated last month
- ADT enum proposal for ECMAScript☆95Updated 4 months ago
- ECMAScript class static initialization blocks☆105Updated 4 years ago
- ECMAScript class access expressions☆87Updated 2 years ago
- A proposal to add Promise.allKeyed to ECMAScript☆87Updated last week
- a TC39 proposal to synchronise the advancement of multiple iterators☆87Updated 2 months ago
- ECMAScript Proposal, specs, and reference implementation for Error.isError☆127Updated 3 months ago
- async `do` expressions for JavaScript☆127Updated 4 years ago
- Proposal for Array.prototype.findLast and Array.prototype.findLastIndex.☆121Updated 3 years ago
- A proposal integrate private fields and destructuring☆50Updated last year
- Proposal to introduce discard bindings to ECMAScript☆63Updated 6 months ago
- ECMAScript Async Explicit Resource Management☆59Updated 2 years ago
- Grouped Accessors and Auto-Accessors for ECMAScript☆57Updated 2 years ago
- Compartmentalization of host behavior hooks for JS☆131Updated 8 months ago
- Ergonomic Dynamic Object Restructuring.☆95Updated 2 years ago
- Reduce the number of microtask ticks required to adopt the state of a promise☆55Updated 3 years ago
- A polyfill for the ECMAScript Record and Tuple proposal.☆166Updated 2 years ago
- Determining Array Equality☆76Updated 4 years ago
- a TC39 proposal to create iterators by sequencing existing iterators☆73Updated last month
- Generator function.sent Meta Property