issues
search
tc39
/
proposal-object-from-entries
TC39 proposal for Object.fromEntries
https://tc39.github.io/proposal-object-from-entries/
MIT License
318
stars
20
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Expanding rationale section to explain relationship with Map per #29
#31
bathos
closed
5 years ago
0
Object.assign cannot be used for the same effect
#30
Loirooriol
closed
5 years ago
1
new Map()
#29
pannous
closed
5 years ago
4
fixes #27, link AddEntriesFromIterable
#28
ScottRudiger
closed
6 years ago
0
Is the handling of sparse arrays in the spec?
#27
ScottRudiger
closed
6 years ago
2
How about `fromEntries()` for extended Object class
#26
bellbind
closed
6 years ago
8
Editorial: ? -> !
#25
bakkot
closed
6 years ago
1
Method name
#24
spiray
closed
6 years ago
1
[spec] require `iterable` to be non-nullish
#23
ljharb
closed
6 years ago
0
Should throw when passed undefined or null
#22
bakkot
closed
6 years ago
0
Stage 4 tracking
#21
ljharb
closed
5 years ago
5
Use `addEntriesFromIterable` abstract operation
#20
ljharb
closed
6 years ago
1
Stage 3 tracking
#19
bakkot
closed
6 years ago
13
Any related proposal for simpler cases where you don't need map()?
#18
mbrowne
closed
6 years ago
10
Length 3 or more
#17
Mouvedia
closed
6 years ago
1
Publish polyfill to npm
#16
hkdobrev
closed
6 years ago
4
Editorial: Use `ThrowCompletion`
#15
ljharb
closed
6 years ago
0
Stage 2 tracking
#14
bakkot
closed
6 years ago
6
Second argument: proto, a la Object.create, or mapper, a la Array.from?
#13
ljharb
closed
6 years ago
12
some grammar / typo / consistency fixes
#12
bathos
closed
6 years ago
1
Abstract operation for extracting key-value entries
#11
bathos
closed
6 years ago
11
Removes string-key requirement; uses ToPropertyKey to coerce keys. Addresses #5.
#10
bathos
closed
6 years ago
0
Should array-like argument be permitted?
#9
bathos
closed
6 years ago
3
Remove allowance for null/undefined argument. Addresses #6.
#8
bathos
closed
6 years ago
0
`.fromEntries` vs `.from`
#7
zloirock
closed
6 years ago
27
Consider throwing an error on null / undefined
#6
zloirock
closed
6 years ago
18
Allowing only strings as keys is harmful
#5
zloirock
closed
6 years ago
4
Use [[DefineOwnProperty]] instead of [[Set]] in polyfill
#4
Loirooriol
closed
6 years ago
1
Championing
#3
bakkot
closed
6 years ago
7
[[Set]] or [[DefineOwnProperty]]?
#2
Loirooriol
closed
7 years ago
5
Proper way to check Object type membership
#1
Loirooriol
closed
7 years ago
1