@typescript-eslint/scope-manager 8.67.1-alpha.2 → 8.67.1-alpha.21

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.
Files changed (180) hide show
  1. package/CHANGELOG.md +2511 -0
  2. package/dist/ID.js +1 -0
  3. package/dist/ScopeManager.js +1 -0
  4. package/dist/analyze.js +1 -0
  5. package/dist/assert.js +1 -0
  6. package/dist/definition/CatchClauseDefinition.js +1 -0
  7. package/dist/definition/ClassNameDefinition.js +1 -0
  8. package/dist/definition/Definition.js +1 -0
  9. package/dist/definition/DefinitionBase.js +1 -0
  10. package/dist/definition/DefinitionType.js +1 -0
  11. package/dist/definition/FunctionNameDefinition.js +1 -0
  12. package/dist/definition/ImplicitGlobalVariableDefinition.js +1 -0
  13. package/dist/definition/ImportBindingDefinition.js +1 -0
  14. package/dist/definition/ParameterDefinition.js +1 -0
  15. package/dist/definition/TSEnumMemberDefinition.js +1 -0
  16. package/dist/definition/TSEnumNameDefinition.js +1 -0
  17. package/dist/definition/TSModuleNameDefinition.js +1 -0
  18. package/dist/definition/TypeDefinition.js +1 -0
  19. package/dist/definition/VariableDefinition.js +1 -0
  20. package/dist/definition/index.js +1 -0
  21. package/dist/index.js +1 -0
  22. package/dist/lib/base-config.js +1 -0
  23. package/dist/lib/decorators.js +1 -0
  24. package/dist/lib/decorators.legacy.js +1 -0
  25. package/dist/lib/dom.asynciterable.js +1 -0
  26. package/dist/lib/dom.iterable.js +1 -0
  27. package/dist/lib/dom.js +1 -0
  28. package/dist/lib/es2015.collection.js +1 -0
  29. package/dist/lib/es2015.core.js +1 -0
  30. package/dist/lib/es2015.generator.js +1 -0
  31. package/dist/lib/es2015.iterable.js +1 -0
  32. package/dist/lib/es2015.js +1 -0
  33. package/dist/lib/es2015.promise.js +1 -0
  34. package/dist/lib/es2015.proxy.js +1 -0
  35. package/dist/lib/es2015.reflect.js +1 -0
  36. package/dist/lib/es2015.symbol.js +1 -0
  37. package/dist/lib/es2015.symbol.wellknown.js +1 -0
  38. package/dist/lib/es2016.array.include.js +1 -0
  39. package/dist/lib/es2016.full.js +1 -0
  40. package/dist/lib/es2016.intl.js +1 -0
  41. package/dist/lib/es2016.js +1 -0
  42. package/dist/lib/es2017.arraybuffer.js +1 -0
  43. package/dist/lib/es2017.date.js +1 -0
  44. package/dist/lib/es2017.full.js +1 -0
  45. package/dist/lib/es2017.intl.js +1 -0
  46. package/dist/lib/es2017.js +1 -0
  47. package/dist/lib/es2017.object.js +1 -0
  48. package/dist/lib/es2017.sharedmemory.js +1 -0
  49. package/dist/lib/es2017.string.js +1 -0
  50. package/dist/lib/es2017.typedarrays.js +1 -0
  51. package/dist/lib/es2018.asyncgenerator.js +1 -0
  52. package/dist/lib/es2018.asynciterable.js +1 -0
  53. package/dist/lib/es2018.full.js +1 -0
  54. package/dist/lib/es2018.intl.js +1 -0
  55. package/dist/lib/es2018.js +1 -0
  56. package/dist/lib/es2018.promise.js +1 -0
  57. package/dist/lib/es2018.regexp.js +1 -0
  58. package/dist/lib/es2019.array.js +1 -0
  59. package/dist/lib/es2019.full.js +1 -0
  60. package/dist/lib/es2019.intl.js +1 -0
  61. package/dist/lib/es2019.js +1 -0
  62. package/dist/lib/es2019.object.js +1 -0
  63. package/dist/lib/es2019.string.js +1 -0
  64. package/dist/lib/es2019.symbol.js +1 -0
  65. package/dist/lib/es2020.bigint.js +1 -0
  66. package/dist/lib/es2020.date.js +1 -0
  67. package/dist/lib/es2020.full.js +1 -0
  68. package/dist/lib/es2020.intl.js +1 -0
  69. package/dist/lib/es2020.js +1 -0
  70. package/dist/lib/es2020.number.js +1 -0
  71. package/dist/lib/es2020.promise.js +1 -0
  72. package/dist/lib/es2020.sharedmemory.js +1 -0
  73. package/dist/lib/es2020.string.js +1 -0
  74. package/dist/lib/es2020.symbol.wellknown.js +1 -0
  75. package/dist/lib/es2021.full.js +1 -0
  76. package/dist/lib/es2021.intl.js +1 -0
  77. package/dist/lib/es2021.js +1 -0
  78. package/dist/lib/es2021.promise.js +1 -0
  79. package/dist/lib/es2021.string.js +1 -0
  80. package/dist/lib/es2021.weakref.js +1 -0
  81. package/dist/lib/es2022.array.js +1 -0
  82. package/dist/lib/es2022.error.js +1 -0
  83. package/dist/lib/es2022.full.js +1 -0
  84. package/dist/lib/es2022.intl.js +1 -0
  85. package/dist/lib/es2022.js +1 -0
  86. package/dist/lib/es2022.object.js +1 -0
  87. package/dist/lib/es2022.regexp.js +1 -0
  88. package/dist/lib/es2022.string.js +1 -0
  89. package/dist/lib/es2023.array.js +1 -0
  90. package/dist/lib/es2023.collection.js +1 -0
  91. package/dist/lib/es2023.full.js +1 -0
  92. package/dist/lib/es2023.intl.js +1 -0
  93. package/dist/lib/es2023.js +1 -0
  94. package/dist/lib/es2024.arraybuffer.js +1 -0
  95. package/dist/lib/es2024.collection.js +1 -0
  96. package/dist/lib/es2024.full.js +1 -0
  97. package/dist/lib/es2024.js +1 -0
  98. package/dist/lib/es2024.object.js +1 -0
  99. package/dist/lib/es2024.promise.js +1 -0
  100. package/dist/lib/es2024.regexp.js +1 -0
  101. package/dist/lib/es2024.sharedmemory.js +1 -0
  102. package/dist/lib/es2024.string.js +1 -0
  103. package/dist/lib/es2025.collection.js +1 -0
  104. package/dist/lib/es2025.float16.js +1 -0
  105. package/dist/lib/es2025.full.js +1 -0
  106. package/dist/lib/es2025.intl.js +1 -0
  107. package/dist/lib/es2025.iterator.js +1 -0
  108. package/dist/lib/es2025.js +1 -0
  109. package/dist/lib/es2025.promise.js +1 -0
  110. package/dist/lib/es2025.regexp.js +1 -0
  111. package/dist/lib/es5.js +1 -0
  112. package/dist/lib/es6.js +1 -0
  113. package/dist/lib/es7.js +1 -0
  114. package/dist/lib/esnext.array.js +1 -0
  115. package/dist/lib/esnext.asynciterable.js +1 -0
  116. package/dist/lib/esnext.bigint.js +1 -0
  117. package/dist/lib/esnext.collection.js +1 -0
  118. package/dist/lib/esnext.date.js +1 -0
  119. package/dist/lib/esnext.decorators.js +1 -0
  120. package/dist/lib/esnext.disposable.js +1 -0
  121. package/dist/lib/esnext.error.js +1 -0
  122. package/dist/lib/esnext.float16.js +1 -0
  123. package/dist/lib/esnext.full.js +1 -0
  124. package/dist/lib/esnext.intl.js +1 -0
  125. package/dist/lib/esnext.iterator.js +1 -0
  126. package/dist/lib/esnext.js +1 -0
  127. package/dist/lib/esnext.object.js +1 -0
  128. package/dist/lib/esnext.promise.js +1 -0
  129. package/dist/lib/esnext.regexp.js +1 -0
  130. package/dist/lib/esnext.sharedmemory.js +1 -0
  131. package/dist/lib/esnext.string.js +1 -0
  132. package/dist/lib/esnext.symbol.js +1 -0
  133. package/dist/lib/esnext.temporal.js +1 -0
  134. package/dist/lib/esnext.typedarrays.js +1 -0
  135. package/dist/lib/esnext.weakref.js +1 -0
  136. package/dist/lib/index.js +1 -0
  137. package/dist/lib/lib.js +1 -0
  138. package/dist/lib/scripthost.js +1 -0
  139. package/dist/lib/webworker.asynciterable.js +1 -0
  140. package/dist/lib/webworker.importscripts.js +1 -0
  141. package/dist/lib/webworker.iterable.js +1 -0
  142. package/dist/lib/webworker.js +1 -0
  143. package/dist/referencer/ClassVisitor.js +1 -0
  144. package/dist/referencer/ExportVisitor.js +1 -0
  145. package/dist/referencer/ImportVisitor.js +1 -0
  146. package/dist/referencer/PatternVisitor.js +1 -0
  147. package/dist/referencer/Reference.js +1 -0
  148. package/dist/referencer/Referencer.js +1 -0
  149. package/dist/referencer/TypeVisitor.js +1 -0
  150. package/dist/referencer/Visitor.js +1 -0
  151. package/dist/referencer/VisitorBase.js +1 -0
  152. package/dist/referencer/index.js +1 -0
  153. package/dist/scope/BlockScope.js +1 -0
  154. package/dist/scope/CatchScope.js +1 -0
  155. package/dist/scope/ClassFieldInitializerScope.js +1 -0
  156. package/dist/scope/ClassScope.js +1 -0
  157. package/dist/scope/ClassStaticBlockScope.js +1 -0
  158. package/dist/scope/ConditionalTypeScope.js +1 -0
  159. package/dist/scope/ForScope.js +1 -0
  160. package/dist/scope/FunctionExpressionNameScope.js +1 -0
  161. package/dist/scope/FunctionScope.js +1 -0
  162. package/dist/scope/FunctionTypeScope.js +1 -0
  163. package/dist/scope/GlobalScope.js +1 -0
  164. package/dist/scope/MappedTypeScope.js +1 -0
  165. package/dist/scope/ModuleScope.js +1 -0
  166. package/dist/scope/Scope.js +1 -0
  167. package/dist/scope/ScopeBase.js +1 -0
  168. package/dist/scope/ScopeType.js +1 -0
  169. package/dist/scope/SwitchScope.js +1 -0
  170. package/dist/scope/TSEnumScope.js +1 -0
  171. package/dist/scope/TSModuleScope.js +1 -0
  172. package/dist/scope/TypeScope.js +1 -0
  173. package/dist/scope/WithScope.js +1 -0
  174. package/dist/scope/index.js +1 -0
  175. package/dist/variable/ESLintScopeVariable.js +1 -0
  176. package/dist/variable/ImplicitLibVariable.js +1 -0
  177. package/dist/variable/Variable.js +1 -0
  178. package/dist/variable/VariableBase.js +1 -0
  179. package/dist/variable/index.js +1 -0
  180. package/package.json +6 -5
@@ -15,3 +15,4 @@ exports.es2024_sharedmemory = {
15
15
  ['SharedArrayBufferConstructor', base_config_1.TYPE],
16
16
  ],
17
17
  };
18
+ //# sourceMappingURL=es2024.sharedmemory.js.map
@@ -10,3 +10,4 @@ exports.es2024_string = {
10
10
  libs: [],
11
11
  variables: [['String', base_config_1.TYPE]],
12
12
  };
13
+ //# sourceMappingURL=es2024.string.js.map
@@ -15,3 +15,4 @@ exports.es2025_collection = {
15
15
  ['ReadonlySet', base_config_1.TYPE],
16
16
  ],
17
17
  };
18
+ //# sourceMappingURL=es2025.collection.js.map
@@ -17,3 +17,4 @@ exports.es2025_float16 = {
17
17
  ['DataView', base_config_1.TYPE],
18
18
  ],
19
19
  };
20
+ //# sourceMappingURL=es2025.float16.js.map
@@ -22,3 +22,4 @@ exports.es2025_full = {
22
22
  ],
23
23
  variables: [],
24
24
  };
25
+ //# sourceMappingURL=es2025.full.js.map
@@ -11,3 +11,4 @@ exports.es2025_intl = {
11
11
  libs: [es2018_intl_1.es2018_intl],
12
12
  variables: [['Intl', base_config_1.TYPE_VALUE]],
13
13
  };
14
+ //# sourceMappingURL=es2025.intl.js.map
@@ -14,3 +14,4 @@ exports.es2025_iterator = {
14
14
  ['IteratorObjectConstructor', base_config_1.TYPE],
15
15
  ],
16
16
  };
17
+ //# sourceMappingURL=es2025.iterator.js.map
@@ -24,3 +24,4 @@ exports.es2025 = {
24
24
  ],
25
25
  variables: [],
26
26
  };
27
+ //# sourceMappingURL=es2025.js.map
@@ -10,3 +10,4 @@ exports.es2025_promise = {
10
10
  libs: [],
11
11
  variables: [['PromiseConstructor', base_config_1.TYPE]],
12
12
  };
13
+ //# sourceMappingURL=es2025.promise.js.map
@@ -10,3 +10,4 @@ exports.es2025_regexp = {
10
10
  libs: [],
11
11
  variables: [['RegExpConstructor', base_config_1.TYPE]],
12
12
  };
13
+ //# sourceMappingURL=es2025.regexp.js.map
package/dist/lib/es5.js CHANGED
@@ -116,3 +116,4 @@ exports.es5 = {
116
116
  ['Intl', base_config_1.TYPE_VALUE],
117
117
  ],
118
118
  };
119
+ //# sourceMappingURL=es5.js.map
package/dist/lib/es6.js CHANGED
@@ -30,3 +30,4 @@ exports.es6 = {
30
30
  ],
31
31
  variables: [],
32
32
  };
33
+ //# sourceMappingURL=es6.js.map
package/dist/lib/es7.js CHANGED
@@ -12,3 +12,4 @@ exports.es7 = {
12
12
  libs: [es2015_1.es2015, es2016_array_include_1.es2016_array_include, es2016_intl_1.es2016_intl],
13
13
  variables: [],
14
14
  };
15
+ //# sourceMappingURL=es7.js.map
@@ -10,3 +10,4 @@ exports.esnext_array = {
10
10
  libs: [],
11
11
  variables: [['ArrayConstructor', base_config_1.TYPE]],
12
12
  };
13
+ //# sourceMappingURL=esnext.array.js.map
@@ -18,3 +18,4 @@ exports.esnext_asynciterable = {
18
18
  ['AsyncIteratorObject', base_config_1.TYPE],
19
19
  ],
20
20
  };
21
+ //# sourceMappingURL=esnext.asynciterable.js.map
@@ -21,3 +21,4 @@ exports.esnext_bigint = {
21
21
  ['Intl', base_config_1.TYPE_VALUE],
22
22
  ],
23
23
  };
24
+ //# sourceMappingURL=esnext.bigint.js.map
@@ -14,3 +14,4 @@ exports.esnext_collection = {
14
14
  ['WeakMap', base_config_1.TYPE],
15
15
  ],
16
16
  };
17
+ //# sourceMappingURL=esnext.collection.js.map
@@ -11,3 +11,4 @@ exports.esnext_date = {
11
11
  libs: [esnext_temporal_1.esnext_temporal],
12
12
  variables: [['Date', base_config_1.TYPE]],
13
13
  };
14
+ //# sourceMappingURL=esnext.date.js.map
@@ -15,3 +15,4 @@ exports.esnext_decorators = {
15
15
  ['Function', base_config_1.TYPE],
16
16
  ],
17
17
  };
18
+ //# sourceMappingURL=esnext.decorators.js.map
@@ -25,3 +25,4 @@ exports.esnext_disposable = {
25
25
  ['AsyncIteratorObject', base_config_1.TYPE],
26
26
  ],
27
27
  };
28
+ //# sourceMappingURL=esnext.disposable.js.map
@@ -10,3 +10,4 @@ exports.esnext_error = {
10
10
  libs: [],
11
11
  variables: [['ErrorConstructor', base_config_1.TYPE]],
12
12
  };
13
+ //# sourceMappingURL=esnext.error.js.map
@@ -17,3 +17,4 @@ exports.esnext_float16 = {
17
17
  ['DataView', base_config_1.TYPE],
18
18
  ],
19
19
  };
20
+ //# sourceMappingURL=esnext.float16.js.map
@@ -22,3 +22,4 @@ exports.esnext_full = {
22
22
  ],
23
23
  variables: [],
24
24
  };
25
+ //# sourceMappingURL=esnext.full.js.map
@@ -11,3 +11,4 @@ exports.esnext_intl = {
11
11
  libs: [esnext_temporal_1.esnext_temporal],
12
12
  variables: [['Intl', base_config_1.TYPE_VALUE]],
13
13
  };
14
+ //# sourceMappingURL=esnext.intl.js.map
@@ -14,3 +14,4 @@ exports.esnext_iterator = {
14
14
  ['IteratorObjectConstructor', base_config_1.TYPE],
15
15
  ],
16
16
  };
17
+ //# sourceMappingURL=esnext.iterator.js.map
@@ -32,3 +32,4 @@ exports.esnext = {
32
32
  ],
33
33
  variables: [],
34
34
  };
35
+ //# sourceMappingURL=esnext.js.map
@@ -10,3 +10,4 @@ exports.esnext_object = {
10
10
  libs: [],
11
11
  variables: [['ObjectConstructor', base_config_1.TYPE]],
12
12
  };
13
+ //# sourceMappingURL=esnext.object.js.map
@@ -10,3 +10,4 @@ exports.esnext_promise = {
10
10
  libs: [],
11
11
  variables: [['PromiseConstructor', base_config_1.TYPE]],
12
12
  };
13
+ //# sourceMappingURL=esnext.promise.js.map
@@ -10,3 +10,4 @@ exports.esnext_regexp = {
10
10
  libs: [],
11
11
  variables: [['RegExp', base_config_1.TYPE]],
12
12
  };
13
+ //# sourceMappingURL=esnext.regexp.js.map
@@ -10,3 +10,4 @@ exports.esnext_sharedmemory = {
10
10
  libs: [],
11
11
  variables: [['Atomics', base_config_1.TYPE]],
12
12
  };
13
+ //# sourceMappingURL=esnext.sharedmemory.js.map
@@ -10,3 +10,4 @@ exports.esnext_string = {
10
10
  libs: [],
11
11
  variables: [['String', base_config_1.TYPE]],
12
12
  };
13
+ //# sourceMappingURL=esnext.string.js.map
@@ -10,3 +10,4 @@ exports.esnext_symbol = {
10
10
  libs: [],
11
11
  variables: [['Symbol', base_config_1.TYPE]],
12
12
  };
13
+ //# sourceMappingURL=esnext.symbol.js.map
@@ -13,3 +13,4 @@ exports.esnext_temporal = {
13
13
  libs: [es2015_symbol_wellknown_1.es2015_symbol_wellknown, es2020_intl_1.es2020_intl, es2025_intl_1.es2025_intl],
14
14
  variables: [['Temporal', base_config_1.TYPE_VALUE]],
15
15
  };
16
+ //# sourceMappingURL=esnext.temporal.js.map
@@ -13,3 +13,4 @@ exports.esnext_typedarrays = {
13
13
  ['Uint8ArrayConstructor', base_config_1.TYPE],
14
14
  ],
15
15
  };
16
+ //# sourceMappingURL=esnext.typedarrays.js.map
@@ -16,3 +16,4 @@ exports.esnext_weakref = {
16
16
  ['FinalizationRegistryConstructor', base_config_1.TYPE],
17
17
  ],
18
18
  };
19
+ //# sourceMappingURL=esnext.weakref.js.map
package/dist/lib/index.js CHANGED
@@ -245,3 +245,4 @@ exports.lib = new Map([
245
245
  ['esnext.full', esnext_full_1.esnext_full],
246
246
  ['lib', lib_1.lib],
247
247
  ]);
248
+ //# sourceMappingURL=index.js.map
package/dist/lib/lib.js CHANGED
@@ -13,3 +13,4 @@ exports.lib = {
13
13
  libs: [es5_1.es5, dom_1.dom, webworker_importscripts_1.webworker_importscripts, scripthost_1.scripthost],
14
14
  variables: [],
15
15
  };
16
+ //# sourceMappingURL=lib.js.map
@@ -24,3 +24,4 @@ exports.scripthost = {
24
24
  ['Date', base_config_1.TYPE],
25
25
  ],
26
26
  };
27
+ //# sourceMappingURL=scripthost.js.map
@@ -9,3 +9,4 @@ exports.webworker_asynciterable = {
9
9
  libs: [],
10
10
  variables: [],
11
11
  };
12
+ //# sourceMappingURL=webworker.asynciterable.js.map
@@ -9,3 +9,4 @@ exports.webworker_importscripts = {
9
9
  libs: [],
10
10
  variables: [],
11
11
  };
12
+ //# sourceMappingURL=webworker.importscripts.js.map
@@ -9,3 +9,4 @@ exports.webworker_iterable = {
9
9
  libs: [],
10
10
  variables: [],
11
11
  };
12
+ //# sourceMappingURL=webworker.iterable.js.map
@@ -840,3 +840,4 @@ exports.webworker = {
840
840
  ['ReadableStreamAsyncIterator', base_config_1.TYPE],
841
841
  ],
842
842
  };
843
+ //# sourceMappingURL=webworker.js.map
@@ -176,3 +176,4 @@ class ClassVisitor extends Visitor_1.Visitor {
176
176
  }
177
177
  }
178
178
  exports.ClassVisitor = ClassVisitor;
179
+ //# sourceMappingURL=ClassVisitor.js.map
@@ -69,3 +69,4 @@ class ExportVisitor extends Visitor_1.Visitor {
69
69
  }
70
70
  }
71
71
  exports.ExportVisitor = ExportVisitor;
72
+ //# sourceMappingURL=ExportVisitor.js.map
@@ -34,3 +34,4 @@ class ImportVisitor extends Visitor_1.Visitor {
34
34
  }
35
35
  }
36
36
  exports.ImportVisitor = ImportVisitor;
37
+ //# sourceMappingURL=ImportVisitor.js.map
@@ -92,3 +92,4 @@ class PatternVisitor extends VisitorBase_1.VisitorBase {
92
92
  }
93
93
  }
94
94
  exports.PatternVisitor = PatternVisitor;
95
+ //# sourceMappingURL=PatternVisitor.js.map
@@ -117,3 +117,4 @@ class Reference {
117
117
  }
118
118
  }
119
119
  exports.Reference = Reference;
120
+ //# sourceMappingURL=Reference.js.map
@@ -556,3 +556,4 @@ class Referencer extends Visitor_1.Visitor {
556
556
  }
557
557
  }
558
558
  exports.Referencer = Referencer;
559
+ //# sourceMappingURL=Referencer.js.map
@@ -219,3 +219,4 @@ class TypeVisitor extends Visitor_1.Visitor {
219
219
  }
220
220
  }
221
221
  exports.TypeVisitor = TypeVisitor;
222
+ //# sourceMappingURL=TypeVisitor.js.map
@@ -27,3 +27,4 @@ class Visitor extends VisitorBase_1.VisitorBase {
27
27
  exports.Visitor = Visitor;
28
28
  var VisitorBase_2 = require("./VisitorBase");
29
29
  Object.defineProperty(exports, "VisitorBase", { enumerable: true, get: function () { return VisitorBase_2.VisitorBase; } });
30
+ //# sourceMappingURL=Visitor.js.map
@@ -65,3 +65,4 @@ class VisitorBase {
65
65
  }
66
66
  }
67
67
  exports.VisitorBase = VisitorBase;
68
+ //# sourceMappingURL=VisitorBase.js.map
@@ -3,3 +3,4 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.Referencer = void 0;
4
4
  var Referencer_1 = require("./Referencer");
5
5
  Object.defineProperty(exports, "Referencer", { enumerable: true, get: function () { return Referencer_1.Referencer; } });
6
+ //# sourceMappingURL=index.js.map
@@ -9,3 +9,4 @@ class BlockScope extends ScopeBase_1.ScopeBase {
9
9
  }
10
10
  }
11
11
  exports.BlockScope = BlockScope;
12
+ //# sourceMappingURL=BlockScope.js.map
@@ -9,3 +9,4 @@ class CatchScope extends ScopeBase_1.ScopeBase {
9
9
  }
10
10
  }
11
11
  exports.CatchScope = CatchScope;
12
+ //# sourceMappingURL=CatchScope.js.map
@@ -9,3 +9,4 @@ class ClassFieldInitializerScope extends ScopeBase_1.ScopeBase {
9
9
  }
10
10
  }
11
11
  exports.ClassFieldInitializerScope = ClassFieldInitializerScope;
12
+ //# sourceMappingURL=ClassFieldInitializerScope.js.map
@@ -9,3 +9,4 @@ class ClassScope extends ScopeBase_1.ScopeBase {
9
9
  }
10
10
  }
11
11
  exports.ClassScope = ClassScope;
12
+ //# sourceMappingURL=ClassScope.js.map
@@ -9,3 +9,4 @@ class ClassStaticBlockScope extends ScopeBase_1.ScopeBase {
9
9
  }
10
10
  }
11
11
  exports.ClassStaticBlockScope = ClassStaticBlockScope;
12
+ //# sourceMappingURL=ClassStaticBlockScope.js.map
@@ -9,3 +9,4 @@ class ConditionalTypeScope extends ScopeBase_1.ScopeBase {
9
9
  }
10
10
  }
11
11
  exports.ConditionalTypeScope = ConditionalTypeScope;
12
+ //# sourceMappingURL=ConditionalTypeScope.js.map
@@ -9,3 +9,4 @@ class ForScope extends ScopeBase_1.ScopeBase {
9
9
  }
10
10
  }
11
11
  exports.ForScope = ForScope;
12
+ //# sourceMappingURL=ForScope.js.map
@@ -15,3 +15,4 @@ class FunctionExpressionNameScope extends ScopeBase_1.ScopeBase {
15
15
  }
16
16
  }
17
17
  exports.FunctionExpressionNameScope = FunctionExpressionNameScope;
18
+ //# sourceMappingURL=FunctionExpressionNameScope.js.map
@@ -33,3 +33,4 @@ class FunctionScope extends ScopeBase_1.ScopeBase {
33
33
  }
34
34
  }
35
35
  exports.FunctionScope = FunctionScope;
36
+ //# sourceMappingURL=FunctionScope.js.map
@@ -9,3 +9,4 @@ class FunctionTypeScope extends ScopeBase_1.ScopeBase {
9
9
  }
10
10
  }
11
11
  exports.FunctionTypeScope = FunctionTypeScope;
12
+ //# sourceMappingURL=FunctionTypeScope.js.map
@@ -58,3 +58,4 @@ class GlobalScope extends ScopeBase_1.ScopeBase {
58
58
  }
59
59
  }
60
60
  exports.GlobalScope = GlobalScope;
61
+ //# sourceMappingURL=GlobalScope.js.map
@@ -9,3 +9,4 @@ class MappedTypeScope extends ScopeBase_1.ScopeBase {
9
9
  }
10
10
  }
11
11
  exports.MappedTypeScope = MappedTypeScope;
12
+ //# sourceMappingURL=MappedTypeScope.js.map
@@ -9,3 +9,4 @@ class ModuleScope extends ScopeBase_1.ScopeBase {
9
9
  }
10
10
  }
11
11
  exports.ModuleScope = ModuleScope;
12
+ //# sourceMappingURL=ModuleScope.js.map
@@ -1,2 +1,3 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=Scope.js.map
@@ -306,3 +306,4 @@ class ScopeBase {
306
306
  }
307
307
  }
308
308
  exports.ScopeBase = ScopeBase;
309
+ //# sourceMappingURL=ScopeBase.js.map
@@ -22,3 +22,4 @@ var ScopeType;
22
22
  ScopeType["type"] = "type";
23
23
  ScopeType["with"] = "with";
24
24
  })(ScopeType || (exports.ScopeType = ScopeType = {}));
25
+ //# sourceMappingURL=ScopeType.js.map
@@ -9,3 +9,4 @@ class SwitchScope extends ScopeBase_1.ScopeBase {
9
9
  }
10
10
  }
11
11
  exports.SwitchScope = SwitchScope;
12
+ //# sourceMappingURL=SwitchScope.js.map
@@ -9,3 +9,4 @@ class TSEnumScope extends ScopeBase_1.ScopeBase {
9
9
  }
10
10
  }
11
11
  exports.TSEnumScope = TSEnumScope;
12
+ //# sourceMappingURL=TSEnumScope.js.map
@@ -9,3 +9,4 @@ class TSModuleScope extends ScopeBase_1.ScopeBase {
9
9
  }
10
10
  }
11
11
  exports.TSModuleScope = TSModuleScope;
12
+ //# sourceMappingURL=TSModuleScope.js.map
@@ -9,3 +9,4 @@ class TypeScope extends ScopeBase_1.ScopeBase {
9
9
  }
10
10
  }
11
11
  exports.TypeScope = TypeScope;
12
+ //# sourceMappingURL=TypeScope.js.map
@@ -19,3 +19,4 @@ class WithScope extends ScopeBase_1.ScopeBase {
19
19
  }
20
20
  }
21
21
  exports.WithScope = WithScope;
22
+ //# sourceMappingURL=WithScope.js.map
@@ -34,3 +34,4 @@ __exportStar(require("./TSEnumScope"), exports);
34
34
  __exportStar(require("./TSModuleScope"), exports);
35
35
  __exportStar(require("./TypeScope"), exports);
36
36
  __exportStar(require("./WithScope"), exports);
37
+ //# sourceMappingURL=index.js.map
@@ -33,3 +33,4 @@ class ESLintScopeVariable extends VariableBase_1.VariableBase {
33
33
  eslintExplicitGlobalComments;
34
34
  }
35
35
  exports.ESLintScopeVariable = ESLintScopeVariable;
36
+ //# sourceMappingURL=ESLintScopeVariable.js.map
@@ -24,3 +24,4 @@ class ImplicitLibVariable extends ESLintScopeVariable_1.ESLintScopeVariable {
24
24
  }
25
25
  }
26
26
  exports.ImplicitLibVariable = ImplicitLibVariable;
27
+ //# sourceMappingURL=ImplicitLibVariable.js.map
@@ -30,3 +30,4 @@ class Variable extends VariableBase_1.VariableBase {
30
30
  }
31
31
  }
32
32
  exports.Variable = Variable;
33
+ //# sourceMappingURL=Variable.js.map
@@ -45,3 +45,4 @@ class VariableBase {
45
45
  }
46
46
  }
47
47
  exports.VariableBase = VariableBase;
48
+ //# sourceMappingURL=VariableBase.js.map
@@ -7,3 +7,4 @@ var ImplicitLibVariable_1 = require("./ImplicitLibVariable");
7
7
  Object.defineProperty(exports, "ImplicitLibVariable", { enumerable: true, get: function () { return ImplicitLibVariable_1.ImplicitLibVariable; } });
8
8
  var Variable_1 = require("./Variable");
9
9
  Object.defineProperty(exports, "Variable", { enumerable: true, get: function () { return Variable_1.Variable; } });
10
+ //# sourceMappingURL=index.js.map
package/package.json CHANGED
@@ -1,9 +1,10 @@
1
1
  {
2
2
  "name": "@typescript-eslint/scope-manager",
3
- "version": "8.67.1-alpha.2",
3
+ "version": "8.67.1-alpha.21",
4
4
  "description": "TypeScript scope analyser for ESLint",
5
5
  "files": [
6
6
  "dist",
7
+ "!**/*.js.map",
7
8
  "!**/*.tsbuildinfo"
8
9
  ],
9
10
  "type": "commonjs",
@@ -34,10 +35,11 @@
34
35
  "estree"
35
36
  ],
36
37
  "dependencies": {
37
- "@typescript-eslint/visitor-keys": "8.67.1-alpha.2",
38
- "@typescript-eslint/types": "8.67.1-alpha.2"
38
+ "@typescript-eslint/types": "8.67.1-alpha.21",
39
+ "@typescript-eslint/visitor-keys": "8.67.1-alpha.21"
39
40
  },
40
41
  "devDependencies": {
42
+ "@typescript-eslint/typescript-estree": "8.67.1-alpha.21",
41
43
  "@typescript/native": "npm:typescript@^7.0.2",
42
44
  "@vitest/coverage-v8": "^4.0.18",
43
45
  "@vitest/pretty-format": "^4.0.18",
@@ -45,8 +47,7 @@
45
47
  "glob": "^11.1.0",
46
48
  "rimraf": "^5.0.10",
47
49
  "typescript": ">=4.8.4 <6.1.0",
48
- "vitest": "^4.0.18",
49
- "@typescript-eslint/typescript-estree": "8.67.1-alpha.2"
50
+ "vitest": "^4.0.18"
50
51
  },
51
52
  "funding": {
52
53
  "type": "opencollective",