issues
search
tc39
/
proposal-optional-chaining-assignment
`a?.b = c` proposal
https://tc39.es/proposal-optional-chaining-assignment/
MIT License
188
stars
2
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Nice catch!
#10
drpicox
opened
2 months ago
0
What value does the assignment evalute to?
#9
bakkot
opened
5 months ago
1
Mark Babel as implemented
#8
CanadaHonk
closed
9 months ago
1
Implementations: Babel
#7
coderaiser
closed
9 months ago
0
Optional assignment that creates keys if they dont exist
#6
lilnasy
opened
1 year ago
6
Short-circuit execution of the RHS
#5
jordanbtucker
closed
1 year ago
3
Mark as Stage 1
#4
CanadaHonk
closed
1 year ago
1
Silent failure of an assignment seems likely to cause hard-to-find bugs.
#3
brad4d
opened
1 year ago
2
Doesn't this encourage inefficient coding?
#2
brad4d
opened
1 year ago
2
Must the optional chain end with `.?propName`?
#1
brad4d
opened
1 year ago
1