@shell-shock/nx 0.0.37 → 0.0.39
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 +12 -0
- package/dist/base-executor-BkNTl-jk.d.mts +155 -0
- package/dist/base-executor-BkNTl-jk.d.mts.map +1 -0
- package/dist/{base-executor-BEOdY15z.cjs → base-executor-CkaF97Xd.js} +5 -8
- package/dist/{src/base-executor-WGeWcQ9x.mjs → base-executor-DUf5AdoE.mjs} +4 -6
- package/dist/base-executor-DUf5AdoE.mjs.map +1 -0
- package/dist/base-executor-FX7YJl7f.d.ts +155 -0
- package/dist/base-executor-FX7YJl7f.d.ts.map +1 -0
- package/dist/executors/build/executor.d.mts +154 -3
- package/dist/executors/build/executor.d.mts.map +1 -0
- package/dist/executors/build/executor.d.ts +154 -0
- package/dist/executors/build/executor.d.ts.map +1 -0
- package/dist/executors/build/executor.js +20 -0
- package/dist/executors/build/executor.mjs +17 -3
- package/dist/executors/build/executor.mjs.map +1 -0
- package/dist/executors/build/schema.d.ts +144 -0
- package/dist/executors/build/schema.json +163 -0
- package/dist/executors/clean/executor.d.mts +154 -3
- package/dist/executors/clean/executor.d.mts.map +1 -0
- package/dist/executors/clean/executor.d.ts +154 -0
- package/dist/executors/clean/executor.d.ts.map +1 -0
- package/dist/executors/clean/executor.js +15 -0
- package/dist/executors/clean/executor.mjs +13 -3
- package/dist/executors/clean/executor.mjs.map +1 -0
- package/dist/executors/clean/schema.d.ts +144 -0
- package/dist/executors/clean/schema.json +163 -0
- package/dist/executors/docs/executor.d.mts +154 -3
- package/dist/executors/docs/executor.d.mts.map +1 -0
- package/dist/executors/docs/executor.d.ts +154 -0
- package/dist/executors/docs/executor.d.ts.map +1 -0
- package/dist/executors/docs/executor.js +16 -0
- package/dist/executors/docs/executor.mjs +13 -3
- package/dist/executors/docs/executor.mjs.map +1 -0
- package/dist/executors/docs/schema.d.ts +144 -0
- package/dist/executors/docs/schema.json +163 -0
- package/dist/executors/lint/executor.d.mts +154 -3
- package/dist/executors/lint/executor.d.mts.map +1 -0
- package/dist/executors/lint/executor.d.ts +154 -0
- package/dist/executors/lint/executor.d.ts.map +1 -0
- package/dist/executors/lint/executor.js +16 -0
- package/dist/executors/lint/executor.mjs +13 -3
- package/dist/executors/lint/executor.mjs.map +1 -0
- package/dist/executors/lint/schema.d.ts +144 -0
- package/dist/executors/lint/schema.json +163 -0
- package/dist/executors/prepare/executor.d.mts +154 -3
- package/dist/executors/prepare/executor.d.mts.map +1 -0
- package/dist/executors/prepare/executor.d.ts +154 -0
- package/dist/executors/prepare/executor.d.ts.map +1 -0
- package/dist/executors/prepare/executor.js +20 -0
- package/dist/executors/prepare/executor.mjs +17 -3
- package/dist/executors/prepare/executor.mjs.map +1 -0
- package/dist/executors/prepare/schema.d.ts +144 -0
- package/dist/executors/prepare/schema.json +163 -0
- package/dist/index.d.mts +3 -9
- package/dist/index.d.ts +2 -0
- package/dist/index.js +18 -0
- package/dist/index.mjs +17 -9
- package/dist/index.mjs.map +1 -0
- package/dist/plugin/index.d.mts +8 -2
- package/dist/plugin/index.d.mts.map +1 -0
- package/dist/{index-BbciquDs.d.mts → plugin/index.d.ts} +3 -3
- package/dist/plugin/index.d.ts.map +1 -0
- package/dist/plugin/index.js +8 -0
- package/dist/plugin/index.mjs +7 -2
- package/dist/plugin/index.mjs.map +1 -0
- package/dist/src/base/base-executor.schema.d.ts +73 -19
- package/dist/src/base/base-executor.schema.json +102 -26
- package/dist/src/base-executor-BkNTl-jk.d.mts +155 -0
- package/dist/src/base-executor-BkNTl-jk.d.mts.map +1 -0
- package/dist/src/{base-executor-BEOdY15z.cjs → base-executor-CkaF97Xd.js} +5 -8
- package/dist/{base-executor-WGeWcQ9x.mjs → src/base-executor-DUf5AdoE.mjs} +4 -6
- package/dist/src/base-executor-DUf5AdoE.mjs.map +1 -0
- package/dist/src/base-executor-FX7YJl7f.d.ts +155 -0
- package/dist/src/base-executor-FX7YJl7f.d.ts.map +1 -0
- package/dist/src/executors/build/executor.d.mts +154 -3
- package/dist/src/executors/build/executor.d.mts.map +1 -0
- package/dist/src/executors/build/executor.d.ts +154 -0
- package/dist/src/executors/build/executor.d.ts.map +1 -0
- package/dist/src/executors/build/executor.js +20 -0
- package/dist/src/executors/build/executor.mjs +17 -3
- package/dist/src/executors/build/executor.mjs.map +1 -0
- package/dist/src/executors/build/schema.d.ts +83 -23
- package/dist/src/executors/build/schema.json +112 -43
- package/dist/src/executors/clean/executor.d.mts +154 -3
- package/dist/src/executors/clean/executor.d.mts.map +1 -0
- package/dist/src/executors/clean/executor.d.ts +154 -0
- package/dist/src/executors/clean/executor.d.ts.map +1 -0
- package/dist/src/executors/clean/executor.js +15 -0
- package/dist/src/executors/clean/executor.mjs +13 -3
- package/dist/src/executors/clean/executor.mjs.map +1 -0
- package/dist/src/executors/clean/schema.d.ts +83 -23
- package/dist/src/executors/clean/schema.json +112 -43
- package/dist/src/executors/docs/executor.d.mts +154 -3
- package/dist/src/executors/docs/executor.d.mts.map +1 -0
- package/dist/src/executors/docs/executor.d.ts +154 -0
- package/dist/src/executors/docs/executor.d.ts.map +1 -0
- package/dist/src/executors/docs/executor.js +16 -0
- package/dist/src/executors/docs/executor.mjs +13 -3
- package/dist/src/executors/docs/executor.mjs.map +1 -0
- package/dist/src/executors/docs/schema.d.ts +83 -23
- package/dist/src/executors/docs/schema.json +112 -43
- package/dist/src/executors/lint/executor.d.mts +154 -3
- package/dist/src/executors/lint/executor.d.mts.map +1 -0
- package/dist/src/executors/lint/executor.d.ts +154 -0
- package/dist/src/executors/lint/executor.d.ts.map +1 -0
- package/dist/src/executors/lint/executor.js +16 -0
- package/dist/src/executors/lint/executor.mjs +13 -3
- package/dist/src/executors/lint/executor.mjs.map +1 -0
- package/dist/src/executors/lint/schema.d.ts +83 -23
- package/dist/src/executors/lint/schema.json +112 -43
- package/dist/src/executors/prepare/executor.d.mts +154 -3
- package/dist/src/executors/prepare/executor.d.mts.map +1 -0
- package/dist/src/executors/prepare/executor.d.ts +154 -0
- package/dist/src/executors/prepare/executor.d.ts.map +1 -0
- package/dist/src/executors/prepare/executor.js +20 -0
- package/dist/src/executors/prepare/executor.mjs +17 -3
- package/dist/src/executors/prepare/executor.mjs.map +1 -0
- package/dist/src/executors/prepare/schema.d.ts +83 -23
- package/dist/src/executors/prepare/schema.json +112 -43
- package/dist/src/index.d.mts +3 -9
- package/dist/src/index.d.ts +2 -0
- package/dist/src/index.js +18 -0
- package/dist/src/index.mjs +17 -9
- package/dist/src/index.mjs.map +1 -0
- package/dist/src/plugin/index.d.mts +8 -2
- package/dist/src/plugin/index.d.mts.map +1 -0
- package/dist/{index-COXDf824.d.cts → src/plugin/index.d.ts} +3 -3
- package/dist/src/plugin/index.d.ts.map +1 -0
- package/dist/src/plugin/index.js +8 -0
- package/dist/src/plugin/index.mjs +7 -2
- package/dist/src/plugin/index.mjs.map +1 -0
- package/docs/api/base-executor.schema.md +70 -19
- package/docs/api/build/schema.md +83 -24
- package/docs/api/clean/schema.md +83 -24
- package/docs/api/docs/schema.md +83 -24
- package/docs/api/lint/schema.md +83 -24
- package/docs/api/prepare/schema.md +83 -24
- package/package.json +37 -50
- package/dist/base-executor-BEOdY15z.cjs.map +0 -1
- package/dist/base-executor-C986ypeP.d.mts +0 -89
- package/dist/base-executor-C986ypeP.d.mts.map +0 -1
- package/dist/base-executor-Dm4OV5-b.d.cts +0 -89
- package/dist/base-executor-Dm4OV5-b.d.cts.map +0 -1
- package/dist/base-executor-WGeWcQ9x.mjs.map +0 -1
- package/dist/executor-4-xDAK3Q.d.cts +0 -94
- package/dist/executor-4-xDAK3Q.d.cts.map +0 -1
- package/dist/executor-96dASirt.d.cts +0 -94
- package/dist/executor-96dASirt.d.cts.map +0 -1
- package/dist/executor-BAfZ_2mt.mjs +0 -24
- package/dist/executor-BAfZ_2mt.mjs.map +0 -1
- package/dist/executor-BB0fklpZ.mjs +0 -24
- package/dist/executor-BB0fklpZ.mjs.map +0 -1
- package/dist/executor-BaLNOEzG.d.mts +0 -94
- package/dist/executor-BaLNOEzG.d.mts.map +0 -1
- package/dist/executor-BbNRVowe.d.cts +0 -94
- package/dist/executor-BbNRVowe.d.cts.map +0 -1
- package/dist/executor-Bbdfz3vU.d.mts +0 -94
- package/dist/executor-Bbdfz3vU.d.mts.map +0 -1
- package/dist/executor-BdDn8ZPU.cjs +0 -36
- package/dist/executor-BdDn8ZPU.cjs.map +0 -1
- package/dist/executor-BpeEDqH7.cjs +0 -36
- package/dist/executor-BpeEDqH7.cjs.map +0 -1
- package/dist/executor-C5QxZhO7.mjs +0 -24
- package/dist/executor-C5QxZhO7.mjs.map +0 -1
- package/dist/executor-COGLRU0m.cjs +0 -35
- package/dist/executor-COGLRU0m.cjs.map +0 -1
- package/dist/executor-CiTDecl1.d.cts +0 -94
- package/dist/executor-CiTDecl1.d.cts.map +0 -1
- package/dist/executor-CqzPUm3D.mjs +0 -24
- package/dist/executor-CqzPUm3D.mjs.map +0 -1
- package/dist/executor-D-CbgdfW.d.cts +0 -94
- package/dist/executor-D-CbgdfW.d.cts.map +0 -1
- package/dist/executor-D2Vww0YS.d.mts +0 -94
- package/dist/executor-D2Vww0YS.d.mts.map +0 -1
- package/dist/executor-DZVLtlig.d.mts +0 -94
- package/dist/executor-DZVLtlig.d.mts.map +0 -1
- package/dist/executor-Df7WIF5r.cjs +0 -36
- package/dist/executor-Df7WIF5r.cjs.map +0 -1
- package/dist/executor-Dih1DtWS.cjs +0 -36
- package/dist/executor-Dih1DtWS.cjs.map +0 -1
- package/dist/executor-MgQPT_ao.d.mts +0 -94
- package/dist/executor-MgQPT_ao.d.mts.map +0 -1
- package/dist/executor-yO6eAP0j.mjs +0 -24
- package/dist/executor-yO6eAP0j.mjs.map +0 -1
- package/dist/executors/build/executor.cjs +0 -6
- package/dist/executors/build/executor.d.cts +0 -3
- package/dist/executors/clean/executor.cjs +0 -6
- package/dist/executors/clean/executor.d.cts +0 -3
- package/dist/executors/docs/executor.cjs +0 -6
- package/dist/executors/docs/executor.d.cts +0 -3
- package/dist/executors/lint/executor.cjs +0 -6
- package/dist/executors/lint/executor.d.cts +0 -3
- package/dist/executors/prepare/executor.cjs +0 -6
- package/dist/executors/prepare/executor.d.cts +0 -3
- package/dist/executors-0N4uK0Ll.mjs +0 -0
- package/dist/executors-BJFR9wj9.cjs +0 -0
- package/dist/executors-Dvb23_Uh.d.cts +0 -1
- package/dist/executors-DxVudqU1.d.mts +0 -1
- package/dist/executors.cjs +0 -13
- package/dist/executors.d.cts +0 -8
- package/dist/executors.d.mts +0 -8
- package/dist/executors.mjs +0 -9
- package/dist/index-BbciquDs.d.mts.map +0 -1
- package/dist/index-COXDf824.d.cts.map +0 -1
- package/dist/index.cjs +0 -15
- package/dist/index.d.cts +0 -9
- package/dist/plugin/index.cjs +0 -3
- package/dist/plugin/index.d.cts +0 -2
- package/dist/plugin-BbxHKJnF.mjs +0 -8
- package/dist/plugin-BbxHKJnF.mjs.map +0 -1
- package/dist/plugin-jIPJzmTp.cjs +0 -14
- package/dist/plugin-jIPJzmTp.cjs.map +0 -1
- package/dist/src/base-executor-BEOdY15z.cjs.map +0 -1
- package/dist/src/base-executor-C986ypeP.d.mts +0 -89
- package/dist/src/base-executor-C986ypeP.d.mts.map +0 -1
- package/dist/src/base-executor-Dm4OV5-b.d.cts +0 -89
- package/dist/src/base-executor-Dm4OV5-b.d.cts.map +0 -1
- package/dist/src/base-executor-WGeWcQ9x.mjs.map +0 -1
- package/dist/src/executor-4-xDAK3Q.d.cts +0 -94
- package/dist/src/executor-4-xDAK3Q.d.cts.map +0 -1
- package/dist/src/executor-96dASirt.d.cts +0 -94
- package/dist/src/executor-96dASirt.d.cts.map +0 -1
- package/dist/src/executor-BAfZ_2mt.mjs +0 -24
- package/dist/src/executor-BAfZ_2mt.mjs.map +0 -1
- package/dist/src/executor-BB0fklpZ.mjs +0 -24
- package/dist/src/executor-BB0fklpZ.mjs.map +0 -1
- package/dist/src/executor-BaLNOEzG.d.mts +0 -94
- package/dist/src/executor-BaLNOEzG.d.mts.map +0 -1
- package/dist/src/executor-BbNRVowe.d.cts +0 -94
- package/dist/src/executor-BbNRVowe.d.cts.map +0 -1
- package/dist/src/executor-Bbdfz3vU.d.mts +0 -94
- package/dist/src/executor-Bbdfz3vU.d.mts.map +0 -1
- package/dist/src/executor-BdDn8ZPU.cjs +0 -36
- package/dist/src/executor-BdDn8ZPU.cjs.map +0 -1
- package/dist/src/executor-BpeEDqH7.cjs +0 -36
- package/dist/src/executor-BpeEDqH7.cjs.map +0 -1
- package/dist/src/executor-C5QxZhO7.mjs +0 -24
- package/dist/src/executor-C5QxZhO7.mjs.map +0 -1
- package/dist/src/executor-COGLRU0m.cjs +0 -35
- package/dist/src/executor-COGLRU0m.cjs.map +0 -1
- package/dist/src/executor-CiTDecl1.d.cts +0 -94
- package/dist/src/executor-CiTDecl1.d.cts.map +0 -1
- package/dist/src/executor-CqzPUm3D.mjs +0 -24
- package/dist/src/executor-CqzPUm3D.mjs.map +0 -1
- package/dist/src/executor-D-CbgdfW.d.cts +0 -94
- package/dist/src/executor-D-CbgdfW.d.cts.map +0 -1
- package/dist/src/executor-D2Vww0YS.d.mts +0 -94
- package/dist/src/executor-D2Vww0YS.d.mts.map +0 -1
- package/dist/src/executor-DZVLtlig.d.mts +0 -94
- package/dist/src/executor-DZVLtlig.d.mts.map +0 -1
- package/dist/src/executor-Df7WIF5r.cjs +0 -36
- package/dist/src/executor-Df7WIF5r.cjs.map +0 -1
- package/dist/src/executor-Dih1DtWS.cjs +0 -36
- package/dist/src/executor-Dih1DtWS.cjs.map +0 -1
- package/dist/src/executor-MgQPT_ao.d.mts +0 -94
- package/dist/src/executor-MgQPT_ao.d.mts.map +0 -1
- package/dist/src/executor-yO6eAP0j.mjs +0 -24
- package/dist/src/executor-yO6eAP0j.mjs.map +0 -1
- package/dist/src/executors/build/executor.cjs +0 -6
- package/dist/src/executors/build/executor.d.cts +0 -3
- package/dist/src/executors/clean/executor.cjs +0 -6
- package/dist/src/executors/clean/executor.d.cts +0 -3
- package/dist/src/executors/docs/executor.cjs +0 -6
- package/dist/src/executors/docs/executor.d.cts +0 -3
- package/dist/src/executors/lint/executor.cjs +0 -6
- package/dist/src/executors/lint/executor.d.cts +0 -3
- package/dist/src/executors/prepare/executor.cjs +0 -6
- package/dist/src/executors/prepare/executor.d.cts +0 -3
- package/dist/src/executors-0N4uK0Ll.mjs +0 -0
- package/dist/src/executors-BJFR9wj9.cjs +0 -0
- package/dist/src/executors-Dvb23_Uh.d.cts +0 -1
- package/dist/src/executors-DxVudqU1.d.mts +0 -1
- package/dist/src/executors.cjs +0 -13
- package/dist/src/executors.d.cts +0 -8
- package/dist/src/executors.d.mts +0 -8
- package/dist/src/executors.mjs +0 -9
- package/dist/src/index-BbciquDs.d.mts +0 -8
- package/dist/src/index-BbciquDs.d.mts.map +0 -1
- package/dist/src/index-COXDf824.d.cts +0 -8
- package/dist/src/index-COXDf824.d.cts.map +0 -1
- package/dist/src/index.cjs +0 -15
- package/dist/src/index.d.cts +0 -9
- package/dist/src/plugin/index.cjs +0 -3
- package/dist/src/plugin/index.d.cts +0 -2
- package/dist/src/plugin-BbxHKJnF.mjs +0 -8
- package/dist/src/plugin-BbxHKJnF.mjs.map +0 -1
- package/dist/src/plugin-jIPJzmTp.cjs +0 -14
- package/dist/src/plugin-jIPJzmTp.cjs.map +0 -1
|
@@ -1,94 +0,0 @@
|
|
|
1
|
-
import { t as ShellShockExecutorContext } from "./base-executor-C986ypeP.mjs";
|
|
2
|
-
import { PromiseExecutor } from "@nx/devkit";
|
|
3
|
-
import { ShellShockAPI } from "@shell-shock/core/api";
|
|
4
|
-
import { BaseExecutorResult } from "@storm-software/workspace-tools/types";
|
|
5
|
-
|
|
6
|
-
//#region src/executors/lint/schema.d.ts
|
|
7
|
-
// Generated by powerlines
|
|
8
|
-
// Do not edit this file directly
|
|
9
|
-
interface LintExecutorSchema {
|
|
10
|
-
/**
|
|
11
|
-
* Output Path
|
|
12
|
-
*
|
|
13
|
-
* The output path for the build
|
|
14
|
-
*
|
|
15
|
-
* @default "dist/{projectRoot}"
|
|
16
|
-
*
|
|
17
|
-
* @format path
|
|
18
|
-
*/
|
|
19
|
-
outputPath?: string;
|
|
20
|
-
|
|
21
|
-
/**
|
|
22
|
-
* TypeScript Configuration File
|
|
23
|
-
*
|
|
24
|
-
* The path to the tsconfig file
|
|
25
|
-
*
|
|
26
|
-
*
|
|
27
|
-
* @format path
|
|
28
|
-
*/
|
|
29
|
-
tsconfig?: string;
|
|
30
|
-
|
|
31
|
-
/**
|
|
32
|
-
* Shell Shock Configuration File
|
|
33
|
-
*
|
|
34
|
-
* The path to the Shell Shock configuration file
|
|
35
|
-
*
|
|
36
|
-
* @default "{projectRoot}/shell-shock.config.ts"
|
|
37
|
-
*
|
|
38
|
-
* @format path
|
|
39
|
-
*/
|
|
40
|
-
configFile?: string;
|
|
41
|
-
|
|
42
|
-
/**
|
|
43
|
-
* Mode
|
|
44
|
-
*
|
|
45
|
-
* The build mode
|
|
46
|
-
*
|
|
47
|
-
*
|
|
48
|
-
* @enum development,test,production
|
|
49
|
-
*/
|
|
50
|
-
mode?: string;
|
|
51
|
-
|
|
52
|
-
/**
|
|
53
|
-
* Auto Install
|
|
54
|
-
*
|
|
55
|
-
* Automatically install dependencies before building
|
|
56
|
-
*
|
|
57
|
-
*/
|
|
58
|
-
autoInstall?: boolean;
|
|
59
|
-
|
|
60
|
-
/**
|
|
61
|
-
* Skip Cache
|
|
62
|
-
*
|
|
63
|
-
* Skip the cache when building
|
|
64
|
-
*
|
|
65
|
-
*/
|
|
66
|
-
skipCache?: boolean;
|
|
67
|
-
|
|
68
|
-
/**
|
|
69
|
-
* Log Level
|
|
70
|
-
*
|
|
71
|
-
* The log level to use for the build process
|
|
72
|
-
*
|
|
73
|
-
*
|
|
74
|
-
* @enum fatal,error,warn,success,info,debug,trace,silent
|
|
75
|
-
*/
|
|
76
|
-
logLevel?: string;
|
|
77
|
-
|
|
78
|
-
/**
|
|
79
|
-
* Entry Path(s)
|
|
80
|
-
*
|
|
81
|
-
* The entry path(s) for the package
|
|
82
|
-
*
|
|
83
|
-
*
|
|
84
|
-
* @oneOf [object Object],[object Object]
|
|
85
|
-
*/
|
|
86
|
-
entry?: any;
|
|
87
|
-
}
|
|
88
|
-
//#endregion
|
|
89
|
-
//#region src/executors/lint/executor.d.ts
|
|
90
|
-
declare function executorFn(context: ShellShockExecutorContext<"lint", LintExecutorSchema>, api: ShellShockAPI): Promise<BaseExecutorResult>;
|
|
91
|
-
declare const executor: PromiseExecutor<LintExecutorSchema>;
|
|
92
|
-
//#endregion
|
|
93
|
-
export { executorFn as n, LintExecutorSchema as r, executor as t };
|
|
94
|
-
//# sourceMappingURL=executor-MgQPT_ao.d.mts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"executor-MgQPT_ao.d.mts","names":["LintExecutorSchema"],"sources":["../../src/executors/lint/schema.d.ts","../../src/executors/lint/executor.ts"],"sourcesContent":["\n// Generated by powerlines\n// Do not edit this file directly\n\nexport interface LintExecutorSchema {\n /**\n * Output Path\n * \n * The output path for the build\n * \n * @default \"dist/{projectRoot}\"\n * \n * @format path\n */\n outputPath?: string,\n\n /**\n * TypeScript Configuration File\n * \n * The path to the tsconfig file\n * \n * \n * @format path\n */\n tsconfig?: string,\n\n /**\n * Shell Shock Configuration File\n * \n * The path to the Shell Shock configuration file\n * \n * @default \"{projectRoot}/shell-shock.config.ts\"\n * \n * @format path\n */\n configFile?: string,\n\n /**\n * Mode\n * \n * The build mode\n * \n * \n * @enum development,test,production\n */\n mode?: string,\n\n /**\n * Auto Install\n * \n * Automatically install dependencies before building\n * \n */\n autoInstall?: boolean,\n\n /**\n * Skip Cache\n * \n * Skip the cache when building\n * \n */\n skipCache?: boolean,\n\n /**\n * Log Level\n * \n * The log level to use for the build process\n * \n * \n * @enum fatal,error,warn,success,info,debug,trace,silent\n */\n logLevel?: string,\n\n /**\n * Entry Path(s)\n * \n * The entry path(s) for the package\n * \n * \n * @oneOf [object Object],[object Object]\n */\n entry?: any,\n}\n\n"],"mappings":";;;;;;;;UAIiBA,kBAAAA;;AAAjB;;;;ACuBA;;;;EAGW,UAAA,CAAA,EAAA,MAAA;;EAAD;AAuBT;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBA1BqB,UAAA,UACX,kCAAkC,0BACtC,gBACJ,QAAQ;AD1BX,cCmDM,QDnDWA,ECmDD,eDnDmB,CCmDH,kBDnDG,CAAA"}
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
import { t as withExecutor } from "./base-executor-WGeWcQ9x.mjs";
|
|
2
|
-
import defu from "defu";
|
|
3
|
-
|
|
4
|
-
//#region src/executors/prepare/executor.ts
|
|
5
|
-
async function executorFn(context, api) {
|
|
6
|
-
await api.prepare(defu({
|
|
7
|
-
command: "prepare",
|
|
8
|
-
entry: context.options.entry,
|
|
9
|
-
skipCache: context.options.skipCache,
|
|
10
|
-
autoInstall: context.options.autoInstall,
|
|
11
|
-
mode: context.options.mode,
|
|
12
|
-
tsconfig: context.options.tsconfig,
|
|
13
|
-
configFile: context.options.configFile,
|
|
14
|
-
logLevel: context.options.logLevel,
|
|
15
|
-
output: { outputPath: context.options.outputPath }
|
|
16
|
-
}, context.inlineConfig));
|
|
17
|
-
return { success: true };
|
|
18
|
-
}
|
|
19
|
-
const executor = withExecutor("prepare", executorFn);
|
|
20
|
-
var executor_default = executor;
|
|
21
|
-
|
|
22
|
-
//#endregion
|
|
23
|
-
export { executor_default as n, executorFn as t };
|
|
24
|
-
//# sourceMappingURL=executor-yO6eAP0j.mjs.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"executor-yO6eAP0j.mjs","names":["executor: PromiseExecutor<PrepareExecutorSchema>"],"sources":["../../src/executors/prepare/executor.ts"],"sourcesContent":["/* -------------------------------------------------------------------\n\n ⚡ Storm Software - Shell Shock\n\n This code was released as part of the Shell Shock project. Shell Shock\n is maintained by Storm Software under the Apache-2.0 license, and is\n free for commercial and private use. For more information, please visit\n our licensing page at https://stormsoftware.com/licenses/projects/shell-shock.\n\n Website: https://stormsoftware.com\n Repository: https://github.com/storm-software/shell-shock\n Documentation: https://docs.stormsoftware.com/projects/shell-shock\n Contact: https://stormsoftware.com/contact\n\n SPDX-License-Identifier: Apache-2.0\n\n ------------------------------------------------------------------- */\n\nimport type { PromiseExecutor } from \"@nx/devkit\";\nimport type { ShellShockAPI } from \"@shell-shock/core/api\";\nimport type { BaseExecutorResult } from \"@storm-software/workspace-tools/types\";\nimport defu from \"defu\";\nimport type { PrepareInlineConfig } from \"powerlines/types/config\";\nimport type { ShellShockExecutorContext } from \"../../base/base-executor\";\nimport { withExecutor } from \"../../base/base-executor\";\nimport type { PrepareExecutorSchema } from \"./schema\";\n\nexport async function executorFn(\n context: ShellShockExecutorContext<\"prepare\", PrepareExecutorSchema>,\n api: ShellShockAPI\n): Promise<BaseExecutorResult> {\n await api.prepare(\n defu(\n {\n command: \"prepare\",\n entry: context.options.entry,\n skipCache: context.options.skipCache,\n autoInstall: context.options.autoInstall,\n mode: context.options.mode,\n tsconfig: context.options.tsconfig,\n configFile: context.options.configFile,\n logLevel: context.options.logLevel,\n output: {\n outputPath: context.options.outputPath\n }\n },\n context.inlineConfig\n ) as PrepareInlineConfig\n );\n\n return {\n success: true\n };\n}\n\nconst executor: PromiseExecutor<PrepareExecutorSchema> = withExecutor<\n \"prepare\",\n PrepareExecutorSchema\n>(\"prepare\", executorFn);\n\nexport default executor;\n"],"mappings":";;;;AA2BA,eAAsB,WACpB,SACA,KAC6B;AAC7B,OAAM,IAAI,QACR,KACE;EACE,SAAS;EACT,OAAO,QAAQ,QAAQ;EACvB,WAAW,QAAQ,QAAQ;EAC3B,aAAa,QAAQ,QAAQ;EAC7B,MAAM,QAAQ,QAAQ;EACtB,UAAU,QAAQ,QAAQ;EAC1B,YAAY,QAAQ,QAAQ;EAC5B,UAAU,QAAQ,QAAQ;EAC1B,QAAQ,EACN,YAAY,QAAQ,QAAQ,YAC7B;EACF,EACD,QAAQ,aACT,CACF;AAED,QAAO,EACL,SAAS,MACV;;AAGH,MAAMA,WAAmD,aAGvD,WAAW,WAAW;AAExB,uBAAe"}
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
Object.defineProperty(exports, '__esModule', { value: true });
|
|
2
|
-
require('../../base-executor-BEOdY15z.cjs');
|
|
3
|
-
const require_executor = require('../../executor-Dih1DtWS.cjs');
|
|
4
|
-
|
|
5
|
-
exports.default = require_executor.executor_default;
|
|
6
|
-
exports.executorFn = require_executor.executorFn;
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
Object.defineProperty(exports, '__esModule', { value: true });
|
|
2
|
-
require('../../base-executor-BEOdY15z.cjs');
|
|
3
|
-
const require_executor = require('../../executor-COGLRU0m.cjs');
|
|
4
|
-
|
|
5
|
-
exports.default = require_executor.executor_default;
|
|
6
|
-
exports.executorFn = require_executor.executorFn;
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
Object.defineProperty(exports, '__esModule', { value: true });
|
|
2
|
-
require('../../base-executor-BEOdY15z.cjs');
|
|
3
|
-
const require_executor = require('../../executor-BdDn8ZPU.cjs');
|
|
4
|
-
|
|
5
|
-
exports.default = require_executor.executor_default;
|
|
6
|
-
exports.executorFn = require_executor.executorFn;
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
Object.defineProperty(exports, '__esModule', { value: true });
|
|
2
|
-
require('../../base-executor-BEOdY15z.cjs');
|
|
3
|
-
const require_executor = require('../../executor-Df7WIF5r.cjs');
|
|
4
|
-
|
|
5
|
-
exports.default = require_executor.executor_default;
|
|
6
|
-
exports.executorFn = require_executor.executorFn;
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
Object.defineProperty(exports, '__esModule', { value: true });
|
|
2
|
-
require('../../base-executor-BEOdY15z.cjs');
|
|
3
|
-
const require_executor = require('../../executor-BpeEDqH7.cjs');
|
|
4
|
-
|
|
5
|
-
exports.default = require_executor.executor_default;
|
|
6
|
-
exports.executorFn = require_executor.executorFn;
|
|
File without changes
|
|
File without changes
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { };
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { };
|
package/dist/src/executors.cjs
DELETED
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
require('./base-executor-BEOdY15z.cjs');
|
|
2
|
-
const require_executor = require('./executor-Dih1DtWS.cjs');
|
|
3
|
-
const require_executor$1 = require('./executor-COGLRU0m.cjs');
|
|
4
|
-
const require_executor$2 = require('./executor-BdDn8ZPU.cjs');
|
|
5
|
-
const require_executor$3 = require('./executor-Df7WIF5r.cjs');
|
|
6
|
-
const require_executor$4 = require('./executor-BpeEDqH7.cjs');
|
|
7
|
-
require('./executors-BJFR9wj9.cjs');
|
|
8
|
-
|
|
9
|
-
exports.build = require_executor.executor_default;
|
|
10
|
-
exports.clean = require_executor$1.executor_default;
|
|
11
|
-
exports.docs = require_executor$2.executor_default;
|
|
12
|
-
exports.lint = require_executor$3.executor_default;
|
|
13
|
-
exports.prepare = require_executor$4.executor_default;
|
package/dist/src/executors.d.cts
DELETED
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import "./base-executor-Dm4OV5-b.cjs";
|
|
2
|
-
import { r as BuildExecutorSchema, t as executor } from "./executor-96dASirt.cjs";
|
|
3
|
-
import { r as CleanExecutorSchema, t as executor$1 } from "./executor-D-CbgdfW.cjs";
|
|
4
|
-
import { r as DocsExecutorSchema, t as executor$2 } from "./executor-BbNRVowe.cjs";
|
|
5
|
-
import { r as LintExecutorSchema, t as executor$3 } from "./executor-CiTDecl1.cjs";
|
|
6
|
-
import { r as PrepareExecutorSchema, t as executor$4 } from "./executor-4-xDAK3Q.cjs";
|
|
7
|
-
import "./executors-Dvb23_Uh.cjs";
|
|
8
|
-
export { BuildExecutorSchema, CleanExecutorSchema, DocsExecutorSchema, LintExecutorSchema, PrepareExecutorSchema, executor as build, executor$1 as clean, executor$2 as docs, executor$3 as lint, executor$4 as prepare };
|
package/dist/src/executors.d.mts
DELETED
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import "./base-executor-C986ypeP.mjs";
|
|
2
|
-
import { r as BuildExecutorSchema, t as executor } from "./executor-D2Vww0YS.mjs";
|
|
3
|
-
import { r as CleanExecutorSchema, t as executor$1 } from "./executor-DZVLtlig.mjs";
|
|
4
|
-
import { r as DocsExecutorSchema, t as executor$2 } from "./executor-Bbdfz3vU.mjs";
|
|
5
|
-
import { r as LintExecutorSchema, t as executor$3 } from "./executor-MgQPT_ao.mjs";
|
|
6
|
-
import { r as PrepareExecutorSchema, t as executor$4 } from "./executor-BaLNOEzG.mjs";
|
|
7
|
-
import "./executors-DxVudqU1.mjs";
|
|
8
|
-
export { BuildExecutorSchema, CleanExecutorSchema, DocsExecutorSchema, LintExecutorSchema, PrepareExecutorSchema, executor as build, executor$1 as clean, executor$2 as docs, executor$3 as lint, executor$4 as prepare };
|
package/dist/src/executors.mjs
DELETED
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import "./base-executor-WGeWcQ9x.mjs";
|
|
2
|
-
import { n as executor_default } from "./executor-BAfZ_2mt.mjs";
|
|
3
|
-
import { n as executor_default$1 } from "./executor-BB0fklpZ.mjs";
|
|
4
|
-
import { n as executor_default$2 } from "./executor-CqzPUm3D.mjs";
|
|
5
|
-
import { n as executor_default$3 } from "./executor-C5QxZhO7.mjs";
|
|
6
|
-
import { n as executor_default$4 } from "./executor-yO6eAP0j.mjs";
|
|
7
|
-
import "./executors-0N4uK0Ll.mjs";
|
|
8
|
-
|
|
9
|
-
export { executor_default as build, executor_default$1 as clean, executor_default$2 as docs, executor_default$3 as lint, executor_default$4 as prepare };
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import { CreateNodesV2 } from "@nx/devkit";
|
|
2
|
-
import { NxPluginOptions } from "@powerlines/nx/types/plugin";
|
|
3
|
-
|
|
4
|
-
//#region src/plugin/index.d.ts
|
|
5
|
-
declare const createNodesV2: CreateNodesV2<NxPluginOptions>;
|
|
6
|
-
//#endregion
|
|
7
|
-
export { createNodesV2 as t };
|
|
8
|
-
//# sourceMappingURL=index-BbciquDs.d.mts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index-BbciquDs.d.mts","names":[],"sources":["../../src/plugin/index.ts"],"sourcesContent":[],"mappings":";;;;cAsBa,eAAe,cAAc"}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import { CreateNodesV2 } from "@nx/devkit";
|
|
2
|
-
import { NxPluginOptions } from "@powerlines/nx/types/plugin";
|
|
3
|
-
|
|
4
|
-
//#region src/plugin/index.d.ts
|
|
5
|
-
declare const createNodesV2: CreateNodesV2<NxPluginOptions>;
|
|
6
|
-
//#endregion
|
|
7
|
-
export { createNodesV2 as t };
|
|
8
|
-
//# sourceMappingURL=index-COXDf824.d.cts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index-COXDf824.d.cts","names":[],"sources":["../../src/plugin/index.ts"],"sourcesContent":[],"mappings":";;;;cAsBa,eAAe,cAAc"}
|
package/dist/src/index.cjs
DELETED
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
require('./base-executor-BEOdY15z.cjs');
|
|
2
|
-
const require_executor = require('./executor-Dih1DtWS.cjs');
|
|
3
|
-
const require_executor$1 = require('./executor-COGLRU0m.cjs');
|
|
4
|
-
const require_executor$2 = require('./executor-BdDn8ZPU.cjs');
|
|
5
|
-
const require_executor$3 = require('./executor-Df7WIF5r.cjs');
|
|
6
|
-
const require_executor$4 = require('./executor-BpeEDqH7.cjs');
|
|
7
|
-
require('./executors-BJFR9wj9.cjs');
|
|
8
|
-
const require_plugin = require('./plugin-jIPJzmTp.cjs');
|
|
9
|
-
|
|
10
|
-
exports.build = require_executor.executor_default;
|
|
11
|
-
exports.clean = require_executor$1.executor_default;
|
|
12
|
-
exports.createNodesV2 = require_plugin.createNodesV2;
|
|
13
|
-
exports.docs = require_executor$2.executor_default;
|
|
14
|
-
exports.lint = require_executor$3.executor_default;
|
|
15
|
-
exports.prepare = require_executor$4.executor_default;
|
package/dist/src/index.d.cts
DELETED
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import "./base-executor-Dm4OV5-b.cjs";
|
|
2
|
-
import { r as BuildExecutorSchema, t as executor } from "./executor-96dASirt.cjs";
|
|
3
|
-
import { r as CleanExecutorSchema, t as executor$1 } from "./executor-D-CbgdfW.cjs";
|
|
4
|
-
import { r as DocsExecutorSchema, t as executor$2 } from "./executor-BbNRVowe.cjs";
|
|
5
|
-
import { r as LintExecutorSchema, t as executor$3 } from "./executor-CiTDecl1.cjs";
|
|
6
|
-
import { r as PrepareExecutorSchema, t as executor$4 } from "./executor-4-xDAK3Q.cjs";
|
|
7
|
-
import "./executors-Dvb23_Uh.cjs";
|
|
8
|
-
import { t as createNodesV2 } from "./index-COXDf824.cjs";
|
|
9
|
-
export { BuildExecutorSchema, CleanExecutorSchema, DocsExecutorSchema, LintExecutorSchema, PrepareExecutorSchema, executor as build, executor$1 as clean, createNodesV2, executor$2 as docs, executor$3 as lint, executor$4 as prepare };
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import { createNxPlugin } from "@powerlines/nx/helpers/plugin-utilities";
|
|
2
|
-
|
|
3
|
-
//#region src/plugin/index.ts
|
|
4
|
-
const createNodesV2 = createNxPlugin({ framework: "shell-shock" });
|
|
5
|
-
|
|
6
|
-
//#endregion
|
|
7
|
-
export { createNodesV2 as t };
|
|
8
|
-
//# sourceMappingURL=plugin-BbxHKJnF.mjs.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"plugin-BbxHKJnF.mjs","names":["createNodesV2: CreateNodesV2<NxPluginOptions>"],"sources":["../../src/plugin/index.ts"],"sourcesContent":["/* -------------------------------------------------------------------\n\n ⚡ Storm Software - Shell Shock\n\n This code was released as part of the Shell Shock project. Shell Shock\n is maintained by Storm Software under the Apache-2.0 license, and is\n free for commercial and private use. For more information, please visit\n our licensing page at https://stormsoftware.com/licenses/projects/shell-shock.\n\n Website: https://stormsoftware.com\n Repository: https://github.com/storm-software/shell-shock\n Documentation: https://docs.stormsoftware.com/projects/shell-shock\n Contact: https://stormsoftware.com/contact\n\n SPDX-License-Identifier: Apache-2.0\n\n ------------------------------------------------------------------- */\n\nimport type { CreateNodesV2 } from \"@nx/devkit\";\nimport { createNxPlugin } from \"@powerlines/nx/helpers/plugin-utilities\";\nimport type { NxPluginOptions } from \"@powerlines/nx/types/plugin\";\n\nexport const createNodesV2: CreateNodesV2<NxPluginOptions> =\n createNxPlugin<NxPluginOptions>({\n framework: \"shell-shock\"\n });\n"],"mappings":";;;AAsBA,MAAaA,gBACX,eAAgC,EAC9B,WAAW,eACZ,CAAC"}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
const require_base_executor = require('./base-executor-BEOdY15z.cjs');
|
|
2
|
-
let __powerlines_nx_helpers_plugin_utilities = require("@powerlines/nx/helpers/plugin-utilities");
|
|
3
|
-
|
|
4
|
-
//#region src/plugin/index.ts
|
|
5
|
-
const createNodesV2 = (0, __powerlines_nx_helpers_plugin_utilities.createNxPlugin)({ framework: "shell-shock" });
|
|
6
|
-
|
|
7
|
-
//#endregion
|
|
8
|
-
Object.defineProperty(exports, 'createNodesV2', {
|
|
9
|
-
enumerable: true,
|
|
10
|
-
get: function () {
|
|
11
|
-
return createNodesV2;
|
|
12
|
-
}
|
|
13
|
-
});
|
|
14
|
-
//# sourceMappingURL=plugin-jIPJzmTp.cjs.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"plugin-jIPJzmTp.cjs","names":["createNodesV2: CreateNodesV2<NxPluginOptions>"],"sources":["../../src/plugin/index.ts"],"sourcesContent":["/* -------------------------------------------------------------------\n\n ⚡ Storm Software - Shell Shock\n\n This code was released as part of the Shell Shock project. Shell Shock\n is maintained by Storm Software under the Apache-2.0 license, and is\n free for commercial and private use. For more information, please visit\n our licensing page at https://stormsoftware.com/licenses/projects/shell-shock.\n\n Website: https://stormsoftware.com\n Repository: https://github.com/storm-software/shell-shock\n Documentation: https://docs.stormsoftware.com/projects/shell-shock\n Contact: https://stormsoftware.com/contact\n\n SPDX-License-Identifier: Apache-2.0\n\n ------------------------------------------------------------------- */\n\nimport type { CreateNodesV2 } from \"@nx/devkit\";\nimport { createNxPlugin } from \"@powerlines/nx/helpers/plugin-utilities\";\nimport type { NxPluginOptions } from \"@powerlines/nx/types/plugin\";\n\nexport const createNodesV2: CreateNodesV2<NxPluginOptions> =\n createNxPlugin<NxPluginOptions>({\n framework: \"shell-shock\"\n });\n"],"mappings":";;;;AAsBA,MAAaA,6EACqB,EAC9B,WAAW,eACZ,CAAC"}
|