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 f6eb668 commit 651df9e
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions javascript/functions.json
Original file line number Diff line number Diff line change
Expand Up @@ -856,9 +856,18 @@
"ie": {
"version_added": false
},
"nodejs": {
"version_added": true
},
"nodejs": [
{
"version_added": "3.0.0",
"flags": [
{
"type": "runtime_flag",
"name": "--harmony-rest-parameters"
}
],
"notes": "See Node.js <a href='https://github.com/nodejs/node/pull/2022'>pull request 2022</a>."
}
],
"opera": {
"version_added": "34"
},
Expand Down

0 comments on commit 651df9e

Please sign in to comment.