Skip to content

Commit 864fde6

Browse files
Update spec URLs for javascript.operators.spread (#17017)
1 parent ae27e4f commit 864fde6

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

javascript/operators/spread.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"__compat": {
6262
"description": "Spread in array literals",
6363
"mdn_url": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Operators/Spread_syntax#Spread_in_array_literals",
64-
"spec_url": "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-array-initializer",
64+
"spec_url": "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-SpreadElement",
6565
"support": {
6666
"chrome": {
6767
"version_added": "46"
@@ -119,6 +119,7 @@
119119
"__compat": {
120120
"description": "Spread in function calls",
121121
"mdn_url": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Operators/Spread_syntax#Spread_in_function_calls",
122+
"spec_url": "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-ArgumentList",
122123
"support": {
123124
"chrome": {
124125
"version_added": "46"
@@ -173,7 +174,7 @@
173174
"__compat": {
174175
"description": "Spread in object literals",
175176
"mdn_url": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Operators/Spread_syntax#Spread_in_object_literals",
176-
"spec_url": "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#sec-object-initializer",
177+
"spec_url": "https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-PropertyDefinition",
177178
"support": {
178179
"chrome": {
179180
"version_added": "60"

0 commit comments

Comments
 (0)