@eslinted/core 18.5.3 → 18.5.5
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/dist/factory/index.d.ts
CHANGED
@@ -144,6 +144,7 @@ export declare class Factory {
|
|
144
144
|
readonly addEventListener: false;
|
145
145
|
readonly ai: false;
|
146
146
|
readonly AI: false;
|
147
|
+
readonly AICreateMonitor: false;
|
147
148
|
readonly AITextSession: false;
|
148
149
|
readonly alert: false;
|
149
150
|
readonly AnalyserNode: false;
|
@@ -152,6 +153,7 @@ export declare class Factory {
|
|
152
153
|
readonly AnimationEvent: false;
|
153
154
|
readonly AnimationPlaybackEvent: false;
|
154
155
|
readonly AnimationTimeline: false;
|
156
|
+
readonly AsyncDisposableStack: false;
|
155
157
|
readonly atob: false;
|
156
158
|
readonly Attr: false;
|
157
159
|
readonly Audio: false;
|
@@ -228,6 +230,7 @@ export declare class Factory {
|
|
228
230
|
readonly closed: false;
|
229
231
|
readonly CloseEvent: false;
|
230
232
|
readonly CloseWatcher: false;
|
233
|
+
readonly CommandEvent: false;
|
231
234
|
readonly Comment: false;
|
232
235
|
readonly CompositionEvent: false;
|
233
236
|
readonly CompressionStream: false;
|
@@ -251,6 +254,7 @@ export declare class Factory {
|
|
251
254
|
readonly crypto: false;
|
252
255
|
readonly Crypto: false;
|
253
256
|
readonly CryptoKey: false;
|
257
|
+
readonly CSPViolationReportBody: false;
|
254
258
|
readonly CSS: false;
|
255
259
|
readonly CSSAnimation: false;
|
256
260
|
readonly CSSConditionRule: false;
|
@@ -328,7 +332,9 @@ export declare class Factory {
|
|
328
332
|
readonly DeviceMotionEventRotationRate: false;
|
329
333
|
readonly DeviceOrientationEvent: false;
|
330
334
|
readonly devicePixelRatio: false;
|
335
|
+
readonly DevicePosture: false;
|
331
336
|
readonly dispatchEvent: false;
|
337
|
+
readonly DisposableStack: false;
|
332
338
|
readonly document: false;
|
333
339
|
readonly Document: false;
|
334
340
|
readonly DocumentFragment: false;
|
@@ -387,9 +393,9 @@ export declare class Factory {
|
|
387
393
|
readonly FileSystemFileEntry: false;
|
388
394
|
readonly FileSystemFileHandle: false;
|
389
395
|
readonly FileSystemHandle: false;
|
396
|
+
readonly FileSystemObserver: false;
|
390
397
|
readonly FileSystemWritableFileStream: false;
|
391
398
|
readonly find: false;
|
392
|
-
readonly Float16Array: false;
|
393
399
|
readonly focus: false;
|
394
400
|
readonly FocusEvent: false;
|
395
401
|
readonly FontData: false;
|
@@ -526,6 +532,7 @@ export declare class Factory {
|
|
526
532
|
readonly HTMLProgressElement: false;
|
527
533
|
readonly HTMLQuoteElement: false;
|
528
534
|
readonly HTMLScriptElement: false;
|
535
|
+
readonly HTMLSelectedContentElement: false;
|
529
536
|
readonly HTMLSelectElement: false;
|
530
537
|
readonly HTMLSlotElement: false;
|
531
538
|
readonly HTMLSourceElement: false;
|
@@ -584,6 +591,7 @@ export declare class Factory {
|
|
584
591
|
readonly KeyboardEvent: false;
|
585
592
|
readonly KeyboardLayoutMap: false;
|
586
593
|
readonly KeyframeEffect: false;
|
594
|
+
readonly LanguageDetector: false;
|
587
595
|
readonly LargestContentfulPaint: false;
|
588
596
|
readonly LaunchParams: false;
|
589
597
|
readonly launchQueue: false;
|
@@ -681,6 +689,7 @@ export declare class Factory {
|
|
681
689
|
readonly NotifyPaintEvent: false;
|
682
690
|
readonly NotRestoredReasonDetails: false;
|
683
691
|
readonly NotRestoredReasons: false;
|
692
|
+
readonly Observable: false;
|
684
693
|
readonly OfflineAudioCompletionEvent: false;
|
685
694
|
readonly OfflineAudioContext: false;
|
686
695
|
readonly offscreenBuffering: false;
|
@@ -708,6 +717,7 @@ export declare class Factory {
|
|
708
717
|
readonly onchange: true;
|
709
718
|
readonly onclick: true;
|
710
719
|
readonly onclose: true;
|
720
|
+
readonly oncommand: true;
|
711
721
|
readonly oncontentvisibilityautostatechange: true;
|
712
722
|
readonly oncontextlost: true;
|
713
723
|
readonly oncontextmenu: true;
|
@@ -901,6 +911,7 @@ export declare class Factory {
|
|
901
911
|
readonly RelativeOrientationSensor: false;
|
902
912
|
readonly RemotePlayback: false;
|
903
913
|
readonly removeEventListener: false;
|
914
|
+
readonly ReportBody: false;
|
904
915
|
readonly reportError: false;
|
905
916
|
readonly ReportingObserver: false;
|
906
917
|
readonly Request: false;
|
@@ -912,6 +923,7 @@ export declare class Factory {
|
|
912
923
|
readonly ResizeObserverSize: false;
|
913
924
|
readonly resizeTo: false;
|
914
925
|
readonly Response: false;
|
926
|
+
readonly RestrictionTarget: false;
|
915
927
|
readonly RTCCertificate: false;
|
916
928
|
readonly RTCDataChannel: false;
|
917
929
|
readonly RTCDataChannelEvent: false;
|
@@ -972,6 +984,11 @@ export declare class Factory {
|
|
972
984
|
readonly ShadowRoot: false;
|
973
985
|
readonly sharedStorage: false;
|
974
986
|
readonly SharedStorage: false;
|
987
|
+
readonly SharedStorageAppendMethod: false;
|
988
|
+
readonly SharedStorageClearMethod: false;
|
989
|
+
readonly SharedStorageDeleteMethod: false;
|
990
|
+
readonly SharedStorageModifierMethod: false;
|
991
|
+
readonly SharedStorageSetMethod: false;
|
975
992
|
readonly SharedStorageWorklet: false;
|
976
993
|
readonly SharedWorker: false;
|
977
994
|
readonly showDirectoryPicker: false;
|
@@ -1003,7 +1020,9 @@ export declare class Factory {
|
|
1003
1020
|
readonly StyleSheet: false;
|
1004
1021
|
readonly StyleSheetList: false;
|
1005
1022
|
readonly SubmitEvent: false;
|
1023
|
+
readonly Subscriber: false;
|
1006
1024
|
readonly SubtleCrypto: false;
|
1025
|
+
readonly SuppressedError: false;
|
1007
1026
|
readonly SVGAElement: false;
|
1008
1027
|
readonly SVGAngle: false;
|
1009
1028
|
readonly SVGAnimatedAngle: false;
|
@@ -1207,6 +1226,7 @@ export declare class Factory {
|
|
1207
1226
|
readonly WebTransportSendStream: false;
|
1208
1227
|
readonly WGSLLanguageFeatures: false;
|
1209
1228
|
readonly WheelEvent: false;
|
1229
|
+
readonly when: false;
|
1210
1230
|
readonly window: false;
|
1211
1231
|
readonly Window: false;
|
1212
1232
|
readonly WindowControlsOverlay: false;
|
@@ -1284,6 +1304,7 @@ export declare class Factory {
|
|
1284
1304
|
readonly eval: false;
|
1285
1305
|
readonly EvalError: false;
|
1286
1306
|
readonly FinalizationRegistry: false;
|
1307
|
+
readonly Float16Array: false;
|
1287
1308
|
readonly Float32Array: false;
|
1288
1309
|
readonly Float64Array: false;
|
1289
1310
|
readonly Function: false;
|
@@ -1980,6 +2001,7 @@ export declare class Factory {
|
|
1980
2001
|
readonly eval: false;
|
1981
2002
|
readonly EvalError: false;
|
1982
2003
|
readonly FinalizationRegistry: false;
|
2004
|
+
readonly Float16Array: false;
|
1983
2005
|
readonly Float32Array: false;
|
1984
2006
|
readonly Float64Array: false;
|
1985
2007
|
readonly Function: false;
|
@@ -2271,6 +2293,7 @@ export declare class Factory {
|
|
2271
2293
|
readonly __filename: false;
|
2272
2294
|
readonly AbortController: false;
|
2273
2295
|
readonly AbortSignal: false;
|
2296
|
+
readonly AsyncDisposableStack: false;
|
2274
2297
|
readonly atob: false;
|
2275
2298
|
readonly Blob: false;
|
2276
2299
|
readonly BroadcastChannel: false;
|
@@ -2289,6 +2312,7 @@ export declare class Factory {
|
|
2289
2312
|
readonly CryptoKey: false;
|
2290
2313
|
readonly CustomEvent: false;
|
2291
2314
|
readonly DecompressionStream: false;
|
2315
|
+
readonly DisposableStack: false;
|
2292
2316
|
readonly DOMException: false;
|
2293
2317
|
readonly Event: false;
|
2294
2318
|
readonly EventTarget: false;
|
@@ -2328,6 +2352,7 @@ export declare class Factory {
|
|
2328
2352
|
readonly setTimeout: false;
|
2329
2353
|
readonly structuredClone: false;
|
2330
2354
|
readonly SubtleCrypto: false;
|
2355
|
+
readonly SuppressedError: false;
|
2331
2356
|
readonly TextDecoder: false;
|
2332
2357
|
readonly TextDecoderStream: false;
|
2333
2358
|
readonly TextEncoder: false;
|
@@ -2335,6 +2360,7 @@ export declare class Factory {
|
|
2335
2360
|
readonly TransformStream: false;
|
2336
2361
|
readonly TransformStreamDefaultController: false;
|
2337
2362
|
readonly URL: false;
|
2363
|
+
readonly URLPattern: false;
|
2338
2364
|
readonly URLSearchParams: false;
|
2339
2365
|
readonly WebAssembly: false;
|
2340
2366
|
readonly WebSocket: false;
|
@@ -2344,6 +2370,7 @@ export declare class Factory {
|
|
2344
2370
|
} | {
|
2345
2371
|
readonly AbortController: false;
|
2346
2372
|
readonly AbortSignal: false;
|
2373
|
+
readonly AsyncDisposableStack: false;
|
2347
2374
|
readonly atob: false;
|
2348
2375
|
readonly Blob: false;
|
2349
2376
|
readonly BroadcastChannel: false;
|
@@ -2362,6 +2389,7 @@ export declare class Factory {
|
|
2362
2389
|
readonly CryptoKey: false;
|
2363
2390
|
readonly CustomEvent: false;
|
2364
2391
|
readonly DecompressionStream: false;
|
2392
|
+
readonly DisposableStack: false;
|
2365
2393
|
readonly DOMException: false;
|
2366
2394
|
readonly Event: false;
|
2367
2395
|
readonly EventTarget: false;
|
@@ -2398,6 +2426,7 @@ export declare class Factory {
|
|
2398
2426
|
readonly setTimeout: false;
|
2399
2427
|
readonly structuredClone: false;
|
2400
2428
|
readonly SubtleCrypto: false;
|
2429
|
+
readonly SuppressedError: false;
|
2401
2430
|
readonly TextDecoder: false;
|
2402
2431
|
readonly TextDecoderStream: false;
|
2403
2432
|
readonly TextEncoder: false;
|
@@ -2405,6 +2434,7 @@ export declare class Factory {
|
|
2405
2434
|
readonly TransformStream: false;
|
2406
2435
|
readonly TransformStreamDefaultController: false;
|
2407
2436
|
readonly URL: false;
|
2437
|
+
readonly URLPattern: false;
|
2408
2438
|
readonly URLSearchParams: false;
|
2409
2439
|
readonly WebAssembly: false;
|
2410
2440
|
readonly WebSocket: false;
|
@@ -2512,6 +2542,10 @@ export declare class Factory {
|
|
2512
2542
|
readonly AbortPaymentEvent: false;
|
2513
2543
|
readonly AbortSignal: false;
|
2514
2544
|
readonly addEventListener: false;
|
2545
|
+
readonly ai: false;
|
2546
|
+
readonly AI: false;
|
2547
|
+
readonly AICreateMonitor: false;
|
2548
|
+
readonly AsyncDisposableStack: false;
|
2515
2549
|
readonly atob: false;
|
2516
2550
|
readonly BackgroundFetchEvent: false;
|
2517
2551
|
readonly BackgroundFetchManager: false;
|
@@ -2552,6 +2586,7 @@ export declare class Factory {
|
|
2552
2586
|
readonly CustomEvent: false;
|
2553
2587
|
readonly DecompressionStream: false;
|
2554
2588
|
readonly dispatchEvent: false;
|
2589
|
+
readonly DisposableStack: false;
|
2555
2590
|
readonly DOMException: false;
|
2556
2591
|
readonly DOMMatrix: false;
|
2557
2592
|
readonly DOMMatrixReadOnly: false;
|
@@ -2639,6 +2674,7 @@ export declare class Factory {
|
|
2639
2674
|
readonly indexedDB: false;
|
2640
2675
|
readonly InstallEvent: false;
|
2641
2676
|
readonly isSecureContext: false;
|
2677
|
+
readonly LanguageDetector: false;
|
2642
2678
|
readonly location: false;
|
2643
2679
|
readonly Lock: false;
|
2644
2680
|
readonly LockManager: false;
|
@@ -2652,6 +2688,7 @@ export declare class Factory {
|
|
2652
2688
|
readonly NetworkInformation: false;
|
2653
2689
|
readonly Notification: false;
|
2654
2690
|
readonly NotificationEvent: false;
|
2691
|
+
readonly Observable: false;
|
2655
2692
|
readonly OffscreenCanvas: false;
|
2656
2693
|
readonly OffscreenCanvasRenderingContext2D: false;
|
2657
2694
|
readonly onabortpayment: true;
|
@@ -2708,10 +2745,12 @@ export declare class Factory {
|
|
2708
2745
|
readonly ReadableStreamDefaultReader: false;
|
2709
2746
|
readonly registration: false;
|
2710
2747
|
readonly removeEventListener: false;
|
2748
|
+
readonly ReportBody: false;
|
2711
2749
|
readonly reportError: false;
|
2712
2750
|
readonly ReportingObserver: false;
|
2713
2751
|
readonly Request: false;
|
2714
2752
|
readonly Response: false;
|
2753
|
+
readonly RestrictionTarget: false;
|
2715
2754
|
readonly scheduler: false;
|
2716
2755
|
readonly Scheduler: false;
|
2717
2756
|
readonly SecurityPolicyViolationEvent: false;
|
@@ -2727,7 +2766,9 @@ export declare class Factory {
|
|
2727
2766
|
readonly StorageBucketManager: false;
|
2728
2767
|
readonly StorageManager: false;
|
2729
2768
|
readonly structuredClone: false;
|
2769
|
+
readonly Subscriber: false;
|
2730
2770
|
readonly SubtleCrypto: false;
|
2771
|
+
readonly SuppressedError: false;
|
2731
2772
|
readonly SyncEvent: false;
|
2732
2773
|
readonly SyncManager: false;
|
2733
2774
|
readonly TaskController: false;
|
@@ -2777,6 +2818,7 @@ export declare class Factory {
|
|
2777
2818
|
readonly WebTransportDatagramDuplexStream: false;
|
2778
2819
|
readonly WebTransportError: false;
|
2779
2820
|
readonly WGSLLanguageFeatures: false;
|
2821
|
+
readonly when: false;
|
2780
2822
|
readonly WindowClient: false;
|
2781
2823
|
readonly WorkerGlobalScope: false;
|
2782
2824
|
readonly WorkerLocation: false;
|
@@ -2787,6 +2829,7 @@ export declare class Factory {
|
|
2787
2829
|
} | {
|
2788
2830
|
readonly AbortController: false;
|
2789
2831
|
readonly AbortSignal: false;
|
2832
|
+
readonly AsyncDisposableStack: false;
|
2790
2833
|
readonly atob: false;
|
2791
2834
|
readonly Blob: false;
|
2792
2835
|
readonly BroadcastChannel: false;
|
@@ -2803,6 +2846,7 @@ export declare class Factory {
|
|
2803
2846
|
readonly CryptoKey: false;
|
2804
2847
|
readonly CustomEvent: false;
|
2805
2848
|
readonly DecompressionStream: false;
|
2849
|
+
readonly DisposableStack: false;
|
2806
2850
|
readonly DOMException: false;
|
2807
2851
|
readonly Event: false;
|
2808
2852
|
readonly EventTarget: false;
|
@@ -2836,6 +2880,7 @@ export declare class Factory {
|
|
2836
2880
|
readonly setTimeout: false;
|
2837
2881
|
readonly structuredClone: false;
|
2838
2882
|
readonly SubtleCrypto: false;
|
2883
|
+
readonly SuppressedError: false;
|
2839
2884
|
readonly TextDecoder: false;
|
2840
2885
|
readonly TextDecoderStream: false;
|
2841
2886
|
readonly TextEncoder: false;
|
@@ -2843,6 +2888,7 @@ export declare class Factory {
|
|
2843
2888
|
readonly TransformStream: false;
|
2844
2889
|
readonly TransformStreamDefaultController: false;
|
2845
2890
|
readonly URL: false;
|
2891
|
+
readonly URLPattern: false;
|
2846
2892
|
readonly URLSearchParams: false;
|
2847
2893
|
readonly WebAssembly: false;
|
2848
2894
|
readonly WebSocket: false;
|
@@ -2853,12 +2899,14 @@ export declare class Factory {
|
|
2853
2899
|
readonly cat: false;
|
2854
2900
|
readonly cd: false;
|
2855
2901
|
readonly chmod: false;
|
2902
|
+
readonly cmd: false;
|
2856
2903
|
readonly config: false;
|
2857
2904
|
readonly cp: false;
|
2858
2905
|
readonly dirs: false;
|
2859
2906
|
readonly echo: false;
|
2860
2907
|
readonly env: false;
|
2861
2908
|
readonly error: false;
|
2909
|
+
readonly errorCode: false;
|
2862
2910
|
readonly exec: false;
|
2863
2911
|
readonly exit: false;
|
2864
2912
|
readonly find: false;
|
@@ -2909,6 +2957,9 @@ export declare class Factory {
|
|
2909
2957
|
readonly AbortSignal: false;
|
2910
2958
|
readonly addEventListener: false;
|
2911
2959
|
readonly ai: false;
|
2960
|
+
readonly AI: false;
|
2961
|
+
readonly AICreateMonitor: false;
|
2962
|
+
readonly AsyncDisposableStack: false;
|
2912
2963
|
readonly atob: false;
|
2913
2964
|
readonly AudioData: false;
|
2914
2965
|
readonly AudioDecoder: false;
|
@@ -2946,6 +2997,7 @@ export declare class Factory {
|
|
2946
2997
|
readonly DecompressionStream: false;
|
2947
2998
|
readonly DedicatedWorkerGlobalScope: false;
|
2948
2999
|
readonly dispatchEvent: false;
|
3000
|
+
readonly DisposableStack: false;
|
2949
3001
|
readonly DOMException: false;
|
2950
3002
|
readonly DOMMatrix: false;
|
2951
3003
|
readonly DOMMatrixReadOnly: false;
|
@@ -2969,6 +3021,7 @@ export declare class Factory {
|
|
2969
3021
|
readonly FileSystemDirectoryHandle: false;
|
2970
3022
|
readonly FileSystemFileHandle: false;
|
2971
3023
|
readonly FileSystemHandle: false;
|
3024
|
+
readonly FileSystemObserver: false;
|
2972
3025
|
readonly FileSystemSyncAccessHandle: false;
|
2973
3026
|
readonly FileSystemWritableFileStream: false;
|
2974
3027
|
readonly FontFace: false;
|
@@ -3040,6 +3093,7 @@ export declare class Factory {
|
|
3040
3093
|
readonly importScripts: false;
|
3041
3094
|
readonly indexedDB: false;
|
3042
3095
|
readonly isSecureContext: false;
|
3096
|
+
readonly LanguageDetector: false;
|
3043
3097
|
readonly location: false;
|
3044
3098
|
readonly Lock: false;
|
3045
3099
|
readonly LockManager: false;
|
@@ -3055,6 +3109,7 @@ export declare class Factory {
|
|
3055
3109
|
readonly NavigatorUAData: false;
|
3056
3110
|
readonly NetworkInformation: false;
|
3057
3111
|
readonly Notification: false;
|
3112
|
+
readonly Observable: false;
|
3058
3113
|
readonly OffscreenCanvas: false;
|
3059
3114
|
readonly OffscreenCanvasRenderingContext2D: false;
|
3060
3115
|
readonly onerror: true;
|
@@ -3094,11 +3149,13 @@ export declare class Factory {
|
|
3094
3149
|
readonly ReadableStreamDefaultController: false;
|
3095
3150
|
readonly ReadableStreamDefaultReader: false;
|
3096
3151
|
readonly removeEventListener: false;
|
3152
|
+
readonly ReportBody: false;
|
3097
3153
|
readonly reportError: false;
|
3098
3154
|
readonly ReportingObserver: false;
|
3099
3155
|
readonly Request: false;
|
3100
3156
|
readonly requestAnimationFrame: false;
|
3101
3157
|
readonly Response: false;
|
3158
|
+
readonly RestrictionTarget: false;
|
3102
3159
|
readonly RTCDataChannel: false;
|
3103
3160
|
readonly RTCEncodedAudioFrame: false;
|
3104
3161
|
readonly RTCEncodedVideoFrame: false;
|
@@ -3117,7 +3174,9 @@ export declare class Factory {
|
|
3117
3174
|
readonly StorageBucketManager: false;
|
3118
3175
|
readonly StorageManager: false;
|
3119
3176
|
readonly structuredClone: false;
|
3177
|
+
readonly Subscriber: false;
|
3120
3178
|
readonly SubtleCrypto: false;
|
3179
|
+
readonly SuppressedError: false;
|
3121
3180
|
readonly SyncManager: false;
|
3122
3181
|
readonly TaskController: false;
|
3123
3182
|
readonly TaskPriorityChangeEvent: false;
|
@@ -3188,6 +3247,7 @@ export declare class Factory {
|
|
3188
3247
|
readonly WebTransportDatagramDuplexStream: false;
|
3189
3248
|
readonly WebTransportError: false;
|
3190
3249
|
readonly WGSLLanguageFeatures: false;
|
3250
|
+
readonly when: false;
|
3191
3251
|
readonly Worker: false;
|
3192
3252
|
readonly WorkerGlobalScope: false;
|
3193
3253
|
readonly WorkerLocation: false;
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/factory/index.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,cAAc,EAAE,MAAM,aAAa,CAAC;AAC7C,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,cAAc,CAAC;AAC1C,OAAO,KAAK,EAAE,IAAI,IAAI,IAAI,EAAE,MAAM,UAAU,CAAC;AAE7C,qBAAa,OAAO;aAMA,OAAO,EAAE,KAAK,CAAC,SAAS,CAAC,CAAC,SAAS,CAAC;IALtD,SAAgB,MAAM;;;;;;;;;;;;;;;;MAAC;IACvB,SAAgB,MAAM;;;;MAAC;gBAGrB,IAAI,EAAE,OAAO,IAAI,EACD,OAAO,EAAE,KAAK,CAAC,SAAS,CAAC,CAAC,SAAS,CAAC,EACpD,QAAQ,EAAE,KAAK,CAAC,UAAU,CAAC,EAC3B,EACE,GAAG,EAAE,eAAoB,EACzB,GAAG,eAAe,EACnB,GAAE,KAAK,CAAC,YAAY,CAAe;IA0DtC,IAAW,OAAO;;;;;;;;;;;;;OAUjB;IAEM,KAAK,CAAC,CAAC,SAAS,MAAM,OAAO,cAAc,EAAE,KAAK,EAAE,CAAC
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/factory/index.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,cAAc,EAAE,MAAM,aAAa,CAAC;AAC7C,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,cAAc,CAAC;AAC1C,OAAO,KAAK,EAAE,IAAI,IAAI,IAAI,EAAE,MAAM,UAAU,CAAC;AAE7C,qBAAa,OAAO;aAMA,OAAO,EAAE,KAAK,CAAC,SAAS,CAAC,CAAC,SAAS,CAAC;IALtD,SAAgB,MAAM;;;;;;;;;;;;;;;;MAAC;IACvB,SAAgB,MAAM;;;;MAAC;gBAGrB,IAAI,EAAE,OAAO,IAAI,EACD,OAAO,EAAE,KAAK,CAAC,SAAS,CAAC,CAAC,SAAS,CAAC,EACpD,QAAQ,EAAE,KAAK,CAAC,UAAU,CAAC,EAC3B,EACE,GAAG,EAAE,eAAoB,EACzB,GAAG,eAAe,EACnB,GAAE,KAAK,CAAC,YAAY,CAAe;IA0DtC,IAAW,OAAO;;;;;;;;;;;;;OAUjB;IAEM,KAAK,CAAC,CAAC,SAAS,MAAM,OAAO,cAAc,EAAE,KAAK,EAAE,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAsD7D"}
|
package/package.json
CHANGED
@@ -3,7 +3,7 @@
|
|
3
3
|
"$schema": "https://json.schemastore.org/package",
|
4
4
|
"$help": "https://docs.npmjs.com/cli/configuring-npm/package-json",
|
5
5
|
"name": "@eslinted/core",
|
6
|
-
"version": "18.5.
|
6
|
+
"version": "18.5.5",
|
7
7
|
"repository": "github:jimmy-zhening-luo/linted-core",
|
8
8
|
"private": false,
|
9
9
|
"engineStrict": true,
|
@@ -14,14 +14,14 @@
|
|
14
14
|
"type": "module",
|
15
15
|
"peerDependenciesMeta": {},
|
16
16
|
"dependencies": {
|
17
|
-
"globals": "^16.
|
17
|
+
"globals": "^16.1.0"
|
18
18
|
},
|
19
19
|
"devDependencies": {
|
20
|
-
"@types/chai": "^5.2.
|
20
|
+
"@types/chai": "^5.2.2",
|
21
21
|
"@types/mocha": "^10.0.10",
|
22
|
-
"@types/node": "^22.
|
22
|
+
"@types/node": "^22.15.16",
|
23
23
|
"chai": "^5.2.0",
|
24
|
-
"mocha": "^11.
|
24
|
+
"mocha": "^11.2.2",
|
25
25
|
"npm-run-all": "^4.1.5",
|
26
26
|
"run-script-os": "^1.1.6",
|
27
27
|
"ts-add-js-extension": "^1.6.5",
|