@shell-shock/nx 0.0.46 → 0.0.48

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.
Files changed (141) hide show
  1. package/CHANGELOG.md +22 -0
  2. package/README.md +1 -1
  3. package/dist/chunk-BCHjMept.mjs +3 -0
  4. package/dist/executors/build/executor.d.mts +1 -5
  5. package/dist/executors/build/executor.d.mts.map +1 -1
  6. package/dist/executors/build/executor.d.ts +1 -6
  7. package/dist/executors/build/executor.d.ts.map +1 -1
  8. package/dist/executors/build/executor.js +1 -3
  9. package/dist/executors/build/executor.mjs +1 -1
  10. package/dist/executors/build/executor.mjs.map +1 -1
  11. package/dist/executors/build/schema.d.ts +170 -160
  12. package/dist/executors/clean/executor.d.mts +1 -5
  13. package/dist/executors/clean/executor.d.mts.map +1 -1
  14. package/dist/executors/clean/executor.d.ts +1 -6
  15. package/dist/executors/clean/executor.d.ts.map +1 -1
  16. package/dist/executors/clean/executor.js +1 -3
  17. package/dist/executors/clean/executor.mjs +1 -1
  18. package/dist/executors/clean/executor.mjs.map +1 -1
  19. package/dist/executors/clean/schema.d.ts +170 -160
  20. package/dist/executors/docs/executor.d.mts +1 -5
  21. package/dist/executors/docs/executor.d.mts.map +1 -1
  22. package/dist/executors/docs/executor.d.ts +1 -6
  23. package/dist/executors/docs/executor.d.ts.map +1 -1
  24. package/dist/executors/docs/executor.js +1 -3
  25. package/dist/executors/docs/executor.mjs +1 -1
  26. package/dist/executors/docs/executor.mjs.map +1 -1
  27. package/dist/executors/docs/schema.d.ts +170 -160
  28. package/dist/executors/lint/executor.d.mts +1 -5
  29. package/dist/executors/lint/executor.d.mts.map +1 -1
  30. package/dist/executors/lint/executor.d.ts +1 -6
  31. package/dist/executors/lint/executor.d.ts.map +1 -1
  32. package/dist/executors/lint/executor.js +1 -3
  33. package/dist/executors/lint/executor.mjs +1 -1
  34. package/dist/executors/lint/executor.mjs.map +1 -1
  35. package/dist/executors/lint/schema.d.ts +170 -160
  36. package/dist/executors/prepare/executor.d.mts +1 -5
  37. package/dist/executors/prepare/executor.d.mts.map +1 -1
  38. package/dist/executors/prepare/executor.d.ts +1 -6
  39. package/dist/executors/prepare/executor.d.ts.map +1 -1
  40. package/dist/executors/prepare/executor.js +1 -3
  41. package/dist/executors/prepare/executor.mjs +1 -1
  42. package/dist/executors/prepare/executor.mjs.map +1 -1
  43. package/dist/executors/prepare/schema.d.ts +170 -160
  44. package/dist/index.d.mts +175 -2
  45. package/dist/index.d.mts.map +1 -0
  46. package/dist/index.d.ts +175 -2
  47. package/dist/index.d.ts.map +1 -0
  48. package/dist/plugin/index.d.mts +242 -1
  49. package/dist/plugin/index.d.mts.map +1 -1
  50. package/dist/plugin/index.d.ts +242 -1
  51. package/dist/plugin/index.d.ts.map +1 -1
  52. package/dist/plugin/index.js +1221 -3
  53. package/dist/plugin/index.mjs +1191 -1
  54. package/dist/plugin/index.mjs.map +1 -1
  55. package/package.json +17 -13
  56. package/dist/base/base-executor.d.mts +0 -2
  57. package/dist/base/base-executor.d.ts +0 -2
  58. package/dist/base/base-executor.js +0 -68
  59. package/dist/base/base-executor.mjs +0 -66
  60. package/dist/base/base-executor.mjs.map +0 -1
  61. package/dist/base/base-executor.schema.d.js +0 -0
  62. package/dist/base/base-executor.schema.d.mts +0 -149
  63. package/dist/base/base-executor.schema.d.mts.map +0 -1
  64. package/dist/base/base-executor.schema.d.ts.map +0 -1
  65. package/dist/base/base-executor.untyped.d.mts +0 -2
  66. package/dist/base/base-executor.untyped.d.ts +0 -2
  67. package/dist/base/base-executor.untyped.js +0 -18
  68. package/dist/base/base-executor.untyped.mjs +0 -17
  69. package/dist/base/base-executor.untyped.mjs.map +0 -1
  70. package/dist/base/index.d.mts +0 -2
  71. package/dist/base/index.d.ts +0 -2
  72. package/dist/base/index.js +0 -5
  73. package/dist/base/index.mjs +0 -4
  74. package/dist/base-executor-CE7_IgHr.d.mts +0 -29
  75. package/dist/base-executor-CE7_IgHr.d.mts.map +0 -1
  76. package/dist/base-executor-CPOK8Lba.d.mts +0 -175
  77. package/dist/base-executor-CPOK8Lba.d.mts.map +0 -1
  78. package/dist/base-executor-Co2z43MK.d.ts +0 -29
  79. package/dist/base-executor-Co2z43MK.d.ts.map +0 -1
  80. package/dist/base-executor-ICVyKAxY.d.ts +0 -175
  81. package/dist/base-executor-ICVyKAxY.d.ts.map +0 -1
  82. package/dist/base-executor.untyped-D4R6pki2.d.ts +0 -7
  83. package/dist/base-executor.untyped-D4R6pki2.d.ts.map +0 -1
  84. package/dist/base-executor.untyped-hmlG6oyC.d.mts +0 -7
  85. package/dist/base-executor.untyped-hmlG6oyC.d.mts.map +0 -1
  86. package/dist/chunk-BE-pF4vm.js +0 -34
  87. package/dist/executors/build/schema.d.js +0 -0
  88. package/dist/executors/build/schema.d.mts +0 -163
  89. package/dist/executors/build/schema.d.mts.map +0 -1
  90. package/dist/executors/build/schema.d.ts.map +0 -1
  91. package/dist/executors/build/untyped.d.mts +0 -7
  92. package/dist/executors/build/untyped.d.mts.map +0 -1
  93. package/dist/executors/build/untyped.d.ts +0 -6
  94. package/dist/executors/build/untyped.d.ts.map +0 -1
  95. package/dist/executors/build/untyped.js +0 -17
  96. package/dist/executors/build/untyped.mjs +0 -17
  97. package/dist/executors/build/untyped.mjs.map +0 -1
  98. package/dist/executors/clean/schema.d.js +0 -0
  99. package/dist/executors/clean/schema.d.mts +0 -163
  100. package/dist/executors/clean/schema.d.mts.map +0 -1
  101. package/dist/executors/clean/schema.d.ts.map +0 -1
  102. package/dist/executors/clean/untyped.d.mts +0 -7
  103. package/dist/executors/clean/untyped.d.mts.map +0 -1
  104. package/dist/executors/clean/untyped.d.ts +0 -6
  105. package/dist/executors/clean/untyped.d.ts.map +0 -1
  106. package/dist/executors/clean/untyped.js +0 -17
  107. package/dist/executors/clean/untyped.mjs +0 -17
  108. package/dist/executors/clean/untyped.mjs.map +0 -1
  109. package/dist/executors/docs/schema.d.js +0 -0
  110. package/dist/executors/docs/schema.d.mts +0 -163
  111. package/dist/executors/docs/schema.d.mts.map +0 -1
  112. package/dist/executors/docs/schema.d.ts.map +0 -1
  113. package/dist/executors/docs/untyped.d.mts +0 -7
  114. package/dist/executors/docs/untyped.d.mts.map +0 -1
  115. package/dist/executors/docs/untyped.d.ts +0 -6
  116. package/dist/executors/docs/untyped.d.ts.map +0 -1
  117. package/dist/executors/docs/untyped.js +0 -17
  118. package/dist/executors/docs/untyped.mjs +0 -17
  119. package/dist/executors/docs/untyped.mjs.map +0 -1
  120. package/dist/executors/lint/schema.d.js +0 -0
  121. package/dist/executors/lint/schema.d.mts +0 -163
  122. package/dist/executors/lint/schema.d.mts.map +0 -1
  123. package/dist/executors/lint/schema.d.ts.map +0 -1
  124. package/dist/executors/lint/untyped.d.mts +0 -7
  125. package/dist/executors/lint/untyped.d.mts.map +0 -1
  126. package/dist/executors/lint/untyped.d.ts +0 -6
  127. package/dist/executors/lint/untyped.d.ts.map +0 -1
  128. package/dist/executors/lint/untyped.js +0 -17
  129. package/dist/executors/lint/untyped.mjs +0 -17
  130. package/dist/executors/lint/untyped.mjs.map +0 -1
  131. package/dist/executors/prepare/schema.d.js +0 -0
  132. package/dist/executors/prepare/schema.d.mts +0 -163
  133. package/dist/executors/prepare/schema.d.mts.map +0 -1
  134. package/dist/executors/prepare/schema.d.ts.map +0 -1
  135. package/dist/executors/prepare/untyped.d.mts +0 -7
  136. package/dist/executors/prepare/untyped.d.mts.map +0 -1
  137. package/dist/executors/prepare/untyped.d.ts +0 -6
  138. package/dist/executors/prepare/untyped.d.ts.map +0 -1
  139. package/dist/executors/prepare/untyped.js +0 -18
  140. package/dist/executors/prepare/untyped.mjs +0 -17
  141. package/dist/executors/prepare/untyped.mjs.map +0 -1
@@ -1,17 +0,0 @@
1
- const require_chunk = require('../../chunk-BE-pF4vm.js');
2
- const require_executors_prepare_untyped = require('../prepare/untyped.js');
3
- let untyped = require("untyped");
4
-
5
- //#region src/executors/docs/untyped.ts
6
- var untyped_default = (0, untyped.defineUntypedSchema)({
7
- ...require_executors_prepare_untyped,
8
- $schema: {
9
- id: "DocsExecutorSchema",
10
- title: "Docs Executor",
11
- description: "A type definition for the Powerlines - Docs executor schema",
12
- required: []
13
- }
14
- });
15
-
16
- //#endregion
17
- module.exports = untyped_default;
@@ -1,17 +0,0 @@
1
- import untyped_default$1 from "../prepare/untyped.mjs";
2
- import { defineUntypedSchema } from "untyped";
3
-
4
- //#region src/executors/docs/untyped.ts
5
- var untyped_default = defineUntypedSchema({
6
- ...untyped_default$1,
7
- $schema: {
8
- id: "DocsExecutorSchema",
9
- title: "Docs Executor",
10
- description: "A type definition for the Powerlines - Docs executor schema",
11
- required: []
12
- }
13
- });
14
-
15
- //#endregion
16
- export { untyped_default as default };
17
- //# sourceMappingURL=untyped.mjs.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"untyped.mjs","names":["prepareExecutorSchema"],"sources":["../../../src/executors/docs/untyped.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 { defineUntypedSchema } from \"untyped\";\nimport prepareExecutorSchema from \"../prepare/untyped\";\n\nexport default defineUntypedSchema({\n ...prepareExecutorSchema,\n $schema: {\n id: \"DocsExecutorSchema\",\n title: \"Docs Executor\",\n description: \"A type definition for the Powerlines - Docs executor schema\",\n required: []\n }\n});\n"],"mappings":";;;;AAqBA,sBAAe,oBAAoB;CACjC,GAAGA;CACH,SAAS;EACP,IAAI;EACJ,OAAO;EACP,aAAa;EACb,UAAU,EAAE;EACb;CACF,CAAC"}
File without changes
@@ -1,163 +0,0 @@
1
- //#region src/executors/lint/schema.d.ts
2
- // Generated by powerlines
3
- // Do not edit this file directly
4
- interface LintExecutorSchema {
5
- /**
6
- * Powerlines Configuration File
7
- *
8
- * The path to the Powerlines configuration file. Alias for `configFile`.
9
- *
10
- * @default "{projectRoot}/powerlines.config.ts"
11
- *
12
- * @format path
13
- */
14
- config?: string;
15
- /**
16
- * Powerlines Configuration File
17
- *
18
- * The path to the Powerlines configuration file. Alias for `config`.
19
- *
20
- * @default "{projectRoot}/powerlines.config.ts"
21
- *
22
- * @format path
23
- */
24
- configFile?: string;
25
- /**
26
- * Input Entry File(s)
27
- *
28
- * The entry file(s) that serve as the input for the project
29
- *
30
- *
31
- * @format path
32
- */
33
- input?: Array<string>;
34
- /**
35
- * TSConfig Path
36
- *
37
- * The path to the tsconfig file
38
- *
39
- * @default "{projectRoot}/tsconfig.json"
40
- *
41
- * @format path
42
- */
43
- tsconfig?: string;
44
- /**
45
- * Output Path
46
- *
47
- * The path to the output directory for the build artifacts
48
- *
49
- *
50
- * @format path
51
- */
52
- outputPath?: string;
53
- /**
54
- * Copy Path
55
- *
56
- * A directory path to copy the build artifacts into
57
- *
58
- *
59
- * @oneOf [object Object],[object Object]
60
- */
61
- copyPath?: any;
62
- /**
63
- * Sourcemap
64
- *
65
- * Generate a sourcemap
66
- *
67
- */
68
- sourceMap?: boolean;
69
- /**
70
- * Format
71
- *
72
- * The format to build
73
- *
74
- * @default ["cjs","esm"]
75
- */
76
- format?: Array<string>;
77
- /**
78
- * Platform
79
- *
80
- * The platform to build
81
- *
82
- * @default "neutral"
83
- *
84
- * @enum neutral,node,browser
85
- */
86
- platform?: string;
87
- /**
88
- * External
89
- *
90
- * The external dependencies
91
- *
92
- */
93
- external?: Array<any>;
94
- /**
95
- * No External
96
- *
97
- * The dependencies that should not be treated as external
98
- *
99
- */
100
- noExternal?: Array<any>;
101
- /**
102
- * Skip Node Modules Bundle
103
- *
104
- * Skip bundling node_modules during the build process (if required)
105
- *
106
- */
107
- skipNodeModulesBundle?: boolean;
108
- /**
109
- * Mode
110
- *
111
- * The build mode
112
- *
113
- *
114
- * @enum development,test,production
115
- */
116
- mode?: string;
117
- /**
118
- * Log Level
119
- *
120
- * The log level to use for the build process
121
- *
122
- *
123
- * @enum fatal,error,warn,success,info,debug,trace,silent
124
- */
125
- logLevel?: string;
126
- /**
127
- * Define
128
- *
129
- * The `define` values
130
- *
131
- */
132
- define?: Record<string, string>;
133
- /**
134
- * Assets
135
- *
136
- * The `assets` values
137
- *
138
- */
139
- assets?: Array<{
140
- input?: string;
141
- output?: string;
142
- glob: string;
143
- ignore?: string[];
144
- dot?: boolean;
145
- }>;
146
- /**
147
- * Auto Install
148
- *
149
- * Automatically install dependencies during prepare stage
150
- *
151
- */
152
- autoInstall?: boolean;
153
- /**
154
- * Skip Cache
155
- *
156
- * Skip the caching mechanism during the build process (if required)
157
- *
158
- */
159
- skipCache?: boolean;
160
- }
161
- //#endregion
162
- export { LintExecutorSchema };
163
- //# sourceMappingURL=schema.d.mts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"schema.d.mts","names":["LintExecutorSchema","Array","Record","config","configFile","input","tsconfig","outputPath","copyPath","sourceMap","format","platform","external","noExternal","skipNodeModulesBundle","mode","logLevel","define","assets","output","glob","ignore","dot","autoInstall","skipCache"],"sources":["../../../src/executors/lint/schema.d.ts"],"mappings":";;;UAIiBA,kBAAAA;;;;;;;;;;EAUhBG,MAAAA;;;;;;;;;;EAWAC,UAAAA;;;;;;;;;EAUAC,KAAAA,GAAQJ,KAAAA;;;;;;;;;;EAWRK,QAAAA;;;;;;;;;EAUAC,UAAAA;;;;;;;;;EAUAC,QAAAA;;;;;;;EAQAC,SAAAA;;;;;;;;EASAC,MAAAA,GAAST,KAAAA;;;;;;;;;;EAWTU,QAAAA;;;;;;;EAQAC,QAAAA,GAAWX,KAAAA;;;;;;;EAQXY,UAAAA,GAAaZ,KAAAA;;;;;;;EAQba,qBAAAA;;;;;;;;;EAUAC,IAAAA;;;;;;;;;EAUAC,QAAAA;;;;;;;EAQAC,MAAAA,GAASf,MAAAA;;;;;;;EAQTgB,MAAAA,GAASjB,KAAAA;IAAQI,KAAAA;IAAgBc,MAAAA;IAAiBC,IAAAA;IAAcC,MAAAA;IAAmBC,GAAAA;EAAAA;;;;;;;EAQnFC,WAAAA;;;;;;;EAQAC,SAAAA;AAAAA"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"schema.d.ts","names":["LintExecutorSchema","Array","Record","config","configFile","input","tsconfig","outputPath","copyPath","sourceMap","format","platform","external","noExternal","skipNodeModulesBundle","mode","logLevel","define","assets","output","glob","ignore","dot","autoInstall","skipCache"],"sources":["../../../src/executors/lint/schema.d.ts"],"mappings":";;;UAIiBA,kBAAAA;;;;;;;;;;EAUhBG,MAAAA;;;;;;;;;;EAWAC,UAAAA;;;;;;;;;EAUAC,KAAAA,GAAQJ,KAAAA;;;;;;;;;;EAWRK,QAAAA;;;;;;;;;EAUAC,UAAAA;;;;;;;;;EAUAC,QAAAA;;;;;;;EAQAC,SAAAA;;;;;;;;EASAC,MAAAA,GAAST,KAAAA;;;;;;;;;;EAWTU,QAAAA;;;;;;;EAQAC,QAAAA,GAAWX,KAAAA;;;;;;;EAQXY,UAAAA,GAAaZ,KAAAA;;;;;;;EAQba,qBAAAA;;;;;;;;;EAUAC,IAAAA;;;;;;;;;EAUAC,QAAAA;;;;;;;EAQAC,MAAAA,GAASf,MAAAA;;;;;;;EAQTgB,MAAAA,GAASjB,KAAAA;IAAQI,KAAAA;IAAgBc,MAAAA;IAAiBC,IAAAA;IAAcC,MAAAA;IAAmBC,GAAAA;EAAAA;;;;;;;EAQnFC,WAAAA;;;;;;;EAQAC,SAAAA;AAAAA"}
@@ -1,7 +0,0 @@
1
- import * as untyped from "untyped";
2
-
3
- //#region src/executors/lint/untyped.d.ts
4
- declare const _default: untyped.SchemaDefinition;
5
- //#endregion
6
- export { _default as default };
7
- //# sourceMappingURL=untyped.d.mts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"untyped.d.mts","names":[],"sources":["../../../src/executors/lint/untyped.ts"],"mappings":""}
@@ -1,6 +0,0 @@
1
- import * as untyped from "untyped";
2
-
3
- //#region src/executors/lint/untyped.d.ts
4
- declare const _default: untyped.SchemaDefinition;
5
- export = _default;
6
- //# sourceMappingURL=untyped.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"untyped.d.ts","names":[],"sources":["../../../src/executors/lint/untyped.ts"],"mappings":""}
@@ -1,17 +0,0 @@
1
- const require_chunk = require('../../chunk-BE-pF4vm.js');
2
- const require_executors_prepare_untyped = require('../prepare/untyped.js');
3
- let untyped = require("untyped");
4
-
5
- //#region src/executors/lint/untyped.ts
6
- var untyped_default = (0, untyped.defineUntypedSchema)({
7
- ...require_executors_prepare_untyped,
8
- $schema: {
9
- id: "LintExecutorSchema",
10
- title: "Lint Executor",
11
- description: "A type definition for the Powerlines - Lint executor schema",
12
- required: []
13
- }
14
- });
15
-
16
- //#endregion
17
- module.exports = untyped_default;
@@ -1,17 +0,0 @@
1
- import untyped_default$1 from "../prepare/untyped.mjs";
2
- import { defineUntypedSchema } from "untyped";
3
-
4
- //#region src/executors/lint/untyped.ts
5
- var untyped_default = defineUntypedSchema({
6
- ...untyped_default$1,
7
- $schema: {
8
- id: "LintExecutorSchema",
9
- title: "Lint Executor",
10
- description: "A type definition for the Powerlines - Lint executor schema",
11
- required: []
12
- }
13
- });
14
-
15
- //#endregion
16
- export { untyped_default as default };
17
- //# sourceMappingURL=untyped.mjs.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"untyped.mjs","names":["prepareExecutorSchema"],"sources":["../../../src/executors/lint/untyped.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 { defineUntypedSchema } from \"untyped\";\nimport prepareExecutorSchema from \"../prepare/untyped\";\n\nexport default defineUntypedSchema({\n ...prepareExecutorSchema,\n $schema: {\n id: \"LintExecutorSchema\",\n title: \"Lint Executor\",\n description: \"A type definition for the Powerlines - Lint executor schema\",\n required: []\n }\n});\n"],"mappings":";;;;AAqBA,sBAAe,oBAAoB;CACjC,GAAGA;CACH,SAAS;EACP,IAAI;EACJ,OAAO;EACP,aAAa;EACb,UAAU,EAAE;EACb;CACF,CAAC"}
File without changes
@@ -1,163 +0,0 @@
1
- //#region src/executors/prepare/schema.d.ts
2
- // Generated by powerlines
3
- // Do not edit this file directly
4
- interface PrepareExecutorSchema {
5
- /**
6
- * Powerlines Configuration File
7
- *
8
- * The path to the Powerlines configuration file. Alias for `configFile`.
9
- *
10
- * @default "{projectRoot}/powerlines.config.ts"
11
- *
12
- * @format path
13
- */
14
- config?: string;
15
- /**
16
- * Powerlines Configuration File
17
- *
18
- * The path to the Powerlines configuration file. Alias for `config`.
19
- *
20
- * @default "{projectRoot}/powerlines.config.ts"
21
- *
22
- * @format path
23
- */
24
- configFile?: string;
25
- /**
26
- * Input Entry File(s)
27
- *
28
- * The entry file(s) that serve as the input for the project
29
- *
30
- *
31
- * @format path
32
- */
33
- input?: Array<string>;
34
- /**
35
- * TSConfig Path
36
- *
37
- * The path to the tsconfig file
38
- *
39
- * @default "{projectRoot}/tsconfig.json"
40
- *
41
- * @format path
42
- */
43
- tsconfig?: string;
44
- /**
45
- * Output Path
46
- *
47
- * The path to the output directory for the build artifacts
48
- *
49
- *
50
- * @format path
51
- */
52
- outputPath?: string;
53
- /**
54
- * Copy Path
55
- *
56
- * A directory path to copy the build artifacts into
57
- *
58
- *
59
- * @oneOf [object Object],[object Object]
60
- */
61
- copyPath?: any;
62
- /**
63
- * Sourcemap
64
- *
65
- * Generate a sourcemap
66
- *
67
- */
68
- sourceMap?: boolean;
69
- /**
70
- * Format
71
- *
72
- * The format to build
73
- *
74
- * @default ["cjs","esm"]
75
- */
76
- format?: Array<string>;
77
- /**
78
- * Platform
79
- *
80
- * The platform to build
81
- *
82
- * @default "neutral"
83
- *
84
- * @enum neutral,node,browser
85
- */
86
- platform?: string;
87
- /**
88
- * External
89
- *
90
- * The external dependencies
91
- *
92
- */
93
- external?: Array<any>;
94
- /**
95
- * No External
96
- *
97
- * The dependencies that should not be treated as external
98
- *
99
- */
100
- noExternal?: Array<any>;
101
- /**
102
- * Skip Node Modules Bundle
103
- *
104
- * Skip bundling node_modules during the build process (if required)
105
- *
106
- */
107
- skipNodeModulesBundle?: boolean;
108
- /**
109
- * Mode
110
- *
111
- * The build mode
112
- *
113
- *
114
- * @enum development,test,production
115
- */
116
- mode?: string;
117
- /**
118
- * Log Level
119
- *
120
- * The log level to use for the build process
121
- *
122
- *
123
- * @enum fatal,error,warn,success,info,debug,trace,silent
124
- */
125
- logLevel?: string;
126
- /**
127
- * Define
128
- *
129
- * The `define` values
130
- *
131
- */
132
- define?: Record<string, string>;
133
- /**
134
- * Assets
135
- *
136
- * The `assets` values
137
- *
138
- */
139
- assets?: Array<{
140
- input?: string;
141
- output?: string;
142
- glob: string;
143
- ignore?: string[];
144
- dot?: boolean;
145
- }>;
146
- /**
147
- * Auto Install
148
- *
149
- * Automatically install dependencies during prepare stage
150
- *
151
- */
152
- autoInstall?: boolean;
153
- /**
154
- * Skip Cache
155
- *
156
- * Skip the caching mechanism during the build process (if required)
157
- *
158
- */
159
- skipCache?: boolean;
160
- }
161
- //#endregion
162
- export { PrepareExecutorSchema };
163
- //# sourceMappingURL=schema.d.mts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"schema.d.mts","names":["PrepareExecutorSchema","Array","Record","config","configFile","input","tsconfig","outputPath","copyPath","sourceMap","format","platform","external","noExternal","skipNodeModulesBundle","mode","logLevel","define","assets","output","glob","ignore","dot","autoInstall","skipCache"],"sources":["../../../src/executors/prepare/schema.d.ts"],"mappings":";;;UAIiBA,qBAAAA;;;;;;;;;;EAUhBG,MAAAA;;;;;;;;;;EAWAC,UAAAA;;;;;;;;;EAUAC,KAAAA,GAAQJ,KAAAA;;;;;;;;;;EAWRK,QAAAA;;;;;;;;;EAUAC,UAAAA;;;;;;;;;EAUAC,QAAAA;;;;;;;EAQAC,SAAAA;;;;;;;;EASAC,MAAAA,GAAST,KAAAA;;;;;;;;;;EAWTU,QAAAA;;;;;;;EAQAC,QAAAA,GAAWX,KAAAA;;;;;;;EAQXY,UAAAA,GAAaZ,KAAAA;;;;;;;EAQba,qBAAAA;;;;;;;;;EAUAC,IAAAA;;;;;;;;;EAUAC,QAAAA;;;;;;;EAQAC,MAAAA,GAASf,MAAAA;;;;;;;EAQTgB,MAAAA,GAASjB,KAAAA;IAAQI,KAAAA;IAAgBc,MAAAA;IAAiBC,IAAAA;IAAcC,MAAAA;IAAmBC,GAAAA;EAAAA;;;;;;;EAQnFC,WAAAA;;;;;;;EAQAC,SAAAA;AAAAA"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"schema.d.ts","names":["PrepareExecutorSchema","Array","Record","config","configFile","input","tsconfig","outputPath","copyPath","sourceMap","format","platform","external","noExternal","skipNodeModulesBundle","mode","logLevel","define","assets","output","glob","ignore","dot","autoInstall","skipCache"],"sources":["../../../src/executors/prepare/schema.d.ts"],"mappings":";;;UAIiBA,qBAAAA;;;;;;;;;;EAUhBG,MAAAA;;;;;;;;;;EAWAC,UAAAA;;;;;;;;;EAUAC,KAAAA,GAAQJ,KAAAA;;;;;;;;;;EAWRK,QAAAA;;;;;;;;;EAUAC,UAAAA;;;;;;;;;EAUAC,QAAAA;;;;;;;EAQAC,SAAAA;;;;;;;;EASAC,MAAAA,GAAST,KAAAA;;;;;;;;;;EAWTU,QAAAA;;;;;;;EAQAC,QAAAA,GAAWX,KAAAA;;;;;;;EAQXY,UAAAA,GAAaZ,KAAAA;;;;;;;EAQba,qBAAAA;;;;;;;;;EAUAC,IAAAA;;;;;;;;;EAUAC,QAAAA;;;;;;;EAQAC,MAAAA,GAASf,MAAAA;;;;;;;EAQTgB,MAAAA,GAASjB,KAAAA;IAAQI,KAAAA;IAAgBc,MAAAA;IAAiBC,IAAAA;IAAcC,MAAAA;IAAmBC,GAAAA;EAAAA;;;;;;;EAQnFC,WAAAA;;;;;;;EAQAC,SAAAA;AAAAA"}
@@ -1,7 +0,0 @@
1
- import * as untyped from "untyped";
2
-
3
- //#region src/executors/prepare/untyped.d.ts
4
- declare const _default: untyped.SchemaDefinition;
5
- //#endregion
6
- export { _default as default };
7
- //# sourceMappingURL=untyped.d.mts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"untyped.d.mts","names":[],"sources":["../../../src/executors/prepare/untyped.ts"],"mappings":""}
@@ -1,6 +0,0 @@
1
- import * as untyped from "untyped";
2
-
3
- //#region src/executors/prepare/untyped.d.ts
4
- declare const _default: untyped.SchemaDefinition;
5
- export = _default;
6
- //# sourceMappingURL=untyped.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"untyped.d.ts","names":[],"sources":["../../../src/executors/prepare/untyped.ts"],"mappings":""}
@@ -1,18 +0,0 @@
1
- const require_chunk = require('../../chunk-BE-pF4vm.js');
2
- let untyped = require("untyped");
3
- let _powerlines_nx_executors_prepare_untyped = require("@powerlines/nx/executors/prepare/untyped");
4
- _powerlines_nx_executors_prepare_untyped = require_chunk.__toESM(_powerlines_nx_executors_prepare_untyped);
5
-
6
- //#region src/executors/prepare/untyped.ts
7
- var untyped_default = (0, untyped.defineUntypedSchema)({
8
- ..._powerlines_nx_executors_prepare_untyped.default,
9
- $schema: {
10
- id: "PrepareExecutorSchema",
11
- title: "Prepare Executor",
12
- description: "A type definition for the Powerlines - Prepare executor schema",
13
- required: []
14
- }
15
- });
16
-
17
- //#endregion
18
- module.exports = untyped_default;
@@ -1,17 +0,0 @@
1
- import { defineUntypedSchema } from "untyped";
2
- import baseExecutorSchema from "@powerlines/nx/executors/prepare/untyped";
3
-
4
- //#region src/executors/prepare/untyped.ts
5
- var untyped_default = defineUntypedSchema({
6
- ...baseExecutorSchema,
7
- $schema: {
8
- id: "PrepareExecutorSchema",
9
- title: "Prepare Executor",
10
- description: "A type definition for the Powerlines - Prepare executor schema",
11
- required: []
12
- }
13
- });
14
-
15
- //#endregion
16
- export { untyped_default as default };
17
- //# sourceMappingURL=untyped.mjs.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"untyped.mjs","names":[],"sources":["../../../src/executors/prepare/untyped.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 baseExecutorSchema from \"@powerlines/nx/executors/prepare/untyped\";\nimport { defineUntypedSchema } from \"untyped\";\n\nexport default defineUntypedSchema({\n ...baseExecutorSchema,\n $schema: {\n id: \"PrepareExecutorSchema\",\n title: \"Prepare Executor\",\n description:\n \"A type definition for the Powerlines - Prepare executor schema\",\n required: []\n }\n});\n"],"mappings":";;;;AAqBA,sBAAe,oBAAoB;CACjC,GAAG;CACH,SAAS;EACP,IAAI;EACJ,OAAO;EACP,aACE;EACF,UAAU,EAAE;EACb;CACF,CAAC"}