@storm-software/workspace-tools 1.60.23 → 1.62.0
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/CHANGELOG.md +29 -0
- package/README.md +2 -2
- package/index.js +475 -575
- package/meta.json +1 -1
- package/package.json +1 -1
- package/src/base/index.js +136 -128
- package/src/executors/npm-publish/executor.js +6 -0
- package/src/executors/tsup/executor.js +158 -157
- package/src/executors/tsup/schema.d.ts +2 -2
- package/src/executors/tsup/schema.json +7 -23
- package/src/executors/tsup-browser/executor.js +158 -155
- package/src/executors/tsup-neutral/executor.js +158 -155
- package/src/executors/tsup-node/executor.js +158 -155
- package/src/executors/typia/executor.js +33 -31
- package/src/generators/browser-library/generator.js +125 -120
- package/src/generators/config-schema/generator.js +29 -28
- package/src/generators/neutral-library/generator.js +125 -120
- package/src/generators/node-library/generator.js +125 -120
- package/src/generators/preset/generator.js +24 -25
- package/src/generators/release-version/generator.js +59 -47
- package/src/utils/index.js +299 -403
|
@@ -171950,9 +171950,9 @@ var require_devkit = __commonJS({
|
|
|
171950
171950
|
}
|
|
171951
171951
|
});
|
|
171952
171952
|
|
|
171953
|
-
// node_modules/.pnpm/@nx+js@18.0.4_@swc-node+register@1.8.0_@swc+core@1.
|
|
171953
|
+
// node_modules/.pnpm/@nx+js@18.0.4_@swc-node+register@1.8.0_@swc+core@1.4.2_@swc+wasm@1.4.2_@types+node@20.11.20_n_rxzlxl4elx7wiiidhdla5wvhle/node_modules/@nx/js/package.json
|
|
171954
171954
|
var require_package4 = __commonJS({
|
|
171955
|
-
"node_modules/.pnpm/@nx+js@18.0.4_@swc-node+register@1.8.0_@swc+core@1.
|
|
171955
|
+
"node_modules/.pnpm/@nx+js@18.0.4_@swc-node+register@1.8.0_@swc+core@1.4.2_@swc+wasm@1.4.2_@types+node@20.11.20_n_rxzlxl4elx7wiiidhdla5wvhle/node_modules/@nx/js/package.json"(exports2, module2) {
|
|
171956
171956
|
module2.exports = {
|
|
171957
171957
|
name: "@nx/js",
|
|
171958
171958
|
version: "18.0.4",
|
|
@@ -172032,9 +172032,9 @@ var require_package4 = __commonJS({
|
|
|
172032
172032
|
}
|
|
172033
172033
|
});
|
|
172034
172034
|
|
|
172035
|
-
// node_modules/.pnpm/@nx+js@18.0.4_@swc-node+register@1.8.0_@swc+core@1.
|
|
172035
|
+
// node_modules/.pnpm/@nx+js@18.0.4_@swc-node+register@1.8.0_@swc+core@1.4.2_@swc+wasm@1.4.2_@types+node@20.11.20_n_rxzlxl4elx7wiiidhdla5wvhle/node_modules/@nx/js/src/utils/versions.js
|
|
172036
172036
|
var require_versions2 = __commonJS({
|
|
172037
|
-
"node_modules/.pnpm/@nx+js@18.0.4_@swc-node+register@1.8.0_@swc+core@1.
|
|
172037
|
+
"node_modules/.pnpm/@nx+js@18.0.4_@swc-node+register@1.8.0_@swc+core@1.4.2_@swc+wasm@1.4.2_@types+node@20.11.20_n_rxzlxl4elx7wiiidhdla5wvhle/node_modules/@nx/js/src/utils/versions.js"(exports2) {
|
|
172038
172038
|
"use strict";
|
|
172039
172039
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
172040
172040
|
exports2.supportedTypescriptVersions = exports2.typescriptVersion = exports2.verdaccioVersion = exports2.typesNodeVersion = exports2.tsLibVersion = exports2.swcNodeVersion = exports2.swcHelpersVersion = exports2.swcCoreVersion = exports2.swcCliVersion = exports2.prettierVersion = exports2.esbuildVersion = exports2.nxVersion = void 0;
|
|
@@ -172053,9 +172053,9 @@ var require_versions2 = __commonJS({
|
|
|
172053
172053
|
}
|
|
172054
172054
|
});
|
|
172055
172055
|
|
|
172056
|
-
// node_modules/.pnpm/@nx+js@18.0.4_@swc-node+register@1.8.0_@swc+core@1.
|
|
172056
|
+
// node_modules/.pnpm/@nx+js@18.0.4_@swc-node+register@1.8.0_@swc+core@1.4.2_@swc+wasm@1.4.2_@types+node@20.11.20_n_rxzlxl4elx7wiiidhdla5wvhle/node_modules/@nx/js/src/utils/typescript/add-tslib-dependencies.js
|
|
172057
172057
|
var require_add_tslib_dependencies = __commonJS({
|
|
172058
|
-
"node_modules/.pnpm/@nx+js@18.0.4_@swc-node+register@1.8.0_@swc+core@1.
|
|
172058
|
+
"node_modules/.pnpm/@nx+js@18.0.4_@swc-node+register@1.8.0_@swc+core@1.4.2_@swc+wasm@1.4.2_@types+node@20.11.20_n_rxzlxl4elx7wiiidhdla5wvhle/node_modules/@nx/js/src/utils/typescript/add-tslib-dependencies.js"(exports2) {
|
|
172059
172059
|
"use strict";
|
|
172060
172060
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
172061
172061
|
exports2.addTsLibDependencies = void 0;
|
|
@@ -172070,9 +172070,9 @@ var require_add_tslib_dependencies = __commonJS({
|
|
|
172070
172070
|
}
|
|
172071
172071
|
});
|
|
172072
172072
|
|
|
172073
|
-
// node_modules/.pnpm/@nx+js@18.0.4_@swc-node+register@1.8.0_@swc+core@1.
|
|
172073
|
+
// node_modules/.pnpm/@nx+js@18.0.4_@swc-node+register@1.8.0_@swc+core@1.4.2_@swc+wasm@1.4.2_@types+node@20.11.20_n_rxzlxl4elx7wiiidhdla5wvhle/node_modules/@nx/js/src/utils/typescript/load-ts-transformers.js
|
|
172074
172074
|
var require_load_ts_transformers = __commonJS({
|
|
172075
|
-
"node_modules/.pnpm/@nx+js@18.0.4_@swc-node+register@1.8.0_@swc+core@1.
|
|
172075
|
+
"node_modules/.pnpm/@nx+js@18.0.4_@swc-node+register@1.8.0_@swc+core@1.4.2_@swc+wasm@1.4.2_@types+node@20.11.20_n_rxzlxl4elx7wiiidhdla5wvhle/node_modules/@nx/js/src/utils/typescript/load-ts-transformers.js"(exports2, module2) {
|
|
172076
172076
|
"use strict";
|
|
172077
172077
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
172078
172078
|
exports2.loadTsTransformers = void 0;
|
|
@@ -172137,9 +172137,9 @@ var require_load_ts_transformers = __commonJS({
|
|
|
172137
172137
|
}
|
|
172138
172138
|
});
|
|
172139
172139
|
|
|
172140
|
-
// node_modules/.pnpm/@nx+js@18.0.4_@swc-node+register@1.8.0_@swc+core@1.
|
|
172140
|
+
// node_modules/.pnpm/@nx+js@18.0.4_@swc-node+register@1.8.0_@swc+core@1.4.2_@swc+wasm@1.4.2_@types+node@20.11.20_n_rxzlxl4elx7wiiidhdla5wvhle/node_modules/@nx/js/src/utils/typescript/print-diagnostics.js
|
|
172141
172141
|
var require_print_diagnostics = __commonJS({
|
|
172142
|
-
"node_modules/.pnpm/@nx+js@18.0.4_@swc-node+register@1.8.0_@swc+core@1.
|
|
172142
|
+
"node_modules/.pnpm/@nx+js@18.0.4_@swc-node+register@1.8.0_@swc+core@1.4.2_@swc+wasm@1.4.2_@types+node@20.11.20_n_rxzlxl4elx7wiiidhdla5wvhle/node_modules/@nx/js/src/utils/typescript/print-diagnostics.js"(exports2) {
|
|
172143
172143
|
"use strict";
|
|
172144
172144
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
172145
172145
|
exports2.printDiagnostics = void 0;
|
|
@@ -172192,9 +172192,9 @@ var require_js_tokens2 = __commonJS({
|
|
|
172192
172192
|
}
|
|
172193
172193
|
});
|
|
172194
172194
|
|
|
172195
|
-
// node_modules/.pnpm/@nx+js@18.0.4_@swc-node+register@1.8.0_@swc+core@1.
|
|
172195
|
+
// node_modules/.pnpm/@nx+js@18.0.4_@swc-node+register@1.8.0_@swc+core@1.4.2_@swc+wasm@1.4.2_@types+node@20.11.20_n_rxzlxl4elx7wiiidhdla5wvhle/node_modules/@nx/js/src/utils/code-frames/identifiers.js
|
|
172196
172196
|
var require_identifiers3 = __commonJS({
|
|
172197
|
-
"node_modules/.pnpm/@nx+js@18.0.4_@swc-node+register@1.8.0_@swc+core@1.
|
|
172197
|
+
"node_modules/.pnpm/@nx+js@18.0.4_@swc-node+register@1.8.0_@swc+core@1.4.2_@swc+wasm@1.4.2_@types+node@20.11.20_n_rxzlxl4elx7wiiidhdla5wvhle/node_modules/@nx/js/src/utils/code-frames/identifiers.js"(exports2) {
|
|
172198
172198
|
"use strict";
|
|
172199
172199
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
172200
172200
|
exports2.isKeyword = exports2.isReservedWord = void 0;
|
|
@@ -172246,9 +172246,9 @@ var require_identifiers3 = __commonJS({
|
|
|
172246
172246
|
}
|
|
172247
172247
|
});
|
|
172248
172248
|
|
|
172249
|
-
// node_modules/.pnpm/@nx+js@18.0.4_@swc-node+register@1.8.0_@swc+core@1.
|
|
172249
|
+
// node_modules/.pnpm/@nx+js@18.0.4_@swc-node+register@1.8.0_@swc+core@1.4.2_@swc+wasm@1.4.2_@types+node@20.11.20_n_rxzlxl4elx7wiiidhdla5wvhle/node_modules/@nx/js/src/utils/code-frames/highlight.js
|
|
172250
172250
|
var require_highlight = __commonJS({
|
|
172251
|
-
"node_modules/.pnpm/@nx+js@18.0.4_@swc-node+register@1.8.0_@swc+core@1.
|
|
172251
|
+
"node_modules/.pnpm/@nx+js@18.0.4_@swc-node+register@1.8.0_@swc+core@1.4.2_@swc+wasm@1.4.2_@types+node@20.11.20_n_rxzlxl4elx7wiiidhdla5wvhle/node_modules/@nx/js/src/utils/code-frames/highlight.js"(exports2) {
|
|
172252
172252
|
"use strict";
|
|
172253
172253
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
172254
172254
|
exports2.highlight = void 0;
|
|
@@ -172313,9 +172313,9 @@ var require_highlight = __commonJS({
|
|
|
172313
172313
|
}
|
|
172314
172314
|
});
|
|
172315
172315
|
|
|
172316
|
-
// node_modules/.pnpm/@nx+js@18.0.4_@swc-node+register@1.8.0_@swc+core@1.
|
|
172316
|
+
// node_modules/.pnpm/@nx+js@18.0.4_@swc-node+register@1.8.0_@swc+core@1.4.2_@swc+wasm@1.4.2_@types+node@20.11.20_n_rxzlxl4elx7wiiidhdla5wvhle/node_modules/@nx/js/src/utils/typescript/ensure-typescript.js
|
|
172317
172317
|
var require_ensure_typescript = __commonJS({
|
|
172318
|
-
"node_modules/.pnpm/@nx+js@18.0.4_@swc-node+register@1.8.0_@swc+core@1.
|
|
172318
|
+
"node_modules/.pnpm/@nx+js@18.0.4_@swc-node+register@1.8.0_@swc+core@1.4.2_@swc+wasm@1.4.2_@types+node@20.11.20_n_rxzlxl4elx7wiiidhdla5wvhle/node_modules/@nx/js/src/utils/typescript/ensure-typescript.js"(exports2) {
|
|
172319
172319
|
"use strict";
|
|
172320
172320
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
172321
172321
|
exports2.ensureTypescript = void 0;
|
|
@@ -375005,9 +375005,9 @@ ${e3.message}`;
|
|
|
375005
375005
|
}
|
|
375006
375006
|
});
|
|
375007
375007
|
|
|
375008
|
-
// node_modules/.pnpm/@nx+js@18.0.4_@swc-node+register@1.8.0_@swc+core@1.
|
|
375008
|
+
// node_modules/.pnpm/@nx+js@18.0.4_@swc-node+register@1.8.0_@swc+core@1.4.2_@swc+wasm@1.4.2_@types+node@20.11.20_n_rxzlxl4elx7wiiidhdla5wvhle/node_modules/@nx/js/src/utils/typescript/ts-config.js
|
|
375009
375009
|
var require_ts_config = __commonJS({
|
|
375010
|
-
"node_modules/.pnpm/@nx+js@18.0.4_@swc-node+register@1.8.0_@swc+core@1.
|
|
375010
|
+
"node_modules/.pnpm/@nx+js@18.0.4_@swc-node+register@1.8.0_@swc+core@1.4.2_@swc+wasm@1.4.2_@types+node@20.11.20_n_rxzlxl4elx7wiiidhdla5wvhle/node_modules/@nx/js/src/utils/typescript/ts-config.js"(exports2) {
|
|
375011
375011
|
"use strict";
|
|
375012
375012
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
375013
375013
|
exports2.readTsConfigPaths = exports2.addTsConfigPath = exports2.getRootTsConfigFileName = exports2.getRootTsConfigPath = exports2.getRelativePathToRootTsConfig = exports2.getRootTsConfigPathInTree = exports2.readTsConfig = void 0;
|
|
@@ -375091,9 +375091,9 @@ var require_ts_config = __commonJS({
|
|
|
375091
375091
|
}
|
|
375092
375092
|
});
|
|
375093
375093
|
|
|
375094
|
-
// node_modules/.pnpm/@nx+js@18.0.4_@swc-node+register@1.8.0_@swc+core@1.
|
|
375094
|
+
// node_modules/.pnpm/@nx+js@18.0.4_@swc-node+register@1.8.0_@swc+core@1.4.2_@swc+wasm@1.4.2_@types+node@20.11.20_n_rxzlxl4elx7wiiidhdla5wvhle/node_modules/@nx/js/src/utils/typescript/run-type-check.js
|
|
375095
375095
|
var require_run_type_check = __commonJS({
|
|
375096
|
-
"node_modules/.pnpm/@nx+js@18.0.4_@swc-node+register@1.8.0_@swc+core@1.
|
|
375096
|
+
"node_modules/.pnpm/@nx+js@18.0.4_@swc-node+register@1.8.0_@swc+core@1.4.2_@swc+wasm@1.4.2_@types+node@20.11.20_n_rxzlxl4elx7wiiidhdla5wvhle/node_modules/@nx/js/src/utils/typescript/run-type-check.js"(exports2) {
|
|
375097
375097
|
"use strict";
|
|
375098
375098
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
375099
375099
|
exports2.getFormattedDiagnostic = exports2.runTypeCheck = exports2.runTypeCheckWatch = void 0;
|
|
@@ -375209,9 +375209,9 @@ var require_run_type_check = __commonJS({
|
|
|
375209
375209
|
}
|
|
375210
375210
|
});
|
|
375211
375211
|
|
|
375212
|
-
// node_modules/.pnpm/@nx+js@18.0.4_@swc-node+register@1.8.0_@swc+core@1.
|
|
375212
|
+
// node_modules/.pnpm/@nx+js@18.0.4_@swc-node+register@1.8.0_@swc+core@1.4.2_@swc+wasm@1.4.2_@types+node@20.11.20_n_rxzlxl4elx7wiiidhdla5wvhle/node_modules/@nx/js/src/utils/typescript/get-source-nodes.js
|
|
375213
375213
|
var require_get_source_nodes = __commonJS({
|
|
375214
|
-
"node_modules/.pnpm/@nx+js@18.0.4_@swc-node+register@1.8.0_@swc+core@1.
|
|
375214
|
+
"node_modules/.pnpm/@nx+js@18.0.4_@swc-node+register@1.8.0_@swc+core@1.4.2_@swc+wasm@1.4.2_@types+node@20.11.20_n_rxzlxl4elx7wiiidhdla5wvhle/node_modules/@nx/js/src/utils/typescript/get-source-nodes.js"(exports2) {
|
|
375215
375215
|
"use strict";
|
|
375216
375216
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
375217
375217
|
exports2.getSourceNodes = void 0;
|
|
@@ -375233,9 +375233,9 @@ var require_get_source_nodes = __commonJS({
|
|
|
375233
375233
|
}
|
|
375234
375234
|
});
|
|
375235
375235
|
|
|
375236
|
-
// node_modules/.pnpm/@nx+js@18.0.4_@swc-node+register@1.8.0_@swc+core@1.
|
|
375236
|
+
// node_modules/.pnpm/@nx+js@18.0.4_@swc-node+register@1.8.0_@swc+core@1.4.2_@swc+wasm@1.4.2_@types+node@20.11.20_n_rxzlxl4elx7wiiidhdla5wvhle/node_modules/@nx/js/src/utils/swc/get-swcrc-path.js
|
|
375237
375237
|
var require_get_swcrc_path = __commonJS({
|
|
375238
|
-
"node_modules/.pnpm/@nx+js@18.0.4_@swc-node+register@1.8.0_@swc+core@1.
|
|
375238
|
+
"node_modules/.pnpm/@nx+js@18.0.4_@swc-node+register@1.8.0_@swc+core@1.4.2_@swc+wasm@1.4.2_@types+node@20.11.20_n_rxzlxl4elx7wiiidhdla5wvhle/node_modules/@nx/js/src/utils/swc/get-swcrc-path.js"(exports2) {
|
|
375239
375239
|
"use strict";
|
|
375240
375240
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
375241
375241
|
exports2.getSwcrcPath = void 0;
|
|
@@ -375247,9 +375247,9 @@ var require_get_swcrc_path = __commonJS({
|
|
|
375247
375247
|
}
|
|
375248
375248
|
});
|
|
375249
375249
|
|
|
375250
|
-
// node_modules/.pnpm/@nx+js@18.0.4_@swc-node+register@1.8.0_@swc+core@1.
|
|
375250
|
+
// node_modules/.pnpm/@nx+js@18.0.4_@swc-node+register@1.8.0_@swc+core@1.4.2_@swc+wasm@1.4.2_@types+node@20.11.20_n_rxzlxl4elx7wiiidhdla5wvhle/node_modules/@nx/js/src/utils/compiler-helper-dependency.js
|
|
375251
375251
|
var require_compiler_helper_dependency = __commonJS({
|
|
375252
|
-
"node_modules/.pnpm/@nx+js@18.0.4_@swc-node+register@1.8.0_@swc+core@1.
|
|
375252
|
+
"node_modules/.pnpm/@nx+js@18.0.4_@swc-node+register@1.8.0_@swc+core@1.4.2_@swc+wasm@1.4.2_@types+node@20.11.20_n_rxzlxl4elx7wiiidhdla5wvhle/node_modules/@nx/js/src/utils/compiler-helper-dependency.js"(exports2) {
|
|
375253
375253
|
"use strict";
|
|
375254
375254
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
375255
375255
|
exports2.getHelperDependenciesFromProjectGraph = exports2.getHelperDependency = exports2.HelperDependency = void 0;
|
|
@@ -375348,9 +375348,9 @@ var require_compiler_helper_dependency = __commonJS({
|
|
|
375348
375348
|
}
|
|
375349
375349
|
});
|
|
375350
375350
|
|
|
375351
|
-
// node_modules/.pnpm/@nx+js@18.0.4_@swc-node+register@1.8.0_@swc+core@1.
|
|
375351
|
+
// node_modules/.pnpm/@nx+js@18.0.4_@swc-node+register@1.8.0_@swc+core@1.4.2_@swc+wasm@1.4.2_@types+node@20.11.20_n_rxzlxl4elx7wiiidhdla5wvhle/node_modules/@nx/js/src/utils/typescript/create-ts-config.js
|
|
375352
375352
|
var require_create_ts_config = __commonJS({
|
|
375353
|
-
"node_modules/.pnpm/@nx+js@18.0.4_@swc-node+register@1.8.0_@swc+core@1.
|
|
375353
|
+
"node_modules/.pnpm/@nx+js@18.0.4_@swc-node+register@1.8.0_@swc+core@1.4.2_@swc+wasm@1.4.2_@types+node@20.11.20_n_rxzlxl4elx7wiiidhdla5wvhle/node_modules/@nx/js/src/utils/typescript/create-ts-config.js"(exports2) {
|
|
375354
375354
|
"use strict";
|
|
375355
375355
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
375356
375356
|
exports2.extractTsConfigBase = exports2.tsConfigBaseOptions = void 0;
|
|
@@ -375400,9 +375400,9 @@ var require_create_ts_config = __commonJS({
|
|
|
375400
375400
|
}
|
|
375401
375401
|
});
|
|
375402
375402
|
|
|
375403
|
-
// node_modules/.pnpm/@nx+js@18.0.4_@swc-node+register@1.8.0_@swc+core@1.
|
|
375403
|
+
// node_modules/.pnpm/@nx+js@18.0.4_@swc-node+register@1.8.0_@swc+core@1.4.2_@swc+wasm@1.4.2_@types+node@20.11.20_n_rxzlxl4elx7wiiidhdla5wvhle/node_modules/@nx/js/src/utils/typescript/ast-utils.js
|
|
375404
375404
|
var require_ast_utils = __commonJS({
|
|
375405
|
-
"node_modules/.pnpm/@nx+js@18.0.4_@swc-node+register@1.8.0_@swc+core@1.
|
|
375405
|
+
"node_modules/.pnpm/@nx+js@18.0.4_@swc-node+register@1.8.0_@swc+core@1.4.2_@swc+wasm@1.4.2_@types+node@20.11.20_n_rxzlxl4elx7wiiidhdla5wvhle/node_modules/@nx/js/src/utils/typescript/ast-utils.js"(exports2) {
|
|
375406
375406
|
"use strict";
|
|
375407
375407
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
375408
375408
|
exports2.findNodes = exports2.findClass = exports2.addMethod = exports2.addParameterToConstructor = exports2.replaceNodeValue = exports2.getImport = exports2.addGlobal = exports2.insertImport = exports2.removeChange = exports2.replaceChange = exports2.insertChange = exports2.resolveModuleByImport = void 0;
|
|
@@ -375641,9 +375641,9 @@ ${opts.methodHeader} {}
|
|
|
375641
375641
|
}
|
|
375642
375642
|
});
|
|
375643
375643
|
|
|
375644
|
-
// node_modules/.pnpm/@nx+js@18.0.4_@swc-node+register@1.8.0_@swc+core@1.
|
|
375644
|
+
// node_modules/.pnpm/@nx+js@18.0.4_@swc-node+register@1.8.0_@swc+core@1.4.2_@swc+wasm@1.4.2_@types+node@20.11.20_n_rxzlxl4elx7wiiidhdla5wvhle/node_modules/@nx/js/src/utils/watch-for-single-file-changes.js
|
|
375645
375645
|
var require_watch_for_single_file_changes = __commonJS({
|
|
375646
|
-
"node_modules/.pnpm/@nx+js@18.0.4_@swc-node+register@1.8.0_@swc+core@1.
|
|
375646
|
+
"node_modules/.pnpm/@nx+js@18.0.4_@swc-node+register@1.8.0_@swc+core@1.4.2_@swc+wasm@1.4.2_@types+node@20.11.20_n_rxzlxl4elx7wiiidhdla5wvhle/node_modules/@nx/js/src/utils/watch-for-single-file-changes.js"(exports2) {
|
|
375647
375647
|
"use strict";
|
|
375648
375648
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
375649
375649
|
exports2.watchForSingleFileChanges = void 0;
|
|
@@ -377866,9 +377866,9 @@ var require_lib4 = __commonJS({
|
|
|
377866
377866
|
}
|
|
377867
377867
|
});
|
|
377868
377868
|
|
|
377869
|
-
// node_modules/.pnpm/@nx+js@18.0.4_@swc-node+register@1.8.0_@swc+core@1.
|
|
377869
|
+
// node_modules/.pnpm/@nx+js@18.0.4_@swc-node+register@1.8.0_@swc+core@1.4.2_@swc+wasm@1.4.2_@types+node@20.11.20_n_rxzlxl4elx7wiiidhdla5wvhle/node_modules/@nx/js/src/utils/get-main-file-dir.js
|
|
377870
377870
|
var require_get_main_file_dir = __commonJS({
|
|
377871
|
-
"node_modules/.pnpm/@nx+js@18.0.4_@swc-node+register@1.8.0_@swc+core@1.
|
|
377871
|
+
"node_modules/.pnpm/@nx+js@18.0.4_@swc-node+register@1.8.0_@swc+core@1.4.2_@swc+wasm@1.4.2_@types+node@20.11.20_n_rxzlxl4elx7wiiidhdla5wvhle/node_modules/@nx/js/src/utils/get-main-file-dir.js"(exports2) {
|
|
377872
377872
|
"use strict";
|
|
377873
377873
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
377874
377874
|
exports2.getRelativeDirectoryToProjectRoot = void 0;
|
|
@@ -377883,9 +377883,9 @@ var require_get_main_file_dir = __commonJS({
|
|
|
377883
377883
|
}
|
|
377884
377884
|
});
|
|
377885
377885
|
|
|
377886
|
-
// node_modules/.pnpm/@nx+js@18.0.4_@swc-node+register@1.8.0_@swc+core@1.
|
|
377886
|
+
// node_modules/.pnpm/@nx+js@18.0.4_@swc-node+register@1.8.0_@swc+core@1.4.2_@swc+wasm@1.4.2_@types+node@20.11.20_n_rxzlxl4elx7wiiidhdla5wvhle/node_modules/@nx/js/src/utils/package-json/update-package-json.js
|
|
377887
377887
|
var require_update_package_json = __commonJS({
|
|
377888
|
-
"node_modules/.pnpm/@nx+js@18.0.4_@swc-node+register@1.8.0_@swc+core@1.
|
|
377888
|
+
"node_modules/.pnpm/@nx+js@18.0.4_@swc-node+register@1.8.0_@swc+core@1.4.2_@swc+wasm@1.4.2_@types+node@20.11.20_n_rxzlxl4elx7wiiidhdla5wvhle/node_modules/@nx/js/src/utils/package-json/update-package-json.js"(exports2) {
|
|
377889
377889
|
"use strict";
|
|
377890
377890
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
377891
377891
|
exports2.getUpdatedPackageJsonContent = exports2.getExports = exports2.updatePackageJson = void 0;
|
|
@@ -378043,9 +378043,9 @@ var require_update_package_json = __commonJS({
|
|
|
378043
378043
|
}
|
|
378044
378044
|
});
|
|
378045
378045
|
|
|
378046
|
-
// node_modules/.pnpm/@nx+js@18.0.4_@swc-node+register@1.8.0_@swc+core@1.
|
|
378046
|
+
// node_modules/.pnpm/@nx+js@18.0.4_@swc-node+register@1.8.0_@swc+core@1.4.2_@swc+wasm@1.4.2_@types+node@20.11.20_n_rxzlxl4elx7wiiidhdla5wvhle/node_modules/@nx/js/src/utils/buildable-libs-utils.js
|
|
378047
378047
|
var require_buildable_libs_utils = __commonJS({
|
|
378048
|
-
"node_modules/.pnpm/@nx+js@18.0.4_@swc-node+register@1.8.0_@swc+core@1.
|
|
378048
|
+
"node_modules/.pnpm/@nx+js@18.0.4_@swc-node+register@1.8.0_@swc+core@1.4.2_@swc+wasm@1.4.2_@types+node@20.11.20_n_rxzlxl4elx7wiiidhdla5wvhle/node_modules/@nx/js/src/utils/buildable-libs-utils.js"(exports2) {
|
|
378049
378049
|
"use strict";
|
|
378050
378050
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
378051
378051
|
exports2.updateBuildableProjectPackageJsonDependencies = exports2.updatePaths = exports2.findMissingBuildDependencies = exports2.checkDependentProjectsHaveBeenBuilt = exports2.createTmpTsConfig = exports2.computeCompilerOptionsPaths = exports2.calculateDependenciesFromTaskGraph = exports2.calculateProjectDependencies = exports2.calculateProjectBuildableDependencies = void 0;
|
|
@@ -378369,9 +378369,9 @@ var require_buildable_libs_utils = __commonJS({
|
|
|
378369
378369
|
}
|
|
378370
378370
|
});
|
|
378371
378371
|
|
|
378372
|
-
// node_modules/.pnpm/@nx+js@18.0.4_@swc-node+register@1.8.0_@swc+core@1.
|
|
378372
|
+
// node_modules/.pnpm/@nx+js@18.0.4_@swc-node+register@1.8.0_@swc+core@1.4.2_@swc+wasm@1.4.2_@types+node@20.11.20_n_rxzlxl4elx7wiiidhdla5wvhle/node_modules/@nx/js/src/utils/check-dependencies.js
|
|
378373
378373
|
var require_check_dependencies = __commonJS({
|
|
378374
|
-
"node_modules/.pnpm/@nx+js@18.0.4_@swc-node+register@1.8.0_@swc+core@1.
|
|
378374
|
+
"node_modules/.pnpm/@nx+js@18.0.4_@swc-node+register@1.8.0_@swc+core@1.4.2_@swc+wasm@1.4.2_@types+node@20.11.20_n_rxzlxl4elx7wiiidhdla5wvhle/node_modules/@nx/js/src/utils/check-dependencies.js"(exports2) {
|
|
378375
378375
|
"use strict";
|
|
378376
378376
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
378377
378377
|
exports2.checkDependencies = void 0;
|
|
@@ -378398,9 +378398,9 @@ var require_check_dependencies = __commonJS({
|
|
|
378398
378398
|
}
|
|
378399
378399
|
});
|
|
378400
378400
|
|
|
378401
|
-
// node_modules/.pnpm/@nx+js@18.0.4_@swc-node+register@1.8.0_@swc+core@1.
|
|
378401
|
+
// node_modules/.pnpm/@nx+js@18.0.4_@swc-node+register@1.8.0_@swc+core@1.4.2_@swc+wasm@1.4.2_@types+node@20.11.20_n_rxzlxl4elx7wiiidhdla5wvhle/node_modules/@nx/js/src/utils/package-json/index.js
|
|
378402
378402
|
var require_package_json2 = __commonJS({
|
|
378403
|
-
"node_modules/.pnpm/@nx+js@18.0.4_@swc-node+register@1.8.0_@swc+core@1.
|
|
378403
|
+
"node_modules/.pnpm/@nx+js@18.0.4_@swc-node+register@1.8.0_@swc+core@1.4.2_@swc+wasm@1.4.2_@types+node@20.11.20_n_rxzlxl4elx7wiiidhdla5wvhle/node_modules/@nx/js/src/utils/package-json/index.js"(exports2) {
|
|
378404
378404
|
"use strict";
|
|
378405
378405
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
378406
378406
|
exports2.copyPackageJson = void 0;
|
|
@@ -382525,9 +382525,9 @@ var require_out8 = __commonJS({
|
|
|
382525
382525
|
}
|
|
382526
382526
|
});
|
|
382527
382527
|
|
|
382528
|
-
// node_modules/.pnpm/@nx+js@18.0.4_@swc-node+register@1.8.0_@swc+core@1.
|
|
382528
|
+
// node_modules/.pnpm/@nx+js@18.0.4_@swc-node+register@1.8.0_@swc+core@1.4.2_@swc+wasm@1.4.2_@types+node@20.11.20_n_rxzlxl4elx7wiiidhdla5wvhle/node_modules/@nx/js/src/utils/assets/copy-assets-handler.js
|
|
382529
382529
|
var require_copy_assets_handler = __commonJS({
|
|
382530
|
-
"node_modules/.pnpm/@nx+js@18.0.4_@swc-node+register@1.8.0_@swc+core@1.
|
|
382530
|
+
"node_modules/.pnpm/@nx+js@18.0.4_@swc-node+register@1.8.0_@swc+core@1.4.2_@swc+wasm@1.4.2_@types+node@20.11.20_n_rxzlxl4elx7wiiidhdla5wvhle/node_modules/@nx/js/src/utils/assets/copy-assets-handler.js"(exports2) {
|
|
382531
382531
|
"use strict";
|
|
382532
382532
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
382533
382533
|
exports2.CopyAssetsHandler = exports2.defaultFileEventHandler = void 0;
|
|
@@ -382674,9 +382674,9 @@ var require_copy_assets_handler = __commonJS({
|
|
|
382674
382674
|
}
|
|
382675
382675
|
});
|
|
382676
382676
|
|
|
382677
|
-
// node_modules/.pnpm/@nx+js@18.0.4_@swc-node+register@1.8.0_@swc+core@1.
|
|
382677
|
+
// node_modules/.pnpm/@nx+js@18.0.4_@swc-node+register@1.8.0_@swc+core@1.4.2_@swc+wasm@1.4.2_@types+node@20.11.20_n_rxzlxl4elx7wiiidhdla5wvhle/node_modules/@nx/js/src/utils/assets/index.js
|
|
382678
382678
|
var require_assets = __commonJS({
|
|
382679
|
-
"node_modules/.pnpm/@nx+js@18.0.4_@swc-node+register@1.8.0_@swc+core@1.
|
|
382679
|
+
"node_modules/.pnpm/@nx+js@18.0.4_@swc-node+register@1.8.0_@swc+core@1.4.2_@swc+wasm@1.4.2_@types+node@20.11.20_n_rxzlxl4elx7wiiidhdla5wvhle/node_modules/@nx/js/src/utils/assets/index.js"(exports2) {
|
|
382680
382680
|
"use strict";
|
|
382681
382681
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
382682
382682
|
exports2.copyAssets = void 0;
|
|
@@ -382706,9 +382706,9 @@ var require_assets = __commonJS({
|
|
|
382706
382706
|
}
|
|
382707
382707
|
});
|
|
382708
382708
|
|
|
382709
|
-
// node_modules/.pnpm/@nx+js@18.0.4_@swc-node+register@1.8.0_@swc+core@1.
|
|
382709
|
+
// node_modules/.pnpm/@nx+js@18.0.4_@swc-node+register@1.8.0_@swc+core@1.4.2_@swc+wasm@1.4.2_@types+node@20.11.20_n_rxzlxl4elx7wiiidhdla5wvhle/node_modules/@nx/js/src/utils/package-json/create-entry-points.js
|
|
382710
382710
|
var require_create_entry_points = __commonJS({
|
|
382711
|
-
"node_modules/.pnpm/@nx+js@18.0.4_@swc-node+register@1.8.0_@swc+core@1.
|
|
382711
|
+
"node_modules/.pnpm/@nx+js@18.0.4_@swc-node+register@1.8.0_@swc+core@1.4.2_@swc+wasm@1.4.2_@types+node@20.11.20_n_rxzlxl4elx7wiiidhdla5wvhle/node_modules/@nx/js/src/utils/package-json/create-entry-points.js"(exports2) {
|
|
382712
382712
|
"use strict";
|
|
382713
382713
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
382714
382714
|
exports2.createEntryPoints = void 0;
|
|
@@ -387583,9 +387583,9 @@ var require_project_name_and_root_utils = __commonJS({
|
|
|
387583
387583
|
}
|
|
387584
387584
|
});
|
|
387585
387585
|
|
|
387586
|
-
// node_modules/.pnpm/@nx+js@18.0.4_@swc-node+register@1.8.0_@swc+core@1.
|
|
387586
|
+
// node_modules/.pnpm/@nx+js@18.0.4_@swc-node+register@1.8.0_@swc+core@1.4.2_@swc+wasm@1.4.2_@types+node@20.11.20_n_rxzlxl4elx7wiiidhdla5wvhle/node_modules/@nx/js/src/utils/minimal-publish-script.js
|
|
387587
387587
|
var require_minimal_publish_script = __commonJS({
|
|
387588
|
-
"node_modules/.pnpm/@nx+js@18.0.4_@swc-node+register@1.8.0_@swc+core@1.
|
|
387588
|
+
"node_modules/.pnpm/@nx+js@18.0.4_@swc-node+register@1.8.0_@swc+core@1.4.2_@swc+wasm@1.4.2_@types+node@20.11.20_n_rxzlxl4elx7wiiidhdla5wvhle/node_modules/@nx/js/src/utils/minimal-publish-script.js"(exports2) {
|
|
387589
387589
|
"use strict";
|
|
387590
387590
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
387591
387591
|
exports2.addMinimalPublishScript = void 0;
|
|
@@ -387663,9 +387663,9 @@ execSync(\`npm publish --access public --tag \${tag}\`);
|
|
|
387663
387663
|
}
|
|
387664
387664
|
});
|
|
387665
387665
|
|
|
387666
|
-
// node_modules/.pnpm/@nx+js@18.0.4_@swc-node+register@1.8.0_@swc+core@1.
|
|
387666
|
+
// node_modules/.pnpm/@nx+js@18.0.4_@swc-node+register@1.8.0_@swc+core@1.4.2_@swc+wasm@1.4.2_@types+node@20.11.20_n_rxzlxl4elx7wiiidhdla5wvhle/node_modules/@nx/js/src/utils/swc/add-swc-config.js
|
|
387667
387667
|
var require_add_swc_config = __commonJS({
|
|
387668
|
-
"node_modules/.pnpm/@nx+js@18.0.4_@swc-node+register@1.8.0_@swc+core@1.
|
|
387668
|
+
"node_modules/.pnpm/@nx+js@18.0.4_@swc-node+register@1.8.0_@swc+core@1.4.2_@swc+wasm@1.4.2_@types+node@20.11.20_n_rxzlxl4elx7wiiidhdla5wvhle/node_modules/@nx/js/src/utils/swc/add-swc-config.js"(exports2) {
|
|
387669
387669
|
"use strict";
|
|
387670
387670
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
387671
387671
|
exports2.addSwcConfig = exports2.defaultExclude = void 0;
|
|
@@ -387710,9 +387710,9 @@ var require_add_swc_config = __commonJS({
|
|
|
387710
387710
|
}
|
|
387711
387711
|
});
|
|
387712
387712
|
|
|
387713
|
-
// node_modules/.pnpm/@nx+js@18.0.4_@swc-node+register@1.8.0_@swc+core@1.
|
|
387713
|
+
// node_modules/.pnpm/@nx+js@18.0.4_@swc-node+register@1.8.0_@swc+core@1.4.2_@swc+wasm@1.4.2_@types+node@20.11.20_n_rxzlxl4elx7wiiidhdla5wvhle/node_modules/@nx/js/src/utils/swc/add-swc-dependencies.js
|
|
387714
387714
|
var require_add_swc_dependencies = __commonJS({
|
|
387715
|
-
"node_modules/.pnpm/@nx+js@18.0.4_@swc-node+register@1.8.0_@swc+core@1.
|
|
387715
|
+
"node_modules/.pnpm/@nx+js@18.0.4_@swc-node+register@1.8.0_@swc+core@1.4.2_@swc+wasm@1.4.2_@types+node@20.11.20_n_rxzlxl4elx7wiiidhdla5wvhle/node_modules/@nx/js/src/utils/swc/add-swc-dependencies.js"(exports2) {
|
|
387716
387716
|
"use strict";
|
|
387717
387717
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
387718
387718
|
exports2.addSwcRegisterDependencies = exports2.addSwcDependencies = void 0;
|
|
@@ -387758,9 +387758,9 @@ var require_semver4 = __commonJS({
|
|
|
387758
387758
|
}
|
|
387759
387759
|
});
|
|
387760
387760
|
|
|
387761
|
-
// node_modules/.pnpm/@nx+js@18.0.4_@swc-node+register@1.8.0_@swc+core@1.
|
|
387761
|
+
// node_modules/.pnpm/@nx+js@18.0.4_@swc-node+register@1.8.0_@swc+core@1.4.2_@swc+wasm@1.4.2_@types+node@20.11.20_n_rxzlxl4elx7wiiidhdla5wvhle/node_modules/@nx/js/src/generators/init/init.js
|
|
387762
387762
|
var require_init = __commonJS({
|
|
387763
|
-
"node_modules/.pnpm/@nx+js@18.0.4_@swc-node+register@1.8.0_@swc+core@1.
|
|
387763
|
+
"node_modules/.pnpm/@nx+js@18.0.4_@swc-node+register@1.8.0_@swc+core@1.4.2_@swc+wasm@1.4.2_@types+node@20.11.20_n_rxzlxl4elx7wiiidhdla5wvhle/node_modules/@nx/js/src/generators/init/init.js"(exports2) {
|
|
387764
387764
|
"use strict";
|
|
387765
387765
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
387766
387766
|
exports2.initGenerator = void 0;
|
|
@@ -387867,9 +387867,9 @@ var require_init = __commonJS({
|
|
|
387867
387867
|
}
|
|
387868
387868
|
});
|
|
387869
387869
|
|
|
387870
|
-
// node_modules/.pnpm/@nx+js@18.0.4_@swc-node+register@1.8.0_@swc+core@1.
|
|
387870
|
+
// node_modules/.pnpm/@nx+js@18.0.4_@swc-node+register@1.8.0_@swc+core@1.4.2_@swc+wasm@1.4.2_@types+node@20.11.20_n_rxzlxl4elx7wiiidhdla5wvhle/node_modules/@nx/js/src/generators/setup-verdaccio/generator.js
|
|
387871
387871
|
var require_generator = __commonJS({
|
|
387872
|
-
"node_modules/.pnpm/@nx+js@18.0.4_@swc-node+register@1.8.0_@swc+core@1.
|
|
387872
|
+
"node_modules/.pnpm/@nx+js@18.0.4_@swc-node+register@1.8.0_@swc+core@1.4.2_@swc+wasm@1.4.2_@types+node@20.11.20_n_rxzlxl4elx7wiiidhdla5wvhle/node_modules/@nx/js/src/generators/setup-verdaccio/generator.js"(exports2) {
|
|
387873
387873
|
"use strict";
|
|
387874
387874
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
387875
387875
|
exports2.setupVerdaccio = void 0;
|
|
@@ -387968,9 +387968,9 @@ var require_add_build_target_defaults = __commonJS({
|
|
|
387968
387968
|
}
|
|
387969
387969
|
});
|
|
387970
387970
|
|
|
387971
|
-
// node_modules/.pnpm/@nx+eslint@18.0.4_@swc-node+register@1.8.0_@swc+core@1.
|
|
387971
|
+
// node_modules/.pnpm/@nx+eslint@18.0.4_@swc-node+register@1.8.0_@swc+core@1.4.2_@swc+wasm@1.4.2_@types+node@20.11._4fdftmierzjmwnebqy3vjx3xeu/node_modules/@nx/eslint/src/utils/flat-config.js
|
|
387972
387972
|
var require_flat_config = __commonJS({
|
|
387973
|
-
"node_modules/.pnpm/@nx+eslint@18.0.4_@swc-node+register@1.8.0_@swc+core@1.
|
|
387973
|
+
"node_modules/.pnpm/@nx+eslint@18.0.4_@swc-node+register@1.8.0_@swc+core@1.4.2_@swc+wasm@1.4.2_@types+node@20.11._4fdftmierzjmwnebqy3vjx3xeu/node_modules/@nx/eslint/src/utils/flat-config.js"(exports2) {
|
|
387974
387974
|
"use strict";
|
|
387975
387975
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
387976
387976
|
exports2.useFlatConfig = void 0;
|
|
@@ -387981,9 +387981,9 @@ var require_flat_config = __commonJS({
|
|
|
387981
387981
|
}
|
|
387982
387982
|
});
|
|
387983
387983
|
|
|
387984
|
-
// node_modules/.pnpm/@nx+eslint@18.0.4_@swc-node+register@1.8.0_@swc+core@1.
|
|
387984
|
+
// node_modules/.pnpm/@nx+eslint@18.0.4_@swc-node+register@1.8.0_@swc+core@1.4.2_@swc+wasm@1.4.2_@types+node@20.11._4fdftmierzjmwnebqy3vjx3xeu/node_modules/@nx/eslint/src/generators/utils/flat-config/path-utils.js
|
|
387985
387985
|
var require_path_utils = __commonJS({
|
|
387986
|
-
"node_modules/.pnpm/@nx+eslint@18.0.4_@swc-node+register@1.8.0_@swc+core@1.
|
|
387986
|
+
"node_modules/.pnpm/@nx+eslint@18.0.4_@swc-node+register@1.8.0_@swc+core@1.4.2_@swc+wasm@1.4.2_@types+node@20.11._4fdftmierzjmwnebqy3vjx3xeu/node_modules/@nx/eslint/src/generators/utils/flat-config/path-utils.js"(exports2) {
|
|
387987
387987
|
"use strict";
|
|
387988
387988
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
387989
387989
|
exports2.mapFilePath = exports2.updateFiles = void 0;
|
|
@@ -388013,9 +388013,9 @@ var require_path_utils = __commonJS({
|
|
|
388013
388013
|
}
|
|
388014
388014
|
});
|
|
388015
388015
|
|
|
388016
|
-
// node_modules/.pnpm/@nx+eslint@18.0.4_@swc-node+register@1.8.0_@swc+core@1.
|
|
388016
|
+
// node_modules/.pnpm/@nx+eslint@18.0.4_@swc-node+register@1.8.0_@swc+core@1.4.2_@swc+wasm@1.4.2_@types+node@20.11._4fdftmierzjmwnebqy3vjx3xeu/node_modules/@nx/eslint/src/generators/utils/flat-config/ast-utils.js
|
|
388017
388017
|
var require_ast_utils2 = __commonJS({
|
|
388018
|
-
"node_modules/.pnpm/@nx+eslint@18.0.4_@swc-node+register@1.8.0_@swc+core@1.
|
|
388018
|
+
"node_modules/.pnpm/@nx+eslint@18.0.4_@swc-node+register@1.8.0_@swc+core@1.4.2_@swc+wasm@1.4.2_@types+node@20.11._4fdftmierzjmwnebqy3vjx3xeu/node_modules/@nx/eslint/src/generators/utils/flat-config/ast-utils.js"(exports2) {
|
|
388019
388019
|
"use strict";
|
|
388020
388020
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
388021
388021
|
exports2.generateAst = exports2.mapFilePaths = exports2.generateFlatOverride = exports2.generateRequire = exports2.stringifyNodeList = exports2.generatePluginExtendsElement = exports2.generateSpreadElement = exports2.createNodeList = exports2.addCompatToFlatConfig = exports2.addPluginsToExportsBlock = exports2.removeCompatExtends = exports2.removePlugin = exports2.addBlockToFlatConfigExport = exports2.addImportToFlatConfig = exports2.replaceOverride = exports2.hasOverride = exports2.removeOverridesFromLintConfig = void 0;
|
|
@@ -388472,9 +388472,9 @@ const compat = new FlatCompat({
|
|
|
388472
388472
|
}
|
|
388473
388473
|
});
|
|
388474
388474
|
|
|
388475
|
-
// node_modules/.pnpm/@nx+eslint@18.0.4_@swc-node+register@1.8.0_@swc+core@1.
|
|
388475
|
+
// node_modules/.pnpm/@nx+eslint@18.0.4_@swc-node+register@1.8.0_@swc+core@1.4.2_@swc+wasm@1.4.2_@types+node@20.11._4fdftmierzjmwnebqy3vjx3xeu/node_modules/@nx/eslint/src/utils/config-file.js
|
|
388476
388476
|
var require_config_file = __commonJS({
|
|
388477
|
-
"node_modules/.pnpm/@nx+eslint@18.0.4_@swc-node+register@1.8.0_@swc+core@1.
|
|
388477
|
+
"node_modules/.pnpm/@nx+eslint@18.0.4_@swc-node+register@1.8.0_@swc+core@1.4.2_@swc+wasm@1.4.2_@types+node@20.11._4fdftmierzjmwnebqy3vjx3xeu/node_modules/@nx/eslint/src/utils/config-file.js"(exports2) {
|
|
388478
388478
|
"use strict";
|
|
388479
388479
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
388480
388480
|
exports2.isFlatConfig = exports2.findBaseEslintFile = exports2.baseEsLintFlatConfigFile = exports2.baseEsLintConfigFile = exports2.ESLINT_CONFIG_FILENAMES = void 0;
|
|
@@ -388513,9 +388513,9 @@ var require_config_file = __commonJS({
|
|
|
388513
388513
|
}
|
|
388514
388514
|
});
|
|
388515
388515
|
|
|
388516
|
-
// node_modules/.pnpm/@nx+eslint@18.0.4_@swc-node+register@1.8.0_@swc+core@1.
|
|
388516
|
+
// node_modules/.pnpm/@nx+eslint@18.0.4_@swc-node+register@1.8.0_@swc+core@1.4.2_@swc+wasm@1.4.2_@types+node@20.11._4fdftmierzjmwnebqy3vjx3xeu/node_modules/@nx/eslint/src/generators/utils/eslint-file.js
|
|
388517
388517
|
var require_eslint_file = __commonJS({
|
|
388518
|
-
"node_modules/.pnpm/@nx+eslint@18.0.4_@swc-node+register@1.8.0_@swc+core@1.
|
|
388518
|
+
"node_modules/.pnpm/@nx+eslint@18.0.4_@swc-node+register@1.8.0_@swc+core@1.4.2_@swc+wasm@1.4.2_@types+node@20.11._4fdftmierzjmwnebqy3vjx3xeu/node_modules/@nx/eslint/src/generators/utils/eslint-file.js"(exports2) {
|
|
388519
388519
|
"use strict";
|
|
388520
388520
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
388521
388521
|
exports2.getPluginImport = exports2.addIgnoresToLintConfig = exports2.addPluginsToLintConfig = exports2.addExtendsToLintConfig = exports2.replaceOverridesInLintConfig = exports2.lintConfigHasOverride = exports2.updateOverrideInLintConfig = exports2.addOverrideToLintConfig = exports2.updateRelativePathsInConfig = exports2.isEslintConfigSupported = exports2.findEslintFile = void 0;
|
|
@@ -388780,9 +388780,9 @@ var require_eslint_file = __commonJS({
|
|
|
388780
388780
|
}
|
|
388781
388781
|
});
|
|
388782
388782
|
|
|
388783
|
-
// node_modules/.pnpm/@nx+js@18.0.4_@swc-node+register@1.8.0_@swc+core@1.
|
|
388783
|
+
// node_modules/.pnpm/@nx+js@18.0.4_@swc-node+register@1.8.0_@swc+core@1.4.2_@swc+wasm@1.4.2_@types+node@20.11.20_n_rxzlxl4elx7wiiidhdla5wvhle/node_modules/@nx/js/src/generators/library/library.js
|
|
388784
388784
|
var require_library = __commonJS({
|
|
388785
|
-
"node_modules/.pnpm/@nx+js@18.0.4_@swc-node+register@1.8.0_@swc+core@1.
|
|
388785
|
+
"node_modules/.pnpm/@nx+js@18.0.4_@swc-node+register@1.8.0_@swc+core@1.4.2_@swc+wasm@1.4.2_@types+node@20.11.20_n_rxzlxl4elx7wiiidhdla5wvhle/node_modules/@nx/js/src/generators/library/library.js"(exports2) {
|
|
388786
388786
|
"use strict";
|
|
388787
388787
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
388788
388788
|
exports2.addLint = exports2.libraryGeneratorInternal = exports2.libraryGenerator = void 0;
|
|
@@ -389337,9 +389337,9 @@ var require_library = __commonJS({
|
|
|
389337
389337
|
}
|
|
389338
389338
|
});
|
|
389339
389339
|
|
|
389340
|
-
// node_modules/.pnpm/@nx+js@18.0.4_@swc-node+register@1.8.0_@swc+core@1.
|
|
389340
|
+
// node_modules/.pnpm/@nx+js@18.0.4_@swc-node+register@1.8.0_@swc+core@1.4.2_@swc+wasm@1.4.2_@types+node@20.11.20_n_rxzlxl4elx7wiiidhdla5wvhle/node_modules/@nx/js/src/index.js
|
|
389341
389341
|
var require_src5 = __commonJS({
|
|
389342
|
-
"node_modules/.pnpm/@nx+js@18.0.4_@swc-node+register@1.8.0_@swc+core@1.
|
|
389342
|
+
"node_modules/.pnpm/@nx+js@18.0.4_@swc-node+register@1.8.0_@swc+core@1.4.2_@swc+wasm@1.4.2_@types+node@20.11.20_n_rxzlxl4elx7wiiidhdla5wvhle/node_modules/@nx/js/src/index.js"(exports2) {
|
|
389343
389343
|
"use strict";
|
|
389344
389344
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
389345
389345
|
exports2.createPackageJson = exports2.getLockFileName = exports2.createLockFile = exports2.initGenerator = exports2.libraryGenerator = void 0;
|
|
@@ -389426,7 +389426,7 @@ var init_find_workspace_root = __esm({
|
|
|
389426
389426
|
"packages/config-tools/src/utilities/find-workspace-root.ts"() {
|
|
389427
389427
|
init_find_up();
|
|
389428
389428
|
rootFiles = [
|
|
389429
|
-
"
|
|
389429
|
+
"storm.json",
|
|
389430
389430
|
"storm.config.js",
|
|
389431
389431
|
"storm.config.ts",
|
|
389432
389432
|
".storm.json",
|
|
@@ -389434,6 +389434,7 @@ var init_find_workspace_root = __esm({
|
|
|
389434
389434
|
".storm.yml",
|
|
389435
389435
|
".storm.js",
|
|
389436
389436
|
".storm.ts",
|
|
389437
|
+
"lerna.json",
|
|
389437
389438
|
"nx.json",
|
|
389438
389439
|
"turbo.json",
|
|
389439
389440
|
"npm-workspace.json",
|
|
@@ -394366,25 +394367,23 @@ var init_get_config_file = __esm({
|
|
|
394366
394367
|
} : { config: {}, filepath: jsonPath, isEmpty };
|
|
394367
394368
|
};
|
|
394368
394369
|
getConfigFile = async (filePath, additionalFileNames = []) => {
|
|
394369
|
-
const workspacePath = filePath ? filePath :
|
|
394370
|
-
|
|
394371
|
-
|
|
394372
|
-
|
|
394373
|
-
|
|
394374
|
-
|
|
394375
|
-
|
|
394376
|
-
|
|
394377
|
-
|
|
394378
|
-
|
|
394379
|
-
|
|
394380
|
-
|
|
394381
|
-
|
|
394382
|
-
|
|
394383
|
-
|
|
394384
|
-
|
|
394385
|
-
|
|
394386
|
-
break;
|
|
394387
|
-
}
|
|
394370
|
+
const workspacePath = filePath ? filePath : findWorkspaceRoot(filePath);
|
|
394371
|
+
if (!defaultExplorer) {
|
|
394372
|
+
defaultExplorer = await getConfigFileExplorer("storm");
|
|
394373
|
+
}
|
|
394374
|
+
let cosmiconfigResult = null;
|
|
394375
|
+
if (defaultExplorer) {
|
|
394376
|
+
cosmiconfigResult = await defaultExplorer.search(workspacePath);
|
|
394377
|
+
}
|
|
394378
|
+
if ((!cosmiconfigResult || cosmiconfigResult.isEmpty) && additionalFileNames.length > 0) {
|
|
394379
|
+
for (const additionalFileName of additionalFileNames) {
|
|
394380
|
+
cosmiconfigResult = await getJsonConfigFile(additionalFileName, workspacePath);
|
|
394381
|
+
if (cosmiconfigResult && !cosmiconfigResult.isEmpty) {
|
|
394382
|
+
break;
|
|
394383
|
+
}
|
|
394384
|
+
cosmiconfigResult = await getConfigFileByName(additionalFileName, workspacePath);
|
|
394385
|
+
if (cosmiconfigResult && !cosmiconfigResult.isEmpty) {
|
|
394386
|
+
break;
|
|
394388
394387
|
}
|
|
394389
394388
|
}
|
|
394390
394389
|
}
|
|
@@ -398365,7 +398364,7 @@ var init_get_log_level = __esm({
|
|
|
398365
398364
|
return LogLevel.INFO;
|
|
398366
398365
|
}
|
|
398367
398366
|
};
|
|
398368
|
-
getLogLevelLabel = (logLevel) => {
|
|
398367
|
+
getLogLevelLabel = (logLevel = LogLevel.INFO) => {
|
|
398369
398368
|
if (logLevel >= LogLevel.ALL) {
|
|
398370
398369
|
return LogLevelLabel.ALL;
|
|
398371
398370
|
}
|
|
@@ -398691,14 +398690,14 @@ var init_set_env = __esm({
|
|
|
398691
398690
|
if (extension[key2]) {
|
|
398692
398691
|
const result = key2?.replace(
|
|
398693
398692
|
/([A-Z])+/g,
|
|
398694
|
-
(input) => input ? input[0]
|
|
398693
|
+
(input) => input ? input[0]?.toUpperCase() + input.slice(1) : ""
|
|
398695
398694
|
).split(/(?=[A-Z])|[\.\-\s_]/).map((x5) => x5.toLowerCase()) ?? [];
|
|
398696
398695
|
let extensionKey;
|
|
398697
398696
|
if (result.length === 0) {
|
|
398698
398697
|
return;
|
|
398699
398698
|
}
|
|
398700
398699
|
if (result.length === 1) {
|
|
398701
|
-
extensionKey = result[0]
|
|
398700
|
+
extensionKey = result[0]?.toUpperCase() ?? "";
|
|
398702
398701
|
} else {
|
|
398703
398702
|
extensionKey = result.reduce((ret, part) => {
|
|
398704
398703
|
return `${ret}_${part.toLowerCase()}`;
|
|
@@ -399207,9 +399206,9 @@ var require_src6 = __commonJS({
|
|
|
399207
399206
|
}
|
|
399208
399207
|
});
|
|
399209
399208
|
|
|
399210
|
-
// node_modules/.pnpm/@nx+js@18.0.4_@swc-node+register@1.8.0_@swc+core@1.
|
|
399209
|
+
// node_modules/.pnpm/@nx+js@18.0.4_@swc-node+register@1.8.0_@swc+core@1.4.2_@swc+wasm@1.4.2_@types+node@20.11.20_n_rxzlxl4elx7wiiidhdla5wvhle/node_modules/@nx/js/src/executors/tsc/lib/get-custom-transformers-factory.js
|
|
399211
399210
|
var require_get_custom_transformers_factory = __commonJS({
|
|
399212
|
-
"node_modules/.pnpm/@nx+js@18.0.4_@swc-node+register@1.8.0_@swc+core@1.
|
|
399211
|
+
"node_modules/.pnpm/@nx+js@18.0.4_@swc-node+register@1.8.0_@swc+core@1.4.2_@swc+wasm@1.4.2_@types+node@20.11.20_n_rxzlxl4elx7wiiidhdla5wvhle/node_modules/@nx/js/src/executors/tsc/lib/get-custom-transformers-factory.js"(exports2) {
|
|
399213
399212
|
"use strict";
|
|
399214
399213
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
399215
399214
|
exports2.getCustomTrasformersFactory = void 0;
|
|
@@ -399226,9 +399225,9 @@ var require_get_custom_transformers_factory = __commonJS({
|
|
|
399226
399225
|
}
|
|
399227
399226
|
});
|
|
399228
399227
|
|
|
399229
|
-
// node_modules/.pnpm/@nx+js@18.0.4_@swc-node+register@1.8.0_@swc+core@1.
|
|
399228
|
+
// node_modules/.pnpm/@nx+js@18.0.4_@swc-node+register@1.8.0_@swc+core@1.4.2_@swc+wasm@1.4.2_@types+node@20.11.20_n_rxzlxl4elx7wiiidhdla5wvhle/node_modules/@nx/js/src/utils/assets/assets.js
|
|
399230
399229
|
var require_assets2 = __commonJS({
|
|
399231
|
-
"node_modules/.pnpm/@nx+js@18.0.4_@swc-node+register@1.8.0_@swc+core@1.
|
|
399230
|
+
"node_modules/.pnpm/@nx+js@18.0.4_@swc-node+register@1.8.0_@swc+core@1.4.2_@swc+wasm@1.4.2_@types+node@20.11.20_n_rxzlxl4elx7wiiidhdla5wvhle/node_modules/@nx/js/src/utils/assets/assets.js"(exports2) {
|
|
399232
399231
|
"use strict";
|
|
399233
399232
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
399234
399233
|
exports2.assetGlobsToFiles = void 0;
|
|
@@ -399267,9 +399266,9 @@ var require_assets2 = __commonJS({
|
|
|
399267
399266
|
}
|
|
399268
399267
|
});
|
|
399269
399268
|
|
|
399270
|
-
// node_modules/.pnpm/@nx+js@18.0.4_@swc-node+register@1.8.0_@swc+core@1.
|
|
399269
|
+
// node_modules/.pnpm/@nx+js@18.0.4_@swc-node+register@1.8.0_@swc+core@1.4.2_@swc+wasm@1.4.2_@types+node@20.11.20_n_rxzlxl4elx7wiiidhdla5wvhle/node_modules/@nx/js/src/executors/tsc/lib/normalize-options.js
|
|
399271
399270
|
var require_normalize_options = __commonJS({
|
|
399272
|
-
"node_modules/.pnpm/@nx+js@18.0.4_@swc-node+register@1.8.0_@swc+core@1.
|
|
399271
|
+
"node_modules/.pnpm/@nx+js@18.0.4_@swc-node+register@1.8.0_@swc+core@1.4.2_@swc+wasm@1.4.2_@types+node@20.11.20_n_rxzlxl4elx7wiiidhdla5wvhle/node_modules/@nx/js/src/executors/tsc/lib/normalize-options.js"(exports2) {
|
|
399273
399272
|
"use strict";
|
|
399274
399273
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
399275
399274
|
exports2.normalizeOptions = void 0;
|
|
@@ -399304,9 +399303,9 @@ var require_normalize_options = __commonJS({
|
|
|
399304
399303
|
}
|
|
399305
399304
|
});
|
|
399306
399305
|
|
|
399307
|
-
// node_modules/.pnpm/tsup@8.0.0_patch_hash=fecszixvz36nsmruxbct32ggt4_@microsoft+api-extractor@7.40.1_@swc+core@1.
|
|
399306
|
+
// node_modules/.pnpm/tsup@8.0.0_patch_hash=fecszixvz36nsmruxbct32ggt4_@microsoft+api-extractor@7.40.1_@swc+core@1._cvnwl4sfoqdlyxchryxvqgzdae/node_modules/tsup/dist/chunk-EPAEWGCP.js
|
|
399308
399307
|
var require_chunk_EPAEWGCP = __commonJS({
|
|
399309
|
-
"node_modules/.pnpm/tsup@8.0.0_patch_hash=fecszixvz36nsmruxbct32ggt4_@microsoft+api-extractor@7.40.1_@swc+core@1.
|
|
399308
|
+
"node_modules/.pnpm/tsup@8.0.0_patch_hash=fecszixvz36nsmruxbct32ggt4_@microsoft+api-extractor@7.40.1_@swc+core@1._cvnwl4sfoqdlyxchryxvqgzdae/node_modules/tsup/dist/chunk-EPAEWGCP.js"(exports2) {
|
|
399310
399309
|
"use strict";
|
|
399311
399310
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
399312
399311
|
var version = "8.0.0";
|
|
@@ -400953,9 +400952,9 @@ var require_resolve_from2 = __commonJS({
|
|
|
400953
400952
|
}
|
|
400954
400953
|
});
|
|
400955
400954
|
|
|
400956
|
-
// node_modules/.pnpm/tsup@8.0.0_patch_hash=fecszixvz36nsmruxbct32ggt4_@microsoft+api-extractor@7.40.1_@swc+core@1.
|
|
400955
|
+
// node_modules/.pnpm/tsup@8.0.0_patch_hash=fecszixvz36nsmruxbct32ggt4_@microsoft+api-extractor@7.40.1_@swc+core@1._cvnwl4sfoqdlyxchryxvqgzdae/node_modules/tsup/dist/chunk-GQ77QZBO.js
|
|
400957
400956
|
var require_chunk_GQ77QZBO = __commonJS({
|
|
400958
|
-
"node_modules/.pnpm/tsup@8.0.0_patch_hash=fecszixvz36nsmruxbct32ggt4_@microsoft+api-extractor@7.40.1_@swc+core@1.
|
|
400957
|
+
"node_modules/.pnpm/tsup@8.0.0_patch_hash=fecszixvz36nsmruxbct32ggt4_@microsoft+api-extractor@7.40.1_@swc+core@1._cvnwl4sfoqdlyxchryxvqgzdae/node_modules/tsup/dist/chunk-GQ77QZBO.js"(exports2) {
|
|
400959
400958
|
"use strict";
|
|
400960
400959
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
400961
400960
|
function _interopRequireDefault(obj) {
|
|
@@ -401233,9 +401232,9 @@ var require_chunk_GQ77QZBO = __commonJS({
|
|
|
401233
401232
|
}
|
|
401234
401233
|
});
|
|
401235
401234
|
|
|
401236
|
-
// node_modules/.pnpm/tsup@8.0.0_patch_hash=fecszixvz36nsmruxbct32ggt4_@microsoft+api-extractor@7.40.1_@swc+core@1.
|
|
401235
|
+
// node_modules/.pnpm/tsup@8.0.0_patch_hash=fecszixvz36nsmruxbct32ggt4_@microsoft+api-extractor@7.40.1_@swc+core@1._cvnwl4sfoqdlyxchryxvqgzdae/node_modules/tsup/dist/chunk-UIX4URMV.js
|
|
401237
401236
|
var require_chunk_UIX4URMV = __commonJS({
|
|
401238
|
-
"node_modules/.pnpm/tsup@8.0.0_patch_hash=fecszixvz36nsmruxbct32ggt4_@microsoft+api-extractor@7.40.1_@swc+core@1.
|
|
401237
|
+
"node_modules/.pnpm/tsup@8.0.0_patch_hash=fecszixvz36nsmruxbct32ggt4_@microsoft+api-extractor@7.40.1_@swc+core@1._cvnwl4sfoqdlyxchryxvqgzdae/node_modules/tsup/dist/chunk-UIX4URMV.js"(exports2) {
|
|
401239
401238
|
"use strict";
|
|
401240
401239
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
401241
401240
|
function _interopRequireWildcard(obj) {
|
|
@@ -402169,9 +402168,9 @@ var require_dist4 = __commonJS({
|
|
|
402169
402168
|
}
|
|
402170
402169
|
});
|
|
402171
402170
|
|
|
402172
|
-
// node_modules/.pnpm/tsup@8.0.0_patch_hash=fecszixvz36nsmruxbct32ggt4_@microsoft+api-extractor@7.40.1_@swc+core@1.
|
|
402171
|
+
// node_modules/.pnpm/tsup@8.0.0_patch_hash=fecszixvz36nsmruxbct32ggt4_@microsoft+api-extractor@7.40.1_@swc+core@1._cvnwl4sfoqdlyxchryxvqgzdae/node_modules/tsup/dist/chunk-7G76EW2R.js
|
|
402173
402172
|
var require_chunk_7G76EW2R = __commonJS({
|
|
402174
|
-
"node_modules/.pnpm/tsup@8.0.0_patch_hash=fecszixvz36nsmruxbct32ggt4_@microsoft+api-extractor@7.40.1_@swc+core@1.
|
|
402173
|
+
"node_modules/.pnpm/tsup@8.0.0_patch_hash=fecszixvz36nsmruxbct32ggt4_@microsoft+api-extractor@7.40.1_@swc+core@1._cvnwl4sfoqdlyxchryxvqgzdae/node_modules/tsup/dist/chunk-7G76EW2R.js"(exports2) {
|
|
402175
402174
|
"use strict";
|
|
402176
402175
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
402177
402176
|
function _interopRequireDefault(obj) {
|
|
@@ -453185,9 +453184,9 @@ var require_rollup2 = __commonJS({
|
|
|
453185
453184
|
}
|
|
453186
453185
|
});
|
|
453187
453186
|
|
|
453188
|
-
// node_modules/.pnpm/tsup@8.0.0_patch_hash=fecszixvz36nsmruxbct32ggt4_@microsoft+api-extractor@7.40.1_@swc+core@1.
|
|
453187
|
+
// node_modules/.pnpm/tsup@8.0.0_patch_hash=fecszixvz36nsmruxbct32ggt4_@microsoft+api-extractor@7.40.1_@swc+core@1._cvnwl4sfoqdlyxchryxvqgzdae/node_modules/tsup/dist/index.js
|
|
453189
453188
|
var require_dist7 = __commonJS({
|
|
453190
|
-
"node_modules/.pnpm/tsup@8.0.0_patch_hash=fecszixvz36nsmruxbct32ggt4_@microsoft+api-extractor@7.40.1_@swc+core@1.
|
|
453189
|
+
"node_modules/.pnpm/tsup@8.0.0_patch_hash=fecszixvz36nsmruxbct32ggt4_@microsoft+api-extractor@7.40.1_@swc+core@1._cvnwl4sfoqdlyxchryxvqgzdae/node_modules/tsup/dist/index.js"(exports2) {
|
|
453191
453190
|
"use strict";
|
|
453192
453191
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
453193
453192
|
function _interopRequireDefault(obj) {
|
|
@@ -462269,9 +462268,13 @@ var applyWorkspaceExecutorTokens = (option, tokenizerOptions) => {
|
|
|
462269
462268
|
sourceRoot = context.sourceRoot;
|
|
462270
462269
|
} else {
|
|
462271
462270
|
const projectConfig = tokenizerOptions;
|
|
462272
|
-
projectName = projectConfig.name;
|
|
462273
462271
|
projectRoot = projectConfig.root;
|
|
462274
|
-
|
|
462272
|
+
if (projectConfig.name) {
|
|
462273
|
+
projectName = projectConfig.name;
|
|
462274
|
+
}
|
|
462275
|
+
if (projectConfig.sourceRoot) {
|
|
462276
|
+
sourceRoot = projectConfig.sourceRoot;
|
|
462277
|
+
}
|
|
462275
462278
|
}
|
|
462276
462279
|
if (tokenizerOptions.config) {
|
|
462277
462280
|
const configKeys = Object.keys(tokenizerOptions.config);
|
|
@@ -462295,7 +462298,7 @@ var applyWorkspaceExecutorTokens = (option, tokenizerOptions) => {
|
|
|
462295
462298
|
if (result.includes("{workspaceRoot}")) {
|
|
462296
462299
|
result = result.replaceAll(
|
|
462297
462300
|
"{workspaceRoot}",
|
|
462298
|
-
tokenizerOptions.workspaceRoot ??
|
|
462301
|
+
tokenizerOptions.workspaceRoot ?? findWorkspaceRoot()
|
|
462299
462302
|
);
|
|
462300
462303
|
}
|
|
462301
462304
|
return result;
|
|
@@ -462320,7 +462323,6 @@ var applyWorkspaceTokens = (options8, config, tokenizerFn) => {
|
|
|
462320
462323
|
};
|
|
462321
462324
|
|
|
462322
462325
|
// packages/workspace-tools/src/base/base-executor.ts
|
|
462323
|
-
init_src2();
|
|
462324
462326
|
var withRunExecutor = (name, executorFn, executorOptions) => async (_options, context) => {
|
|
462325
462327
|
const stopwatch = getStopwatch(name);
|
|
462326
462328
|
let options8 = _options;
|
|
@@ -462333,10 +462335,10 @@ var withRunExecutor = (name, executorFn, executorOptions) => async (_options, co
|
|
|
462333
462335
|
"The Build process failed because the context is not valid. Please run this command from a workspace."
|
|
462334
462336
|
);
|
|
462335
462337
|
}
|
|
462336
|
-
const workspaceRoot =
|
|
462337
|
-
const projectRoot = context.projectsConfigurations.projects[context.projectName]
|
|
462338
|
-
const sourceRoot = context.projectsConfigurations.projects[context.projectName]
|
|
462339
|
-
const projectName = context.projectsConfigurations.projects[context.projectName].
|
|
462338
|
+
const workspaceRoot = findWorkspaceRoot();
|
|
462339
|
+
const projectRoot = context.projectsConfigurations.projects[context.projectName]?.root ?? workspaceRoot;
|
|
462340
|
+
const sourceRoot = context.projectsConfigurations.projects[context.projectName]?.sourceRoot ?? workspaceRoot;
|
|
462341
|
+
const projectName = context.projectsConfigurations.projects[context.projectName]?.name ?? context.projectName;
|
|
462340
462342
|
if (!executorOptions.skipReadingConfig) {
|
|
462341
462343
|
const { loadStormConfig: loadStormConfig2 } = await Promise.resolve().then(() => (init_src2(), src_exports2));
|
|
462342
462344
|
writeDebug(
|
|
@@ -462431,13 +462433,13 @@ var _isFunction = (value) => {
|
|
|
462431
462433
|
|
|
462432
462434
|
// packages/workspace-tools/src/utils/file-path-utils.ts
|
|
462433
462435
|
var removeExtension = (filePath) => {
|
|
462434
|
-
return filePath.lastIndexOf(".") ? filePath.substring(0, filePath.lastIndexOf(".")) : filePath;
|
|
462436
|
+
return !filePath || (filePath.match(/./g) || []).length <= 1 ? "." : filePath.lastIndexOf(".") ? filePath.substring(0, filePath.lastIndexOf(".")) : filePath;
|
|
462435
462437
|
};
|
|
462436
462438
|
|
|
462437
462439
|
// packages/workspace-tools/src/utils/get-project-configurations.ts
|
|
462438
462440
|
var import_retrieve_workspace_files = require("nx/src/project-graph/utils/retrieve-workspace-files");
|
|
462439
462441
|
init_src2();
|
|
462440
|
-
var getProjectConfigurations = () => (0, import_retrieve_workspace_files.retrieveProjectConfigurationsWithoutPluginInference)(
|
|
462442
|
+
var getProjectConfigurations = () => (0, import_retrieve_workspace_files.retrieveProjectConfigurationsWithoutPluginInference)(findWorkspaceRoot());
|
|
462441
462443
|
|
|
462442
462444
|
// packages/workspace-tools/src/utils/get-project-deps.ts
|
|
462443
462445
|
function getExtraDependencies(projectName, graph) {
|
|
@@ -462445,18 +462447,19 @@ function getExtraDependencies(projectName, graph) {
|
|
|
462445
462447
|
recur(projectName);
|
|
462446
462448
|
function recur(currProjectName) {
|
|
462447
462449
|
const allDeps = graph.dependencies[currProjectName];
|
|
462448
|
-
const externalDeps = allDeps
|
|
462449
|
-
const found = graph.externalNodes[node.target];
|
|
462450
|
-
if (found)
|
|
462450
|
+
const externalDeps = allDeps?.reduce((acc, node) => {
|
|
462451
|
+
const found = graph.externalNodes?.[node.target];
|
|
462452
|
+
if (found) {
|
|
462451
462453
|
acc.push(found);
|
|
462454
|
+
}
|
|
462452
462455
|
return acc;
|
|
462453
|
-
}, []);
|
|
462454
|
-
const internalDeps = allDeps
|
|
462456
|
+
}, []) ?? [];
|
|
462457
|
+
const internalDeps = allDeps?.reduce((acc, node) => {
|
|
462455
462458
|
const found = graph.nodes[node.target];
|
|
462456
462459
|
if (found)
|
|
462457
462460
|
acc.push(found);
|
|
462458
462461
|
return acc;
|
|
462459
|
-
}, []);
|
|
462462
|
+
}, []) ?? [];
|
|
462460
462463
|
for (const externalDep of externalDeps) {
|
|
462461
462464
|
deps.set(externalDep.name, {
|
|
462462
462465
|
name: externalDep.name,
|
|
@@ -462471,9 +462474,6 @@ function getExtraDependencies(projectName, graph) {
|
|
|
462471
462474
|
return Array.from(deps.values());
|
|
462472
462475
|
}
|
|
462473
462476
|
|
|
462474
|
-
// packages/workspace-tools/src/executors/tsup/executor.ts
|
|
462475
|
-
init_src2();
|
|
462476
|
-
|
|
462477
462477
|
// packages/workspace-tools/src/utils/run-tsup-build.ts
|
|
462478
462478
|
var import_node_path4 = require("node:path");
|
|
462479
462479
|
var import_esbuild_decorators = __toESM(require_src6());
|
|
@@ -462669,17 +462669,17 @@ var applyDefaultOptions = (options8) => {
|
|
|
462669
462669
|
return options8;
|
|
462670
462670
|
};
|
|
462671
462671
|
var runTsupBuild = async (context, config, options8) => {
|
|
462672
|
-
const stormEnv = Object.keys(options8.env).filter((key2) => key2.startsWith("STORM_")).reduce((ret, key2) => {
|
|
462673
|
-
ret[key2] = options8.env[key2];
|
|
462672
|
+
const stormEnv = Object.keys(options8.env ?? {}).filter((key2) => key2.startsWith("STORM_")).reduce((ret, key2) => {
|
|
462673
|
+
ret[key2] = options8.env?.[key2];
|
|
462674
462674
|
return ret;
|
|
462675
462675
|
}, {});
|
|
462676
|
-
options8.plugins
|
|
462676
|
+
options8.plugins?.push(
|
|
462677
462677
|
(0, import_esbuild_decorators.esbuildDecorators)({
|
|
462678
462678
|
tsconfig: options8.tsConfig,
|
|
462679
462679
|
cwd: config.workspaceRoot
|
|
462680
462680
|
})
|
|
462681
462681
|
);
|
|
462682
|
-
options8.plugins
|
|
462682
|
+
options8.plugins?.push(environmentPlugin(stormEnv));
|
|
462683
462683
|
const getConfigOptions = {
|
|
462684
462684
|
...options8,
|
|
462685
462685
|
main: context.main,
|
|
@@ -462697,7 +462697,7 @@ var runTsupBuild = async (context, config, options8) => {
|
|
|
462697
462697
|
},
|
|
462698
462698
|
dtsTsConfig: getNormalizedTsConfig(
|
|
462699
462699
|
context,
|
|
462700
|
-
config.workspaceRoot,
|
|
462700
|
+
config.workspaceRoot ?? ".",
|
|
462701
462701
|
options8.outputPath,
|
|
462702
462702
|
createTypeScriptCompilationOptions(
|
|
462703
462703
|
(0, import_normalize_options.normalizeOptions)(
|
|
@@ -462707,9 +462707,9 @@ var runTsupBuild = async (context, config, options8) => {
|
|
|
462707
462707
|
main: context.main,
|
|
462708
462708
|
transformers: []
|
|
462709
462709
|
},
|
|
462710
|
-
config.workspaceRoot,
|
|
462710
|
+
config.workspaceRoot ?? ".",
|
|
462711
462711
|
context.sourceRoot,
|
|
462712
|
-
config.workspaceRoot
|
|
462712
|
+
config.workspaceRoot ?? "."
|
|
462713
462713
|
),
|
|
462714
462714
|
context.projectName
|
|
462715
462715
|
)
|
|
@@ -462732,7 +462732,7 @@ ${options8.banner}
|
|
|
462732
462732
|
const getConfigFns = [options8.getConfig];
|
|
462733
462733
|
const tsupConfig = (0, import_tsup.defineConfig)(
|
|
462734
462734
|
getConfigFns.map(
|
|
462735
|
-
(getConfigFn) => getConfig(config.workspaceRoot, context.projectRoot, getConfigFn, getConfigOptions)
|
|
462735
|
+
(getConfigFn) => getConfig(config.workspaceRoot ?? ".", context.projectRoot, getConfigFn, getConfigOptions)
|
|
462736
462736
|
)
|
|
462737
462737
|
);
|
|
462738
462738
|
if (_isFunction2(tsupConfig)) {
|
|
@@ -462741,7 +462741,7 @@ ${options8.banner}
|
|
|
462741
462741
|
} else {
|
|
462742
462742
|
await build(tsupConfig, config);
|
|
462743
462743
|
}
|
|
462744
|
-
} else if (getLogLevel(config?.logLevel) >= LogLevel.WARN) {
|
|
462744
|
+
} else if (getLogLevel(config?.logLevel ?? "debug") >= LogLevel.WARN) {
|
|
462745
462745
|
writeWarning(
|
|
462746
462746
|
config,
|
|
462747
462747
|
"The Build process did not run because no `getConfig` parameter was provided"
|
|
@@ -462842,9 +462842,9 @@ ${Object.keys(options8).map(
|
|
|
462842
462842
|
"The Build process failed because the context is not valid. Please run this command from a workspace."
|
|
462843
462843
|
);
|
|
462844
462844
|
}
|
|
462845
|
-
const workspaceRoot =
|
|
462846
|
-
const projectRoot = context.projectsConfigurations.projects[context.projectName]
|
|
462847
|
-
const sourceRoot = context.projectsConfigurations.projects[context.projectName]
|
|
462845
|
+
const workspaceRoot = findWorkspaceRoot();
|
|
462846
|
+
const projectRoot = context.projectsConfigurations.projects[context.projectName]?.root ?? workspaceRoot;
|
|
462847
|
+
const sourceRoot = context.projectsConfigurations.projects[context.projectName]?.sourceRoot ?? workspaceRoot;
|
|
462848
462848
|
if (options8.clean !== false) {
|
|
462849
462849
|
writeInfo(config, `\u{1F9F9} Cleaning output path: ${options8.outputPath}`);
|
|
462850
462850
|
(0, import_fs_extra.removeSync)(options8.outputPath);
|
|
@@ -462899,7 +462899,7 @@ ${Object.keys(options8).map(
|
|
|
462899
462899
|
const externalDependencies = options8.external.reduce(
|
|
462900
462900
|
(ret, name) => {
|
|
462901
462901
|
if (!packageJson?.devDependencies?.[name]) {
|
|
462902
|
-
const externalNode = context.projectGraph
|
|
462902
|
+
const externalNode = context.projectGraph?.externalNodes?.[`npm:${name}`];
|
|
462903
462903
|
if (externalNode) {
|
|
462904
462904
|
ret.push({
|
|
462905
462905
|
name,
|
|
@@ -462912,7 +462912,7 @@ ${Object.keys(options8).map(
|
|
|
462912
462912
|
},
|
|
462913
462913
|
[]
|
|
462914
462914
|
);
|
|
462915
|
-
const implicitDependencies = context.projectsConfigurations.projects[context.projectName]
|
|
462915
|
+
const implicitDependencies = context.projectsConfigurations.projects[context.projectName]?.implicitDependencies;
|
|
462916
462916
|
const internalDependencies = [];
|
|
462917
462917
|
const projectConfigs = await Promise.resolve(getProjectConfigurations());
|
|
462918
462918
|
if (getLogLevel(config?.logLevel) >= LogLevel.TRACE) {
|
|
@@ -462925,7 +462925,7 @@ ${Object.keys(options8).map(
|
|
|
462925
462925
|
const projectConfig = projectConfigs[key2];
|
|
462926
462926
|
if (projectConfig?.targets?.build) {
|
|
462927
462927
|
const projectPackageJson = (0, import_devkit3.readJsonFile)(projectConfig.targets?.build.options.project);
|
|
462928
|
-
if (projectPackageJson?.name && !options8.external
|
|
462928
|
+
if (projectPackageJson?.name && !options8.external?.includes(projectPackageJson.name)) {
|
|
462929
462929
|
ret.push(projectPackageJson.name);
|
|
462930
462930
|
internalDependencies.push(projectPackageJson.name);
|
|
462931
462931
|
}
|
|
@@ -462993,7 +462993,7 @@ ${externalDependencies.map((dep) => {
|
|
|
462993
462993
|
packageJson.dependencies = void 0;
|
|
462994
462994
|
for (const externalDependency of externalDependencies) {
|
|
462995
462995
|
const packageConfig = externalDependency?.node?.data;
|
|
462996
|
-
if (packageConfig?.packageName && !!(projectGraph.externalNodes[externalDependency.node.name]?.type === "npm")) {
|
|
462996
|
+
if (packageConfig?.packageName && !!(projectGraph.externalNodes?.[externalDependency.node.name]?.type === "npm")) {
|
|
462997
462997
|
const { packageName, version } = packageConfig;
|
|
462998
462998
|
if (!workspacePackageJson.dependencies?.[packageName] && !workspacePackageJson.devDependencies?.[packageName] && !packageJson?.devDependencies?.[packageName]) {
|
|
462999
462999
|
packageJson.dependencies ??= {};
|
|
@@ -463041,16 +463041,16 @@ ${externalDependencies.map((dep) => {
|
|
|
463041
463041
|
}
|
|
463042
463042
|
packageJson.exports[`./${formattedEntryPoint}`] = {
|
|
463043
463043
|
import: {
|
|
463044
|
-
types: `./${(0, import_devkit3.joinPathFragments)(distPaths[0], formattedEntryPoint)}.d.ts`,
|
|
463045
|
-
default: `./${(0, import_devkit3.joinPathFragments)(distPaths[0], formattedEntryPoint)}.js`
|
|
463044
|
+
types: `./${(0, import_devkit3.joinPathFragments)(distPaths[0] ?? "./", formattedEntryPoint)}.d.ts`,
|
|
463045
|
+
default: `./${(0, import_devkit3.joinPathFragments)(distPaths[0] ?? "./", formattedEntryPoint)}.js`
|
|
463046
463046
|
},
|
|
463047
463047
|
require: {
|
|
463048
|
-
types: `./${(0, import_devkit3.joinPathFragments)(distPaths[0], formattedEntryPoint)}.d.cts`,
|
|
463049
|
-
default: `./${(0, import_devkit3.joinPathFragments)(distPaths[0], formattedEntryPoint)}.cjs`
|
|
463048
|
+
types: `./${(0, import_devkit3.joinPathFragments)(distPaths[0] ?? "./", formattedEntryPoint)}.d.cts`,
|
|
463049
|
+
default: `./${(0, import_devkit3.joinPathFragments)(distPaths[0] ?? "./", formattedEntryPoint)}.cjs`
|
|
463050
463050
|
},
|
|
463051
463051
|
default: {
|
|
463052
|
-
types: `./${(0, import_devkit3.joinPathFragments)(distPaths[0], formattedEntryPoint)}.d.ts`,
|
|
463053
|
-
default: `./${(0, import_devkit3.joinPathFragments)(distPaths[0], formattedEntryPoint)}.js`
|
|
463052
|
+
types: `./${(0, import_devkit3.joinPathFragments)(distPaths[0] ?? "./", formattedEntryPoint)}.d.ts`,
|
|
463053
|
+
default: `./${(0, import_devkit3.joinPathFragments)(distPaths[0] ?? "./", formattedEntryPoint)}.js`
|
|
463054
463054
|
}
|
|
463055
463055
|
};
|
|
463056
463056
|
}
|
|
@@ -463100,10 +463100,10 @@ ${externalDependencies.map((dep) => {
|
|
|
463100
463100
|
}
|
|
463101
463101
|
if (options8.includeSrc === true) {
|
|
463102
463102
|
const files = globSync([
|
|
463103
|
-
(0, import_devkit3.joinPathFragments)(
|
|
463104
|
-
(0, import_devkit3.joinPathFragments)(
|
|
463105
|
-
(0, import_devkit3.joinPathFragments)(
|
|
463106
|
-
(0, import_devkit3.joinPathFragments)(
|
|
463103
|
+
(0, import_devkit3.joinPathFragments)(workspaceRoot, options8.outputPath, "src/**/*.ts"),
|
|
463104
|
+
(0, import_devkit3.joinPathFragments)(workspaceRoot, options8.outputPath, "src/**/*.tsx"),
|
|
463105
|
+
(0, import_devkit3.joinPathFragments)(workspaceRoot, options8.outputPath, "src/**/*.js"),
|
|
463106
|
+
(0, import_devkit3.joinPathFragments)(workspaceRoot, options8.outputPath, "src/**/*.jsx")
|
|
463107
463107
|
]);
|
|
463108
463108
|
await Promise.allSettled(
|
|
463109
463109
|
files.map(
|
|
@@ -463123,10 +463123,11 @@ ${(0, import_node_fs3.readFileSync)(file, "utf-8")}`,
|
|
|
463123
463123
|
{
|
|
463124
463124
|
main: entryPoint,
|
|
463125
463125
|
projectRoot,
|
|
463126
|
+
// biome-ignore lint/style/noNonNullAssertion: <explanation>
|
|
463126
463127
|
projectName: context.projectName,
|
|
463127
463128
|
sourceRoot
|
|
463128
463129
|
},
|
|
463129
|
-
config,
|
|
463130
|
+
config ?? {},
|
|
463130
463131
|
options8
|
|
463131
463132
|
)
|
|
463132
463133
|
)
|