Skip to content

Commit b47e593

Browse files
committedJan 10, 2023
add some links
1 parent cb84fb2 commit b47e593

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
 

‎packages/core-js-compat/src/mapping.mjs

+4
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ export default {
6565
[107, '19.0'],
6666
[108, '19.2'],
6767
],
68+
// https://github.com/denoland/deno/releases
6869
// https://github.com/mdn/browser-compat-data/blob/main/browsers/deno.json
6970
ChromeToDeno: [
7071
[84, '1.0'],
@@ -90,6 +91,8 @@ export default {
9091
[109, '1.28'],
9192
[109, '1.29'],
9293
],
94+
// https://releases.electronjs.org/
95+
// https://github.com/electron/electron/releases
9396
// https://github.com/Kilian/electron-to-chromium/blob/master/chromium-versions.js
9497
// Maybe also required to handle used Node versions?
9598
// https://github.com/electron/releases/blob/master/lite.json
@@ -243,6 +246,7 @@ export default {
243246
FirefoxToFirefoxAndroid(firefox) {
244247
return firefox <= 4 ? 4 : firefox;
245248
},
249+
// https://github.com/oven-sh/bun/releases
246250
// This is the base data. Since it have no direct Safari equals by the
247251
// WebKit / JavaScriptCore version, don't use mapping for future releases.
248252
// https://github.com/oven-sh/bun/issues/396

0 commit comments

Comments
 (0)
Please sign in to comment.