@neon-rs/cli 0.0.52 → 0.0.53
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 +0 -9
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -15366,15 +15366,6 @@ function printError(e) {
|
|
|
15366
15366
|
|
|
15367
15367
|
|
|
15368
15368
|
|
|
15369
|
-
/*
|
|
15370
|
-
import { createRequire } from 'node:module';
|
|
15371
|
-
|
|
15372
|
-
const absoluteRequire = createRequire(import.meta.url);
|
|
15373
|
-
|
|
15374
|
-
global['require'] = function(spec: string) {
|
|
15375
|
-
return absoluteRequire(spec);
|
|
15376
|
-
} as any;
|
|
15377
|
-
*/
|
|
15378
15369
|
class Cli {
|
|
15379
15370
|
parse() {
|
|
15380
15371
|
try {
|