Skip to content

Commit

Permalink
add node.js 14 environment
Browse files Browse the repository at this point in the history
  • Loading branch information
JLHwung authored and ljharb committed Apr 21, 2020
1 parent 58fca82 commit df1466b
Show file tree
Hide file tree
Showing 7 changed files with 1,423 additions and 44 deletions.
20 changes: 19 additions & 1 deletion environments.json
Original file line number Diff line number Diff line change
Expand Up @@ -3377,7 +3377,7 @@
"node13_2": {
"full": "Node.js",
"family": "Node.js",
"short": "Node 13.2+",
"short": "Node >=13.2 <14",
"platformtype": "engine",
"note_id": "harmony-flag",
"equals": "chrome79",
Expand All @@ -3392,6 +3392,24 @@
"non-standard"
]
},
"node14_0": {
"full": "Node.js",
"family": "Node.js",
"short": "Node 14.0+",
"platformtype": "engine",
"note_id": "harmony-flag",
"equals": "chrome81",
"release": "2020-04-21",
"obsolete": false,
"test_suites": [
"es5",
"es6",
"es2016plus",
"esnext",
"esintl",
"non-standard"
]
},
"duktape1_0": {
"full": "Duktape 1.0",
"family": "Duktape",
Expand Down
177 changes: 166 additions & 11 deletions es2016plus/index.html

Large diffs are not rendered by default.

82 changes: 79 additions & 3 deletions es5/index.html

Large diffs are not rendered by default.

774 changes: 764 additions & 10 deletions es6/index.html

Large diffs are not rendered by default.

42 changes: 41 additions & 1 deletion esintl/index.html

Large diffs are not rendered by default.

242 changes: 236 additions & 6 deletions esnext/index.html

Large diffs are not rendered by default.

130 changes: 118 additions & 12 deletions non-standard/index.html

Large diffs are not rendered by default.

0 comments on commit df1466b

Please sign in to comment.