File tree 1 file changed +4
-0
lines changed
packages/core-js-compat/src
1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -65,6 +65,7 @@ export default {
65
65
[ 107 , '19.0' ] ,
66
66
[ 108 , '19.2' ] ,
67
67
] ,
68
+ // https://github.com/denoland/deno/releases
68
69
// https://github.com/mdn/browser-compat-data/blob/main/browsers/deno.json
69
70
ChromeToDeno : [
70
71
[ 84 , '1.0' ] ,
@@ -90,6 +91,8 @@ export default {
90
91
[ 109 , '1.28' ] ,
91
92
[ 109 , '1.29' ] ,
92
93
] ,
94
+ // https://releases.electronjs.org/
95
+ // https://github.com/electron/electron/releases
93
96
// https://github.com/Kilian/electron-to-chromium/blob/master/chromium-versions.js
94
97
// Maybe also required to handle used Node versions?
95
98
// https://github.com/electron/releases/blob/master/lite.json
@@ -243,6 +246,7 @@ export default {
243
246
FirefoxToFirefoxAndroid ( firefox ) {
244
247
return firefox <= 4 ? 4 : firefox ;
245
248
} ,
249
+ // https://github.com/oven-sh/bun/releases
246
250
// This is the base data. Since it have no direct Safari equals by the
247
251
// WebKit / JavaScriptCore version, don't use mapping for future releases.
248
252
// https://github.com/oven-sh/bun/issues/396
You can’t perform that action at this time.
0 commit comments