@neon-rs/cli 0.0.45 → 0.0.47
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 +15 -21
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -10212,27 +10212,12 @@ exports.bin = bin;
|
|
|
10212
10212
|
|
|
10213
10213
|
/***/ }),
|
|
10214
10214
|
|
|
10215
|
-
/***/
|
|
10215
|
+
/***/ 5818:
|
|
10216
10216
|
/***/ ((module) => {
|
|
10217
10217
|
|
|
10218
|
-
module.exports = eval("require")("@cargo-messages/darwin-
|
|
10218
|
+
module.exports = eval("require")("@cargo-messages/darwin-64");
|
|
10219
10219
|
|
|
10220
10220
|
|
|
10221
|
-
/***/ }),
|
|
10222
|
-
|
|
10223
|
-
/***/ 3079:
|
|
10224
|
-
/***/ ((module) => {
|
|
10225
|
-
|
|
10226
|
-
function webpackEmptyContext(req) {
|
|
10227
|
-
var e = new Error("Cannot find module '" + req + "'");
|
|
10228
|
-
e.code = 'MODULE_NOT_FOUND';
|
|
10229
|
-
throw e;
|
|
10230
|
-
}
|
|
10231
|
-
webpackEmptyContext.keys = () => ([]);
|
|
10232
|
-
webpackEmptyContext.resolve = webpackEmptyContext;
|
|
10233
|
-
webpackEmptyContext.id = 3079;
|
|
10234
|
-
module.exports = webpackEmptyContext;
|
|
10235
|
-
|
|
10236
10221
|
/***/ }),
|
|
10237
10222
|
|
|
10238
10223
|
/***/ 9491:
|
|
@@ -10322,10 +10307,12 @@ module.exports = __WEBPACK_EXTERNAL_createRequire(import.meta.url)("util");
|
|
|
10322
10307
|
/***/ 430:
|
|
10323
10308
|
/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
|
|
10324
10309
|
|
|
10325
|
-
const {
|
|
10310
|
+
const { currentTarget } = __nccwpck_require__(1401);
|
|
10326
10311
|
|
|
10327
|
-
|
|
10328
|
-
|
|
10312
|
+
let addon;
|
|
10313
|
+
switch (currentTarget()) {
|
|
10314
|
+
case 'darwin-x64': addon = __nccwpck_require__(5818); break;
|
|
10315
|
+
default: throw new Error(`no binary @cargo-messages module found for ${currentTarget()}`);
|
|
10329
10316
|
}
|
|
10330
10317
|
|
|
10331
10318
|
const {
|
|
@@ -10333,7 +10320,7 @@ const {
|
|
|
10333
10320
|
fromFile,
|
|
10334
10321
|
findArtifact,
|
|
10335
10322
|
findFileByCrateType
|
|
10336
|
-
} =
|
|
10323
|
+
} = addon;
|
|
10337
10324
|
|
|
10338
10325
|
const PRIVATE = {};
|
|
10339
10326
|
|
|
@@ -15374,10 +15361,17 @@ function printError(e) {
|
|
|
15374
15361
|
console.error(chalk_source.bold.red("error:") + " " + ((e instanceof Error) ? e.message : String(e)));
|
|
15375
15362
|
}
|
|
15376
15363
|
|
|
15364
|
+
// EXTERNAL MODULE: external "node:module"
|
|
15365
|
+
var external_node_module_ = __nccwpck_require__(2033);
|
|
15377
15366
|
;// CONCATENATED MODULE: ./src/index.ts
|
|
15378
15367
|
|
|
15379
15368
|
|
|
15380
15369
|
|
|
15370
|
+
|
|
15371
|
+
const absoluteRequire = (0,external_node_module_.createRequire)(import.meta.url);
|
|
15372
|
+
global['require'] = function (spec) {
|
|
15373
|
+
return absoluteRequire(spec);
|
|
15374
|
+
};
|
|
15381
15375
|
class Cli {
|
|
15382
15376
|
parse() {
|
|
15383
15377
|
try {
|