@storm-software/esbuild 0.35.6 → 0.35.7
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/README.md +1 -1
- package/bin/esbuild.cjs +1 -1
- package/dist/assets.cjs +6 -6
- package/dist/assets.js +5 -5
- package/dist/build.cjs +14 -14
- package/dist/build.js +13 -13
- package/dist/{chunk-KIU5S3AJ.js → chunk-3S3PZ7EY.js} +2 -2
- package/dist/{chunk-JHNO43TF.js → chunk-4RTT7CNA.js} +15 -15
- package/dist/{chunk-VSA5PVM5.js → chunk-6IWYW2O3.js} +2 -2
- package/dist/{chunk-Z6V4NRWA.js → chunk-A6IWHLKB.js} +3 -3
- package/dist/{chunk-2O4ICDGO.cjs → chunk-AB6MCXGW.cjs} +7 -7
- package/dist/{chunk-KJZPYCZ3.cjs → chunk-ATYG4K55.cjs} +106 -106
- package/dist/{chunk-U4QY2FDF.cjs → chunk-BDAEVRE2.cjs} +14 -14
- package/dist/{chunk-MKWQ32YS.js → chunk-CJU3AWWU.js} +3 -3
- package/dist/{chunk-65VVMOZG.js → chunk-EB5Y3WAG.js} +2 -2
- package/dist/{chunk-XNZ7JM4N.js → chunk-EDL2KB25.js} +8 -8
- package/dist/{chunk-CT2JN373.js → chunk-ENZZJ5B6.js} +7 -7
- package/dist/{chunk-6FTOKP4Y.js → chunk-HWMRRY5X.js} +2 -2
- package/dist/{chunk-YZMPHNIX.js → chunk-IAXKJC2K.js} +1 -1
- package/dist/{chunk-K7O5MSIA.cjs → chunk-JSWTO2OC.cjs} +19 -19
- package/dist/chunk-K6SD2RXI.cjs +6 -0
- package/dist/{chunk-3RAC4FZO.cjs → chunk-KU3PHLUZ.cjs} +192 -192
- package/dist/{chunk-QCVGEU2D.js → chunk-L2IEBOYL.js} +2 -2
- package/dist/{chunk-RLF3EK6Q.cjs → chunk-LGNAN6MS.cjs} +28 -28
- package/dist/{chunk-2VOJGBTN.cjs → chunk-LKXMEOMY.cjs} +51 -51
- package/dist/{chunk-FD7TNV2W.cjs → chunk-MFXVX4RL.cjs} +8 -8
- package/dist/{chunk-K3P3M3WZ.cjs → chunk-N2NUZ6C6.cjs} +7 -7
- package/dist/{chunk-PWNHPJJM.cjs → chunk-NSXYKOKK.cjs} +5 -5
- package/dist/{chunk-VA4XN7N3.js → chunk-QFPOX3D5.js} +4 -4
- package/dist/{chunk-NDGCAOGY.cjs → chunk-QOP64GGO.cjs} +2 -2
- package/dist/{chunk-7GTV27I3.js → chunk-S6TVQK6G.js} +2 -2
- package/dist/{chunk-WOKMOSA3.cjs → chunk-SMZKC6PE.cjs} +7 -7
- package/dist/{chunk-OI72SBIC.js → chunk-VCCAKBC6.js} +1 -1
- package/dist/{chunk-EKHZJ4M2.cjs → chunk-WXQTUY4R.cjs} +7 -7
- package/dist/clean.cjs +5 -5
- package/dist/clean.js +4 -4
- package/dist/config.cjs +6 -6
- package/dist/config.js +5 -5
- package/dist/context.cjs +8 -8
- package/dist/context.js +7 -7
- package/dist/index.cjs +16 -16
- package/dist/index.js +14 -14
- package/dist/package-json.cjs +6 -6
- package/dist/package-json.js +5 -5
- package/dist/plugins/deps-check.cjs +5 -5
- package/dist/plugins/deps-check.js +4 -4
- package/dist/plugins/resolve-paths.cjs +4 -4
- package/dist/plugins/resolve-paths.js +3 -3
- package/dist/tsup.cjs +5 -5
- package/dist/tsup.js +4 -4
- package/dist/types.cjs +2 -2
- package/dist/types.js +2 -2
- package/dist/watch.cjs +14 -14
- package/dist/watch.js +3 -3
- package/package.json +4 -4
- package/dist/chunk-IDUGUMC5.cjs +0 -6
package/README.md
CHANGED
|
@@ -21,7 +21,7 @@ This package is part of the <b>⚡Storm-Ops</b> monorepo. The Storm-Ops packages
|
|
|
21
21
|
|
|
22
22
|
<h3 align="center">💻 Visit <a href="https://stormsoftware.com" target="_blank">stormsoftware.com</a> to stay up to date with this developer</h3><br />
|
|
23
23
|
|
|
24
|
-
[](https://prettier.io/) [](http://nx.dev/) [](https://nextjs.org/) [](http://commitizen.github.io/cz-cli/)  [](https://fumadocs.vercel.app/) 
|
|
25
25
|
|
|
26
26
|
<!-- prettier-ignore-start -->
|
|
27
27
|
<!-- markdownlint-disable -->
|
package/bin/esbuild.cjs
CHANGED
|
@@ -12115,8 +12115,8 @@ async function resolveContext(userOptions) {
|
|
|
12115
12115
|
const env = (0, import_build_tools3.getEnv)("esbuild", options);
|
|
12116
12116
|
const define = (0, import_defu.default)(options.define ?? {}, env ?? {});
|
|
12117
12117
|
const resolvedOptions = {
|
|
12118
|
+
tsconfig: (0, import_correct_paths2.joinPaths)(workspaceRoot.dir, projectRoot, "tsconfig.json"),
|
|
12118
12119
|
...options,
|
|
12119
|
-
tsconfig: (0, import_correct_paths2.joinPaths)(projectRoot, userOptions.tsconfig ? userOptions.tsconfig.replace(projectRoot, "") : "tsconfig.json"),
|
|
12120
12120
|
metafile: userOptions.mode === "development",
|
|
12121
12121
|
clean: false,
|
|
12122
12122
|
env,
|
package/dist/assets.cjs
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
|
-
var
|
|
4
|
-
require('./chunk-
|
|
5
|
-
require('./chunk-
|
|
6
|
-
require('./chunk-
|
|
7
|
-
require('./chunk-
|
|
3
|
+
var _chunkMFXVX4RLcjs = require('./chunk-MFXVX4RL.cjs');
|
|
4
|
+
require('./chunk-ATYG4K55.cjs');
|
|
5
|
+
require('./chunk-LKXMEOMY.cjs');
|
|
6
|
+
require('./chunk-SMZKC6PE.cjs');
|
|
7
|
+
require('./chunk-QOP64GGO.cjs');
|
|
8
8
|
|
|
9
9
|
|
|
10
|
-
exports.copyBuildAssets =
|
|
10
|
+
exports.copyBuildAssets = _chunkMFXVX4RLcjs.copyBuildAssets;
|
package/dist/assets.js
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import {
|
|
2
2
|
copyBuildAssets
|
|
3
|
-
} from "./chunk-
|
|
4
|
-
import "./chunk-
|
|
5
|
-
import "./chunk-
|
|
6
|
-
import "./chunk-
|
|
7
|
-
import "./chunk-
|
|
3
|
+
} from "./chunk-CJU3AWWU.js";
|
|
4
|
+
import "./chunk-A6IWHLKB.js";
|
|
5
|
+
import "./chunk-L2IEBOYL.js";
|
|
6
|
+
import "./chunk-IAXKJC2K.js";
|
|
7
|
+
import "./chunk-S6TVQK6G.js";
|
|
8
8
|
export {
|
|
9
9
|
copyBuildAssets
|
|
10
10
|
};
|
package/dist/build.cjs
CHANGED
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
|
-
var
|
|
4
|
-
require('./chunk-
|
|
5
|
-
require('./chunk-
|
|
6
|
-
require('./chunk-
|
|
7
|
-
require('./chunk-
|
|
8
|
-
require('./chunk-
|
|
9
|
-
require('./chunk-
|
|
10
|
-
require('./chunk-
|
|
11
|
-
require('./chunk-
|
|
12
|
-
require('./chunk-
|
|
13
|
-
require('./chunk-
|
|
14
|
-
require('./chunk-
|
|
15
|
-
require('./chunk-
|
|
3
|
+
var _chunkLGNAN6MScjs = require('./chunk-LGNAN6MS.cjs');
|
|
4
|
+
require('./chunk-N2NUZ6C6.cjs');
|
|
5
|
+
require('./chunk-MFXVX4RL.cjs');
|
|
6
|
+
require('./chunk-AB6MCXGW.cjs');
|
|
7
|
+
require('./chunk-JSWTO2OC.cjs');
|
|
8
|
+
require('./chunk-WXQTUY4R.cjs');
|
|
9
|
+
require('./chunk-NSXYKOKK.cjs');
|
|
10
|
+
require('./chunk-BDAEVRE2.cjs');
|
|
11
|
+
require('./chunk-ATYG4K55.cjs');
|
|
12
|
+
require('./chunk-KU3PHLUZ.cjs');
|
|
13
|
+
require('./chunk-LKXMEOMY.cjs');
|
|
14
|
+
require('./chunk-SMZKC6PE.cjs');
|
|
15
|
+
require('./chunk-QOP64GGO.cjs');
|
|
16
16
|
|
|
17
17
|
|
|
18
|
-
exports.build =
|
|
18
|
+
exports.build = _chunkLGNAN6MScjs.build;
|
package/dist/build.js
CHANGED
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
import {
|
|
2
2
|
build
|
|
3
|
-
} from "./chunk-
|
|
4
|
-
import "./chunk-
|
|
5
|
-
import "./chunk-
|
|
6
|
-
import "./chunk-
|
|
7
|
-
import "./chunk-
|
|
8
|
-
import "./chunk-
|
|
9
|
-
import "./chunk-
|
|
10
|
-
import "./chunk-
|
|
11
|
-
import "./chunk-
|
|
12
|
-
import "./chunk-
|
|
13
|
-
import "./chunk-
|
|
14
|
-
import "./chunk-
|
|
15
|
-
import "./chunk-
|
|
3
|
+
} from "./chunk-EDL2KB25.js";
|
|
4
|
+
import "./chunk-6IWYW2O3.js";
|
|
5
|
+
import "./chunk-CJU3AWWU.js";
|
|
6
|
+
import "./chunk-EB5Y3WAG.js";
|
|
7
|
+
import "./chunk-ENZZJ5B6.js";
|
|
8
|
+
import "./chunk-HWMRRY5X.js";
|
|
9
|
+
import "./chunk-3S3PZ7EY.js";
|
|
10
|
+
import "./chunk-QFPOX3D5.js";
|
|
11
|
+
import "./chunk-A6IWHLKB.js";
|
|
12
|
+
import "./chunk-4RTT7CNA.js";
|
|
13
|
+
import "./chunk-L2IEBOYL.js";
|
|
14
|
+
import "./chunk-IAXKJC2K.js";
|
|
15
|
+
import "./chunk-S6TVQK6G.js";
|
|
16
16
|
export {
|
|
17
17
|
build
|
|
18
18
|
};
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import {
|
|
2
2
|
getStopwatch,
|
|
3
3
|
writeDebug
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-L2IEBOYL.js";
|
|
5
5
|
import {
|
|
6
6
|
joinPaths
|
|
7
|
-
} from "./chunk-
|
|
7
|
+
} from "./chunk-IAXKJC2K.js";
|
|
8
8
|
import {
|
|
9
9
|
__commonJS,
|
|
10
10
|
__dirname,
|
|
@@ -12,11 +12,11 @@ import {
|
|
|
12
12
|
__require,
|
|
13
13
|
__toESM,
|
|
14
14
|
init_esm_shims
|
|
15
|
-
} from "./chunk-
|
|
15
|
+
} from "./chunk-S6TVQK6G.js";
|
|
16
16
|
|
|
17
|
-
// ../../node_modules/.pnpm/tsup@8.4.0_patch_hash=
|
|
17
|
+
// ../../node_modules/.pnpm/tsup@8.4.0_patch_hash=214cbeb07445a723854c8fc34007a4790e4ea2ad2a5d1919d7b09d653a83dae4__55b515e7c12ac974ee579d60acf23eea/node_modules/tsup/dist/chunk-BYH4XDRH.js
|
|
18
18
|
var require_chunk_BYH4XDRH = __commonJS({
|
|
19
|
-
"../../node_modules/.pnpm/tsup@8.4.0_patch_hash=
|
|
19
|
+
"../../node_modules/.pnpm/tsup@8.4.0_patch_hash=214cbeb07445a723854c8fc34007a4790e4ea2ad2a5d1919d7b09d653a83dae4__55b515e7c12ac974ee579d60acf23eea/node_modules/tsup/dist/chunk-BYH4XDRH.js"(exports) {
|
|
20
20
|
"use strict";
|
|
21
21
|
init_esm_shims();
|
|
22
22
|
Object.defineProperty(exports, "__esModule", {
|
|
@@ -27,13 +27,13 @@ var require_chunk_BYH4XDRH = __commonJS({
|
|
|
27
27
|
}
|
|
28
28
|
});
|
|
29
29
|
|
|
30
|
-
// ../../node_modules/.pnpm/tsup@8.4.0_patch_hash=
|
|
30
|
+
// ../../node_modules/.pnpm/tsup@8.4.0_patch_hash=214cbeb07445a723854c8fc34007a4790e4ea2ad2a5d1919d7b09d653a83dae4__55b515e7c12ac974ee579d60acf23eea/node_modules/tsup/dist/chunk-TWFEYLU4.js
|
|
31
31
|
import * as __import_fs from "fs";
|
|
32
32
|
import * as __import_path from "path";
|
|
33
33
|
import * as __import_resolveFrom from "resolve-from";
|
|
34
34
|
import * as __import_tinyglobby from "tinyglobby";
|
|
35
35
|
var require_chunk_TWFEYLU4 = __commonJS({
|
|
36
|
-
"../../node_modules/.pnpm/tsup@8.4.0_patch_hash=
|
|
36
|
+
"../../node_modules/.pnpm/tsup@8.4.0_patch_hash=214cbeb07445a723854c8fc34007a4790e4ea2ad2a5d1919d7b09d653a83dae4__55b515e7c12ac974ee579d60acf23eea/node_modules/tsup/dist/chunk-TWFEYLU4.js"(exports) {
|
|
37
37
|
init_esm_shims();
|
|
38
38
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
39
39
|
function _interopRequireDefault(obj) {
|
|
@@ -425,7 +425,7 @@ var require_chunk_TWFEYLU4 = __commonJS({
|
|
|
425
425
|
}
|
|
426
426
|
});
|
|
427
427
|
|
|
428
|
-
// ../../node_modules/.pnpm/tsup@8.4.0_patch_hash=
|
|
428
|
+
// ../../node_modules/.pnpm/tsup@8.4.0_patch_hash=214cbeb07445a723854c8fc34007a4790e4ea2ad2a5d1919d7b09d653a83dae4__55b515e7c12ac974ee579d60acf23eea/node_modules/tsup/dist/chunk-VGC3FXLU.js
|
|
429
429
|
import * as __import_fs2 from "fs";
|
|
430
430
|
import * as __import_path2 from "path";
|
|
431
431
|
import * as __import_joycon from "joycon";
|
|
@@ -434,7 +434,7 @@ import * as __import_util from "util";
|
|
|
434
434
|
import * as __import_worker_threads from "worker_threads";
|
|
435
435
|
import * as __import_picocolors from "picocolors";
|
|
436
436
|
var require_chunk_VGC3FXLU = __commonJS({
|
|
437
|
-
"../../node_modules/.pnpm/tsup@8.4.0_patch_hash=
|
|
437
|
+
"../../node_modules/.pnpm/tsup@8.4.0_patch_hash=214cbeb07445a723854c8fc34007a4790e4ea2ad2a5d1919d7b09d653a83dae4__55b515e7c12ac974ee579d60acf23eea/node_modules/tsup/dist/chunk-VGC3FXLU.js"(exports) {
|
|
438
438
|
init_esm_shims();
|
|
439
439
|
var __import___chunkTWFEYLU4_js = __toESM(require_chunk_TWFEYLU4());
|
|
440
440
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -669,11 +669,11 @@ var require_chunk_VGC3FXLU = __commonJS({
|
|
|
669
669
|
}
|
|
670
670
|
});
|
|
671
671
|
|
|
672
|
-
// ../../node_modules/.pnpm/tsup@8.4.0_patch_hash=
|
|
672
|
+
// ../../node_modules/.pnpm/tsup@8.4.0_patch_hash=214cbeb07445a723854c8fc34007a4790e4ea2ad2a5d1919d7b09d653a83dae4__55b515e7c12ac974ee579d60acf23eea/node_modules/tsup/dist/chunk-JZ25TPTY.js
|
|
673
673
|
import * as __import_worker_threads2 from "worker_threads";
|
|
674
674
|
import * as __import_picocolors2 from "picocolors";
|
|
675
675
|
var require_chunk_JZ25TPTY = __commonJS({
|
|
676
|
-
"../../node_modules/.pnpm/tsup@8.4.0_patch_hash=
|
|
676
|
+
"../../node_modules/.pnpm/tsup@8.4.0_patch_hash=214cbeb07445a723854c8fc34007a4790e4ea2ad2a5d1919d7b09d653a83dae4__55b515e7c12ac974ee579d60acf23eea/node_modules/tsup/dist/chunk-JZ25TPTY.js"(exports) {
|
|
677
677
|
init_esm_shims();
|
|
678
678
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
679
679
|
function _interopRequireDefault(obj) {
|
|
@@ -726,11 +726,11 @@ var require_chunk_JZ25TPTY = __commonJS({
|
|
|
726
726
|
}
|
|
727
727
|
});
|
|
728
728
|
|
|
729
|
-
// ../../node_modules/.pnpm/tsup@8.4.0_patch_hash=
|
|
729
|
+
// ../../node_modules/.pnpm/tsup@8.4.0_patch_hash=214cbeb07445a723854c8fc34007a4790e4ea2ad2a5d1919d7b09d653a83dae4__55b515e7c12ac974ee579d60acf23eea/node_modules/tsup/dist/commonjs-plugin.js
|
|
730
730
|
import * as __import_fs3 from "fs";
|
|
731
731
|
import * as __import_esbuild from "esbuild";
|
|
732
732
|
var require_commonjs_plugin = __commonJS({
|
|
733
|
-
"../../node_modules/.pnpm/tsup@8.4.0_patch_hash=
|
|
733
|
+
"../../node_modules/.pnpm/tsup@8.4.0_patch_hash=214cbeb07445a723854c8fc34007a4790e4ea2ad2a5d1919d7b09d653a83dae4__55b515e7c12ac974ee579d60acf23eea/node_modules/tsup/dist/commonjs-plugin.js"(exports, module) {
|
|
734
734
|
init_esm_shims();
|
|
735
735
|
var __defProp = Object.defineProperty;
|
|
736
736
|
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
@@ -1068,7 +1068,7 @@ var require_commonjs_plugin = __commonJS({
|
|
|
1068
1068
|
}
|
|
1069
1069
|
});
|
|
1070
1070
|
|
|
1071
|
-
// ../../node_modules/.pnpm/tsup@8.4.0_patch_hash=
|
|
1071
|
+
// ../../node_modules/.pnpm/tsup@8.4.0_patch_hash=214cbeb07445a723854c8fc34007a4790e4ea2ad2a5d1919d7b09d653a83dae4__55b515e7c12ac974ee579d60acf23eea/node_modules/tsup/dist/index.js
|
|
1072
1072
|
import * as __import_path3 from "path";
|
|
1073
1073
|
import * as __import_fs4 from "fs";
|
|
1074
1074
|
import * as __import_worker_threads3 from "worker_threads";
|
|
@@ -1084,7 +1084,7 @@ import * as __import_rollup from "rollup";
|
|
|
1084
1084
|
import * as __import_typescript from "typescript";
|
|
1085
1085
|
import * as __import_chokidar from "chokidar";
|
|
1086
1086
|
var require_dist = __commonJS({
|
|
1087
|
-
"../../node_modules/.pnpm/tsup@8.4.0_patch_hash=
|
|
1087
|
+
"../../node_modules/.pnpm/tsup@8.4.0_patch_hash=214cbeb07445a723854c8fc34007a4790e4ea2ad2a5d1919d7b09d653a83dae4__55b515e7c12ac974ee579d60acf23eea/node_modules/tsup/dist/index.js"(exports) {
|
|
1088
1088
|
init_esm_shims();
|
|
1089
1089
|
var __import___chunkBYH4XDRH_js = __toESM(require_chunk_BYH4XDRH());
|
|
1090
1090
|
var __import___chunkVGC3FXLU_js = __toESM(require_chunk_VGC3FXLU());
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import {
|
|
2
2
|
writeError,
|
|
3
3
|
writeWarning
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-L2IEBOYL.js";
|
|
5
5
|
import {
|
|
6
6
|
__name,
|
|
7
7
|
__require,
|
|
8
8
|
init_esm_shims
|
|
9
|
-
} from "./chunk-
|
|
9
|
+
} from "./chunk-S6TVQK6G.js";
|
|
10
10
|
|
|
11
11
|
// src/plugins/deps-check.ts
|
|
12
12
|
init_esm_shims();
|
|
@@ -13,15 +13,15 @@ import {
|
|
|
13
13
|
writeDebug,
|
|
14
14
|
writeTrace,
|
|
15
15
|
writeWarning
|
|
16
|
-
} from "./chunk-
|
|
16
|
+
} from "./chunk-L2IEBOYL.js";
|
|
17
17
|
import {
|
|
18
18
|
correctPaths,
|
|
19
19
|
joinPaths
|
|
20
|
-
} from "./chunk-
|
|
20
|
+
} from "./chunk-IAXKJC2K.js";
|
|
21
21
|
import {
|
|
22
22
|
__name,
|
|
23
23
|
init_esm_shims
|
|
24
|
-
} from "./chunk-
|
|
24
|
+
} from "./chunk-S6TVQK6G.js";
|
|
25
25
|
|
|
26
26
|
// ../build-tools/src/config.ts
|
|
27
27
|
init_esm_shims();
|
|
@@ -1,29 +1,29 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
var
|
|
4
|
+
var _chunkLKXMEOMYcjs = require('./chunk-LKXMEOMY.cjs');
|
|
5
5
|
|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
var
|
|
8
|
+
var _chunkQOP64GGOcjs = require('./chunk-QOP64GGO.cjs');
|
|
9
9
|
|
|
10
10
|
// src/clean.ts
|
|
11
|
-
|
|
11
|
+
_chunkQOP64GGOcjs.init_cjs_shims.call(void 0, );
|
|
12
12
|
var _promises = require('fs/promises');
|
|
13
13
|
async function clean(name = "ESBuild", directory, config) {
|
|
14
|
-
|
|
15
|
-
const stopwatch =
|
|
14
|
+
_chunkLKXMEOMYcjs.writeDebug.call(void 0, ` \u{1F9F9} Cleaning ${name} output path: ${directory}`, config);
|
|
15
|
+
const stopwatch = _chunkLKXMEOMYcjs.getStopwatch.call(void 0, `${name} output clean`);
|
|
16
16
|
await cleanDirectories(directory);
|
|
17
17
|
stopwatch();
|
|
18
18
|
}
|
|
19
|
-
|
|
19
|
+
_chunkQOP64GGOcjs.__name.call(void 0, clean, "clean");
|
|
20
20
|
async function cleanDirectories(directory) {
|
|
21
21
|
await _promises.rm.call(void 0, directory, {
|
|
22
22
|
recursive: true,
|
|
23
23
|
force: true
|
|
24
24
|
});
|
|
25
25
|
}
|
|
26
|
-
|
|
26
|
+
_chunkQOP64GGOcjs.__name.call(void 0, cleanDirectories, "cleanDirectories");
|
|
27
27
|
|
|
28
28
|
|
|
29
29
|
|