Skip to content

Commit

Permalink
Update nodejs compat for javascript.function.rest_parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
demurgos committed Apr 6, 2018
1 parent 4cf51d9 commit 3346b89
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions javascript/functions.json
Original file line number Diff line number Diff line change
Expand Up @@ -858,7 +858,8 @@
},
"nodejs": [
{
"version_added": "57"
"version_added": "6.0.0",
"notes": "Added in <a href='https://github.com/nodejs/node/pull/4106'>PR #4106</a>."
},
{
"version_added": "3.0.0",
Expand All @@ -869,7 +870,7 @@
"name": "--harmony-rest-parameters"
}
],
"notes": "See Node.js <a href='https://github.com/nodejs/node/pull/2022'>pull request 2022</a>."
"notes": "Added in <a href='https://github.com/nodejs/node/pull/2022'>PR #2022</a>."
}
],
"opera": {
Expand Down

0 comments on commit 3346b89

Please sign in to comment.