tc39 / proposal-upsert

ECMAScript Proposal, specs, and reference implementation for Map.prototype.upsert
https://tc39.es/proposal-upsert/
MIT License
202 stars 14 forks source link

mention WeakMap in the README #69

Closed michaelficarra closed 4 days ago

michaelficarra commented 2 weeks ago

The spec text has methods for WeakMap, but WeakMap is not mentioned at all in the README. I think it at least deserves a mention.

bakkot commented 2 weeks ago

We should add these to WeakMap also. (That is, rather than making the spec text match the readme, we should make the readme match the spec text.)

michaelficarra commented 2 weeks ago

@bakkot Yes, that is my suggestion.