@babel/cli
Advanced tools
@@ -43,3 +43,3 @@ import fs from "node:fs"; | ||
| program.option("--out-file-extension [string]", "Use a specific extension for the output files"); | ||
| program.version("8.0.0-beta.1" + " (@babel/core " + version + ")"); | ||
| program.version("8.0.0-beta.2" + " (@babel/core " + version + ")"); | ||
| program.usage("[options] <files ...>"); | ||
@@ -46,0 +46,0 @@ program.action(() => {}); |
@@ -46,3 +46,6 @@ import readdirRecursive from "fs-readdir-recursive"; | ||
| const CALLER = { | ||
| name: "@babel/cli" | ||
| name: "@babel/cli", | ||
| supportsStaticESM: false, | ||
| supportsDynamicImport: false, | ||
| supportsExportNamespaceFrom: false | ||
| }; | ||
@@ -49,0 +52,0 @@ export function transformRepl(filename, code, opts) { |
+4
-4
| { | ||
| "name": "@babel/cli", | ||
| "version": "8.0.0-beta.1", | ||
| "version": "8.0.0-beta.2", | ||
| "description": "Babel command line.", | ||
@@ -38,7 +38,7 @@ "author": "The Babel Team (https://babel.dev/team)", | ||
| "peerDependencies": { | ||
| "@babel/core": "^8.0.0-beta.1" | ||
| "@babel/core": "^8.0.0-beta.2" | ||
| }, | ||
| "devDependencies": { | ||
| "@babel/core": "^8.0.0-beta.1", | ||
| "@babel/helper-transform-fixture-test-runner": "^8.0.0-beta.1", | ||
| "@babel/core": "^8.0.0-beta.2", | ||
| "@babel/helper-transform-fixture-test-runner": "^8.0.0-beta.2", | ||
| "@types/fs-readdir-recursive": "^1.1.0", | ||
@@ -45,0 +45,0 @@ "@types/glob": "^7.2.0", |
Sorry, the diff of this file is not supported yet
Debug access
Supply chain riskUses debug, reflection and dynamic code execution features.
Found 1 instance in 1 package
Debug access
Supply chain riskUses debug, reflection and dynamic code execution features.
Found 1 instance in 1 package
99584
0.35%782
0.39%