Skip to content

Commit

Permalink
run make update-compat-table
Browse files Browse the repository at this point in the history
  • Loading branch information
evanw committed Apr 1, 2024
1 parent 9d1777f commit 7267a1f
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
16 changes: 8 additions & 8 deletions compat-table/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions compat-table/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"githubDependencies": {
"kangax/compat-table": "1a1ccdc02b8b2158ab39a6146d8a7308f43c830b",
"williamkapke/node-compat-table": "5159c0eea28c61b3a6795ac6cebe388e3a5fdc1b"
"williamkapke/node-compat-table": "6f85d2f543916e318088f385daa311148dc91dd2"
},
"dependencies": {
"@mdn/browser-compat-data": "5.5.15",
"@mdn/browser-compat-data": "5.5.18",
"@types/caniuse-lite": "1.0.1",
"@types/node": "20.3.2",
"caniuse-lite": "1.0.30001597"
"caniuse-lite": "1.0.30001603"
}
}
2 changes: 1 addition & 1 deletion internal/compat/js_table.go
Original file line number Diff line number Diff line change
Expand Up @@ -811,7 +811,7 @@ var jsTable = map[JSFeature]map[Engine][]versionRange{
// Note: The latest version of "Rhino" failed 8 tests including: RegExp Unicode Property Escapes: Unicode 11
// Note: The latest version of "Safari" failed this test: RegExp Unicode Property Escapes: Unicode 15.1
ES: {{start: v{2018, 0, 0}}},
Node: {{start: v{21, 3, 0}}},
Node: {{start: v{18, 20, 0}, end: v{19, 0, 0}}, {start: v{20, 12, 0}, end: v{21, 0, 0}}, {start: v{21, 3, 0}}},
},
RestArgument: {
// Note: The latest version of "Hermes" failed this test: rest parameters: function 'length' property
Expand Down

0 comments on commit 7267a1f

Please sign in to comment.