Alex Lewis
|
bb6cc61979
|
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.
|
2019-12-04 12:56:25 +01:00 |
|
Justin Ridgewell
|
ca18ea5e79
|
Re-add optional chaining delete (#7257)
* Re-add optional chaining delete
* Move exec tests next to output tests
* Forgot to commit these
|
2018-01-24 11:26:02 -08:00 |
|
Justin Ridgewell
|
180eda3211
|
Remove old optional chain features (#6345)
|
2018-01-22 14:03:43 -08:00 |
|
Raja Sekar
|
0f42accb87
|
Renamed files
|
2018-01-09 15:36:42 +01:00 |
|