@typescript-eslint/scope-manager 8.57.3-alpha.1 → 8.57.3-alpha.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -5,13 +5,7 @@
5
5
  // npx nx generate-lib repo
6
6
  Object.defineProperty(exports, "__esModule", { value: true });
7
7
  exports.dom_asynciterable = void 0;
8
- const base_config_1 = require("./base-config");
9
8
  exports.dom_asynciterable = {
10
9
  libs: [],
11
- variables: [
12
- ['FileSystemDirectoryHandleAsyncIterator', base_config_1.TYPE],
13
- ['FileSystemDirectoryHandle', base_config_1.TYPE],
14
- ['ReadableStreamAsyncIterator', base_config_1.TYPE],
15
- ['ReadableStream', base_config_1.TYPE],
16
- ],
10
+ variables: [],
17
11
  };
@@ -5,84 +5,7 @@
5
5
  // npx nx generate-lib repo
6
6
  Object.defineProperty(exports, "__esModule", { value: true });
7
7
  exports.dom_iterable = void 0;
8
- const base_config_1 = require("./base-config");
9
8
  exports.dom_iterable = {
10
9
  libs: [],
11
- variables: [
12
- ['AudioParam', base_config_1.TYPE],
13
- ['AudioParamMap', base_config_1.TYPE],
14
- ['BaseAudioContext', base_config_1.TYPE],
15
- ['CSSKeyframesRule', base_config_1.TYPE],
16
- ['CSSNumericArray', base_config_1.TYPE],
17
- ['CSSRuleList', base_config_1.TYPE],
18
- ['CSSStyleDeclaration', base_config_1.TYPE],
19
- ['CSSTransformValue', base_config_1.TYPE],
20
- ['CSSUnparsedValue', base_config_1.TYPE],
21
- ['Cache', base_config_1.TYPE],
22
- ['CanvasPath', base_config_1.TYPE],
23
- ['CanvasPathDrawingStyles', base_config_1.TYPE],
24
- ['CookieStoreManager', base_config_1.TYPE],
25
- ['CustomStateSet', base_config_1.TYPE],
26
- ['DOMRectList', base_config_1.TYPE],
27
- ['DOMStringList', base_config_1.TYPE],
28
- ['DOMTokenList', base_config_1.TYPE],
29
- ['DataTransferItemList', base_config_1.TYPE],
30
- ['EventCounts', base_config_1.TYPE],
31
- ['FileList', base_config_1.TYPE],
32
- ['FontFaceSet', base_config_1.TYPE],
33
- ['FormDataIterator', base_config_1.TYPE],
34
- ['FormData', base_config_1.TYPE],
35
- ['HTMLAllCollection', base_config_1.TYPE],
36
- ['HTMLCollectionBase', base_config_1.TYPE],
37
- ['HTMLCollectionOf', base_config_1.TYPE],
38
- ['HTMLFormElement', base_config_1.TYPE],
39
- ['HTMLSelectElement', base_config_1.TYPE],
40
- ['HeadersIterator', base_config_1.TYPE],
41
- ['Headers', base_config_1.TYPE],
42
- ['Highlight', base_config_1.TYPE],
43
- ['HighlightRegistry', base_config_1.TYPE],
44
- ['IDBDatabase', base_config_1.TYPE],
45
- ['IDBObjectStore', base_config_1.TYPE],
46
- ['ImageTrackList', base_config_1.TYPE],
47
- ['MIDIInputMap', base_config_1.TYPE],
48
- ['MIDIOutput', base_config_1.TYPE],
49
- ['MIDIOutputMap', base_config_1.TYPE],
50
- ['MediaKeyStatusMapIterator', base_config_1.TYPE],
51
- ['MediaKeyStatusMap', base_config_1.TYPE],
52
- ['MediaList', base_config_1.TYPE],
53
- ['MessageEvent', base_config_1.TYPE],
54
- ['MimeTypeArray', base_config_1.TYPE],
55
- ['NamedNodeMap', base_config_1.TYPE],
56
- ['Navigator', base_config_1.TYPE],
57
- ['NodeList', base_config_1.TYPE],
58
- ['NodeListOf', base_config_1.TYPE],
59
- ['Plugin', base_config_1.TYPE],
60
- ['PluginArray', base_config_1.TYPE],
61
- ['RTCRtpTransceiver', base_config_1.TYPE],
62
- ['RTCStatsReport', base_config_1.TYPE],
63
- ['SVGLengthList', base_config_1.TYPE],
64
- ['SVGNumberList', base_config_1.TYPE],
65
- ['SVGPointList', base_config_1.TYPE],
66
- ['SVGStringList', base_config_1.TYPE],
67
- ['SVGTransformList', base_config_1.TYPE],
68
- ['SourceBufferList', base_config_1.TYPE],
69
- ['SpeechRecognitionResult', base_config_1.TYPE],
70
- ['SpeechRecognitionResultList', base_config_1.TYPE],
71
- ['StylePropertyMapReadOnlyIterator', base_config_1.TYPE],
72
- ['StylePropertyMapReadOnly', base_config_1.TYPE],
73
- ['StyleSheetList', base_config_1.TYPE],
74
- ['SubtleCrypto', base_config_1.TYPE],
75
- ['TextTrackCueList', base_config_1.TYPE],
76
- ['TextTrackList', base_config_1.TYPE],
77
- ['TouchList', base_config_1.TYPE],
78
- ['URLSearchParamsIterator', base_config_1.TYPE],
79
- ['URLSearchParams', base_config_1.TYPE],
80
- ['ViewTransitionTypeSet', base_config_1.TYPE],
81
- ['WEBGL_draw_buffers', base_config_1.TYPE],
82
- ['WEBGL_multi_draw', base_config_1.TYPE],
83
- ['WebGL2RenderingContextBase', base_config_1.TYPE],
84
- ['WebGL2RenderingContextOverloads', base_config_1.TYPE],
85
- ['WebGLRenderingContextBase', base_config_1.TYPE],
86
- ['WebGLRenderingContextOverloads', base_config_1.TYPE],
87
- ],
10
+ variables: [],
88
11
  };