fix(optional chaining): Optional delete returns true with nullish base (#10806)
Per issue 10805, the return value when using delete on a nullish base is currently undefined. The correct return type should be true.
This commit is contained in:
committed by
Nicolò Ribaudo
parent
3d0c5d2afc
commit
bb6cc61979
@@ -1,5 +1,3 @@
|
||||
{
|
||||
"plugins": [
|
||||
"transform-modules-amd"
|
||||
]
|
||||
"plugins": ["transform-modules-amd"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user