@typescript-eslint/scope-manager 8.57.3-alpha.2 → 8.57.3-alpha.4

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/lib/dom.js CHANGED
@@ -6,9 +6,12 @@
6
6
  Object.defineProperty(exports, "__esModule", { value: true });
7
7
  exports.dom = void 0;
8
8
  const base_config_1 = require("./base-config");
9
+ const es2015_1 = require("./es2015");
10
+ const es2018_asynciterable_1 = require("./es2018.asynciterable");
9
11
  exports.dom = {
10
- libs: [],
12
+ libs: [es2015_1.es2015, es2018_asynciterable_1.es2018_asynciterable],
11
13
  variables: [
14
+ ['AacEncoderConfig', base_config_1.TYPE],
12
15
  ['AddEventListenerOptions', base_config_1.TYPE],
13
16
  ['AddressErrors', base_config_1.TYPE],
14
17
  ['AesCbcParams', base_config_1.TYPE],
@@ -18,6 +21,7 @@ exports.dom = {
18
21
  ['AesKeyAlgorithm', base_config_1.TYPE],
19
22
  ['AesKeyGenParams', base_config_1.TYPE],
20
23
  ['Algorithm', base_config_1.TYPE],
24
+ ['AllAcceptedCredentialsOptions', base_config_1.TYPE],
21
25
  ['AnalyserOptions', base_config_1.TYPE],
22
26
  ['AnimationEventInit', base_config_1.TYPE],
23
27
  ['AnimationPlaybackEventInit', base_config_1.TYPE],
@@ -41,14 +45,20 @@ exports.dom = {
41
45
  ['AuthenticationExtensionsClientInputs', base_config_1.TYPE],
42
46
  ['AuthenticationExtensionsClientInputsJSON', base_config_1.TYPE],
43
47
  ['AuthenticationExtensionsClientOutputs', base_config_1.TYPE],
48
+ ['AuthenticationExtensionsClientOutputsJSON', base_config_1.TYPE],
44
49
  ['AuthenticationExtensionsLargeBlobInputs', base_config_1.TYPE],
45
50
  ['AuthenticationExtensionsLargeBlobInputsJSON', base_config_1.TYPE],
46
51
  ['AuthenticationExtensionsLargeBlobOutputs', base_config_1.TYPE],
52
+ ['AuthenticationExtensionsLargeBlobOutputsJSON', base_config_1.TYPE],
47
53
  ['AuthenticationExtensionsPRFInputs', base_config_1.TYPE],
48
54
  ['AuthenticationExtensionsPRFInputsJSON', base_config_1.TYPE],
49
55
  ['AuthenticationExtensionsPRFOutputs', base_config_1.TYPE],
56
+ ['AuthenticationExtensionsPRFOutputsJSON', base_config_1.TYPE],
50
57
  ['AuthenticationExtensionsPRFValues', base_config_1.TYPE],
51
58
  ['AuthenticationExtensionsPRFValuesJSON', base_config_1.TYPE],
59
+ ['AuthenticationResponseJSON', base_config_1.TYPE],
60
+ ['AuthenticatorAssertionResponseJSON', base_config_1.TYPE],
61
+ ['AuthenticatorAttestationResponseJSON', base_config_1.TYPE],
52
62
  ['AuthenticatorSelectionCriteria', base_config_1.TYPE],
53
63
  ['AvcEncoderConfig', base_config_1.TYPE],
54
64
  ['BiquadFilterOptions', base_config_1.TYPE],
@@ -67,10 +77,12 @@ exports.dom = {
67
77
  ['ClipboardEventInit', base_config_1.TYPE],
68
78
  ['ClipboardItemOptions', base_config_1.TYPE],
69
79
  ['CloseEventInit', base_config_1.TYPE],
80
+ ['CommandEventInit', base_config_1.TYPE],
70
81
  ['CompositionEventInit', base_config_1.TYPE],
71
82
  ['ComputedEffectTiming', base_config_1.TYPE],
72
83
  ['ComputedKeyframe', base_config_1.TYPE],
73
84
  ['ConstantSourceOptions', base_config_1.TYPE],
85
+ ['ConstrainBooleanOrDOMStringParameters', base_config_1.TYPE],
74
86
  ['ConstrainBooleanParameters', base_config_1.TYPE],
75
87
  ['ConstrainDOMStringParameters', base_config_1.TYPE],
76
88
  ['ConstrainDoubleRange', base_config_1.TYPE],
@@ -86,6 +98,7 @@ exports.dom = {
86
98
  ['CredentialPropertiesOutput', base_config_1.TYPE],
87
99
  ['CredentialRequestOptions', base_config_1.TYPE],
88
100
  ['CryptoKeyPair', base_config_1.TYPE],
101
+ ['CurrentUserDetailsOptions', base_config_1.TYPE],
89
102
  ['CustomEventInit', base_config_1.TYPE],
90
103
  ['DOMMatrix2DInit', base_config_1.TYPE],
91
104
  ['DOMMatrixInit', base_config_1.TYPE],
@@ -131,6 +144,67 @@ exports.dom = {
131
144
  ['FontFaceSetLoadEventInit', base_config_1.TYPE],
132
145
  ['FormDataEventInit', base_config_1.TYPE],
133
146
  ['FullscreenOptions', base_config_1.TYPE],
147
+ ['GPUBindGroupDescriptor', base_config_1.TYPE],
148
+ ['GPUBindGroupEntry', base_config_1.TYPE],
149
+ ['GPUBindGroupLayoutDescriptor', base_config_1.TYPE],
150
+ ['GPUBindGroupLayoutEntry', base_config_1.TYPE],
151
+ ['GPUBlendComponent', base_config_1.TYPE],
152
+ ['GPUBlendState', base_config_1.TYPE],
153
+ ['GPUBufferBinding', base_config_1.TYPE],
154
+ ['GPUBufferBindingLayout', base_config_1.TYPE],
155
+ ['GPUBufferDescriptor', base_config_1.TYPE],
156
+ ['GPUCanvasConfiguration', base_config_1.TYPE],
157
+ ['GPUCanvasToneMapping', base_config_1.TYPE],
158
+ ['GPUColorDict', base_config_1.TYPE],
159
+ ['GPUColorTargetState', base_config_1.TYPE],
160
+ ['GPUCommandBufferDescriptor', base_config_1.TYPE],
161
+ ['GPUCommandEncoderDescriptor', base_config_1.TYPE],
162
+ ['GPUComputePassDescriptor', base_config_1.TYPE],
163
+ ['GPUComputePassTimestampWrites', base_config_1.TYPE],
164
+ ['GPUComputePipelineDescriptor', base_config_1.TYPE],
165
+ ['GPUCopyExternalImageDestInfo', base_config_1.TYPE],
166
+ ['GPUCopyExternalImageSourceInfo', base_config_1.TYPE],
167
+ ['GPUDepthStencilState', base_config_1.TYPE],
168
+ ['GPUDeviceDescriptor', base_config_1.TYPE],
169
+ ['GPUExtent3DDict', base_config_1.TYPE],
170
+ ['GPUExternalTextureBindingLayout', base_config_1.TYPE],
171
+ ['GPUExternalTextureDescriptor', base_config_1.TYPE],
172
+ ['GPUFragmentState', base_config_1.TYPE],
173
+ ['GPUMultisampleState', base_config_1.TYPE],
174
+ ['GPUObjectDescriptorBase', base_config_1.TYPE],
175
+ ['GPUOrigin2DDict', base_config_1.TYPE],
176
+ ['GPUOrigin3DDict', base_config_1.TYPE],
177
+ ['GPUPipelineDescriptorBase', base_config_1.TYPE],
178
+ ['GPUPipelineErrorInit', base_config_1.TYPE],
179
+ ['GPUPipelineLayoutDescriptor', base_config_1.TYPE],
180
+ ['GPUPrimitiveState', base_config_1.TYPE],
181
+ ['GPUProgrammableStage', base_config_1.TYPE],
182
+ ['GPUQuerySetDescriptor', base_config_1.TYPE],
183
+ ['GPUQueueDescriptor', base_config_1.TYPE],
184
+ ['GPURenderBundleDescriptor', base_config_1.TYPE],
185
+ ['GPURenderBundleEncoderDescriptor', base_config_1.TYPE],
186
+ ['GPURenderPassColorAttachment', base_config_1.TYPE],
187
+ ['GPURenderPassDepthStencilAttachment', base_config_1.TYPE],
188
+ ['GPURenderPassDescriptor', base_config_1.TYPE],
189
+ ['GPURenderPassLayout', base_config_1.TYPE],
190
+ ['GPURenderPassTimestampWrites', base_config_1.TYPE],
191
+ ['GPURenderPipelineDescriptor', base_config_1.TYPE],
192
+ ['GPURequestAdapterOptions', base_config_1.TYPE],
193
+ ['GPUSamplerBindingLayout', base_config_1.TYPE],
194
+ ['GPUSamplerDescriptor', base_config_1.TYPE],
195
+ ['GPUShaderModuleDescriptor', base_config_1.TYPE],
196
+ ['GPUStencilFaceState', base_config_1.TYPE],
197
+ ['GPUStorageTextureBindingLayout', base_config_1.TYPE],
198
+ ['GPUTexelCopyBufferInfo', base_config_1.TYPE],
199
+ ['GPUTexelCopyBufferLayout', base_config_1.TYPE],
200
+ ['GPUTexelCopyTextureInfo', base_config_1.TYPE],
201
+ ['GPUTextureBindingLayout', base_config_1.TYPE],
202
+ ['GPUTextureDescriptor', base_config_1.TYPE],
203
+ ['GPUTextureViewDescriptor', base_config_1.TYPE],
204
+ ['GPUUncapturedErrorEventInit', base_config_1.TYPE],
205
+ ['GPUVertexAttribute', base_config_1.TYPE],
206
+ ['GPUVertexBufferLayout', base_config_1.TYPE],
207
+ ['GPUVertexState', base_config_1.TYPE],
134
208
  ['GainOptions', base_config_1.TYPE],
135
209
  ['GamepadEffectParameters', base_config_1.TYPE],
136
210
  ['GamepadEventInit', base_config_1.TYPE],
@@ -206,7 +280,15 @@ exports.dom = {
206
280
  ['MouseEventInit', base_config_1.TYPE],
207
281
  ['MultiCacheQueryOptions', base_config_1.TYPE],
208
282
  ['MutationObserverInit', base_config_1.TYPE],
283
+ ['NavigateEventInit', base_config_1.TYPE],
284
+ ['NavigationCurrentEntryChangeEventInit', base_config_1.TYPE],
285
+ ['NavigationInterceptOptions', base_config_1.TYPE],
286
+ ['NavigationNavigateOptions', base_config_1.TYPE],
287
+ ['NavigationOptions', base_config_1.TYPE],
209
288
  ['NavigationPreloadState', base_config_1.TYPE],
289
+ ['NavigationReloadOptions', base_config_1.TYPE],
290
+ ['NavigationResult', base_config_1.TYPE],
291
+ ['NavigationUpdateCurrentEntryOptions', base_config_1.TYPE],
210
292
  ['NotificationOptions', base_config_1.TYPE],
211
293
  ['OfflineAudioCompletionEventInit', base_config_1.TYPE],
212
294
  ['OfflineAudioContextOptions', base_config_1.TYPE],
@@ -309,12 +391,16 @@ exports.dom = {
309
391
  ['RTCStats', base_config_1.TYPE],
310
392
  ['RTCTrackEventInit', base_config_1.TYPE],
311
393
  ['RTCTransportStats', base_config_1.TYPE],
394
+ ['ReadableStreamBYOBReaderReadOptions', base_config_1.TYPE],
312
395
  ['ReadableStreamGetReaderOptions', base_config_1.TYPE],
313
396
  ['ReadableStreamIteratorOptions', base_config_1.TYPE],
314
397
  ['ReadableStreamReadDoneResult', base_config_1.TYPE],
315
398
  ['ReadableStreamReadValueResult', base_config_1.TYPE],
316
399
  ['ReadableWritablePair', base_config_1.TYPE],
317
400
  ['RegistrationOptions', base_config_1.TYPE],
401
+ ['RegistrationResponseJSON', base_config_1.TYPE],
402
+ ['Report', base_config_1.TYPE],
403
+ ['ReportBody', base_config_1.TYPE],
318
404
  ['ReportingObserverOptions', base_config_1.TYPE],
319
405
  ['RequestInit', base_config_1.TYPE],
320
406
  ['ResizeObserverOptions', base_config_1.TYPE],
@@ -328,12 +414,21 @@ exports.dom = {
328
414
  ['RsaOtherPrimesInfo', base_config_1.TYPE],
329
415
  ['RsaPssParams', base_config_1.TYPE],
330
416
  ['SVGBoundingBoxOptions', base_config_1.TYPE],
417
+ ['SanitizerAttributeNamespace', base_config_1.TYPE],
418
+ ['SanitizerConfig', base_config_1.TYPE],
419
+ ['SanitizerElementNamespace', base_config_1.TYPE],
420
+ ['SanitizerElementNamespaceWithAttributes', base_config_1.TYPE],
421
+ ['SchedulerPostTaskOptions', base_config_1.TYPE],
331
422
  ['ScrollIntoViewOptions', base_config_1.TYPE],
332
423
  ['ScrollOptions', base_config_1.TYPE],
424
+ ['ScrollTimelineOptions', base_config_1.TYPE],
333
425
  ['ScrollToOptions', base_config_1.TYPE],
334
426
  ['SecurityPolicyViolationEventInit', base_config_1.TYPE],
335
427
  ['ShadowRootInit', base_config_1.TYPE],
336
428
  ['ShareData', base_config_1.TYPE],
429
+ ['ShowPopoverOptions', base_config_1.TYPE],
430
+ ['SpeechRecognitionErrorEventInit', base_config_1.TYPE],
431
+ ['SpeechRecognitionEventInit', base_config_1.TYPE],
337
432
  ['SpeechSynthesisErrorEventInit', base_config_1.TYPE],
338
433
  ['SpeechSynthesisEventInit', base_config_1.TYPE],
339
434
  ['StartViewTransitionOptions', base_config_1.TYPE],
@@ -344,10 +439,16 @@ exports.dom = {
344
439
  ['StreamPipeOptions', base_config_1.TYPE],
345
440
  ['StructuredSerializeOptions', base_config_1.TYPE],
346
441
  ['SubmitEventInit', base_config_1.TYPE],
442
+ ['SvcOutputMetadata', base_config_1.TYPE],
443
+ ['TaskControllerInit', base_config_1.TYPE],
444
+ ['TaskPriorityChangeEventInit', base_config_1.TYPE],
445
+ ['TaskSignalAnyInit', base_config_1.TYPE],
347
446
  ['TextDecodeOptions', base_config_1.TYPE],
348
447
  ['TextDecoderOptions', base_config_1.TYPE],
349
448
  ['TextEncoderEncodeIntoResult', base_config_1.TYPE],
449
+ ['TimelineRangeOffset', base_config_1.TYPE],
350
450
  ['ToggleEventInit', base_config_1.TYPE],
451
+ ['TogglePopoverOptions', base_config_1.TYPE],
351
452
  ['TouchEventInit', base_config_1.TYPE],
352
453
  ['TouchInit', base_config_1.TYPE],
353
454
  ['TrackEventInit', base_config_1.TYPE],
@@ -355,10 +456,15 @@ exports.dom = {
355
456
  ['TransitionEventInit', base_config_1.TYPE],
356
457
  ['UIEventInit', base_config_1.TYPE],
357
458
  ['ULongRange', base_config_1.TYPE],
459
+ ['URLPatternComponentResult', base_config_1.TYPE],
460
+ ['URLPatternInit', base_config_1.TYPE],
461
+ ['URLPatternOptions', base_config_1.TYPE],
462
+ ['URLPatternResult', base_config_1.TYPE],
358
463
  ['UnderlyingByteSource', base_config_1.TYPE],
359
464
  ['UnderlyingDefaultSource', base_config_1.TYPE],
360
465
  ['UnderlyingSink', base_config_1.TYPE],
361
466
  ['UnderlyingSource', base_config_1.TYPE],
467
+ ['UnknownCredentialOptions', base_config_1.TYPE],
362
468
  ['ValidityStateFlags', base_config_1.TYPE],
363
469
  ['VideoColorSpaceInit', base_config_1.TYPE],
364
470
  ['VideoConfiguration', base_config_1.TYPE],
@@ -374,6 +480,7 @@ exports.dom = {
374
480
  ['VideoFrameCallbackMetadata', base_config_1.TYPE],
375
481
  ['VideoFrameCopyToOptions', base_config_1.TYPE],
376
482
  ['VideoFrameInit', base_config_1.TYPE],
483
+ ['ViewTimelineOptions', base_config_1.TYPE],
377
484
  ['WaveShaperOptions', base_config_1.TYPE],
378
485
  ['WebGLContextAttributes', base_config_1.TYPE],
379
486
  ['WebGLContextEventInit', base_config_1.TYPE],
@@ -442,7 +549,6 @@ exports.dom = {
442
549
  ['BroadcastChannel', base_config_1.TYPE_VALUE],
443
550
  ['ByteLengthQueuingStrategy', base_config_1.TYPE_VALUE],
444
551
  ['CDATASection', base_config_1.TYPE_VALUE],
445
- ['CSPViolationReportBody', base_config_1.TYPE_VALUE],
446
552
  ['CSSAnimation', base_config_1.TYPE_VALUE],
447
553
  ['CSSConditionRule', base_config_1.TYPE_VALUE],
448
554
  ['CSSContainerRule', base_config_1.TYPE_VALUE],
@@ -472,8 +578,11 @@ exports.dom = {
472
578
  ['CSSNestedDeclarations', base_config_1.TYPE_VALUE],
473
579
  ['CSSNumericArray', base_config_1.TYPE_VALUE],
474
580
  ['CSSNumericValue', base_config_1.TYPE_VALUE],
581
+ ['CSSPageDescriptors', base_config_1.TYPE_VALUE],
475
582
  ['CSSPageRule', base_config_1.TYPE_VALUE],
476
583
  ['CSSPerspective', base_config_1.TYPE_VALUE],
584
+ ['CSSPositionTryDescriptors', base_config_1.TYPE_VALUE],
585
+ ['CSSPositionTryRule', base_config_1.TYPE_VALUE],
477
586
  ['CSSPropertyRule', base_config_1.TYPE_VALUE],
478
587
  ['CSSRotate', base_config_1.TYPE_VALUE],
479
588
  ['CSSRule', base_config_1.TYPE_VALUE],
@@ -484,7 +593,9 @@ exports.dom = {
484
593
  ['CSSSkewX', base_config_1.TYPE_VALUE],
485
594
  ['CSSSkewY', base_config_1.TYPE_VALUE],
486
595
  ['CSSStartingStyleRule', base_config_1.TYPE_VALUE],
596
+ ['CSSStyleDeclarationBase', base_config_1.TYPE],
487
597
  ['CSSStyleDeclaration', base_config_1.TYPE_VALUE],
598
+ ['CSSStyleProperties', base_config_1.TYPE_VALUE],
488
599
  ['CSSStyleRule', base_config_1.TYPE_VALUE],
489
600
  ['CSSStyleSheet', base_config_1.TYPE_VALUE],
490
601
  ['CSSStyleValue', base_config_1.TYPE_VALUE],
@@ -530,6 +641,7 @@ exports.dom = {
530
641
  ['ClipboardEvent', base_config_1.TYPE_VALUE],
531
642
  ['ClipboardItem', base_config_1.TYPE_VALUE],
532
643
  ['CloseEvent', base_config_1.TYPE_VALUE],
644
+ ['CommandEvent', base_config_1.TYPE_VALUE],
533
645
  ['Comment', base_config_1.TYPE_VALUE],
534
646
  ['CompositionEvent', base_config_1.TYPE_VALUE],
535
647
  ['CompressionStream', base_config_1.TYPE_VALUE],
@@ -575,6 +687,7 @@ exports.dom = {
575
687
  ['DeviceMotionEventAcceleration', base_config_1.TYPE],
576
688
  ['DeviceMotionEventRotationRate', base_config_1.TYPE],
577
689
  ['DeviceOrientationEvent', base_config_1.TYPE_VALUE],
690
+ ['DigitalCredential', base_config_1.TYPE_VALUE],
578
691
  ['DocumentEventMap', base_config_1.TYPE],
579
692
  ['Document', base_config_1.TYPE_VALUE],
580
693
  ['DocumentFragment', base_config_1.TYPE_VALUE],
@@ -632,7 +745,47 @@ exports.dom = {
632
745
  ['FormData', base_config_1.TYPE_VALUE],
633
746
  ['FormDataEvent', base_config_1.TYPE_VALUE],
634
747
  ['FragmentDirective', base_config_1.TYPE_VALUE],
635
- ['GPUError', base_config_1.TYPE],
748
+ ['GPU', base_config_1.TYPE_VALUE],
749
+ ['GPUAdapter', base_config_1.TYPE_VALUE],
750
+ ['GPUAdapterInfo', base_config_1.TYPE_VALUE],
751
+ ['GPUBindGroup', base_config_1.TYPE_VALUE],
752
+ ['GPUBindGroupLayout', base_config_1.TYPE_VALUE],
753
+ ['GPUBindingCommandsMixin', base_config_1.TYPE],
754
+ ['GPUBuffer', base_config_1.TYPE_VALUE],
755
+ ['GPUCanvasContext', base_config_1.TYPE_VALUE],
756
+ ['GPUCommandBuffer', base_config_1.TYPE_VALUE],
757
+ ['GPUCommandEncoder', base_config_1.TYPE_VALUE],
758
+ ['GPUCompilationInfo', base_config_1.TYPE_VALUE],
759
+ ['GPUCompilationMessage', base_config_1.TYPE_VALUE],
760
+ ['GPUComputePassEncoder', base_config_1.TYPE_VALUE],
761
+ ['GPUComputePipeline', base_config_1.TYPE_VALUE],
762
+ ['GPUDebugCommandsMixin', base_config_1.TYPE],
763
+ ['GPUDeviceEventMap', base_config_1.TYPE],
764
+ ['GPUDevice', base_config_1.TYPE_VALUE],
765
+ ['GPUDeviceLostInfo', base_config_1.TYPE_VALUE],
766
+ ['GPUError', base_config_1.TYPE_VALUE],
767
+ ['GPUExternalTexture', base_config_1.TYPE_VALUE],
768
+ ['GPUInternalError', base_config_1.TYPE_VALUE],
769
+ ['GPUObjectBase', base_config_1.TYPE],
770
+ ['GPUOutOfMemoryError', base_config_1.TYPE_VALUE],
771
+ ['GPUPipelineBase', base_config_1.TYPE],
772
+ ['GPUPipelineError', base_config_1.TYPE_VALUE],
773
+ ['GPUPipelineLayout', base_config_1.TYPE_VALUE],
774
+ ['GPUQuerySet', base_config_1.TYPE_VALUE],
775
+ ['GPUQueue', base_config_1.TYPE_VALUE],
776
+ ['GPURenderBundle', base_config_1.TYPE_VALUE],
777
+ ['GPURenderBundleEncoder', base_config_1.TYPE_VALUE],
778
+ ['GPURenderCommandsMixin', base_config_1.TYPE],
779
+ ['GPURenderPassEncoder', base_config_1.TYPE_VALUE],
780
+ ['GPURenderPipeline', base_config_1.TYPE_VALUE],
781
+ ['GPUSampler', base_config_1.TYPE_VALUE],
782
+ ['GPUShaderModule', base_config_1.TYPE_VALUE],
783
+ ['GPUSupportedFeatures', base_config_1.TYPE_VALUE],
784
+ ['GPUSupportedLimits', base_config_1.TYPE_VALUE],
785
+ ['GPUTexture', base_config_1.TYPE_VALUE],
786
+ ['GPUTextureView', base_config_1.TYPE_VALUE],
787
+ ['GPUUncapturedErrorEvent', base_config_1.TYPE_VALUE],
788
+ ['GPUValidationError', base_config_1.TYPE_VALUE],
636
789
  ['GainNode', base_config_1.TYPE_VALUE],
637
790
  ['Gamepad', base_config_1.TYPE_VALUE],
638
791
  ['GamepadButton', base_config_1.TYPE_VALUE],
@@ -830,16 +983,24 @@ exports.dom = {
830
983
  ['MutationObserver', base_config_1.TYPE_VALUE],
831
984
  ['MutationRecord', base_config_1.TYPE_VALUE],
832
985
  ['NamedNodeMap', base_config_1.TYPE_VALUE],
986
+ ['NavigateEvent', base_config_1.TYPE_VALUE],
987
+ ['NavigationEventMap', base_config_1.TYPE],
988
+ ['Navigation', base_config_1.TYPE_VALUE],
833
989
  ['NavigationActivation', base_config_1.TYPE_VALUE],
990
+ ['NavigationCurrentEntryChangeEvent', base_config_1.TYPE_VALUE],
991
+ ['NavigationDestination', base_config_1.TYPE_VALUE],
834
992
  ['NavigationHistoryEntryEventMap', base_config_1.TYPE],
835
993
  ['NavigationHistoryEntry', base_config_1.TYPE_VALUE],
994
+ ['NavigationPrecommitController', base_config_1.TYPE_VALUE],
836
995
  ['NavigationPreloadManager', base_config_1.TYPE_VALUE],
996
+ ['NavigationTransition', base_config_1.TYPE_VALUE],
837
997
  ['Navigator', base_config_1.TYPE_VALUE],
838
998
  ['NavigatorAutomationInformation', base_config_1.TYPE],
839
999
  ['NavigatorBadge', base_config_1.TYPE],
840
1000
  ['NavigatorConcurrentHardware', base_config_1.TYPE],
841
1001
  ['NavigatorContentUtils', base_config_1.TYPE],
842
1002
  ['NavigatorCookies', base_config_1.TYPE],
1003
+ ['NavigatorGPU', base_config_1.TYPE],
843
1004
  ['NavigatorID', base_config_1.TYPE],
844
1005
  ['NavigatorLanguage', base_config_1.TYPE],
845
1006
  ['NavigatorLocks', base_config_1.TYPE],
@@ -876,6 +1037,7 @@ exports.dom = {
876
1037
  ['PageRevealEvent', base_config_1.TYPE_VALUE],
877
1038
  ['PageSwapEvent', base_config_1.TYPE_VALUE],
878
1039
  ['PageTransitionEvent', base_config_1.TYPE_VALUE],
1040
+ ['PaintTimingMixin', base_config_1.TYPE],
879
1041
  ['PannerNode', base_config_1.TYPE_VALUE],
880
1042
  ['ParentNode', base_config_1.TYPE],
881
1043
  ['Path2D', base_config_1.TYPE_VALUE],
@@ -911,12 +1073,13 @@ exports.dom = {
911
1073
  ['PluginArray', base_config_1.TYPE_VALUE],
912
1074
  ['PointerEvent', base_config_1.TYPE_VALUE],
913
1075
  ['PopStateEvent', base_config_1.TYPE_VALUE],
914
- ['PopoverInvokerElement', base_config_1.TYPE],
1076
+ ['PopoverTargetAttributes', base_config_1.TYPE],
915
1077
  ['ProcessingInstruction', base_config_1.TYPE_VALUE],
916
1078
  ['ProgressEvent', base_config_1.TYPE_VALUE],
917
1079
  ['PromiseRejectionEvent', base_config_1.TYPE_VALUE],
918
1080
  ['PublicKeyCredential', base_config_1.TYPE_VALUE],
919
1081
  ['PushManager', base_config_1.TYPE_VALUE],
1082
+ ['PushManagerAttribute', base_config_1.TYPE],
920
1083
  ['PushSubscription', base_config_1.TYPE_VALUE],
921
1084
  ['PushSubscriptionOptions', base_config_1.TYPE_VALUE],
922
1085
  ['RTCCertificate', base_config_1.TYPE_VALUE],
@@ -960,8 +1123,6 @@ exports.dom = {
960
1123
  ['ReadableStreamGenericReader', base_config_1.TYPE],
961
1124
  ['RemotePlaybackEventMap', base_config_1.TYPE],
962
1125
  ['RemotePlayback', base_config_1.TYPE_VALUE],
963
- ['Report', base_config_1.TYPE_VALUE],
964
- ['ReportBody', base_config_1.TYPE_VALUE],
965
1126
  ['ReportingObserver', base_config_1.TYPE_VALUE],
966
1127
  ['Request', base_config_1.TYPE_VALUE],
967
1128
  ['ResizeObserver', base_config_1.TYPE_VALUE],
@@ -1069,11 +1230,14 @@ exports.dom = {
1069
1230
  ['SVGUnitTypes', base_config_1.TYPE_VALUE],
1070
1231
  ['SVGUseElement', base_config_1.TYPE_VALUE],
1071
1232
  ['SVGViewElement', base_config_1.TYPE_VALUE],
1233
+ ['Sanitizer', base_config_1.TYPE_VALUE],
1234
+ ['Scheduler', base_config_1.TYPE_VALUE],
1072
1235
  ['Screen', base_config_1.TYPE_VALUE],
1073
1236
  ['ScreenOrientationEventMap', base_config_1.TYPE],
1074
1237
  ['ScreenOrientation', base_config_1.TYPE_VALUE],
1075
1238
  ['ScriptProcessorNodeEventMap', base_config_1.TYPE],
1076
1239
  ['ScriptProcessorNode', base_config_1.TYPE_VALUE],
1240
+ ['ScrollTimeline', base_config_1.TYPE_VALUE],
1077
1241
  ['SecurityPolicyViolationEvent', base_config_1.TYPE_VALUE],
1078
1242
  ['Selection', base_config_1.TYPE_VALUE],
1079
1243
  ['ServiceWorkerEventMap', base_config_1.TYPE],
@@ -1091,6 +1255,8 @@ exports.dom = {
1091
1255
  ['SourceBufferListEventMap', base_config_1.TYPE],
1092
1256
  ['SourceBufferList', base_config_1.TYPE_VALUE],
1093
1257
  ['SpeechRecognitionAlternative', base_config_1.TYPE_VALUE],
1258
+ ['SpeechRecognitionErrorEvent', base_config_1.TYPE_VALUE],
1259
+ ['SpeechRecognitionEvent', base_config_1.TYPE_VALUE],
1094
1260
  ['SpeechRecognitionResult', base_config_1.TYPE_VALUE],
1095
1261
  ['SpeechRecognitionResultList', base_config_1.TYPE_VALUE],
1096
1262
  ['SpeechSynthesisEventMap', base_config_1.TYPE],
@@ -1105,13 +1271,16 @@ exports.dom = {
1105
1271
  ['Storage', base_config_1.TYPE_VALUE],
1106
1272
  ['StorageEvent', base_config_1.TYPE_VALUE],
1107
1273
  ['StorageManager', base_config_1.TYPE_VALUE],
1108
- ['StyleMedia', base_config_1.TYPE],
1109
1274
  ['StylePropertyMap', base_config_1.TYPE_VALUE],
1110
1275
  ['StylePropertyMapReadOnly', base_config_1.TYPE_VALUE],
1111
1276
  ['StyleSheet', base_config_1.TYPE_VALUE],
1112
1277
  ['StyleSheetList', base_config_1.TYPE_VALUE],
1113
1278
  ['SubmitEvent', base_config_1.TYPE_VALUE],
1114
1279
  ['SubtleCrypto', base_config_1.TYPE_VALUE],
1280
+ ['TaskController', base_config_1.TYPE_VALUE],
1281
+ ['TaskPriorityChangeEvent', base_config_1.TYPE_VALUE],
1282
+ ['TaskSignalEventMap', base_config_1.TYPE],
1283
+ ['TaskSignal', base_config_1.TYPE_VALUE],
1115
1284
  ['Text', base_config_1.TYPE_VALUE],
1116
1285
  ['TextDecoder', base_config_1.TYPE_VALUE],
1117
1286
  ['TextDecoderCommon', base_config_1.TYPE],
@@ -1141,6 +1310,7 @@ exports.dom = {
1141
1310
  ['UIEvent', base_config_1.TYPE_VALUE],
1142
1311
  ['URL', base_config_1.TYPE_VALUE],
1143
1312
  ['webkitURL', base_config_1.TYPE_VALUE],
1313
+ ['URLPattern', base_config_1.TYPE_VALUE],
1144
1314
  ['URLSearchParams', base_config_1.TYPE_VALUE],
1145
1315
  ['UserActivation', base_config_1.TYPE_VALUE],
1146
1316
  ['VTTCue', base_config_1.TYPE_VALUE],
@@ -1153,6 +1323,7 @@ exports.dom = {
1153
1323
  ['VideoEncoder', base_config_1.TYPE_VALUE],
1154
1324
  ['VideoFrame', base_config_1.TYPE_VALUE],
1155
1325
  ['VideoPlaybackQuality', base_config_1.TYPE_VALUE],
1326
+ ['ViewTimeline', base_config_1.TYPE_VALUE],
1156
1327
  ['ViewTransition', base_config_1.TYPE_VALUE],
1157
1328
  ['ViewTransitionTypeSet', base_config_1.TYPE_VALUE],
1158
1329
  ['VisualViewportEventMap', base_config_1.TYPE],
@@ -1170,6 +1341,7 @@ exports.dom = {
1170
1341
  ['WEBGL_draw_buffers', base_config_1.TYPE],
1171
1342
  ['WEBGL_lose_context', base_config_1.TYPE],
1172
1343
  ['WEBGL_multi_draw', base_config_1.TYPE],
1344
+ ['WGSLLanguageFeatures', base_config_1.TYPE_VALUE],
1173
1345
  ['WakeLock', base_config_1.TYPE_VALUE],
1174
1346
  ['WakeLockSentinelEventMap', base_config_1.TYPE],
1175
1347
  ['WakeLockSentinel', base_config_1.TYPE_VALUE],
@@ -1249,6 +1421,8 @@ exports.dom = {
1249
1421
  ['LockGrantedCallback', base_config_1.TYPE],
1250
1422
  ['MediaSessionActionHandler', base_config_1.TYPE],
1251
1423
  ['MutationCallback', base_config_1.TYPE],
1424
+ ['NavigationInterceptHandler', base_config_1.TYPE],
1425
+ ['NavigationPrecommitHandler', base_config_1.TYPE],
1252
1426
  ['NotificationPermissionCallback', base_config_1.TYPE],
1253
1427
  ['OnBeforeUnloadEventHandlerNonNull', base_config_1.TYPE],
1254
1428
  ['OnErrorEventHandlerNonNull', base_config_1.TYPE],
@@ -1261,6 +1435,7 @@ exports.dom = {
1261
1435
  ['RemotePlaybackAvailabilityCallback', base_config_1.TYPE],
1262
1436
  ['ReportingObserverCallback', base_config_1.TYPE],
1263
1437
  ['ResizeObserverCallback', base_config_1.TYPE],
1438
+ ['SchedulerPostTaskCallback', base_config_1.TYPE],
1264
1439
  ['TransformerFlushCallback', base_config_1.TYPE],
1265
1440
  ['TransformerStartCallback', base_config_1.TYPE],
1266
1441
  ['TransformerTransformCallback', base_config_1.TYPE],
@@ -1300,6 +1475,7 @@ exports.dom = {
1300
1475
  ['ClipboardItemData', base_config_1.TYPE],
1301
1476
  ['ClipboardItems', base_config_1.TYPE],
1302
1477
  ['ConstrainBoolean', base_config_1.TYPE],
1478
+ ['ConstrainBooleanOrDOMString', base_config_1.TYPE],
1303
1479
  ['ConstrainDOMString', base_config_1.TYPE],
1304
1480
  ['ConstrainDouble', base_config_1.TYPE],
1305
1481
  ['ConstrainULong', base_config_1.TYPE],
@@ -1322,6 +1498,31 @@ exports.dom = {
1322
1498
  ['GLsizeiptr', base_config_1.TYPE],
1323
1499
  ['GLuint', base_config_1.TYPE],
1324
1500
  ['GLuint64', base_config_1.TYPE],
1501
+ ['GPUBindingResource', base_config_1.TYPE],
1502
+ ['GPUBufferDynamicOffset', base_config_1.TYPE],
1503
+ ['GPUBufferUsageFlags', base_config_1.TYPE],
1504
+ ['GPUColor', base_config_1.TYPE],
1505
+ ['GPUColorWriteFlags', base_config_1.TYPE],
1506
+ ['GPUCopyExternalImageSource', base_config_1.TYPE],
1507
+ ['GPUDepthBias', base_config_1.TYPE],
1508
+ ['GPUExtent3D', base_config_1.TYPE],
1509
+ ['GPUFlagsConstant', base_config_1.TYPE],
1510
+ ['GPUIndex32', base_config_1.TYPE],
1511
+ ['GPUIntegerCoordinate', base_config_1.TYPE],
1512
+ ['GPUIntegerCoordinateOut', base_config_1.TYPE],
1513
+ ['GPUMapModeFlags', base_config_1.TYPE],
1514
+ ['GPUOrigin2D', base_config_1.TYPE],
1515
+ ['GPUOrigin3D', base_config_1.TYPE],
1516
+ ['GPUPipelineConstantValue', base_config_1.TYPE],
1517
+ ['GPUSampleMask', base_config_1.TYPE],
1518
+ ['GPUShaderStageFlags', base_config_1.TYPE],
1519
+ ['GPUSignedOffset32', base_config_1.TYPE],
1520
+ ['GPUSize32', base_config_1.TYPE],
1521
+ ['GPUSize32Out', base_config_1.TYPE],
1522
+ ['GPUSize64', base_config_1.TYPE],
1523
+ ['GPUSize64Out', base_config_1.TYPE],
1524
+ ['GPUStencilValue', base_config_1.TYPE],
1525
+ ['GPUTextureUsageFlags', base_config_1.TYPE],
1325
1526
  ['HTMLOrSVGImageElement', base_config_1.TYPE],
1326
1527
  ['HTMLOrSVGScriptElement', base_config_1.TYPE],
1327
1528
  ['HashAlgorithmIdentifier', base_config_1.TYPE],
@@ -1343,21 +1544,27 @@ exports.dom = {
1343
1544
  ['OptionalPrefixToken', base_config_1.TYPE],
1344
1545
  ['PerformanceEntryList', base_config_1.TYPE],
1345
1546
  ['PublicKeyCredentialClientCapabilities', base_config_1.TYPE],
1346
- ['PublicKeyCredentialJSON', base_config_1.TYPE],
1347
- ['RTCRtpTransform', base_config_1.TYPE],
1547
+ ['RTCRtpReceiverTransform', base_config_1.TYPE],
1548
+ ['RTCRtpSenderTransform', base_config_1.TYPE],
1348
1549
  ['ReadableStreamController', base_config_1.TYPE],
1349
1550
  ['ReadableStreamReadResult', base_config_1.TYPE],
1350
1551
  ['ReadableStreamReader', base_config_1.TYPE],
1351
1552
  ['RenderingContext', base_config_1.TYPE],
1352
1553
  ['ReportList', base_config_1.TYPE],
1353
1554
  ['RequestInfo', base_config_1.TYPE],
1555
+ ['SanitizerAttribute', base_config_1.TYPE],
1556
+ ['SanitizerElement', base_config_1.TYPE],
1557
+ ['SanitizerElementWithAttributes', base_config_1.TYPE],
1558
+ ['SelectionDirection', base_config_1.TYPE],
1354
1559
  ['TexImageSource', base_config_1.TYPE],
1355
1560
  ['TimerHandler', base_config_1.TYPE],
1356
1561
  ['Transferable', base_config_1.TYPE],
1562
+ ['URLPatternInput', base_config_1.TYPE],
1357
1563
  ['Uint32List', base_config_1.TYPE],
1358
1564
  ['VibratePattern', base_config_1.TYPE],
1359
1565
  ['WindowProxy', base_config_1.TYPE],
1360
1566
  ['XMLHttpRequestBodyInit', base_config_1.TYPE],
1567
+ ['AacBitstreamFormat', base_config_1.TYPE],
1361
1568
  ['AlignSetting', base_config_1.TYPE],
1362
1569
  ['AlphaOption', base_config_1.TYPE],
1363
1570
  ['AnimationPlayState', base_config_1.TYPE],
@@ -1422,6 +1629,40 @@ exports.dom = {
1422
1629
  ['FontFaceLoadStatus', base_config_1.TYPE],
1423
1630
  ['FontFaceSetLoadStatus', base_config_1.TYPE],
1424
1631
  ['FullscreenNavigationUI', base_config_1.TYPE],
1632
+ ['GPUAddressMode', base_config_1.TYPE],
1633
+ ['GPUAutoLayoutMode', base_config_1.TYPE],
1634
+ ['GPUBlendFactor', base_config_1.TYPE],
1635
+ ['GPUBlendOperation', base_config_1.TYPE],
1636
+ ['GPUBufferBindingType', base_config_1.TYPE],
1637
+ ['GPUBufferMapState', base_config_1.TYPE],
1638
+ ['GPUCanvasAlphaMode', base_config_1.TYPE],
1639
+ ['GPUCanvasToneMappingMode', base_config_1.TYPE],
1640
+ ['GPUCompareFunction', base_config_1.TYPE],
1641
+ ['GPUCompilationMessageType', base_config_1.TYPE],
1642
+ ['GPUCullMode', base_config_1.TYPE],
1643
+ ['GPUDeviceLostReason', base_config_1.TYPE],
1644
+ ['GPUErrorFilter', base_config_1.TYPE],
1645
+ ['GPUFeatureName', base_config_1.TYPE],
1646
+ ['GPUFilterMode', base_config_1.TYPE],
1647
+ ['GPUFrontFace', base_config_1.TYPE],
1648
+ ['GPUIndexFormat', base_config_1.TYPE],
1649
+ ['GPULoadOp', base_config_1.TYPE],
1650
+ ['GPUMipmapFilterMode', base_config_1.TYPE],
1651
+ ['GPUPipelineErrorReason', base_config_1.TYPE],
1652
+ ['GPUPowerPreference', base_config_1.TYPE],
1653
+ ['GPUPrimitiveTopology', base_config_1.TYPE],
1654
+ ['GPUQueryType', base_config_1.TYPE],
1655
+ ['GPUSamplerBindingType', base_config_1.TYPE],
1656
+ ['GPUStencilOperation', base_config_1.TYPE],
1657
+ ['GPUStorageTextureAccess', base_config_1.TYPE],
1658
+ ['GPUStoreOp', base_config_1.TYPE],
1659
+ ['GPUTextureAspect', base_config_1.TYPE],
1660
+ ['GPUTextureDimension', base_config_1.TYPE],
1661
+ ['GPUTextureFormat', base_config_1.TYPE],
1662
+ ['GPUTextureSampleType', base_config_1.TYPE],
1663
+ ['GPUTextureViewDimension', base_config_1.TYPE],
1664
+ ['GPUVertexFormat', base_config_1.TYPE],
1665
+ ['GPUVertexStepMode', base_config_1.TYPE],
1425
1666
  ['GamepadHapticEffectType', base_config_1.TYPE],
1426
1667
  ['GamepadHapticsResult', base_config_1.TYPE],
1427
1668
  ['GamepadMappingType', base_config_1.TYPE],
@@ -1433,6 +1674,7 @@ exports.dom = {
1433
1674
  ['IDBRequestReadyState', base_config_1.TYPE],
1434
1675
  ['IDBTransactionDurability', base_config_1.TYPE],
1435
1676
  ['IDBTransactionMode', base_config_1.TYPE],
1677
+ ['ImageDataPixelFormat', base_config_1.TYPE],
1436
1678
  ['ImageOrientation', base_config_1.TYPE],
1437
1679
  ['ImageSmoothingQuality', base_config_1.TYPE],
1438
1680
  ['InsertPosition', base_config_1.TYPE],
@@ -1458,12 +1700,16 @@ exports.dom = {
1458
1700
  ['MediaSessionAction', base_config_1.TYPE],
1459
1701
  ['MediaSessionPlaybackState', base_config_1.TYPE],
1460
1702
  ['MediaStreamTrackState', base_config_1.TYPE],
1703
+ ['NavigationFocusReset', base_config_1.TYPE],
1704
+ ['NavigationHistoryBehavior', base_config_1.TYPE],
1705
+ ['NavigationScrollBehavior', base_config_1.TYPE],
1461
1706
  ['NavigationTimingType', base_config_1.TYPE],
1462
1707
  ['NavigationType', base_config_1.TYPE],
1463
1708
  ['NotificationDirection', base_config_1.TYPE],
1464
1709
  ['NotificationPermission', base_config_1.TYPE],
1465
1710
  ['OffscreenRenderingContextId', base_config_1.TYPE],
1466
1711
  ['OpusBitstreamFormat', base_config_1.TYPE],
1712
+ ['OrientationLockType', base_config_1.TYPE],
1467
1713
  ['OrientationType', base_config_1.TYPE],
1468
1714
  ['OscillatorType', base_config_1.TYPE],
1469
1715
  ['OverSampleType', base_config_1.TYPE],
@@ -1484,7 +1730,6 @@ exports.dom = {
1484
1730
  ['RTCDegradationPreference', base_config_1.TYPE],
1485
1731
  ['RTCDtlsRole', base_config_1.TYPE],
1486
1732
  ['RTCDtlsTransportState', base_config_1.TYPE],
1487
- ['RTCEncodedVideoFrameType', base_config_1.TYPE],
1488
1733
  ['RTCErrorDetailType', base_config_1.TYPE],
1489
1734
  ['RTCIceCandidateType', base_config_1.TYPE],
1490
1735
  ['RTCIceComponent', base_config_1.TYPE],
@@ -1523,6 +1768,8 @@ exports.dom = {
1523
1768
  ['ResizeObserverBoxOptions', base_config_1.TYPE],
1524
1769
  ['ResizeQuality', base_config_1.TYPE],
1525
1770
  ['ResponseType', base_config_1.TYPE],
1771
+ ['SanitizerPresets', base_config_1.TYPE],
1772
+ ['ScrollAxis', base_config_1.TYPE],
1526
1773
  ['ScrollBehavior', base_config_1.TYPE],
1527
1774
  ['ScrollLogicalPosition', base_config_1.TYPE],
1528
1775
  ['ScrollRestoration', base_config_1.TYPE],
@@ -1533,7 +1780,9 @@ exports.dom = {
1533
1780
  ['ServiceWorkerUpdateViaCache', base_config_1.TYPE],
1534
1781
  ['ShadowRootMode', base_config_1.TYPE],
1535
1782
  ['SlotAssignmentMode', base_config_1.TYPE],
1783
+ ['SpeechRecognitionErrorCode', base_config_1.TYPE],
1536
1784
  ['SpeechSynthesisErrorCode', base_config_1.TYPE],
1785
+ ['TaskPriority', base_config_1.TYPE],
1537
1786
  ['TextTrackKind', base_config_1.TYPE],
1538
1787
  ['TextTrackMode', base_config_1.TYPE],
1539
1788
  ['TouchType', base_config_1.TYPE],
@@ -1552,5 +1801,12 @@ exports.dom = {
1552
1801
  ['WorkerType', base_config_1.TYPE],
1553
1802
  ['WriteCommandType', base_config_1.TYPE],
1554
1803
  ['XMLHttpRequestResponseType', base_config_1.TYPE],
1804
+ ['FormDataIterator', base_config_1.TYPE],
1805
+ ['HeadersIterator', base_config_1.TYPE],
1806
+ ['MediaKeyStatusMapIterator', base_config_1.TYPE],
1807
+ ['StylePropertyMapReadOnlyIterator', base_config_1.TYPE],
1808
+ ['URLSearchParamsIterator', base_config_1.TYPE],
1809
+ ['FileSystemDirectoryHandleAsyncIterator', base_config_1.TYPE],
1810
+ ['ReadableStreamAsyncIterator', base_config_1.TYPE],
1555
1811
  ],
1556
1812
  };
@@ -0,0 +1,2 @@
1
+ import type { LibDefinition } from '../variable';
2
+ export declare const es2025_collection: LibDefinition;
@@ -0,0 +1,17 @@
1
+ "use strict";
2
+ // THIS CODE WAS AUTOMATICALLY GENERATED
3
+ // DO NOT EDIT THIS CODE BY HAND
4
+ // RUN THE FOLLOWING COMMAND FROM THE WORKSPACE ROOT TO REGENERATE:
5
+ // npx nx generate-lib repo
6
+ Object.defineProperty(exports, "__esModule", { value: true });
7
+ exports.es2025_collection = void 0;
8
+ const base_config_1 = require("./base-config");
9
+ const es2024_collection_1 = require("./es2024.collection");
10
+ exports.es2025_collection = {
11
+ libs: [es2024_collection_1.es2024_collection],
12
+ variables: [
13
+ ['ReadonlySetLike', base_config_1.TYPE],
14
+ ['Set', base_config_1.TYPE],
15
+ ['ReadonlySet', base_config_1.TYPE],
16
+ ],
17
+ };
@@ -0,0 +1,2 @@
1
+ import type { LibDefinition } from '../variable';
2
+ export declare const es2025: LibDefinition;
@@ -0,0 +1,2 @@
1
+ import type { LibDefinition } from '../variable';
2
+ export declare const es2025_float16: LibDefinition;