issues
search
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
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Add autodeploy to gh-pages
#74
dminor
opened
3 days ago
0
fixes #40: throw when map is mutated in getOrInsertComputed callbacks
#73
michaelficarra
opened
6 days ago
6
published spec text is out of date
#72
michaelficarra
opened
6 days ago
0
fixes #40: account for mutation of map in getOrInsertComputed callbacks
#71
michaelficarra
opened
6 days ago
7
Mention WeakMap in README.md
#70
dminor
closed
4 days ago
0
mention WeakMap in the README
#69
michaelficarra
closed
3 days ago
2
use proper slot in WeakMap.prototype.getOrInsertComputed
#68
michaelficarra
closed
2 weeks ago
0
return value directly instead of pulling it out of the record
#67
michaelficarra
closed
2 weeks ago
0
should the computed methods check callability of the callback early?
#66
michaelficarra
closed
6 days ago
4
fix invocations of Call AO
#65
michaelficarra
closed
2 weeks ago
0
Should `key` argument of `WeakMap` methods be validated before attempt to set the value?
#64
zloirock
closed
3 weeks ago
2
How `getOrInsertComputed` callback should be called?
#63
zloirock
closed
2 weeks ago
2
The spec draft text of all methods looks incorrect
#62
zloirock
closed
4 weeks ago
2
Update specification text to match the intent of the proposal
#61
johauke
closed
3 weeks ago
2
Method name bikeshedding
#60
dminor
opened
1 month ago
10
Update specification text to match the intent of the proposal
#59
johauke
closed
1 month ago
0
New API with getOrInsert and getOrInsertComputed
#58
dminor
closed
1 month ago
1
clarification on key ordering when updating
#57
runspired
closed
1 month ago
1
Please add reasons why not two new methods insert/update
#56
leobalter
closed
1 month ago
4
Change API to `setdefault` and `DefaultMap`
#55
dminor
closed
3 months ago
1
Additional examples to single update function with upsert functionality
#54
malthe
closed
1 month ago
1
Bump qs from 6.5.2 to 6.5.3
#53
dependabot[bot]
closed
1 month ago
1
req: WeakMap.emplace
#52
runspired
closed
1 year ago
1
`emplace` cannot be correctly and incrementally polyfilled
#51
conartist6
closed
1 year ago
24
Improve "Why use functions" in readme
#50
papb
closed
1 month ago
1
Class extension/what is primitive
#49
conartist6
closed
2 years ago
12
`myMap.has(key) ? myMap.get(key) : none`
#48
conartist6
closed
2 years ago
5
Internal slots vs. instance get/set methods
#47
js-choi
opened
2 years ago
3
(re?)consider no-op for missing key, and missing insertion handler
#46
ghost
closed
1 month ago
2
insertFn only accepts two parameters
#45
g-plane
closed
1 month ago
1
allocations / GC?
#44
alexpineda
closed
1 month ago
7
Bump ajv from 6.10.2 to 6.12.6
#43
dependabot[bot]
closed
1 month ago
1
Has the `entry` api from Rust's `HashMap` been considered?
#42
rope-hmg
closed
1 month ago
2
The "About" section for the repo is outdated
#41
dead-claudia
closed
1 month ago
0
Suggestion: lock the map during access to prevent recursive modification
#40
dead-claudia
opened
3 years ago
3
Counter Proposal - Map.prototype.getRef()
#39
theScottyJam
closed
3 years ago
3
Bump lodash from 4.17.19 to 4.17.21
#38
dependabot[bot]
closed
1 month ago
1
Simpler alternative: `map.update(key, updater)`
#37
dead-claudia
closed
3 years ago
1
How to delete?
#36
Yaffle
closed
1 month ago
1
Delegate the insert/update decision to the user?
#35
fuchsia
closed
1 month ago
1
Update README.md
#34
mariusschulz
closed
1 month ago
1
Usage with named functions too verbose
#33
ByteEater-pl
closed
1 month ago
3
Bump highlight.js from 9.15.10 to 9.18.5
#32
dependabot[bot]
closed
1 month ago
1
Split the proposal
#31
bmeck
closed
1 month ago
23
document what qualifies a parameter as too heavy?
#30
bmeck
closed
1 month ago
4
find a new name
#29
bmeck
closed
1 month ago
7
Callbacks should be called with an undefined receiver
#28
ljharb
closed
2 weeks ago
6
Normative: Follow Map/WeakMap precedent
#27
gibson042
closed
1 month ago
3
Normative: Use `GetMethod`
#26
ExE-Boss
closed
1 month ago
2
Editorial: Fix formatting
#25
ExE-Boss
closed
4 years ago
0
Next