Skip to content

Commit

Permalink
Add __compat to spread operator (#16979)
Browse files Browse the repository at this point in the history
  • Loading branch information
queengooborg committed Jul 14, 2022
1 parent 5ee7b1d commit bf06238
Showing 1 changed file with 55 additions and 0 deletions.
55 changes: 55 additions & 0 deletions javascript/operators/spread.json
Expand Up @@ -2,6 +2,61 @@
"javascript": {
"operators": {
"spread": {
"__compat": {
"description": "Spread syntax (...)",
"mdn_url": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Operators/Spread_syntax",
"support": {
"chrome": {
"version_added": "46"
},
"chrome_android": "mirror",
"deno": {
"version_added": "1.0"
},
"edge": {
"version_added": "12"
},
"firefox": {
"version_added": "16"
},
"firefox_android": "mirror",
"ie": {
"version_added": false
},
"nodejs": [
{
"version_added": "5.0.0"
},
{
"version_added": "4.0.0",
"flags": [
{
"type": "runtime_flag",
"name": "--harmony"
}
]
}
],
"oculus": "mirror",
"opera": {
"version_added": "37"
},
"opera_android": {
"version_added": "37"
},
"safari": {
"version_added": "8"
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
"webview_android": "mirror"
},
"status": {
"experimental": false,
"standard_track": true,
"deprecated": false
}
},
"spread_in_arrays": {
"__compat": {
"description": "Spread in array literals",
Expand Down

0 comments on commit bf06238

Please sign in to comment.