Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Node mapping #1506

Merged
merged 3 commits into from Oct 4, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
38 changes: 37 additions & 1 deletion environments.json
Expand Up @@ -2775,7 +2775,7 @@
"node12_5": {
"full": "Node.js",
"family": "Node.js",
"short": "Node 12.5+",
"short": "Node 12.5-12.8",
"platformtype": "engine",
"note_id": "harmony-flag",
"equals": "chrome75",
Expand All @@ -2790,6 +2790,42 @@
"non-standard"
]
},
"node12_9": {
"full": "Node.js",
"family": "Node.js",
"short": "Node 12.9-12.10",
"platformtype": "engine",
"note_id": "harmony-flag",
"equals": "chrome76",
"release": "2019-08-20",
"obsolete": false,
"test_suites": [
"es5",
"es6",
"es2016plus",
"esnext",
"esintl",
"non-standard"
]
},
"node12_11": {
"full": "Node.js",
"family": "Node.js",
"short": "Node 12.11+",
"platformtype": "engine",
"note_id": "harmony-flag",
"equals": "chrome77",
"release": "2019-09-25",
"obsolete": false,
"test_suites": [
"es5",
"es6",
"es2016plus",
"esnext",
"esintl",
"non-standard"
]
},
"duktape1_0": {
"full": "Duktape 1.0",
"family": "Duktape",
Expand Down
316 changes: 305 additions & 11 deletions es2016plus/index.html

Large diffs are not rendered by default.

158 changes: 155 additions & 3 deletions es5/index.html

Large diffs are not rendered by default.

1,522 changes: 1,512 additions & 10 deletions es6/index.html

Large diffs are not rendered by default.

82 changes: 81 additions & 1 deletion esintl/index.html

Large diffs are not rendered by default.

364 changes: 358 additions & 6 deletions esnext/index.html

Large diffs are not rendered by default.

234 changes: 222 additions & 12 deletions non-standard/index.html

Large diffs are not rendered by default.