@tailor-platform/sdk 1.2.1 → 1.2.2
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 +16 -0
- package/dist/cli/index.mjs +2 -2
- package/dist/cli/lib.d.mts +1 -3
- package/dist/cli/lib.mjs +2 -2
- package/dist/{config-Bc_PBkyF.mjs → config-CnvbSTIP.mjs} +13 -10
- package/dist/config-CnvbSTIP.mjs.map +1 -0
- package/dist/configure/index.d.mts +2 -2
- package/dist/configure/index.mjs +1 -1
- package/dist/configure/index.mjs.map +1 -1
- package/dist/{index-C4nvv_Ew.d.mts → index-aNF917Ib.d.mts} +11 -16
- package/dist/{list-9sLkfPfn.mjs → list-CinLZzZW.mjs} +655 -32
- package/dist/{list-9sLkfPfn.mjs.map → list-CinLZzZW.mjs.map} +1 -1
- package/dist/{types-Du-lo0MV.d.mts → types-C0n7Syhv.d.mts} +55 -42
- package/dist/user-defined.d.ts +1 -0
- package/dist/utils/test/index.d.mts +7 -9
- package/dist/utils/test/index.mjs +5 -7
- package/dist/utils/test/index.mjs.map +1 -1
- package/package.json +9 -6
- package/postinstall.mjs +1 -0
- package/dist/config-Bc_PBkyF.mjs.map +0 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { a as __toCommonJS, i as __require, n as __esmMin, o as __toESM, r as __exportAll, t as __commonJSMin } from "./chunk-CIV_ash9.mjs";
|
|
2
|
-
import { i as WORKFLOW_JOB_BRAND, r as getDistDir } from "./config-
|
|
2
|
+
import { i as WORKFLOW_JOB_BRAND, r as getDistDir } from "./config-CnvbSTIP.mjs";
|
|
3
3
|
import Module, { createRequire } from "node:module";
|
|
4
4
|
import { defineCommand } from "citty";
|
|
5
5
|
import * as path$20 from "node:path";
|
|
@@ -1738,9 +1738,8 @@ const DEFAULT_IGNORE_PATTERNS = ["**/*.test.ts", "**/*.spec.ts"];
|
|
|
1738
1738
|
/**
|
|
1739
1739
|
* Load files matching the given patterns, excluding files that match ignore patterns.
|
|
1740
1740
|
* By default, test files (*.test.ts, *.spec.ts) are excluded unless ignores is explicitly specified.
|
|
1741
|
-
*
|
|
1742
|
-
* @
|
|
1743
|
-
* @returns Array of absolute file paths
|
|
1741
|
+
* @param {FileLoadConfig} config - Configuration with files patterns and optional ignores patterns
|
|
1742
|
+
* @returns {string[]} Array of absolute file paths
|
|
1744
1743
|
*/
|
|
1745
1744
|
function loadFilesWithIgnores(config) {
|
|
1746
1745
|
const ignorePatterns = config.ignores ?? DEFAULT_IGNORE_PATTERNS;
|
|
@@ -94776,6 +94775,48 @@ var require_globals$1 = /* @__PURE__ */ __commonJSMin(((exports, module) => {
|
|
|
94776
94775
|
"resetTimeouts": false,
|
|
94777
94776
|
"waitsForPromise": false
|
|
94778
94777
|
},
|
|
94778
|
+
"audioWorklet": {
|
|
94779
|
+
"AbortController": false,
|
|
94780
|
+
"AbortSignal": false,
|
|
94781
|
+
"AsyncDisposableStack": false,
|
|
94782
|
+
"AudioWorkletGlobalScope": false,
|
|
94783
|
+
"AudioWorkletProcessor": false,
|
|
94784
|
+
"ByteLengthQueuingStrategy": false,
|
|
94785
|
+
"CompressionStream": false,
|
|
94786
|
+
"console": false,
|
|
94787
|
+
"CountQueuingStrategy": false,
|
|
94788
|
+
"currentFrame": false,
|
|
94789
|
+
"currentTime": false,
|
|
94790
|
+
"DecompressionStream": false,
|
|
94791
|
+
"DisposableStack": false,
|
|
94792
|
+
"Event": false,
|
|
94793
|
+
"EventTarget": false,
|
|
94794
|
+
"MessageEvent": false,
|
|
94795
|
+
"MessagePort": false,
|
|
94796
|
+
"PaintWorkletGlobalScope": false,
|
|
94797
|
+
"port": false,
|
|
94798
|
+
"QuotaExceededError": false,
|
|
94799
|
+
"ReadableByteStreamController": false,
|
|
94800
|
+
"ReadableStream": false,
|
|
94801
|
+
"ReadableStreamBYOBReader": false,
|
|
94802
|
+
"ReadableStreamBYOBRequest": false,
|
|
94803
|
+
"ReadableStreamDefaultController": false,
|
|
94804
|
+
"ReadableStreamDefaultReader": false,
|
|
94805
|
+
"registerProcessor": false,
|
|
94806
|
+
"sampleRate": false,
|
|
94807
|
+
"SuppressedError": false,
|
|
94808
|
+
"Temporal": false,
|
|
94809
|
+
"TextDecoderStream": false,
|
|
94810
|
+
"TextEncoderStream": false,
|
|
94811
|
+
"TransformStream": false,
|
|
94812
|
+
"TransformStreamDefaultController": false,
|
|
94813
|
+
"UserActivation": false,
|
|
94814
|
+
"WebAssembly": false,
|
|
94815
|
+
"WorkletGlobalScope": false,
|
|
94816
|
+
"WritableStream": false,
|
|
94817
|
+
"WritableStreamDefaultController": false,
|
|
94818
|
+
"WritableStreamDefaultWriter": false
|
|
94819
|
+
},
|
|
94779
94820
|
"browser": {
|
|
94780
94821
|
"AbortController": false,
|
|
94781
94822
|
"AbortSignal": false,
|
|
@@ -94813,9 +94854,7 @@ var require_globals$1 = /* @__PURE__ */ __commonJSMin(((exports, module) => {
|
|
|
94813
94854
|
"AudioScheduledSourceNode": false,
|
|
94814
94855
|
"AudioSinkInfo": false,
|
|
94815
94856
|
"AudioWorklet": false,
|
|
94816
|
-
"AudioWorkletGlobalScope": false,
|
|
94817
94857
|
"AudioWorkletNode": false,
|
|
94818
|
-
"AudioWorkletProcessor": false,
|
|
94819
94858
|
"AuthenticatorAssertionResponse": false,
|
|
94820
94859
|
"AuthenticatorAttestationResponse": false,
|
|
94821
94860
|
"AuthenticatorResponse": false,
|
|
@@ -94949,6 +94988,7 @@ var require_globals$1 = /* @__PURE__ */ __commonJSMin(((exports, module) => {
|
|
|
94949
94988
|
"CSSSkewY": false,
|
|
94950
94989
|
"CSSStartingStyleRule": false,
|
|
94951
94990
|
"CSSStyleDeclaration": false,
|
|
94991
|
+
"CSSStyleProperties": false,
|
|
94952
94992
|
"CSSStyleRule": false,
|
|
94953
94993
|
"CSSStyleSheet": false,
|
|
94954
94994
|
"CSSStyleValue": false,
|
|
@@ -94961,8 +95001,6 @@ var require_globals$1 = /* @__PURE__ */ __commonJSMin(((exports, module) => {
|
|
|
94961
95001
|
"CSSUnparsedValue": false,
|
|
94962
95002
|
"CSSVariableReferenceValue": false,
|
|
94963
95003
|
"CSSViewTransitionRule": false,
|
|
94964
|
-
"currentFrame": false,
|
|
94965
|
-
"currentTime": false,
|
|
94966
95004
|
"CustomElementRegistry": false,
|
|
94967
95005
|
"customElements": false,
|
|
94968
95006
|
"CustomEvent": false,
|
|
@@ -95559,7 +95597,6 @@ var require_globals$1 = /* @__PURE__ */ __commonJSMin(((exports, module) => {
|
|
|
95559
95597
|
"ReadableStreamBYOBRequest": false,
|
|
95560
95598
|
"ReadableStreamDefaultController": false,
|
|
95561
95599
|
"ReadableStreamDefaultReader": false,
|
|
95562
|
-
"registerProcessor": false,
|
|
95563
95600
|
"RelativeOrientationSensor": false,
|
|
95564
95601
|
"RemotePlayback": false,
|
|
95565
95602
|
"removeEventListener": false,
|
|
@@ -95599,7 +95636,6 @@ var require_globals$1 = /* @__PURE__ */ __commonJSMin(((exports, module) => {
|
|
|
95599
95636
|
"RTCSessionDescription": false,
|
|
95600
95637
|
"RTCStatsReport": false,
|
|
95601
95638
|
"RTCTrackEvent": false,
|
|
95602
|
-
"sampleRate": false,
|
|
95603
95639
|
"scheduler": false,
|
|
95604
95640
|
"Scheduler": false,
|
|
95605
95641
|
"Scheduling": false,
|
|
@@ -95784,6 +95820,7 @@ var require_globals$1 = /* @__PURE__ */ __commonJSMin(((exports, module) => {
|
|
|
95784
95820
|
"TaskController": false,
|
|
95785
95821
|
"TaskPriorityChangeEvent": false,
|
|
95786
95822
|
"TaskSignal": false,
|
|
95823
|
+
"Temporal": false,
|
|
95787
95824
|
"TEMPORARY": false,
|
|
95788
95825
|
"Text": false,
|
|
95789
95826
|
"TextDecoder": false,
|
|
@@ -95895,7 +95932,6 @@ var require_globals$1 = /* @__PURE__ */ __commonJSMin(((exports, module) => {
|
|
|
95895
95932
|
"WindowControlsOverlayGeometryChangeEvent": false,
|
|
95896
95933
|
"Worker": false,
|
|
95897
95934
|
"Worklet": false,
|
|
95898
|
-
"WorkletGlobalScope": false,
|
|
95899
95935
|
"WritableStream": false,
|
|
95900
95936
|
"WritableStreamDefaultController": false,
|
|
95901
95937
|
"WritableStreamDefaultWriter": false,
|
|
@@ -96011,6 +96047,103 @@ var require_globals$1 = /* @__PURE__ */ __commonJSMin(((exports, module) => {
|
|
|
96011
96047
|
"WeakRef": false,
|
|
96012
96048
|
"WeakSet": false
|
|
96013
96049
|
},
|
|
96050
|
+
"bunBuiltin": {
|
|
96051
|
+
"AbortController": false,
|
|
96052
|
+
"AbortSignal": false,
|
|
96053
|
+
"addEventListener": false,
|
|
96054
|
+
"alert": false,
|
|
96055
|
+
"AsyncDisposableStack": false,
|
|
96056
|
+
"atob": false,
|
|
96057
|
+
"Blob": false,
|
|
96058
|
+
"BroadcastChannel": false,
|
|
96059
|
+
"btoa": false,
|
|
96060
|
+
"Buffer": false,
|
|
96061
|
+
"BuildError": false,
|
|
96062
|
+
"BuildMessage": false,
|
|
96063
|
+
"Bun": false,
|
|
96064
|
+
"ByteLengthQueuingStrategy": false,
|
|
96065
|
+
"clearImmediate": false,
|
|
96066
|
+
"clearInterval": false,
|
|
96067
|
+
"clearTimeout": false,
|
|
96068
|
+
"CloseEvent": false,
|
|
96069
|
+
"CompressionStream": false,
|
|
96070
|
+
"confirm": false,
|
|
96071
|
+
"console": false,
|
|
96072
|
+
"CountQueuingStrategy": false,
|
|
96073
|
+
"crypto": false,
|
|
96074
|
+
"Crypto": false,
|
|
96075
|
+
"CryptoKey": false,
|
|
96076
|
+
"CustomEvent": false,
|
|
96077
|
+
"DecompressionStream": false,
|
|
96078
|
+
"dispatchEvent": false,
|
|
96079
|
+
"DisposableStack": false,
|
|
96080
|
+
"DOMException": false,
|
|
96081
|
+
"ErrorEvent": false,
|
|
96082
|
+
"Event": false,
|
|
96083
|
+
"EventTarget": false,
|
|
96084
|
+
"fetch": false,
|
|
96085
|
+
"File": false,
|
|
96086
|
+
"FormData": false,
|
|
96087
|
+
"global": false,
|
|
96088
|
+
"Headers": false,
|
|
96089
|
+
"HTMLRewriter": false,
|
|
96090
|
+
"Loader": false,
|
|
96091
|
+
"MessageChannel": false,
|
|
96092
|
+
"MessageEvent": false,
|
|
96093
|
+
"MessagePort": false,
|
|
96094
|
+
"navigator": false,
|
|
96095
|
+
"onerror": true,
|
|
96096
|
+
"onmessage": true,
|
|
96097
|
+
"performance": false,
|
|
96098
|
+
"Performance": false,
|
|
96099
|
+
"PerformanceEntry": false,
|
|
96100
|
+
"PerformanceMark": false,
|
|
96101
|
+
"PerformanceMeasure": false,
|
|
96102
|
+
"PerformanceObserver": false,
|
|
96103
|
+
"PerformanceObserverEntryList": false,
|
|
96104
|
+
"PerformanceResourceTiming": false,
|
|
96105
|
+
"PerformanceServerTiming": false,
|
|
96106
|
+
"PerformanceTiming": false,
|
|
96107
|
+
"postMessage": false,
|
|
96108
|
+
"process": false,
|
|
96109
|
+
"prompt": false,
|
|
96110
|
+
"queueMicrotask": false,
|
|
96111
|
+
"ReadableByteStreamController": false,
|
|
96112
|
+
"ReadableStream": false,
|
|
96113
|
+
"ReadableStreamBYOBReader": false,
|
|
96114
|
+
"ReadableStreamBYOBRequest": false,
|
|
96115
|
+
"ReadableStreamDefaultController": false,
|
|
96116
|
+
"ReadableStreamDefaultReader": false,
|
|
96117
|
+
"removeEventListener": false,
|
|
96118
|
+
"reportError": false,
|
|
96119
|
+
"Request": false,
|
|
96120
|
+
"ResolveError": false,
|
|
96121
|
+
"ResolveMessage": false,
|
|
96122
|
+
"Response": false,
|
|
96123
|
+
"self": false,
|
|
96124
|
+
"setImmediate": false,
|
|
96125
|
+
"setInterval": false,
|
|
96126
|
+
"setTimeout": false,
|
|
96127
|
+
"ShadowRealm": false,
|
|
96128
|
+
"structuredClone": false,
|
|
96129
|
+
"SubtleCrypto": false,
|
|
96130
|
+
"SuppressedError": false,
|
|
96131
|
+
"TextDecoder": false,
|
|
96132
|
+
"TextDecoderStream": false,
|
|
96133
|
+
"TextEncoder": false,
|
|
96134
|
+
"TextEncoderStream": false,
|
|
96135
|
+
"TransformStream": false,
|
|
96136
|
+
"TransformStreamDefaultController": false,
|
|
96137
|
+
"URL": false,
|
|
96138
|
+
"URLPattern": false,
|
|
96139
|
+
"URLSearchParams": false,
|
|
96140
|
+
"WebAssembly": false,
|
|
96141
|
+
"WebSocket": false,
|
|
96142
|
+
"Worker": false,
|
|
96143
|
+
"WritableStream": false,
|
|
96144
|
+
"WritableStreamDefaultController": false,
|
|
96145
|
+
"WritableStreamDefaultWriter": false
|
|
96146
|
+
},
|
|
96014
96147
|
"chai": {
|
|
96015
96148
|
"assert": true,
|
|
96016
96149
|
"expect": true,
|
|
@@ -96035,6 +96168,151 @@ var require_globals$1 = /* @__PURE__ */ __commonJSMin(((exports, module) => {
|
|
|
96035
96168
|
"start": false,
|
|
96036
96169
|
"sum": false
|
|
96037
96170
|
},
|
|
96171
|
+
"denoBuiltin": {
|
|
96172
|
+
"AbortController": false,
|
|
96173
|
+
"AbortSignal": false,
|
|
96174
|
+
"addEventListener": false,
|
|
96175
|
+
"alert": false,
|
|
96176
|
+
"AsyncDisposableStack": false,
|
|
96177
|
+
"atob": false,
|
|
96178
|
+
"Blob": false,
|
|
96179
|
+
"BroadcastChannel": false,
|
|
96180
|
+
"btoa": false,
|
|
96181
|
+
"Buffer": false,
|
|
96182
|
+
"ByteLengthQueuingStrategy": false,
|
|
96183
|
+
"Cache": false,
|
|
96184
|
+
"caches": false,
|
|
96185
|
+
"CacheStorage": false,
|
|
96186
|
+
"clearImmediate": false,
|
|
96187
|
+
"clearInterval": false,
|
|
96188
|
+
"clearTimeout": false,
|
|
96189
|
+
"close": false,
|
|
96190
|
+
"closed": false,
|
|
96191
|
+
"CloseEvent": false,
|
|
96192
|
+
"CompressionStream": false,
|
|
96193
|
+
"confirm": false,
|
|
96194
|
+
"console": false,
|
|
96195
|
+
"CountQueuingStrategy": false,
|
|
96196
|
+
"createImageBitmap": false,
|
|
96197
|
+
"crypto": false,
|
|
96198
|
+
"Crypto": false,
|
|
96199
|
+
"CryptoKey": false,
|
|
96200
|
+
"CustomEvent": false,
|
|
96201
|
+
"DecompressionStream": false,
|
|
96202
|
+
"Deno": false,
|
|
96203
|
+
"dispatchEvent": false,
|
|
96204
|
+
"DisposableStack": false,
|
|
96205
|
+
"DOMException": false,
|
|
96206
|
+
"ErrorEvent": false,
|
|
96207
|
+
"Event": false,
|
|
96208
|
+
"EventSource": false,
|
|
96209
|
+
"EventTarget": false,
|
|
96210
|
+
"fetch": false,
|
|
96211
|
+
"File": false,
|
|
96212
|
+
"FileReader": false,
|
|
96213
|
+
"FormData": false,
|
|
96214
|
+
"getParent": false,
|
|
96215
|
+
"global": false,
|
|
96216
|
+
"GPU": false,
|
|
96217
|
+
"GPUAdapter": false,
|
|
96218
|
+
"GPUAdapterInfo": false,
|
|
96219
|
+
"GPUBindGroup": false,
|
|
96220
|
+
"GPUBindGroupLayout": false,
|
|
96221
|
+
"GPUBuffer": false,
|
|
96222
|
+
"GPUBufferUsage": false,
|
|
96223
|
+
"GPUCanvasContext": false,
|
|
96224
|
+
"GPUColorWrite": false,
|
|
96225
|
+
"GPUCommandBuffer": false,
|
|
96226
|
+
"GPUCommandEncoder": false,
|
|
96227
|
+
"GPUComputePassEncoder": false,
|
|
96228
|
+
"GPUComputePipeline": false,
|
|
96229
|
+
"GPUDevice": false,
|
|
96230
|
+
"GPUDeviceLostInfo": false,
|
|
96231
|
+
"GPUError": false,
|
|
96232
|
+
"GPUInternalError": false,
|
|
96233
|
+
"GPUMapMode": false,
|
|
96234
|
+
"GPUOutOfMemoryError": false,
|
|
96235
|
+
"GPUPipelineError": false,
|
|
96236
|
+
"GPUPipelineLayout": false,
|
|
96237
|
+
"GPUQuerySet": false,
|
|
96238
|
+
"GPUQueue": false,
|
|
96239
|
+
"GPURenderBundle": false,
|
|
96240
|
+
"GPURenderBundleEncoder": false,
|
|
96241
|
+
"GPURenderPassEncoder": false,
|
|
96242
|
+
"GPURenderPipeline": false,
|
|
96243
|
+
"GPUSampler": false,
|
|
96244
|
+
"GPUShaderModule": false,
|
|
96245
|
+
"GPUShaderStage": false,
|
|
96246
|
+
"GPUSupportedFeatures": false,
|
|
96247
|
+
"GPUSupportedLimits": false,
|
|
96248
|
+
"GPUTexture": false,
|
|
96249
|
+
"GPUTextureUsage": false,
|
|
96250
|
+
"GPUTextureView": false,
|
|
96251
|
+
"GPUUncapturedErrorEvent": false,
|
|
96252
|
+
"GPUValidationError": false,
|
|
96253
|
+
"Headers": false,
|
|
96254
|
+
"ImageBitmap": false,
|
|
96255
|
+
"ImageData": false,
|
|
96256
|
+
"localStorage": false,
|
|
96257
|
+
"location": false,
|
|
96258
|
+
"Location": false,
|
|
96259
|
+
"MessageChannel": false,
|
|
96260
|
+
"MessageEvent": false,
|
|
96261
|
+
"MessagePort": false,
|
|
96262
|
+
"name": false,
|
|
96263
|
+
"navigator": false,
|
|
96264
|
+
"Navigator": false,
|
|
96265
|
+
"onbeforeunload": true,
|
|
96266
|
+
"onerror": true,
|
|
96267
|
+
"onload": true,
|
|
96268
|
+
"onunhandledrejection": true,
|
|
96269
|
+
"onunload": true,
|
|
96270
|
+
"performance": false,
|
|
96271
|
+
"Performance": false,
|
|
96272
|
+
"PerformanceEntry": false,
|
|
96273
|
+
"PerformanceMark": false,
|
|
96274
|
+
"PerformanceMeasure": false,
|
|
96275
|
+
"process": false,
|
|
96276
|
+
"ProgressEvent": false,
|
|
96277
|
+
"PromiseRejectionEvent": false,
|
|
96278
|
+
"prompt": false,
|
|
96279
|
+
"queueMicrotask": false,
|
|
96280
|
+
"ReadableByteStreamController": false,
|
|
96281
|
+
"ReadableStream": false,
|
|
96282
|
+
"ReadableStreamBYOBReader": false,
|
|
96283
|
+
"ReadableStreamBYOBRequest": false,
|
|
96284
|
+
"ReadableStreamDefaultController": false,
|
|
96285
|
+
"ReadableStreamDefaultReader": false,
|
|
96286
|
+
"removeEventListener": false,
|
|
96287
|
+
"reportError": false,
|
|
96288
|
+
"Request": false,
|
|
96289
|
+
"Response": false,
|
|
96290
|
+
"self": false,
|
|
96291
|
+
"sessionStorage": false,
|
|
96292
|
+
"setImmediate": false,
|
|
96293
|
+
"setInterval": false,
|
|
96294
|
+
"setTimeout": false,
|
|
96295
|
+
"Storage": false,
|
|
96296
|
+
"structuredClone": false,
|
|
96297
|
+
"SubtleCrypto": false,
|
|
96298
|
+
"SuppressedError": false,
|
|
96299
|
+
"TextDecoder": false,
|
|
96300
|
+
"TextDecoderStream": false,
|
|
96301
|
+
"TextEncoder": false,
|
|
96302
|
+
"TextEncoderStream": false,
|
|
96303
|
+
"TransformStream": false,
|
|
96304
|
+
"TransformStreamDefaultController": false,
|
|
96305
|
+
"URL": false,
|
|
96306
|
+
"URLPattern": false,
|
|
96307
|
+
"URLSearchParams": false,
|
|
96308
|
+
"WebAssembly": false,
|
|
96309
|
+
"WebSocket": false,
|
|
96310
|
+
"Window": false,
|
|
96311
|
+
"Worker": false,
|
|
96312
|
+
"WritableStream": false,
|
|
96313
|
+
"WritableStreamDefaultController": false,
|
|
96314
|
+
"WritableStreamDefaultWriter": false
|
|
96315
|
+
},
|
|
96038
96316
|
"devtools": {
|
|
96039
96317
|
"$": false,
|
|
96040
96318
|
"$_": false,
|
|
@@ -97208,6 +97486,63 @@ var require_globals$1 = /* @__PURE__ */ __commonJSMin(((exports, module) => {
|
|
|
97208
97486
|
"WritableStreamDefaultController": false,
|
|
97209
97487
|
"WritableStreamDefaultWriter": false
|
|
97210
97488
|
},
|
|
97489
|
+
"paintWorklet": {
|
|
97490
|
+
"AsyncDisposableStack": false,
|
|
97491
|
+
"ByteLengthQueuingStrategy": false,
|
|
97492
|
+
"console": false,
|
|
97493
|
+
"CountQueuingStrategy": false,
|
|
97494
|
+
"CSSImageValue": false,
|
|
97495
|
+
"CSSKeywordValue": false,
|
|
97496
|
+
"CSSMathClamp": false,
|
|
97497
|
+
"CSSMathInvert": false,
|
|
97498
|
+
"CSSMathMax": false,
|
|
97499
|
+
"CSSMathMin": false,
|
|
97500
|
+
"CSSMathNegate": false,
|
|
97501
|
+
"CSSMathProduct": false,
|
|
97502
|
+
"CSSMathSum": false,
|
|
97503
|
+
"CSSMathValue": false,
|
|
97504
|
+
"CSSMatrixComponent": false,
|
|
97505
|
+
"CSSNumericArray": false,
|
|
97506
|
+
"CSSNumericValue": false,
|
|
97507
|
+
"CSSPerspective": false,
|
|
97508
|
+
"CSSPositionValue": false,
|
|
97509
|
+
"CSSRotate": false,
|
|
97510
|
+
"CSSScale": false,
|
|
97511
|
+
"CSSSkew": false,
|
|
97512
|
+
"CSSSkewX": false,
|
|
97513
|
+
"CSSSkewY": false,
|
|
97514
|
+
"CSSStyleValue": false,
|
|
97515
|
+
"CSSTransformComponent": false,
|
|
97516
|
+
"CSSTransformValue": false,
|
|
97517
|
+
"CSSTranslate": false,
|
|
97518
|
+
"CSSUnitValue": false,
|
|
97519
|
+
"CSSUnparsedValue": false,
|
|
97520
|
+
"CSSVariableReferenceValue": false,
|
|
97521
|
+
"devicePixelRatio": false,
|
|
97522
|
+
"DisposableStack": false,
|
|
97523
|
+
"PaintRenderingContext2D": false,
|
|
97524
|
+
"PaintSize": false,
|
|
97525
|
+
"PaintWorkletGlobalScope": false,
|
|
97526
|
+
"Path2D": false,
|
|
97527
|
+
"QuotaExceededError": false,
|
|
97528
|
+
"ReadableByteStreamController": false,
|
|
97529
|
+
"ReadableStream": false,
|
|
97530
|
+
"ReadableStreamBYOBReader": false,
|
|
97531
|
+
"ReadableStreamBYOBRequest": false,
|
|
97532
|
+
"ReadableStreamDefaultController": false,
|
|
97533
|
+
"ReadableStreamDefaultReader": false,
|
|
97534
|
+
"registerPaint": false,
|
|
97535
|
+
"StylePropertyMapReadOnly": false,
|
|
97536
|
+
"SuppressedError": false,
|
|
97537
|
+
"Temporal": false,
|
|
97538
|
+
"TransformStream": false,
|
|
97539
|
+
"TransformStreamDefaultController": false,
|
|
97540
|
+
"WebAssembly": false,
|
|
97541
|
+
"WorkletGlobalScope": false,
|
|
97542
|
+
"WritableStream": false,
|
|
97543
|
+
"WritableStreamDefaultController": false,
|
|
97544
|
+
"WritableStreamDefaultWriter": false
|
|
97545
|
+
},
|
|
97211
97546
|
"phantomjs": {
|
|
97212
97547
|
"console": true,
|
|
97213
97548
|
"exports": true,
|
|
@@ -97386,6 +97721,8 @@ var require_globals$1 = /* @__PURE__ */ __commonJSMin(((exports, module) => {
|
|
|
97386
97721
|
"FileSystemHandle": false,
|
|
97387
97722
|
"FileSystemWritableFileStream": false,
|
|
97388
97723
|
"FontFace": false,
|
|
97724
|
+
"FontFaceSet": false,
|
|
97725
|
+
"FontFaceSetLoadEvent": false,
|
|
97389
97726
|
"fonts": false,
|
|
97390
97727
|
"FormData": false,
|
|
97391
97728
|
"GPU": false,
|
|
@@ -97481,6 +97818,8 @@ var require_globals$1 = /* @__PURE__ */ __commonJSMin(((exports, module) => {
|
|
|
97481
97818
|
"onmessageerror": true,
|
|
97482
97819
|
"onnotificationclick": true,
|
|
97483
97820
|
"onnotificationclose": true,
|
|
97821
|
+
"onoffline": true,
|
|
97822
|
+
"ononline": true,
|
|
97484
97823
|
"onpaymentrequest": true,
|
|
97485
97824
|
"onperiodicsync": true,
|
|
97486
97825
|
"onpush": true,
|
|
@@ -97504,6 +97843,7 @@ var require_globals$1 = /* @__PURE__ */ __commonJSMin(((exports, module) => {
|
|
|
97504
97843
|
"PeriodicSyncManager": false,
|
|
97505
97844
|
"Permissions": false,
|
|
97506
97845
|
"PermissionStatus": false,
|
|
97846
|
+
"ProgressEvent": false,
|
|
97507
97847
|
"PromiseRejectionEvent": false,
|
|
97508
97848
|
"PushEvent": false,
|
|
97509
97849
|
"PushManager": false,
|
|
@@ -97533,6 +97873,7 @@ var require_globals$1 = /* @__PURE__ */ __commonJSMin(((exports, module) => {
|
|
|
97533
97873
|
"self": false,
|
|
97534
97874
|
"serviceWorker": false,
|
|
97535
97875
|
"ServiceWorker": false,
|
|
97876
|
+
"ServiceWorkerContainer": false,
|
|
97536
97877
|
"ServiceWorkerGlobalScope": false,
|
|
97537
97878
|
"ServiceWorkerRegistration": false,
|
|
97538
97879
|
"setInterval": false,
|
|
@@ -97550,6 +97891,7 @@ var require_globals$1 = /* @__PURE__ */ __commonJSMin(((exports, module) => {
|
|
|
97550
97891
|
"TaskController": false,
|
|
97551
97892
|
"TaskPriorityChangeEvent": false,
|
|
97552
97893
|
"TaskSignal": false,
|
|
97894
|
+
"Temporal": false,
|
|
97553
97895
|
"TextDecoder": false,
|
|
97554
97896
|
"TextDecoderStream": false,
|
|
97555
97897
|
"TextEncoder": false,
|
|
@@ -97593,6 +97935,8 @@ var require_globals$1 = /* @__PURE__ */ __commonJSMin(((exports, module) => {
|
|
|
97593
97935
|
"WebTransportBidirectionalStream": false,
|
|
97594
97936
|
"WebTransportDatagramDuplexStream": false,
|
|
97595
97937
|
"WebTransportError": false,
|
|
97938
|
+
"WebTransportReceiveStream": false,
|
|
97939
|
+
"WebTransportSendStream": false,
|
|
97596
97940
|
"WGSLLanguageFeatures": false,
|
|
97597
97941
|
"when": false,
|
|
97598
97942
|
"WindowClient": false,
|
|
@@ -97677,6 +98021,277 @@ var require_globals$1 = /* @__PURE__ */ __commonJSMin(((exports, module) => {
|
|
|
97677
98021
|
"WritableStreamDefaultController": false,
|
|
97678
98022
|
"WritableStreamDefaultWriter": false
|
|
97679
98023
|
},
|
|
98024
|
+
"sharedWorker": {
|
|
98025
|
+
"AbortController": false,
|
|
98026
|
+
"AbortSignal": false,
|
|
98027
|
+
"addEventListener": false,
|
|
98028
|
+
"AsyncDisposableStack": false,
|
|
98029
|
+
"atob": false,
|
|
98030
|
+
"BackgroundFetchManager": false,
|
|
98031
|
+
"BackgroundFetchRecord": false,
|
|
98032
|
+
"BackgroundFetchRegistration": false,
|
|
98033
|
+
"BarcodeDetector": false,
|
|
98034
|
+
"Blob": false,
|
|
98035
|
+
"BroadcastChannel": false,
|
|
98036
|
+
"btoa": false,
|
|
98037
|
+
"ByteLengthQueuingStrategy": false,
|
|
98038
|
+
"Cache": false,
|
|
98039
|
+
"caches": false,
|
|
98040
|
+
"CacheStorage": false,
|
|
98041
|
+
"CanvasGradient": false,
|
|
98042
|
+
"CanvasPattern": false,
|
|
98043
|
+
"clearInterval": false,
|
|
98044
|
+
"clearTimeout": false,
|
|
98045
|
+
"close": false,
|
|
98046
|
+
"CloseEvent": false,
|
|
98047
|
+
"CompressionStream": false,
|
|
98048
|
+
"console": false,
|
|
98049
|
+
"CountQueuingStrategy": false,
|
|
98050
|
+
"createImageBitmap": false,
|
|
98051
|
+
"CreateMonitor": false,
|
|
98052
|
+
"CropTarget": false,
|
|
98053
|
+
"crossOriginIsolated": false,
|
|
98054
|
+
"crypto": false,
|
|
98055
|
+
"Crypto": false,
|
|
98056
|
+
"CryptoKey": false,
|
|
98057
|
+
"CSSSkewX": false,
|
|
98058
|
+
"CSSSkewY": false,
|
|
98059
|
+
"CustomEvent": false,
|
|
98060
|
+
"DecompressionStream": false,
|
|
98061
|
+
"dispatchEvent": false,
|
|
98062
|
+
"DisposableStack": false,
|
|
98063
|
+
"DOMException": false,
|
|
98064
|
+
"DOMMatrix": false,
|
|
98065
|
+
"DOMMatrixReadOnly": false,
|
|
98066
|
+
"DOMPoint": false,
|
|
98067
|
+
"DOMPointReadOnly": false,
|
|
98068
|
+
"DOMQuad": false,
|
|
98069
|
+
"DOMRect": false,
|
|
98070
|
+
"DOMRectReadOnly": false,
|
|
98071
|
+
"DOMStringList": false,
|
|
98072
|
+
"ErrorEvent": false,
|
|
98073
|
+
"Event": false,
|
|
98074
|
+
"EventSource": false,
|
|
98075
|
+
"EventTarget": false,
|
|
98076
|
+
"fetch": false,
|
|
98077
|
+
"File": false,
|
|
98078
|
+
"FileList": false,
|
|
98079
|
+
"FileReader": false,
|
|
98080
|
+
"FileReaderSync": false,
|
|
98081
|
+
"FileSystemDirectoryHandle": false,
|
|
98082
|
+
"FileSystemFileHandle": false,
|
|
98083
|
+
"FileSystemHandle": false,
|
|
98084
|
+
"FileSystemObserver": false,
|
|
98085
|
+
"FileSystemWritableFileStream": false,
|
|
98086
|
+
"FontFace": false,
|
|
98087
|
+
"FontFaceSet": false,
|
|
98088
|
+
"FontFaceSetLoadEvent": false,
|
|
98089
|
+
"fonts": false,
|
|
98090
|
+
"FormData": false,
|
|
98091
|
+
"GPU": false,
|
|
98092
|
+
"GPUAdapter": false,
|
|
98093
|
+
"GPUAdapterInfo": false,
|
|
98094
|
+
"GPUBindGroup": false,
|
|
98095
|
+
"GPUBindGroupLayout": false,
|
|
98096
|
+
"GPUBuffer": false,
|
|
98097
|
+
"GPUBufferUsage": false,
|
|
98098
|
+
"GPUCanvasContext": false,
|
|
98099
|
+
"GPUColorWrite": false,
|
|
98100
|
+
"GPUCommandBuffer": false,
|
|
98101
|
+
"GPUCommandEncoder": false,
|
|
98102
|
+
"GPUCompilationInfo": false,
|
|
98103
|
+
"GPUCompilationMessage": false,
|
|
98104
|
+
"GPUComputePassEncoder": false,
|
|
98105
|
+
"GPUComputePipeline": false,
|
|
98106
|
+
"GPUDevice": false,
|
|
98107
|
+
"GPUDeviceLostInfo": false,
|
|
98108
|
+
"GPUError": false,
|
|
98109
|
+
"GPUExternalTexture": false,
|
|
98110
|
+
"GPUInternalError": false,
|
|
98111
|
+
"GPUMapMode": false,
|
|
98112
|
+
"GPUOutOfMemoryError": false,
|
|
98113
|
+
"GPUPipelineError": false,
|
|
98114
|
+
"GPUPipelineLayout": false,
|
|
98115
|
+
"GPUQuerySet": false,
|
|
98116
|
+
"GPUQueue": false,
|
|
98117
|
+
"GPURenderBundle": false,
|
|
98118
|
+
"GPURenderBundleEncoder": false,
|
|
98119
|
+
"GPURenderPassEncoder": false,
|
|
98120
|
+
"GPURenderPipeline": false,
|
|
98121
|
+
"GPUSampler": false,
|
|
98122
|
+
"GPUShaderModule": false,
|
|
98123
|
+
"GPUShaderStage": false,
|
|
98124
|
+
"GPUSupportedFeatures": false,
|
|
98125
|
+
"GPUSupportedLimits": false,
|
|
98126
|
+
"GPUTexture": false,
|
|
98127
|
+
"GPUTextureUsage": false,
|
|
98128
|
+
"GPUTextureView": false,
|
|
98129
|
+
"GPUUncapturedErrorEvent": false,
|
|
98130
|
+
"GPUValidationError": false,
|
|
98131
|
+
"Headers": false,
|
|
98132
|
+
"IDBCursor": false,
|
|
98133
|
+
"IDBCursorWithValue": false,
|
|
98134
|
+
"IDBDatabase": false,
|
|
98135
|
+
"IDBFactory": false,
|
|
98136
|
+
"IDBIndex": false,
|
|
98137
|
+
"IDBKeyRange": false,
|
|
98138
|
+
"IDBObjectStore": false,
|
|
98139
|
+
"IDBOpenDBRequest": false,
|
|
98140
|
+
"IDBRecord": false,
|
|
98141
|
+
"IDBRequest": false,
|
|
98142
|
+
"IDBTransaction": false,
|
|
98143
|
+
"IDBVersionChangeEvent": false,
|
|
98144
|
+
"ImageBitmap": false,
|
|
98145
|
+
"ImageBitmapRenderingContext": false,
|
|
98146
|
+
"ImageData": false,
|
|
98147
|
+
"importScripts": false,
|
|
98148
|
+
"indexedDB": false,
|
|
98149
|
+
"isSecureContext": false,
|
|
98150
|
+
"location": false,
|
|
98151
|
+
"Lock": false,
|
|
98152
|
+
"LockManager": false,
|
|
98153
|
+
"MediaCapabilities": false,
|
|
98154
|
+
"MessageChannel": false,
|
|
98155
|
+
"MessageEvent": false,
|
|
98156
|
+
"MessagePort": false,
|
|
98157
|
+
"name": false,
|
|
98158
|
+
"NavigationPreloadManager": false,
|
|
98159
|
+
"navigator": false,
|
|
98160
|
+
"NavigatorUAData": false,
|
|
98161
|
+
"NetworkInformation": false,
|
|
98162
|
+
"Notification": false,
|
|
98163
|
+
"Observable": false,
|
|
98164
|
+
"OffscreenCanvas": false,
|
|
98165
|
+
"OffscreenCanvasRenderingContext2D": false,
|
|
98166
|
+
"onconnect": true,
|
|
98167
|
+
"onerror": true,
|
|
98168
|
+
"onlanguagechange": true,
|
|
98169
|
+
"onoffline": true,
|
|
98170
|
+
"ononline": true,
|
|
98171
|
+
"onrejectionhandled": true,
|
|
98172
|
+
"onunhandledrejection": true,
|
|
98173
|
+
"origin": false,
|
|
98174
|
+
"Path2D": false,
|
|
98175
|
+
"performance": false,
|
|
98176
|
+
"Performance": false,
|
|
98177
|
+
"PerformanceEntry": false,
|
|
98178
|
+
"PerformanceMark": false,
|
|
98179
|
+
"PerformanceMeasure": false,
|
|
98180
|
+
"PerformanceObserver": false,
|
|
98181
|
+
"PerformanceObserverEntryList": false,
|
|
98182
|
+
"PerformanceResourceTiming": false,
|
|
98183
|
+
"PerformanceServerTiming": false,
|
|
98184
|
+
"PeriodicSyncManager": false,
|
|
98185
|
+
"Permissions": false,
|
|
98186
|
+
"PermissionStatus": false,
|
|
98187
|
+
"PERSISTENT": false,
|
|
98188
|
+
"PressureObserver": false,
|
|
98189
|
+
"PressureRecord": false,
|
|
98190
|
+
"ProgressEvent": false,
|
|
98191
|
+
"PromiseRejectionEvent": false,
|
|
98192
|
+
"PushManager": false,
|
|
98193
|
+
"PushSubscription": false,
|
|
98194
|
+
"PushSubscriptionOptions": false,
|
|
98195
|
+
"queueMicrotask": false,
|
|
98196
|
+
"QuotaExceededError": false,
|
|
98197
|
+
"ReadableByteStreamController": false,
|
|
98198
|
+
"ReadableStream": false,
|
|
98199
|
+
"ReadableStreamBYOBReader": false,
|
|
98200
|
+
"ReadableStreamBYOBRequest": false,
|
|
98201
|
+
"ReadableStreamDefaultController": false,
|
|
98202
|
+
"ReadableStreamDefaultReader": false,
|
|
98203
|
+
"removeEventListener": false,
|
|
98204
|
+
"ReportBody": false,
|
|
98205
|
+
"reportError": false,
|
|
98206
|
+
"ReportingObserver": false,
|
|
98207
|
+
"Request": false,
|
|
98208
|
+
"Response": false,
|
|
98209
|
+
"RestrictionTarget": false,
|
|
98210
|
+
"scheduler": false,
|
|
98211
|
+
"Scheduler": false,
|
|
98212
|
+
"SecurityPolicyViolationEvent": false,
|
|
98213
|
+
"self": false,
|
|
98214
|
+
"ServiceWorker": false,
|
|
98215
|
+
"ServiceWorkerContainer": false,
|
|
98216
|
+
"ServiceWorkerRegistration": false,
|
|
98217
|
+
"setInterval": false,
|
|
98218
|
+
"setTimeout": false,
|
|
98219
|
+
"SharedWorkerGlobalScope": false,
|
|
98220
|
+
"StorageBucket": false,
|
|
98221
|
+
"StorageBucketManager": false,
|
|
98222
|
+
"StorageManager": false,
|
|
98223
|
+
"structuredClone": false,
|
|
98224
|
+
"Subscriber": false,
|
|
98225
|
+
"SubtleCrypto": false,
|
|
98226
|
+
"SuppressedError": false,
|
|
98227
|
+
"SyncManager": false,
|
|
98228
|
+
"TaskController": false,
|
|
98229
|
+
"TaskPriorityChangeEvent": false,
|
|
98230
|
+
"TaskSignal": false,
|
|
98231
|
+
"Temporal": false,
|
|
98232
|
+
"TEMPORARY": false,
|
|
98233
|
+
"TextDecoder": false,
|
|
98234
|
+
"TextDecoderStream": false,
|
|
98235
|
+
"TextEncoder": false,
|
|
98236
|
+
"TextEncoderStream": false,
|
|
98237
|
+
"TextMetrics": false,
|
|
98238
|
+
"TransformStream": false,
|
|
98239
|
+
"TransformStreamDefaultController": false,
|
|
98240
|
+
"TrustedHTML": false,
|
|
98241
|
+
"TrustedScript": false,
|
|
98242
|
+
"TrustedScriptURL": false,
|
|
98243
|
+
"TrustedTypePolicy": false,
|
|
98244
|
+
"TrustedTypePolicyFactory": false,
|
|
98245
|
+
"trustedTypes": false,
|
|
98246
|
+
"URL": false,
|
|
98247
|
+
"URLPattern": false,
|
|
98248
|
+
"URLSearchParams": false,
|
|
98249
|
+
"UserActivation": false,
|
|
98250
|
+
"WebAssembly": false,
|
|
98251
|
+
"WebGL2RenderingContext": false,
|
|
98252
|
+
"WebGLActiveInfo": false,
|
|
98253
|
+
"WebGLBuffer": false,
|
|
98254
|
+
"WebGLContextEvent": false,
|
|
98255
|
+
"WebGLFramebuffer": false,
|
|
98256
|
+
"WebGLObject": false,
|
|
98257
|
+
"WebGLProgram": false,
|
|
98258
|
+
"WebGLQuery": false,
|
|
98259
|
+
"WebGLRenderbuffer": false,
|
|
98260
|
+
"WebGLRenderingContext": false,
|
|
98261
|
+
"WebGLSampler": false,
|
|
98262
|
+
"WebGLShader": false,
|
|
98263
|
+
"WebGLShaderPrecisionFormat": false,
|
|
98264
|
+
"WebGLSync": false,
|
|
98265
|
+
"WebGLTexture": false,
|
|
98266
|
+
"WebGLTransformFeedback": false,
|
|
98267
|
+
"WebGLUniformLocation": false,
|
|
98268
|
+
"WebGLVertexArrayObject": false,
|
|
98269
|
+
"webkitRequestFileSystem": false,
|
|
98270
|
+
"webkitRequestFileSystemSync": false,
|
|
98271
|
+
"webkitResolveLocalFileSystemSyncURL": false,
|
|
98272
|
+
"webkitResolveLocalFileSystemURL": false,
|
|
98273
|
+
"WebSocket": false,
|
|
98274
|
+
"WebSocketError": false,
|
|
98275
|
+
"WebSocketStream": false,
|
|
98276
|
+
"WebTransport": false,
|
|
98277
|
+
"WebTransportBidirectionalStream": false,
|
|
98278
|
+
"WebTransportDatagramDuplexStream": false,
|
|
98279
|
+
"WebTransportError": false,
|
|
98280
|
+
"WebTransportReceiveStream": false,
|
|
98281
|
+
"WebTransportSendStream": false,
|
|
98282
|
+
"WGSLLanguageFeatures": false,
|
|
98283
|
+
"when": false,
|
|
98284
|
+
"Worker": false,
|
|
98285
|
+
"WorkerGlobalScope": false,
|
|
98286
|
+
"WorkerLocation": false,
|
|
98287
|
+
"WorkerNavigator": false,
|
|
98288
|
+
"WritableStream": false,
|
|
98289
|
+
"WritableStreamDefaultController": false,
|
|
98290
|
+
"WritableStreamDefaultWriter": false,
|
|
98291
|
+
"XMLHttpRequest": false,
|
|
98292
|
+
"XMLHttpRequestEventTarget": false,
|
|
98293
|
+
"XMLHttpRequestUpload": false
|
|
98294
|
+
},
|
|
97680
98295
|
"shelljs": {
|
|
97681
98296
|
"cat": false,
|
|
97682
98297
|
"cd": false,
|
|
@@ -97829,6 +98444,8 @@ var require_globals$1 = /* @__PURE__ */ __commonJSMin(((exports, module) => {
|
|
|
97829
98444
|
"FileSystemSyncAccessHandle": false,
|
|
97830
98445
|
"FileSystemWritableFileStream": false,
|
|
97831
98446
|
"FontFace": false,
|
|
98447
|
+
"FontFaceSet": false,
|
|
98448
|
+
"FontFaceSetLoadEvent": false,
|
|
97832
98449
|
"fonts": false,
|
|
97833
98450
|
"FormData": false,
|
|
97834
98451
|
"GPU": false,
|
|
@@ -97921,6 +98538,8 @@ var require_globals$1 = /* @__PURE__ */ __commonJSMin(((exports, module) => {
|
|
|
97921
98538
|
"onlanguagechange": true,
|
|
97922
98539
|
"onmessage": true,
|
|
97923
98540
|
"onmessageerror": true,
|
|
98541
|
+
"onoffline": true,
|
|
98542
|
+
"ononline": true,
|
|
97924
98543
|
"onrejectionhandled": true,
|
|
97925
98544
|
"onrtctransform": true,
|
|
97926
98545
|
"onunhandledrejection": true,
|
|
@@ -97974,6 +98593,8 @@ var require_globals$1 = /* @__PURE__ */ __commonJSMin(((exports, module) => {
|
|
|
97974
98593
|
"self": false,
|
|
97975
98594
|
"Serial": false,
|
|
97976
98595
|
"SerialPort": false,
|
|
98596
|
+
"ServiceWorker": false,
|
|
98597
|
+
"ServiceWorkerContainer": false,
|
|
97977
98598
|
"ServiceWorkerRegistration": false,
|
|
97978
98599
|
"setInterval": false,
|
|
97979
98600
|
"setTimeout": false,
|
|
@@ -97990,6 +98611,7 @@ var require_globals$1 = /* @__PURE__ */ __commonJSMin(((exports, module) => {
|
|
|
97990
98611
|
"TaskController": false,
|
|
97991
98612
|
"TaskPriorityChangeEvent": false,
|
|
97992
98613
|
"TaskSignal": false,
|
|
98614
|
+
"Temporal": false,
|
|
97993
98615
|
"TEMPORARY": false,
|
|
97994
98616
|
"TextDecoder": false,
|
|
97995
98617
|
"TextDecoderStream": false,
|
|
@@ -98055,6 +98677,8 @@ var require_globals$1 = /* @__PURE__ */ __commonJSMin(((exports, module) => {
|
|
|
98055
98677
|
"WebTransportBidirectionalStream": false,
|
|
98056
98678
|
"WebTransportDatagramDuplexStream": false,
|
|
98057
98679
|
"WebTransportError": false,
|
|
98680
|
+
"WebTransportReceiveStream": false,
|
|
98681
|
+
"WebTransportSendStream": false,
|
|
98058
98682
|
"WGSLLanguageFeatures": false,
|
|
98059
98683
|
"when": false,
|
|
98060
98684
|
"Worker": false,
|
|
@@ -98275,6 +98899,8 @@ function parseTailorDBType(type) {
|
|
|
98275
98899
|
const forwardRelationships = {};
|
|
98276
98900
|
for (const [fieldName, fieldDef] of Object.entries(type.fields)) {
|
|
98277
98901
|
const fieldConfig = parseFieldConfig(fieldDef);
|
|
98902
|
+
if (fieldConfig.array && fieldConfig.index) throw new Error(`Field "${fieldName}" on type "${type.name}": index cannot be set on array fields`);
|
|
98903
|
+
if (fieldConfig.array && fieldConfig.unique) throw new Error(`Field "${fieldName}" on type "${type.name}": unique cannot be set on array fields`);
|
|
98278
98904
|
ensureNoExternalVariablesInFieldScripts(type.name, fieldName, fieldConfig);
|
|
98279
98905
|
const parsedField = {
|
|
98280
98906
|
name: fieldName,
|
|
@@ -99158,11 +99784,10 @@ function extractAuthInvokerInfo(configArg, sourceText) {
|
|
|
99158
99784
|
/**
|
|
99159
99785
|
* Detect .trigger() calls for known workflows and jobs
|
|
99160
99786
|
* Only detects calls where the identifier is in workflowNames or jobNames
|
|
99161
|
-
*
|
|
99162
|
-
* @param
|
|
99163
|
-
* @param
|
|
99164
|
-
* @param
|
|
99165
|
-
* @param jobNames - Set of known job identifier names
|
|
99787
|
+
* @param {Program} program - The parsed AST program
|
|
99788
|
+
* @param {string} sourceText - The source code text
|
|
99789
|
+
* @param {Set<string>} workflowNames - Set of known workflow identifier names
|
|
99790
|
+
* @param {Set<string>} jobNames - Set of known job identifier names
|
|
99166
99791
|
*/
|
|
99167
99792
|
function detectExtendedTriggerCalls(program, sourceText, workflowNames, jobNames) {
|
|
99168
99793
|
const calls = [];
|
|
@@ -99229,12 +99854,11 @@ function detectExtendedTriggerCalls(program, sourceText, workflowNames, jobNames
|
|
|
99229
99854
|
/**
|
|
99230
99855
|
* Transform trigger calls for resolver/executor/workflow functions
|
|
99231
99856
|
* Handles both job.trigger() and workflow.trigger() calls
|
|
99232
|
-
*
|
|
99233
|
-
* @param
|
|
99234
|
-
* @param
|
|
99235
|
-
* @param
|
|
99236
|
-
* @param
|
|
99237
|
-
* @param currentFilePath - Path of the current file being transformed (for resolving relative imports)
|
|
99857
|
+
* @param {string} source - The source code to transform
|
|
99858
|
+
* @param {Map<string, string>} workflowNameMap - Map from variable name to workflow name
|
|
99859
|
+
* @param {Map<string, string>} jobNameMap - Map from variable name to job name
|
|
99860
|
+
* @param {Map<string, string>} [workflowFileMap] - Map from file path (without extension) to workflow name for default exports
|
|
99861
|
+
* @param {string} [currentFilePath] - Path of the current file being transformed (for resolving relative imports)
|
|
99238
99862
|
*/
|
|
99239
99863
|
function transformFunctionTriggers(source, workflowNameMap, jobNameMap, workflowFileMap, currentFilePath) {
|
|
99240
99864
|
const { program } = parseSync("input.ts", source);
|
|
@@ -99600,12 +100224,11 @@ function findWorkflowDefaultExport(program) {
|
|
|
99600
100224
|
* Transform workflow source code
|
|
99601
100225
|
* - Transform .trigger() calls to tailor.workflow.triggerJobFunction()
|
|
99602
100226
|
* - Other jobs: remove entire variable declaration
|
|
99603
|
-
*
|
|
99604
|
-
* @param
|
|
99605
|
-
* @param
|
|
99606
|
-
* @param
|
|
99607
|
-
* @param
|
|
99608
|
-
* @param allJobsMap - Map from export name to job name for trigger transformation (optional)
|
|
100227
|
+
* @param {string} source - The source code to transform
|
|
100228
|
+
* @param {string} targetJobName - The name of the target job (from job config)
|
|
100229
|
+
* @param {string} [targetJobExportName] - The export name of the target job (optional, for enhanced detection)
|
|
100230
|
+
* @param {string[]} [otherJobExportNames] - Export names of other jobs to remove (optional, for enhanced detection)
|
|
100231
|
+
* @param {Map<string, string>} [allJobsMap] - Map from export name to job name for trigger transformation (optional)
|
|
99609
100232
|
*/
|
|
99610
100233
|
function transformWorkflowSource(source, targetJobName, targetJobExportName, otherJobExportNames, allJobsMap) {
|
|
99611
100234
|
const { program } = parseSync("input.ts", source);
|
|
@@ -99868,7 +100491,7 @@ const BaseGeneratorConfigSchema = z.union([
|
|
|
99868
100491
|
]);
|
|
99869
100492
|
/**
|
|
99870
100493
|
* Creates a GeneratorConfigSchema with built-in generator support
|
|
99871
|
-
* @param builtinGenerators - Map of generator IDs to their constructor functions
|
|
100494
|
+
* @param {Map<string, (options: unknown) => CodeGeneratorBase>} builtinGenerators - Map of generator IDs to their constructor functions
|
|
99872
100495
|
*/
|
|
99873
100496
|
function createGeneratorConfigSchema(builtinGenerators$1) {
|
|
99874
100497
|
return z.union([
|
|
@@ -103015,8 +103638,8 @@ function generateTailorDBTypeManifest(type, executorUsedTypes) {
|
|
|
103015
103638
|
...val.script && { script: { expr: val.script.expr ? `!${val.script.expr}` : "" } }
|
|
103016
103639
|
})),
|
|
103017
103640
|
array: fieldConfig.array || false,
|
|
103018
|
-
index: fieldConfig.index
|
|
103019
|
-
unique: fieldConfig.unique
|
|
103641
|
+
index: fieldConfig.index || false,
|
|
103642
|
+
unique: fieldConfig.unique || false,
|
|
103020
103643
|
foreignKey: fieldConfig.foreignKey || false,
|
|
103021
103644
|
foreignKeyType: fieldConfig.foreignKeyType,
|
|
103022
103645
|
foreignKeyField: fieldConfig.foreignKeyField,
|
|
@@ -105796,4 +106419,4 @@ const listCommand = defineCommand({
|
|
|
105796
106419
|
|
|
105797
106420
|
//#endregion
|
|
105798
106421
|
export { withCommonArgs as $, generate as A, loadWorkspaceId as B, listOAuth2Clients as C, tokenCommand as D, getMachineUserToken as E, loadConfig as F, initOAuth2Client as G, writePlatformConfig as H, apiCall as I, PATScope as J, initOperatorClient as K, apiCommand as L, apply as M, applyCommand as N, listCommand$3 as O, generateUserTypes as P, jsonArgs as Q, fetchLatestToken as R, listCommand$2 as S, getOAuth2Client as T, fetchAll as U, readPlatformConfig as V, fetchUserInfo as W, confirmationArgs as X, commonArgs as Y, deploymentArgs as Z, listWorkflowExecutions as _, createCommand as a, remove as b, resumeWorkflow as c, listCommand$1 as d, workspaceArgs as et, listWorkflows as f, getWorkflowExecution as g, executionsCommand as h, deleteWorkspace as i, generateCommand as j, listMachineUsers as k, startCommand as l, getWorkflow as m, listWorkspaces as n, createWorkspace as o, getCommand as p, readPackageJson as q, deleteCommand as r, resumeCommand as s, listCommand as t, logger as tt, startWorkflow as u, show as v, getCommand$1 as w, removeCommand as x, showCommand as y, loadAccessToken as z };
|
|
105799
|
-
//# sourceMappingURL=list-
|
|
106422
|
+
//# sourceMappingURL=list-CinLZzZW.mjs.map
|