Skip to content

Commit

Permalink
add deno support
Browse files Browse the repository at this point in the history
  • Loading branch information
JLHwung committed Sep 16, 2022
1 parent aad7eb7 commit 880ee5b
Show file tree
Hide file tree
Showing 14 changed files with 272 additions and 1 deletion.
146 changes: 146 additions & 0 deletions packages/babel-compat-data/data/corejs2-built-ins.json

Large diffs are not rendered by default.

14 changes: 14 additions & 0 deletions packages/babel-compat-data/data/plugin-bugfixes.json
Expand Up @@ -6,6 +6,7 @@
"firefox": "52",
"safari": "11",
"node": "7.6",
"deno": "1",
"ios": "11",
"samsung": "6",
"electron": "1.6"
Expand All @@ -17,6 +18,7 @@
"firefox": "52",
"safari": "10",
"node": "6",
"deno": "1",
"ios": "10",
"samsung": "5",
"electron": "0.37"
Expand All @@ -28,6 +30,7 @@
"firefox": "53",
"safari": "10",
"node": "6.5",
"deno": "1",
"ios": "10",
"samsung": "5",
"electron": "1.2"
Expand All @@ -39,6 +42,7 @@
"firefox": "44",
"safari": "11",
"node": "6",
"deno": "1",
"ie": "11",
"ios": "11",
"samsung": "5",
Expand All @@ -51,6 +55,7 @@
"firefox": "4",
"safari": "11",
"node": "6",
"deno": "1",
"ie": "11",
"ios": "11",
"samsung": "5",
Expand All @@ -63,6 +68,7 @@
"edge": "14",
"firefox": "2",
"node": "6",
"deno": "1",
"samsung": "5",
"electron": "0.37"
},
Expand All @@ -73,6 +79,7 @@
"firefox": "34",
"safari": "13",
"node": "4",
"deno": "1",
"ios": "13",
"samsung": "3.4",
"rhino": "1.7.14",
Expand All @@ -85,6 +92,7 @@
"firefox": "74",
"safari": "13.1",
"node": "16.9",
"deno": "1.9",
"ios": "13.4",
"electron": "13.0"
},
Expand All @@ -95,6 +103,7 @@
"firefox": "74",
"safari": "13.1",
"node": "14",
"deno": "1",
"ios": "13.4",
"samsung": "13",
"electron": "8.0"
Expand All @@ -106,6 +115,7 @@
"firefox": "53",
"safari": "10",
"node": "6",
"deno": "1",
"ios": "10",
"samsung": "5",
"electron": "0.37"
Expand All @@ -117,6 +127,7 @@
"firefox": "52",
"safari": "10.1",
"node": "7.6",
"deno": "1",
"ios": "10.3",
"samsung": "6",
"electron": "1.6"
Expand All @@ -128,6 +139,7 @@
"firefox": "34",
"safari": "9",
"node": "4",
"deno": "1",
"ios": "9",
"samsung": "3.4",
"electron": "0.21"
Expand All @@ -139,6 +151,7 @@
"firefox": "53",
"safari": "10",
"node": "6.5",
"deno": "1",
"ios": "10",
"samsung": "5",
"electron": "1.2"
Expand All @@ -150,6 +163,7 @@
"firefox": "51",
"safari": "10",
"node": "6",
"deno": "1",
"ios": "10",
"samsung": "5",
"electron": "0.37"
Expand Down

0 comments on commit 880ee5b

Please sign in to comment.