tc39 / proposal-upsert

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

published spec text is out of date #72

Open michaelficarra opened 1 week ago

michaelficarra commented 1 week ago

@dminor You can use a GitHub action to automatically build and publish to gh-pages so this doesn't happen:

https://github.com/tc39/proposal-iterator-sequencing/blob/main/.github/workflows/deploy.yml

Let me know if you want me to send a PR. You'll have to also change the repo settings to deploy pages from the gh-pages branch instead of main.