@pipelab/plugin-core 1.0.1-beta.2 → 1.0.1-beta.3

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 CHANGED
@@ -1,5 +1,11 @@
1
1
  # @pipelab/plugin-core
2
2
 
3
+ ## 1.0.1-beta.3
4
+
5
+ ### Patch Changes
6
+
7
+ - sd
8
+
3
9
  ## 1.0.1-beta.2
4
10
 
5
11
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pipelab/plugin-core",
3
- "version": "1.0.1-beta.2",
3
+ "version": "1.0.1-beta.3",
4
4
  "description": "Core library for building Pipelab plugins",
5
5
  "license": "FSL-1.1-MIT",
6
6
  "author": "CynToolkit",
@@ -42,9 +42,9 @@
42
42
  "@types/yauzl": "2.10.3",
43
43
  "tsdown": "0.21.2",
44
44
  "typescript": "5.9.3",
45
- "@pipelab/constants": "1.0.1-beta.3",
46
- "@pipelab/shared": "2.0.1-beta.4",
47
- "@pipelab/tsconfig": "1.0.1-beta.3"
45
+ "@pipelab/constants": "1.0.1-beta.4",
46
+ "@pipelab/shared": "2.0.1-beta.5",
47
+ "@pipelab/tsconfig": "1.0.1-beta.4"
48
48
  },
49
49
  "scripts": {
50
50
  "build": "tsdown",
@@ -1,364 +0,0 @@
1
-
2
-
3
- > @pipelab/plugin-core@1.0.1-beta.1 build /run/media/armaldio/SSD/Projects/Pipelab/pipelab/packages/plugin-core
4
- > tsdown
5
-
6
- ℹ tsdown v0.21.2 powered by rolldown v1.0.0-rc.9
7
- ℹ config file: /run/media/armaldio/SSD/Projects/Pipelab/pipelab/packages/plugin-core/tsdown.config.ts
8
- ℹ entry: src/index.ts
9
- ℹ tsconfig: tsconfig.json
10
- ℹ Build start
11
- ℹ Cleaning 24 files
12
- [rolldown-plugin-dts] Warning: Failed to emit declaration file. Please try to enable `eager` option (`dts.eager` for tsdown).
13
- [rolldown-plugin-dts] Warning: Failed to emit declaration file. Please try to enable `eager` option (`dts.eager` for tsdown).
14
- ℹ [CJS] dist/index.d.cts.map 3.45 kB │ gzip: 1.07 kB
15
- ℹ [CJS] dist/index.d.cts 7.11 kB │ gzip: 2.04 kB
16
- ℹ [CJS] 2 files, total: 10.56 kB
17
- src/pipelab.d.ts (2:9) [MISSING_EXPORT] Warning: "Action" is not exported by "../shared/src/index.d.ts".
18
- ╭─[ src/pipelab.d.ts:2:10 ]
19
- │
20
- 2 │ import { Action, Condition, Loop, Expression, Event, SetOutputActionFn, SetOutputLoopFn, SetOutputExpressionFn, ExtractInputsFromAction, ExtractInputsFromCondition, ExtractInputsFromLoop, ExtractInputsFromEvent, ExtractInputsFromExpression } from "@pipelab/shared";
21
-  │ ───┬──
22
-  │ ╰──── Missing export
23
-  │
24
-  │ Note: If you meant to import a type rather than a value, make sure to add the `type` modifier (e.g. `import { type Foo } from '@pipelab/shared'`).
25
- ───╯
26
-
27
- src/pipelab.d.ts (2:17) [MISSING_EXPORT] Warning: "Condition" is not exported by "../shared/src/index.d.ts".
28
- ╭─[ src/pipelab.d.ts:2:18 ]
29
- │
30
- 2 │ import { Action, Condition, Loop, Expression, Event, SetOutputActionFn, SetOutputLoopFn, SetOutputExpressionFn, ExtractInputsFromAction, ExtractInputsFromCondition, ExtractInputsFromLoop, ExtractInputsFromEvent, ExtractInputsFromExpression } from "@pipelab/shared";
31
-  │ ────┬────
32
-  │ ╰────── Missing export
33
-  │
34
-  │ Note: If you meant to import a type rather than a value, make sure to add the `type` modifier (e.g. `import { type Foo } from '@pipelab/shared'`).
35
- ───╯
36
-
37
- src/pipelab.d.ts (2:28) [MISSING_EXPORT] Warning: "Loop" is not exported by "../shared/src/index.d.ts".
38
- ╭─[ src/pipelab.d.ts:2:29 ]
39
- │
40
- 2 │ import { Action, Condition, Loop, Expression, Event, SetOutputActionFn, SetOutputLoopFn, SetOutputExpressionFn, ExtractInputsFromAction, ExtractInputsFromCondition, ExtractInputsFromLoop, ExtractInputsFromEvent, ExtractInputsFromExpression } from "@pipelab/shared";
41
-  │ ──┬─
42
-  │ ╰─── Missing export
43
-  │
44
-  │ Note: If you meant to import a type rather than a value, make sure to add the `type` modifier (e.g. `import { type Foo } from '@pipelab/shared'`).
45
- ───╯
46
-
47
- src/pipelab.d.ts (2:34) [MISSING_EXPORT] Warning: "Expression" is not exported by "../shared/src/index.d.ts".
48
- ╭─[ src/pipelab.d.ts:2:35 ]
49
- │
50
- 2 │ import { Action, Condition, Loop, Expression, Event, SetOutputActionFn, SetOutputLoopFn, SetOutputExpressionFn, ExtractInputsFromAction, ExtractInputsFromCondition, ExtractInputsFromLoop, ExtractInputsFromEvent, ExtractInputsFromExpression } from "@pipelab/shared";
51
-  │ ─────┬────
52
-  │ ╰────── Missing export
53
-  │
54
-  │ Note: If you meant to import a type rather than a value, make sure to add the `type` modifier (e.g. `import { type Foo } from '@pipelab/shared'`).
55
- ───╯
56
-
57
- src/pipelab.d.ts (2:46) [MISSING_EXPORT] Warning: "Event" is not exported by "../shared/src/index.d.ts".
58
- ╭─[ src/pipelab.d.ts:2:47 ]
59
- │
60
- 2 │ import { Action, Condition, Loop, Expression, Event, SetOutputActionFn, SetOutputLoopFn, SetOutputExpressionFn, ExtractInputsFromAction, ExtractInputsFromCondition, ExtractInputsFromLoop, ExtractInputsFromEvent, ExtractInputsFromExpression } from "@pipelab/shared";
61
-  │ ──┬──
62
-  │ ╰──── Missing export
63
-  │
64
-  │ Note: If you meant to import a type rather than a value, make sure to add the `type` modifier (e.g. `import { type Foo } from '@pipelab/shared'`).
65
- ───╯
66
-
67
- src/pipelab.d.ts (2:53) [MISSING_EXPORT] Warning: "SetOutputActionFn" is not exported by "../shared/src/index.d.ts".
68
- ╭─[ src/pipelab.d.ts:2:54 ]
69
- │
70
- 2 │ import { Action, Condition, Loop, Expression, Event, SetOutputActionFn, SetOutputLoopFn, SetOutputExpressionFn, ExtractInputsFromAction, ExtractInputsFromCondition, ExtractInputsFromLoop, ExtractInputsFromEvent, ExtractInputsFromExpression } from "@pipelab/shared";
71
-  │ ────────┬────────
72
-  │ ╰────────── Missing export
73
-  │
74
-  │ Note: If you meant to import a type rather than a value, make sure to add the `type` modifier (e.g. `import { type Foo } from '@pipelab/shared'`).
75
- ───╯
76
-
77
- src/pipelab.d.ts (2:72) [MISSING_EXPORT] Warning: "SetOutputLoopFn" is not exported by "../shared/src/index.d.ts".
78
- ╭─[ src/pipelab.d.ts:2:73 ]
79
- │
80
- 2 │ import { Action, Condition, Loop, Expression, Event, SetOutputActionFn, SetOutputLoopFn, SetOutputExpressionFn, ExtractInputsFromAction, ExtractInputsFromCondition, ExtractInputsFromLoop, ExtractInputsFromEvent, ExtractInputsFromExpression } from "@pipelab/shared";
81
-  │ ───────┬───────
82
-  │ ╰───────── Missing export
83
-  │
84
-  │ Note: If you meant to import a type rather than a value, make sure to add the `type` modifier (e.g. `import { type Foo } from '@pipelab/shared'`).
85
- ───╯
86
-
87
- src/pipelab.d.ts (2:89) [MISSING_EXPORT] Warning: "SetOutputExpressionFn" is not exported by "../shared/src/index.d.ts".
88
- ╭─[ src/pipelab.d.ts:2:90 ]
89
- │
90
- 2 │ import { Action, Condition, Loop, Expression, Event, SetOutputActionFn, SetOutputLoopFn, SetOutputExpressionFn, ExtractInputsFromAction, ExtractInputsFromCondition, ExtractInputsFromLoop, ExtractInputsFromEvent, ExtractInputsFromExpression } from "@pipelab/shared";
91
-  │ ──────────┬──────────
92
-  │ ╰──────────── Missing export
93
-  │
94
-  │ Note: If you meant to import a type rather than a value, make sure to add the `type` modifier (e.g. `import { type Foo } from '@pipelab/shared'`).
95
- ───╯
96
-
97
- src/pipelab.d.ts (2:112) [MISSING_EXPORT] Warning: "ExtractInputsFromAction" is not exported by "../shared/src/index.d.ts".
98
- ╭─[ src/pipelab.d.ts:2:113 ]
99
- │
100
- 2 │ import { Action, Condition, Loop, Expression, Event, SetOutputActionFn, SetOutputLoopFn, SetOutputExpressionFn, ExtractInputsFromAction, ExtractInputsFromCondition, ExtractInputsFromLoop, ExtractInputsFromEvent, ExtractInputsFromExpression } from "@pipelab/shared";
101
-  │ ───────────┬───────────
102
-  │ ╰───────────── Missing export
103
-  │
104
-  │ Note: If you meant to import a type rather than a value, make sure to add the `type` modifier (e.g. `import { type Foo } from '@pipelab/shared'`).
105
- ───╯
106
-
107
- src/pipelab.d.ts (2:137) [MISSING_EXPORT] Warning: "ExtractInputsFromCondition" is not exported by "../shared/src/index.d.ts".
108
- ╭─[ src/pipelab.d.ts:2:138 ]
109
- │
110
- 2 │ import { Action, Condition, Loop, Expression, Event, SetOutputActionFn, SetOutputLoopFn, SetOutputExpressionFn, ExtractInputsFromAction, ExtractInputsFromCondition, ExtractInputsFromLoop, ExtractInputsFromEvent, ExtractInputsFromExpression } from "@pipelab/shared";
111
-  │ ─────────────┬────────────
112
-  │ ╰────────────── Missing export
113
-  │
114
-  │ Note: If you meant to import a type rather than a value, make sure to add the `type` modifier (e.g. `import { type Foo } from '@pipelab/shared'`).
115
- ───╯
116
-
117
- src/pipelab.d.ts (2:165) [MISSING_EXPORT] Warning: "ExtractInputsFromLoop" is not exported by "../shared/src/index.d.ts".
118
- ╭─[ src/pipelab.d.ts:2:166 ]
119
- │
120
- 2 │ import { Action, Condition, Loop, Expression, Event, SetOutputActionFn, SetOutputLoopFn, SetOutputExpressionFn, ExtractInputsFromAction, ExtractInputsFromCondition, ExtractInputsFromLoop, ExtractInputsFromEvent, ExtractInputsFromExpression } from "@pipelab/shared";
121
-  │ ──────────┬──────────
122
-  │ ╰──────────── Missing export
123
-  │
124
-  │ Note: If you meant to import a type rather than a value, make sure to add the `type` modifier (e.g. `import { type Foo } from '@pipelab/shared'`).
125
- ───╯
126
-
127
- src/pipelab.d.ts (2:188) [MISSING_EXPORT] Warning: "ExtractInputsFromEvent" is not exported by "../shared/src/index.d.ts".
128
- ╭─[ src/pipelab.d.ts:2:189 ]
129
- │
130
- 2 │ import { Action, Condition, Loop, Expression, Event, SetOutputActionFn, SetOutputLoopFn, SetOutputExpressionFn, ExtractInputsFromAction, ExtractInputsFromCondition, ExtractInputsFromLoop, ExtractInputsFromEvent, ExtractInputsFromExpression } from "@pipelab/shared";
131
-  │ ───────────┬──────────
132
-  │ ╰──────────── Missing export
133
-  │
134
-  │ Note: If you meant to import a type rather than a value, make sure to add the `type` modifier (e.g. `import { type Foo } from '@pipelab/shared'`).
135
- ───╯
136
-
137
- src/pipelab.d.ts (2:212) [MISSING_EXPORT] Warning: "ExtractInputsFromExpression" is not exported by "../shared/src/index.d.ts".
138
- ╭─[ src/pipelab.d.ts:2:213 ]
139
- │
140
- 2 │ import { Action, Condition, Loop, Expression, Event, SetOutputActionFn, SetOutputLoopFn, SetOutputExpressionFn, ExtractInputsFromAction, ExtractInputsFromCondition, ExtractInputsFromLoop, ExtractInputsFromEvent, ExtractInputsFromExpression } from "@pipelab/shared";
141
-  │ ─────────────┬─────────────
142
-  │ ╰─────────────── Missing export
143
-  │
144
-  │ Note: If you meant to import a type rather than a value, make sure to add the `type` modifier (e.g. `import { type Foo } from '@pipelab/shared'`).
145
- ───╯
146
-
147
- ℹ Hint: consider adding deps.onlyBundle option to avoid unintended bundling of dependencies, or set deps.onlyBundle: false to disable this hint.
148
- See more at https://tsdown.dev/options/dependencies#deps-onlybundle
149
- Detected dependencies in bundle:
150
- - semver
151
- - klona
152
- - valibot
153
- - tslog
154
- - quickjs-emscripten-core
155
- - @jitl/quickjs-wasmfile-release-sync
156
- - quickjs-emscripten-sync
157
- - @jitl/quickjs-singlefile-mjs-release-sync
158
- - @vue/shared
159
- - entities
160
- - @babel/parser
161
- - estree-walker
162
- - source-map-js
163
- - @vue/compiler-core
164
- - @vue/compiler-dom
165
- - @vue/reactivity
166
- - @vue/runtime-core
167
- - @vue/runtime-dom
168
- - vue
169
- - tslib
170
- - @supabase/functions-js
171
- - @supabase/postgrest-js
172
- - @supabase/realtime-js
173
- - iceberg-js
174
- - @supabase/storage-js
175
- - @supabase/auth-js
176
- - @supabase/supabase-js
177
- - @jitl/quickjs-ffi-types
178
- ℹ [CJS] dist/index.cjs 2.37 MB
179
- ℹ [CJS] dist/emscripten-module-VHMWRAJ2-CZxK3CFi.cjs 709.35 kB │ gzip: 310.98 kB
180
- ℹ [CJS] dist/chunk-JTKJZQYV-DwALyGe5.cjs 49.38 kB │ gzip: 10.86 kB
181
- ℹ [CJS] dist/emscripten-module-BreoZ8PK.cjs 18.90 kB │ gzip: 6.26 kB
182
- ℹ [CJS] dist/ffi-D46mojcp.cjs 7.06 kB │ gzip: 1.11 kB
183
- ℹ [CJS] dist/ffi-B2-9g6wM.cjs 7.05 kB │ gzip: 1.11 kB
184
- ℹ [CJS] dist/module-6F3E5H7Y-BVGmvvK_.cjs 0.42 kB │ gzip: 0.18 kB
185
- ℹ [CJS] 7 files, total: 3.16 MB
186
- ✔ Build complete in 1621ms
187
- ℹ Hint: consider adding deps.onlyBundle option to avoid unintended bundling of dependencies, or set deps.onlyBundle: false to disable this hint.
188
- See more at https://tsdown.dev/options/dependencies#deps-onlybundle
189
- Detected dependencies in bundle:
190
- - semver
191
- - klona
192
- - valibot
193
- - tslog
194
- - quickjs-emscripten-core
195
- - @jitl/quickjs-wasmfile-release-sync
196
- - quickjs-emscripten-sync
197
- - @jitl/quickjs-singlefile-mjs-release-sync
198
- - @vue/shared
199
- - entities
200
- - @babel/parser
201
- - estree-walker
202
- - source-map-js
203
- - @vue/compiler-core
204
- - @vue/compiler-dom
205
- - @vue/reactivity
206
- - @vue/runtime-core
207
- - @vue/runtime-dom
208
- - vue
209
- - tslib
210
- - @supabase/functions-js
211
- - @supabase/postgrest-js
212
- - @supabase/realtime-js
213
- - iceberg-js
214
- - @supabase/storage-js
215
- - @supabase/auth-js
216
- - @supabase/supabase-js
217
- - @jitl/quickjs-ffi-types
218
- ℹ [ESM] dist/index.mjs 2.37 MB
219
- ℹ [ESM] dist/index.mjs.map 4.26 MB
220
- ℹ [ESM] dist/emscripten-module-VHMWRAJ2-Czcf6BHN.mjs.map 720.76 kB │ gzip: 313.75 kB
221
- ℹ [ESM] dist/emscripten-module-VHMWRAJ2-Czcf6BHN.mjs 709.30 kB │ gzip: 311.00 kB
222
- ℹ [ESM] dist/chunk-JTKJZQYV-CRyylFtW.mjs.map 75.44 kB │ gzip: 17.10 kB
223
- ℹ [ESM] dist/chunk-JTKJZQYV-CRyylFtW.mjs 48.80 kB │ gzip: 10.86 kB
224
- ℹ [ESM] dist/emscripten-module-DVxR1x9z.mjs.map 30.50 kB │ gzip: 9.32 kB
225
- ℹ [ESM] dist/emscripten-module-DVxR1x9z.mjs 18.82 kB │ gzip: 6.27 kB
226
- ℹ [ESM] dist/ffi-DjjqisTa.mjs.map 11.10 kB │ gzip: 1.66 kB
227
- ℹ [ESM] dist/ffi-SCExi0U-.mjs.map 11.09 kB │ gzip: 1.65 kB
228
- ℹ [ESM] dist/ffi-DjjqisTa.mjs 7.06 kB │ gzip: 1.13 kB
229
- ℹ [ESM] dist/ffi-SCExi0U-.mjs 7.06 kB │ gzip: 1.12 kB
230
- ℹ [ESM] dist/index.d.mts.map 3.45 kB │ gzip: 1.07 kB
231
- ℹ [ESM] dist/module-6F3E5H7Y-DHjYta_R.mjs 0.28 kB │ gzip: 0.17 kB
232
- ℹ [ESM] dist/index.d.mts 7.11 kB │ gzip: 2.04 kB
233
- ℹ [ESM] 15 files, total: 8.28 MB
234
- src/pipelab.d.ts (2:9) [MISSING_EXPORT] Warning: "Action" is not exported by "../shared/src/index.d.ts".
235
- ╭─[ src/pipelab.d.ts:2:10 ]
236
- │
237
- 2 │ import { Action, Condition, Loop, Expression, Event, SetOutputActionFn, SetOutputLoopFn, SetOutputExpressionFn, ExtractInputsFromAction, ExtractInputsFromCondition, ExtractInputsFromLoop, ExtractInputsFromEvent, ExtractInputsFromExpression } from "@pipelab/shared";
238
-  │ ───┬──
239
-  │ ╰──── Missing export
240
-  │
241
-  │ Note: If you meant to import a type rather than a value, make sure to add the `type` modifier (e.g. `import { type Foo } from '@pipelab/shared'`).
242
- ───╯
243
-
244
- src/pipelab.d.ts (2:17) [MISSING_EXPORT] Warning: "Condition" is not exported by "../shared/src/index.d.ts".
245
- ╭─[ src/pipelab.d.ts:2:18 ]
246
- │
247
- 2 │ import { Action, Condition, Loop, Expression, Event, SetOutputActionFn, SetOutputLoopFn, SetOutputExpressionFn, ExtractInputsFromAction, ExtractInputsFromCondition, ExtractInputsFromLoop, ExtractInputsFromEvent, ExtractInputsFromExpression } from "@pipelab/shared";
248
-  │ ────┬────
249
-  │ ╰────── Missing export
250
-  │
251
-  │ Note: If you meant to import a type rather than a value, make sure to add the `type` modifier (e.g. `import { type Foo } from '@pipelab/shared'`).
252
- ───╯
253
-
254
- src/pipelab.d.ts (2:28) [MISSING_EXPORT] Warning: "Loop" is not exported by "../shared/src/index.d.ts".
255
- ╭─[ src/pipelab.d.ts:2:29 ]
256
- │
257
- 2 │ import { Action, Condition, Loop, Expression, Event, SetOutputActionFn, SetOutputLoopFn, SetOutputExpressionFn, ExtractInputsFromAction, ExtractInputsFromCondition, ExtractInputsFromLoop, ExtractInputsFromEvent, ExtractInputsFromExpression } from "@pipelab/shared";
258
-  │ ──┬─
259
-  │ ╰─── Missing export
260
-  │
261
-  │ Note: If you meant to import a type rather than a value, make sure to add the `type` modifier (e.g. `import { type Foo } from '@pipelab/shared'`).
262
- ───╯
263
-
264
- src/pipelab.d.ts (2:34) [MISSING_EXPORT] Warning: "Expression" is not exported by "../shared/src/index.d.ts".
265
- ╭─[ src/pipelab.d.ts:2:35 ]
266
- │
267
- 2 │ import { Action, Condition, Loop, Expression, Event, SetOutputActionFn, SetOutputLoopFn, SetOutputExpressionFn, ExtractInputsFromAction, ExtractInputsFromCondition, ExtractInputsFromLoop, ExtractInputsFromEvent, ExtractInputsFromExpression } from "@pipelab/shared";
268
-  │ ─────┬────
269
-  │ ╰────── Missing export
270
-  │
271
-  │ Note: If you meant to import a type rather than a value, make sure to add the `type` modifier (e.g. `import { type Foo } from '@pipelab/shared'`).
272
- ───╯
273
-
274
- src/pipelab.d.ts (2:46) [MISSING_EXPORT] Warning: "Event" is not exported by "../shared/src/index.d.ts".
275
- ╭─[ src/pipelab.d.ts:2:47 ]
276
- │
277
- 2 │ import { Action, Condition, Loop, Expression, Event, SetOutputActionFn, SetOutputLoopFn, SetOutputExpressionFn, ExtractInputsFromAction, ExtractInputsFromCondition, ExtractInputsFromLoop, ExtractInputsFromEvent, ExtractInputsFromExpression } from "@pipelab/shared";
278
-  │ ──┬──
279
-  │ ╰──── Missing export
280
-  │
281
-  │ Note: If you meant to import a type rather than a value, make sure to add the `type` modifier (e.g. `import { type Foo } from '@pipelab/shared'`).
282
- ───╯
283
-
284
- src/pipelab.d.ts (2:53) [MISSING_EXPORT] Warning: "SetOutputActionFn" is not exported by "../shared/src/index.d.ts".
285
- ╭─[ src/pipelab.d.ts:2:54 ]
286
- │
287
- 2 │ import { Action, Condition, Loop, Expression, Event, SetOutputActionFn, SetOutputLoopFn, SetOutputExpressionFn, ExtractInputsFromAction, ExtractInputsFromCondition, ExtractInputsFromLoop, ExtractInputsFromEvent, ExtractInputsFromExpression } from "@pipelab/shared";
288
-  │ ────────┬────────
289
-  │ ╰────────── Missing export
290
-  │
291
-  │ Note: If you meant to import a type rather than a value, make sure to add the `type` modifier (e.g. `import { type Foo } from '@pipelab/shared'`).
292
- ───╯
293
-
294
- src/pipelab.d.ts (2:72) [MISSING_EXPORT] Warning: "SetOutputLoopFn" is not exported by "../shared/src/index.d.ts".
295
- ╭─[ src/pipelab.d.ts:2:73 ]
296
- │
297
- 2 │ import { Action, Condition, Loop, Expression, Event, SetOutputActionFn, SetOutputLoopFn, SetOutputExpressionFn, ExtractInputsFromAction, ExtractInputsFromCondition, ExtractInputsFromLoop, ExtractInputsFromEvent, ExtractInputsFromExpression } from "@pipelab/shared";
298
-  │ ───────┬───────
299
-  │ ╰───────── Missing export
300
-  │
301
-  │ Note: If you meant to import a type rather than a value, make sure to add the `type` modifier (e.g. `import { type Foo } from '@pipelab/shared'`).
302
- ───╯
303
-
304
- src/pipelab.d.ts (2:89) [MISSING_EXPORT] Warning: "SetOutputExpressionFn" is not exported by "../shared/src/index.d.ts".
305
- ╭─[ src/pipelab.d.ts:2:90 ]
306
- │
307
- 2 │ import { Action, Condition, Loop, Expression, Event, SetOutputActionFn, SetOutputLoopFn, SetOutputExpressionFn, ExtractInputsFromAction, ExtractInputsFromCondition, ExtractInputsFromLoop, ExtractInputsFromEvent, ExtractInputsFromExpression } from "@pipelab/shared";
308
-  │ ──────────┬──────────
309
-  │ ╰──────────── Missing export
310
-  │
311
-  │ Note: If you meant to import a type rather than a value, make sure to add the `type` modifier (e.g. `import { type Foo } from '@pipelab/shared'`).
312
- ───╯
313
-
314
- src/pipelab.d.ts (2:112) [MISSING_EXPORT] Warning: "ExtractInputsFromAction" is not exported by "../shared/src/index.d.ts".
315
- ╭─[ src/pipelab.d.ts:2:113 ]
316
- │
317
- 2 │ import { Action, Condition, Loop, Expression, Event, SetOutputActionFn, SetOutputLoopFn, SetOutputExpressionFn, ExtractInputsFromAction, ExtractInputsFromCondition, ExtractInputsFromLoop, ExtractInputsFromEvent, ExtractInputsFromExpression } from "@pipelab/shared";
318
-  │ ───────────┬───────────
319
-  │ ╰───────────── Missing export
320
-  │
321
-  │ Note: If you meant to import a type rather than a value, make sure to add the `type` modifier (e.g. `import { type Foo } from '@pipelab/shared'`).
322
- ───╯
323
-
324
- src/pipelab.d.ts (2:137) [MISSING_EXPORT] Warning: "ExtractInputsFromCondition" is not exported by "../shared/src/index.d.ts".
325
- ╭─[ src/pipelab.d.ts:2:138 ]
326
- │
327
- 2 │ import { Action, Condition, Loop, Expression, Event, SetOutputActionFn, SetOutputLoopFn, SetOutputExpressionFn, ExtractInputsFromAction, ExtractInputsFromCondition, ExtractInputsFromLoop, ExtractInputsFromEvent, ExtractInputsFromExpression } from "@pipelab/shared";
328
-  │ ─────────────┬────────────
329
-  │ ╰────────────── Missing export
330
-  │
331
-  │ Note: If you meant to import a type rather than a value, make sure to add the `type` modifier (e.g. `import { type Foo } from '@pipelab/shared'`).
332
- ───╯
333
-
334
- src/pipelab.d.ts (2:165) [MISSING_EXPORT] Warning: "ExtractInputsFromLoop" is not exported by "../shared/src/index.d.ts".
335
- ╭─[ src/pipelab.d.ts:2:166 ]
336
- │
337
- 2 │ import { Action, Condition, Loop, Expression, Event, SetOutputActionFn, SetOutputLoopFn, SetOutputExpressionFn, ExtractInputsFromAction, ExtractInputsFromCondition, ExtractInputsFromLoop, ExtractInputsFromEvent, ExtractInputsFromExpression } from "@pipelab/shared";
338
-  │ ──────────┬──────────
339
-  │ ╰──────────── Missing export
340
-  │
341
-  │ Note: If you meant to import a type rather than a value, make sure to add the `type` modifier (e.g. `import { type Foo } from '@pipelab/shared'`).
342
- ───╯
343
-
344
- src/pipelab.d.ts (2:188) [MISSING_EXPORT] Warning: "ExtractInputsFromEvent" is not exported by "../shared/src/index.d.ts".
345
- ╭─[ src/pipelab.d.ts:2:189 ]
346
- │
347
- 2 │ import { Action, Condition, Loop, Expression, Event, SetOutputActionFn, SetOutputLoopFn, SetOutputExpressionFn, ExtractInputsFromAction, ExtractInputsFromCondition, ExtractInputsFromLoop, ExtractInputsFromEvent, ExtractInputsFromExpression } from "@pipelab/shared";
348
-  │ ───────────┬──────────
349
-  │ ╰──────────── Missing export
350
-  │
351
-  │ Note: If you meant to import a type rather than a value, make sure to add the `type` modifier (e.g. `import { type Foo } from '@pipelab/shared'`).
352
- ───╯
353
-
354
- src/pipelab.d.ts (2:212) [MISSING_EXPORT] Warning: "ExtractInputsFromExpression" is not exported by "../shared/src/index.d.ts".
355
- ╭─[ src/pipelab.d.ts:2:213 ]
356
- │
357
- 2 │ import { Action, Condition, Loop, Expression, Event, SetOutputActionFn, SetOutputLoopFn, SetOutputExpressionFn, ExtractInputsFromAction, ExtractInputsFromCondition, ExtractInputsFromLoop, ExtractInputsFromEvent, ExtractInputsFromExpression } from "@pipelab/shared";
358
-  │ ─────────────┬─────────────
359
-  │ ╰─────────────── Missing export
360
-  │
361
-  │ Note: If you meant to import a type rather than a value, make sure to add the `type` modifier (e.g. `import { type Foo } from '@pipelab/shared'`).
362
- ───╯
363
-
364
- ✔ Build complete in 1724ms
@@ -1,36 +0,0 @@
1
-
2
-
3
- > @pipelab/plugin-core@1.0.0 lint /run/media/armaldio/SSD/Projects/Pipelab/pipelab/packages/plugin-core
4
- > oxlint .
5
-
6
-
7
- ⚠ ]8;;https://oxc.rs/docs/guide/usage/linter/rules/eslint/no-unused-vars.html\eslint(no-unused-vars)]8;;\: Identifier 'mkdir' is imported but never used.
8
- ╭─[src/archive-utils.ts:1:10]
9
- 1 │ import { mkdir, createReadStream, createWriteStream } from "node:fs";
10
- ·  ──┬──
11
- · ╰── 'mkdir' is imported here
12
- 2 │ import { mkdir as mkdirP } from "node:fs/promises";
13
- ╰────
14
-  help: Consider removing this import.
15
-
16
- ⚠ ]8;;https://oxc.rs/docs/guide/usage/linter/rules/unicorn/prefer-string-starts-ends-with.html\eslint-plugin-unicorn(prefer-string-starts-ends-with)]8;;\: Prefer String#endsWith over a regex with a dollar sign.
17
- ╭─[src/archive-utils.ts:64:13]
18
- 63 │
19
- 64 │ if (/\/$/.test(entry.fileName)) {
20
- ·  ──────────
21
- 65 │ // It's a directory
22
- ╰────
23
-  help: Replace `/\/$/.test(entry.fileName)` with `entry.fileName.endsWith('/')`.
24
-
25
- ⚠ ]8;;https://oxc.rs/docs/guide/usage/linter/rules/eslint/no-unused-vars.html\eslint(no-unused-vars)]8;;\: Catch parameter 'e' is caught but never used.
26
- ╭─[src/utils.ts:231:12]
27
- 230 │ return finalPath;
28
- 231 │ } catch (e) {
29
- ·  ┬
30
- · ╰── 'e' is declared here
31
- 232 │ console.log(`NPM package ${name}@${version} not found at ${finalPath}, installing...`);
32
- ╰────
33
-  help: Consider handling this error.
34
-
35
- Found 3 warnings and 0 errors.
36
- Finished in 26ms on 8 files with 93 rules using 16 threads.