@shell-shock/nx 0.0.42 → 0.0.46
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 +30 -0
- package/README.md +1 -1
- package/dist/base/base-executor.d.mts +2 -0
- package/dist/base/base-executor.d.ts +2 -0
- package/dist/{base-executor-CkaF97Xd.js → base/base-executor.js} +10 -46
- package/dist/{base-executor-DUf5AdoE.mjs → base/base-executor.mjs} +3 -3
- package/dist/base/base-executor.mjs.map +1 -0
- package/dist/base/base-executor.schema.d.js +0 -0
- package/dist/{src/executors/lint/executor.d.ts → base/base-executor.schema.d.mts} +33 -38
- package/dist/base/base-executor.schema.d.mts.map +1 -0
- package/dist/{src/executors/lint/schema.d.ts → base/base-executor.schema.d.ts} +26 -13
- package/dist/base/base-executor.schema.d.ts.map +1 -0
- package/dist/{src/base → base}/base-executor.schema.json +40 -2
- package/dist/base/base-executor.untyped.d.mts +2 -0
- package/dist/base/base-executor.untyped.d.ts +2 -0
- package/dist/base/base-executor.untyped.js +18 -0
- package/dist/{src/index.mjs → base/base-executor.untyped.mjs} +2 -3
- package/dist/base/base-executor.untyped.mjs.map +1 -0
- package/dist/base/index.d.mts +2 -0
- package/dist/base/index.d.ts +2 -0
- package/dist/base/index.js +5 -0
- package/dist/base/index.mjs +4 -0
- package/dist/base-executor-CE7_IgHr.d.mts +29 -0
- package/dist/base-executor-CE7_IgHr.d.mts.map +1 -0
- package/dist/{base-executor-FX7YJl7f.d.ts → base-executor-CPOK8Lba.d.mts} +34 -14
- package/dist/base-executor-CPOK8Lba.d.mts.map +1 -0
- package/dist/base-executor-Co2z43MK.d.ts +29 -0
- package/dist/base-executor-Co2z43MK.d.ts.map +1 -0
- package/dist/{src/base-executor-DUf5AdoE.mjs → base-executor-DojAZA0w.mjs} +2 -2
- package/dist/base-executor-DojAZA0w.mjs.map +1 -0
- package/dist/{base-executor-BkNTl-jk.d.mts → base-executor-ICVyKAxY.d.ts} +34 -14
- package/dist/base-executor-ICVyKAxY.d.ts.map +1 -0
- package/dist/{src/base-executor-CkaF97Xd.js → base-executor-KUL9jD5R.js} +7 -7
- package/dist/base-executor.untyped-D4R6pki2.d.ts +7 -0
- package/dist/base-executor.untyped-D4R6pki2.d.ts.map +1 -0
- package/dist/base-executor.untyped-hmlG6oyC.d.mts +7 -0
- package/dist/base-executor.untyped-hmlG6oyC.d.mts.map +1 -0
- package/dist/chunk-BE-pF4vm.js +34 -0
- package/dist/executors/build/executor.d.mts +34 -16
- package/dist/executors/build/executor.d.mts.map +1 -1
- package/dist/executors/build/executor.d.ts +34 -16
- package/dist/executors/build/executor.d.ts.map +1 -1
- package/dist/executors/build/executor.js +3 -4
- package/dist/executors/build/executor.mjs +2 -3
- package/dist/executors/build/executor.mjs.map +1 -1
- package/dist/executors/build/schema.d.js +0 -0
- package/dist/{src/executors/build/executor.d.mts → executors/build/schema.d.mts} +35 -26
- package/dist/executors/build/schema.d.mts.map +1 -0
- package/dist/executors/build/schema.d.ts +160 -141
- package/dist/executors/build/schema.d.ts.map +1 -0
- package/dist/executors/build/schema.json +40 -2
- package/dist/executors/build/untyped.d.mts +7 -0
- package/dist/executors/build/untyped.d.mts.map +1 -0
- package/dist/executors/build/untyped.d.ts +6 -0
- package/dist/executors/build/untyped.d.ts.map +1 -0
- package/dist/executors/build/untyped.js +17 -0
- package/dist/executors/build/untyped.mjs +17 -0
- package/dist/executors/build/untyped.mjs.map +1 -0
- package/dist/executors/clean/executor.d.mts +34 -16
- package/dist/executors/clean/executor.d.mts.map +1 -1
- package/dist/executors/clean/executor.d.ts +34 -16
- package/dist/executors/clean/executor.d.ts.map +1 -1
- package/dist/executors/clean/executor.js +3 -4
- package/dist/executors/clean/executor.mjs +2 -3
- package/dist/executors/clean/executor.mjs.map +1 -1
- package/dist/executors/clean/schema.d.js +0 -0
- package/dist/{src/executors/clean/executor.d.mts → executors/clean/schema.d.mts} +35 -26
- package/dist/executors/clean/schema.d.mts.map +1 -0
- package/dist/executors/clean/schema.d.ts +160 -141
- package/dist/executors/clean/schema.d.ts.map +1 -0
- package/dist/executors/clean/schema.json +40 -2
- package/dist/executors/clean/untyped.d.mts +7 -0
- package/dist/executors/clean/untyped.d.mts.map +1 -0
- package/dist/executors/clean/untyped.d.ts +6 -0
- package/dist/executors/clean/untyped.d.ts.map +1 -0
- package/dist/executors/clean/untyped.js +17 -0
- package/dist/executors/clean/untyped.mjs +17 -0
- package/dist/executors/clean/untyped.mjs.map +1 -0
- package/dist/executors/docs/executor.d.mts +34 -16
- package/dist/executors/docs/executor.d.mts.map +1 -1
- package/dist/executors/docs/executor.d.ts +34 -16
- package/dist/executors/docs/executor.d.ts.map +1 -1
- package/dist/executors/docs/executor.js +3 -4
- package/dist/executors/docs/executor.mjs +2 -3
- package/dist/executors/docs/executor.mjs.map +1 -1
- package/dist/executors/docs/schema.d.js +0 -0
- package/dist/{src/executors/docs/executor.d.mts → executors/docs/schema.d.mts} +35 -26
- package/dist/executors/docs/schema.d.mts.map +1 -0
- package/dist/executors/docs/schema.d.ts +160 -141
- package/dist/executors/docs/schema.d.ts.map +1 -0
- package/dist/executors/docs/schema.json +40 -2
- package/dist/executors/docs/untyped.d.mts +7 -0
- package/dist/executors/docs/untyped.d.mts.map +1 -0
- package/dist/executors/docs/untyped.d.ts +6 -0
- package/dist/executors/docs/untyped.d.ts.map +1 -0
- package/dist/executors/docs/untyped.js +17 -0
- package/dist/executors/docs/untyped.mjs +17 -0
- package/dist/executors/docs/untyped.mjs.map +1 -0
- package/dist/executors/lint/executor.d.mts +34 -16
- package/dist/executors/lint/executor.d.mts.map +1 -1
- package/dist/executors/lint/executor.d.ts +34 -16
- package/dist/executors/lint/executor.d.ts.map +1 -1
- package/dist/executors/lint/executor.js +3 -4
- package/dist/executors/lint/executor.mjs +2 -3
- package/dist/executors/lint/executor.mjs.map +1 -1
- package/dist/executors/lint/schema.d.js +0 -0
- package/dist/{src/executors/lint/executor.d.mts → executors/lint/schema.d.mts} +35 -26
- package/dist/executors/lint/schema.d.mts.map +1 -0
- package/dist/executors/lint/schema.d.ts +160 -141
- package/dist/executors/lint/schema.d.ts.map +1 -0
- package/dist/executors/lint/schema.json +40 -2
- package/dist/executors/lint/untyped.d.mts +7 -0
- package/dist/executors/lint/untyped.d.mts.map +1 -0
- package/dist/executors/lint/untyped.d.ts +6 -0
- package/dist/executors/lint/untyped.d.ts.map +1 -0
- package/dist/executors/lint/untyped.js +17 -0
- package/dist/executors/lint/untyped.mjs +17 -0
- package/dist/executors/lint/untyped.mjs.map +1 -0
- package/dist/executors/prepare/executor.d.mts +34 -16
- package/dist/executors/prepare/executor.d.mts.map +1 -1
- package/dist/executors/prepare/executor.d.ts +34 -16
- package/dist/executors/prepare/executor.d.ts.map +1 -1
- package/dist/executors/prepare/executor.js +3 -4
- package/dist/executors/prepare/executor.mjs +2 -3
- package/dist/executors/prepare/executor.mjs.map +1 -1
- package/dist/executors/prepare/schema.d.js +0 -0
- package/dist/{src/executors/prepare/executor.d.mts → executors/prepare/schema.d.mts} +35 -26
- package/dist/executors/prepare/schema.d.mts.map +1 -0
- package/dist/executors/prepare/schema.d.ts +160 -141
- package/dist/executors/prepare/schema.d.ts.map +1 -0
- package/dist/executors/prepare/schema.json +40 -2
- package/dist/executors/prepare/untyped.d.mts +7 -0
- package/dist/executors/prepare/untyped.d.mts.map +1 -0
- package/dist/executors/prepare/untyped.d.ts +6 -0
- package/dist/executors/prepare/untyped.d.ts.map +1 -0
- package/dist/executors/prepare/untyped.js +18 -0
- package/dist/executors/prepare/untyped.mjs +17 -0
- package/dist/executors/prepare/untyped.mjs.map +1 -0
- package/dist/index.d.mts +1 -2
- package/dist/index.d.ts +1 -1
- package/dist/index.js +5 -4
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/dist/plugin/index.d.mts +1 -1
- package/dist/plugin/index.d.mts.map +1 -1
- package/dist/plugin/index.d.ts.map +1 -1
- package/dist/plugin/index.js +4 -3
- package/dist/plugin/index.mjs +1 -1
- package/dist/plugin/index.mjs.map +1 -1
- package/docs/api/base-executor.schema.md +31 -1
- package/docs/api/build/schema.md +31 -1
- package/docs/api/clean/schema.md +31 -1
- package/docs/api/docs/schema.md +31 -1
- package/docs/api/lint/schema.md +31 -1
- package/docs/api/prepare/schema.md +31 -1
- package/executors.json +10 -10
- package/package.json +46 -58
- package/dist/base-executor-BkNTl-jk.d.mts.map +0 -1
- package/dist/base-executor-DUf5AdoE.mjs.map +0 -1
- package/dist/base-executor-FX7YJl7f.d.ts.map +0 -1
- package/dist/src/base/base-executor.schema.d.ts +0 -128
- package/dist/src/base-executor-BkNTl-jk.d.mts +0 -155
- package/dist/src/base-executor-BkNTl-jk.d.mts.map +0 -1
- package/dist/src/base-executor-DUf5AdoE.mjs.map +0 -1
- package/dist/src/base-executor-FX7YJl7f.d.ts +0 -155
- package/dist/src/base-executor-FX7YJl7f.d.ts.map +0 -1
- package/dist/src/executors/build/executor.d.mts.map +0 -1
- package/dist/src/executors/build/executor.d.ts +0 -154
- package/dist/src/executors/build/executor.d.ts.map +0 -1
- package/dist/src/executors/build/executor.js +0 -20
- package/dist/src/executors/build/executor.mjs +0 -18
- package/dist/src/executors/build/executor.mjs.map +0 -1
- package/dist/src/executors/build/schema.d.ts +0 -144
- package/dist/src/executors/build/schema.json +0 -163
- package/dist/src/executors/clean/executor.d.mts.map +0 -1
- package/dist/src/executors/clean/executor.d.ts +0 -154
- package/dist/src/executors/clean/executor.d.ts.map +0 -1
- package/dist/src/executors/clean/executor.js +0 -15
- package/dist/src/executors/clean/executor.mjs +0 -14
- package/dist/src/executors/clean/executor.mjs.map +0 -1
- package/dist/src/executors/clean/schema.d.ts +0 -144
- package/dist/src/executors/clean/schema.json +0 -163
- package/dist/src/executors/docs/executor.d.mts.map +0 -1
- package/dist/src/executors/docs/executor.d.ts +0 -154
- package/dist/src/executors/docs/executor.d.ts.map +0 -1
- package/dist/src/executors/docs/executor.js +0 -16
- package/dist/src/executors/docs/executor.mjs +0 -14
- package/dist/src/executors/docs/executor.mjs.map +0 -1
- package/dist/src/executors/docs/schema.d.ts +0 -144
- package/dist/src/executors/docs/schema.json +0 -163
- package/dist/src/executors/lint/executor.d.mts.map +0 -1
- package/dist/src/executors/lint/executor.d.ts.map +0 -1
- package/dist/src/executors/lint/executor.js +0 -16
- package/dist/src/executors/lint/executor.mjs +0 -14
- package/dist/src/executors/lint/executor.mjs.map +0 -1
- package/dist/src/executors/lint/schema.json +0 -163
- package/dist/src/executors/prepare/executor.d.mts.map +0 -1
- package/dist/src/executors/prepare/executor.d.ts +0 -154
- package/dist/src/executors/prepare/executor.d.ts.map +0 -1
- package/dist/src/executors/prepare/executor.js +0 -20
- package/dist/src/executors/prepare/executor.mjs +0 -18
- package/dist/src/executors/prepare/executor.mjs.map +0 -1
- package/dist/src/executors/prepare/schema.d.ts +0 -144
- package/dist/src/executors/prepare/schema.json +0 -163
- package/dist/src/index.d.mts +0 -3
- package/dist/src/index.d.ts +0 -2
- package/dist/src/index.js +0 -18
- package/dist/src/index.mjs.map +0 -1
- package/dist/src/plugin/index.d.mts +0 -8
- package/dist/src/plugin/index.d.mts.map +0 -1
- package/dist/src/plugin/index.d.ts +0 -8
- package/dist/src/plugin/index.d.ts.map +0 -1
- package/dist/src/plugin/index.js +0 -8
- package/dist/src/plugin/index.mjs +0 -8
- package/dist/src/plugin/index.mjs.map +0 -1
|
@@ -1,163 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"id": "#",
|
|
3
|
-
"title": "Prepare Executor",
|
|
4
|
-
"description": "A type definition for the Powerlines - Prepare executor schema",
|
|
5
|
-
"required": [],
|
|
6
|
-
"properties": {
|
|
7
|
-
"configFile": {
|
|
8
|
-
"title": "Powerlines Configuration File",
|
|
9
|
-
"type": "string",
|
|
10
|
-
"format": "path",
|
|
11
|
-
"description": "The path to the Powerlines configuration file",
|
|
12
|
-
"id": "#configFile",
|
|
13
|
-
"default": "{projectRoot}/powerlines.config.ts"
|
|
14
|
-
},
|
|
15
|
-
"input": {
|
|
16
|
-
"title": "Input Entry File(s)",
|
|
17
|
-
"format": "path",
|
|
18
|
-
"type": "array",
|
|
19
|
-
"description": "The entry file(s) that serve as the input for the project",
|
|
20
|
-
"items": {
|
|
21
|
-
"type": "string"
|
|
22
|
-
},
|
|
23
|
-
"id": "#input"
|
|
24
|
-
},
|
|
25
|
-
"tsconfig": {
|
|
26
|
-
"title": "TSConfig Path",
|
|
27
|
-
"type": "string",
|
|
28
|
-
"format": "path",
|
|
29
|
-
"description": "The path to the tsconfig file",
|
|
30
|
-
"id": "#tsconfig",
|
|
31
|
-
"default": "{projectRoot}/tsconfig.json"
|
|
32
|
-
},
|
|
33
|
-
"outputPath": {
|
|
34
|
-
"title": "Output Path",
|
|
35
|
-
"type": "string",
|
|
36
|
-
"format": "path",
|
|
37
|
-
"description": "The path to the output directory for the build artifacts",
|
|
38
|
-
"id": "#outputPath"
|
|
39
|
-
},
|
|
40
|
-
"sourceMap": {
|
|
41
|
-
"title": "Sourcemap",
|
|
42
|
-
"type": "boolean",
|
|
43
|
-
"description": "Generate a sourcemap",
|
|
44
|
-
"id": "#sourceMap"
|
|
45
|
-
},
|
|
46
|
-
"format": {
|
|
47
|
-
"title": "Format",
|
|
48
|
-
"type": "array",
|
|
49
|
-
"description": "The format to build",
|
|
50
|
-
"items": {
|
|
51
|
-
"type": "string",
|
|
52
|
-
"enum": [
|
|
53
|
-
"cjs",
|
|
54
|
-
"esm",
|
|
55
|
-
"iife"
|
|
56
|
-
]
|
|
57
|
-
},
|
|
58
|
-
"id": "#format",
|
|
59
|
-
"default": [
|
|
60
|
-
"cjs",
|
|
61
|
-
"esm"
|
|
62
|
-
]
|
|
63
|
-
},
|
|
64
|
-
"platform": {
|
|
65
|
-
"title": "Platform",
|
|
66
|
-
"type": "string",
|
|
67
|
-
"description": "The platform to build",
|
|
68
|
-
"enum": [
|
|
69
|
-
"neutral",
|
|
70
|
-
"node",
|
|
71
|
-
"browser"
|
|
72
|
-
],
|
|
73
|
-
"id": "#platform",
|
|
74
|
-
"default": "neutral"
|
|
75
|
-
},
|
|
76
|
-
"external": {
|
|
77
|
-
"title": "External",
|
|
78
|
-
"type": "array",
|
|
79
|
-
"description": "The external dependencies",
|
|
80
|
-
"id": "#external",
|
|
81
|
-
"default": [],
|
|
82
|
-
"items": {
|
|
83
|
-
"type": "any"
|
|
84
|
-
}
|
|
85
|
-
},
|
|
86
|
-
"noExternal": {
|
|
87
|
-
"title": "No External",
|
|
88
|
-
"type": "array",
|
|
89
|
-
"description": "The dependencies that should not be treated as external",
|
|
90
|
-
"id": "#noExternal",
|
|
91
|
-
"default": [],
|
|
92
|
-
"items": {
|
|
93
|
-
"type": "any"
|
|
94
|
-
}
|
|
95
|
-
},
|
|
96
|
-
"skipNodeModulesBundle": {
|
|
97
|
-
"title": "Skip Node Modules Bundle",
|
|
98
|
-
"type": "boolean",
|
|
99
|
-
"description": "Skip bundling node_modules during the build process (if required)",
|
|
100
|
-
"id": "#skipNodeModulesBundle"
|
|
101
|
-
},
|
|
102
|
-
"mode": {
|
|
103
|
-
"title": "Mode",
|
|
104
|
-
"type": "string",
|
|
105
|
-
"description": "The build mode",
|
|
106
|
-
"enum": [
|
|
107
|
-
"development",
|
|
108
|
-
"test",
|
|
109
|
-
"production"
|
|
110
|
-
],
|
|
111
|
-
"id": "#mode"
|
|
112
|
-
},
|
|
113
|
-
"logLevel": {
|
|
114
|
-
"title": "Log Level",
|
|
115
|
-
"type": "string",
|
|
116
|
-
"description": "The log level to use for the build process",
|
|
117
|
-
"enum": [
|
|
118
|
-
"fatal",
|
|
119
|
-
"error",
|
|
120
|
-
"warn",
|
|
121
|
-
"success",
|
|
122
|
-
"info",
|
|
123
|
-
"debug",
|
|
124
|
-
"trace",
|
|
125
|
-
"silent"
|
|
126
|
-
],
|
|
127
|
-
"id": "#logLevel"
|
|
128
|
-
},
|
|
129
|
-
"define": {
|
|
130
|
-
"title": "Define",
|
|
131
|
-
"type": "object",
|
|
132
|
-
"tsType": "Record<string, string>",
|
|
133
|
-
"description": "The `define` values",
|
|
134
|
-
"id": "#define",
|
|
135
|
-
"default": {}
|
|
136
|
-
},
|
|
137
|
-
"autoInstall": {
|
|
138
|
-
"title": "Auto Install",
|
|
139
|
-
"type": "boolean",
|
|
140
|
-
"description": "Automatically install dependencies during prepare stage",
|
|
141
|
-
"id": "#autoInstall"
|
|
142
|
-
},
|
|
143
|
-
"skipCache": {
|
|
144
|
-
"title": "Skip Cache",
|
|
145
|
-
"type": "boolean",
|
|
146
|
-
"description": "Skip the caching mechanism during the build process (if required)",
|
|
147
|
-
"id": "#skipCache"
|
|
148
|
-
}
|
|
149
|
-
},
|
|
150
|
-
"type": "object",
|
|
151
|
-
"default": {
|
|
152
|
-
"configFile": "{projectRoot}/powerlines.config.ts",
|
|
153
|
-
"tsconfig": "{projectRoot}/tsconfig.json",
|
|
154
|
-
"format": [
|
|
155
|
-
"cjs",
|
|
156
|
-
"esm"
|
|
157
|
-
],
|
|
158
|
-
"platform": "neutral",
|
|
159
|
-
"external": [],
|
|
160
|
-
"noExternal": [],
|
|
161
|
-
"define": {}
|
|
162
|
-
}
|
|
163
|
-
}
|
package/dist/src/index.d.mts
DELETED
package/dist/src/index.d.ts
DELETED
package/dist/src/index.js
DELETED
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
const require_base_executor = require('./base-executor-CkaF97Xd.js');
|
|
2
|
-
let __powerlines_nx_base_base_executor_untyped = require("@powerlines/nx/base/base-executor.untyped");
|
|
3
|
-
__powerlines_nx_base_base_executor_untyped = require_base_executor.__toESM(__powerlines_nx_base_base_executor_untyped);
|
|
4
|
-
let untyped = require("untyped");
|
|
5
|
-
|
|
6
|
-
//#region src/base/base-executor.untyped.ts
|
|
7
|
-
var base_executor_untyped_default = (0, untyped.defineUntypedSchema)({
|
|
8
|
-
...__powerlines_nx_base_base_executor_untyped.default,
|
|
9
|
-
$schema: {
|
|
10
|
-
id: "BaseExecutorSchema",
|
|
11
|
-
title: "Base Executor",
|
|
12
|
-
description: "A shared/base schema type definition for Shell Shock executors",
|
|
13
|
-
required: []
|
|
14
|
-
}
|
|
15
|
-
});
|
|
16
|
-
|
|
17
|
-
//#endregion
|
|
18
|
-
exports.withExecutor = require_base_executor.withExecutor;
|
package/dist/src/index.mjs.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.mjs","names":[],"sources":["../../src/base/base-executor.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/base/base-executor.untyped\";\nimport { defineUntypedSchema } from \"untyped\";\n\nexport default defineUntypedSchema({\n ...baseExecutorSchema,\n $schema: {\n id: \"BaseExecutorSchema\",\n title: \"Base Executor\",\n description:\n \"A shared/base schema type definition for Shell Shock executors\",\n required: []\n }\n});\n"],"mappings":";;;;;AAqBA,oCAAe,oBAAoB;CACjC,GAAG;CACH,SAAS;EACP,IAAI;EACJ,OAAO;EACP,aACE;EACF,UAAU,EAAE;EACb;CACF,CAAC"}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import { NxPluginOptions } from "@powerlines/nx";
|
|
2
|
-
import { CreateNodesV2 } from "@nx/devkit";
|
|
3
|
-
|
|
4
|
-
//#region src/plugin/index.d.ts
|
|
5
|
-
declare const createNodesV2: CreateNodesV2<NxPluginOptions>;
|
|
6
|
-
//#endregion
|
|
7
|
-
export { createNodesV2 };
|
|
8
|
-
//# sourceMappingURL=index.d.mts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.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";
|
|
3
|
-
|
|
4
|
-
//#region src/plugin/index.d.ts
|
|
5
|
-
declare const createNodesV2: CreateNodesV2<NxPluginOptions>;
|
|
6
|
-
//#endregion
|
|
7
|
-
export { createNodesV2 };
|
|
8
|
-
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","names":[],"sources":["../../../src/plugin/index.ts"],"sourcesContent":[],"mappings":";;;;cAsBa,eAAe,cAAc"}
|
package/dist/src/plugin/index.js
DELETED
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
const require_base_executor = require('../base-executor-CkaF97Xd.js');
|
|
2
|
-
let __powerlines_nx = require("@powerlines/nx");
|
|
3
|
-
|
|
4
|
-
//#region src/plugin/index.ts
|
|
5
|
-
const createNodesV2 = (0, __powerlines_nx.createNxPlugin)({ framework: "shell-shock" });
|
|
6
|
-
|
|
7
|
-
//#endregion
|
|
8
|
-
exports.createNodesV2 = createNodesV2;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.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 type { NxPluginOptions } from \"@powerlines/nx\";\nimport { createNxPlugin } from \"@powerlines/nx\";\n\nexport const createNodesV2: CreateNodesV2<NxPluginOptions> =\n createNxPlugin<NxPluginOptions>({\n framework: \"shell-shock\"\n });\n"],"mappings":";;;AAsBA,MAAaA,gBACX,eAAgC,EAC9B,WAAW,eACZ,CAAC"}
|