Skip to content

Commit

Permalink
Remove spread in destructuring (#9472)
Browse files Browse the repository at this point in the history
Fixes #9457
  • Loading branch information
arturcarvalho authored Mar 16, 2021
1 parent 3628ae1 commit 433db6e
Showing 1 changed file with 0 additions and 51 deletions.
51 changes: 0 additions & 51 deletions javascript/operators/spread.json
Original file line number Diff line number Diff line change
Expand Up @@ -128,57 +128,6 @@
}
}
},
"spread_in_destructuring": {
"__compat": {
"description": "Spread in destructuring",
"support": {
"chrome": {
"version_added": "49"
},
"chrome_android": {
"version_added": "49"
},
"edge": {
"version_added": "79"
},
"firefox": {
"version_added": "34"
},
"firefox_android": {
"version_added": "34"
},
"ie": {
"version_added": false
},
"nodejs": {
"version_added": "6.0.0"
},
"opera": {
"version_added": "37"
},
"opera_android": {
"version_added": "37"
},
"safari": {
"version_added": "10"
},
"safari_ios": {
"version_added": "10"
},
"samsunginternet_android": {
"version_added": "5.0"
},
"webview_android": {
"version_added": "49"
}
},
"status": {
"experimental": false,
"standard_track": true,
"deprecated": false
}
}
},
"spread_in_object_literals": {
"__compat": {
"description": "Spread in object literals",
Expand Down

0 comments on commit 433db6e

Please sign in to comment.