@neon-rs/cli 0.0.74 → 0.0.75
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.js +7 -0
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -15421,10 +15421,17 @@ function printError(e) {
|
|
|
15421
15421
|
console.error(chalk_source.bold.red("error:") + " " + ((e instanceof Error) ? e.message : String(e)));
|
|
15422
15422
|
}
|
|
15423
15423
|
|
|
15424
|
+
;// CONCATENATED MODULE: external "node:module"
|
|
15425
|
+
const external_node_module_namespaceObject = __WEBPACK_EXTERNAL_createRequire(import.meta.url)("node:module");
|
|
15424
15426
|
;// CONCATENATED MODULE: ./src/index.ts
|
|
15425
15427
|
|
|
15426
15428
|
|
|
15427
15429
|
|
|
15430
|
+
|
|
15431
|
+
const absoluteRequire = (0,external_node_module_namespaceObject.createRequire)(import.meta.url);
|
|
15432
|
+
global['require'] = function (spec) {
|
|
15433
|
+
return absoluteRequire(spec);
|
|
15434
|
+
};
|
|
15428
15435
|
class Cli {
|
|
15429
15436
|
parse() {
|
|
15430
15437
|
try {
|