Skip to content

Commit

Permalink
Add spec-url for spread syntax itself (#17328)
Browse files Browse the repository at this point in the history
* Add spec-url for spread syntax itself

* Update javascript/operators/spread.json

Co-authored-by: Queen Vinyl Da.i'gyu-Kazotetsu <[email protected]>

Co-authored-by: Queen Vinyl Da.i'gyu-Kazotetsu <[email protected]>
  • Loading branch information
Josh-Cena and queengooborg authored Aug 14, 2022
1 parent a92a25e commit 83563fa
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions javascript/operators/spread.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@
"__compat": {
"description": "Spread syntax (...)",
"mdn_url": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Operators/Spread_syntax",
"spec_url": [
"https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-SpreadElement",
"https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-ArgumentList",
"https://tc39.es/ecma262/multipage/ecmascript-language-expressions.html#prod-PropertyDefinition"
],
"support": {
"chrome": {
"version_added": "46"
Expand Down

0 comments on commit 83563fa

Please sign in to comment.