@sprucelabs/spruce-cli 19.1.20 → 19.1.23

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 (1054) hide show
  1. package/CHANGELOG.md +24 -0
  2. package/build/GlobalEmitter.js +2 -2
  3. package/build/GlobalEmitter.js.map +1 -1
  4. package/build/InFlightEntertainment.js +2 -2
  5. package/build/InFlightEntertainment.js.map +1 -1
  6. package/build/__tests__/behavioral/CreatingAConversationTopic.test.js.map +1 -1
  7. package/build/__tests__/behavioral/DeployingToSandbox.test.js +6 -6
  8. package/build/__tests__/behavioral/DeployingToSandbox.test.js.map +1 -1
  9. package/build/__tests__/behavioral/RegisteringConversationsOnBoot.test.js +1 -1
  10. package/build/__tests__/behavioral/RegisteringConversationsOnBoot.test.js.map +1 -1
  11. package/build/__tests__/behavioral/events/CreatingAListener.test.js +2 -2
  12. package/build/__tests__/behavioral/events/CreatingAListener.test.js.map +1 -1
  13. package/build/__tests__/behavioral/events/CreatingAnEvent.test.js +2 -2
  14. package/build/__tests__/behavioral/events/CreatingAnEvent.test.js.map +1 -1
  15. package/build/__tests__/behavioral/events/KeepingEventsInSync.test.js.map +1 -1
  16. package/build/__tests__/behavioral/events/KeepingEventsInSync2.test.js +2 -2
  17. package/build/__tests__/behavioral/events/KeepingEventsInSync2.test.js.map +1 -1
  18. package/build/__tests__/behavioral/events/RegisteringEventsOnBoot.test.js +1 -1
  19. package/build/__tests__/behavioral/events/RegisteringEventsOnBoot.test.js.map +1 -1
  20. package/build/__tests__/behavioral/events/RegisteringGlobalEvents.test.js +1 -1
  21. package/build/__tests__/behavioral/events/RegisteringGlobalEvents.test.js.map +1 -1
  22. package/build/__tests__/behavioral/schemas/SettingUpSchemasForModuleDistribution.test.js +2 -2
  23. package/build/__tests__/behavioral/schemas/SettingUpSchemasForModuleDistribution.test.js.map +1 -1
  24. package/build/__tests__/behavioral/skill/BootingASkill.test.js +1 -1
  25. package/build/__tests__/behavioral/skill/BootingASkill.test.js.map +1 -1
  26. package/build/__tests__/behavioral/tests/CreatingATest.test.js.map +1 -1
  27. package/build/__tests__/behavioral/tests/RunningTests.test.js +2 -2
  28. package/build/__tests__/behavioral/tests/RunningTests.test.js.map +1 -1
  29. package/build/__tests__/behavioral/views/RegisteringSkillViewOnBoot.test.js +1 -1
  30. package/build/__tests__/behavioral/views/RegisteringSkillViewOnBoot.test.js.map +1 -1
  31. package/build/__tests__/implementation/EventContractCleanerUtil.test.js +2 -2
  32. package/build/__tests__/implementation/EventContractCleanerUtil.test.js.map +1 -1
  33. package/build/__tests__/implementation/EventStore.test.js +1 -1
  34. package/build/__tests__/implementation/EventStore.test.js.map +1 -1
  35. package/build/__tests__/implementation/EventTemplateItemBuilder.test.js +2 -2
  36. package/build/__tests__/implementation/EventTemplateItemBuilder.test.js.map +1 -1
  37. package/build/__tests__/implementation/SchemaStore.test.js +2 -2
  38. package/build/__tests__/implementation/SchemaStore.test.js.map +1 -1
  39. package/build/__tests__/implementation/SchemaTemplateItemBuilder.test.js +2 -2
  40. package/build/__tests__/implementation/SchemaTemplateItemBuilder.test.js.map +1 -1
  41. package/build/cli/Cli.js +2 -2
  42. package/build/cli/Cli.js.map +1 -1
  43. package/build/components/AbstractComponent.js +2 -2
  44. package/build/components/AbstractComponent.js.map +1 -1
  45. package/build/components/FormComponent.js +2 -2
  46. package/build/components/FormComponent.js.map +1 -1
  47. package/build/components/QuizComponent.js +2 -2
  48. package/build/components/QuizComponent.js.map +1 -1
  49. package/build/features/AbstractAction.js +2 -2
  50. package/build/features/AbstractAction.js.map +1 -1
  51. package/build/features/AbstractFeature.js +2 -2
  52. package/build/features/AbstractFeature.js.map +1 -1
  53. package/build/features/ActionExecuter.js +2 -2
  54. package/build/features/ActionExecuter.js.map +1 -1
  55. package/build/features/ActionFactory.js +2 -2
  56. package/build/features/ActionFactory.js.map +1 -1
  57. package/build/features/ActionQuestionAsker.js +2 -2
  58. package/build/features/ActionQuestionAsker.js.map +1 -1
  59. package/build/features/FeatureCommandAttacher.js +2 -2
  60. package/build/features/FeatureCommandAttacher.js.map +1 -1
  61. package/build/features/FeatureInstaller.js +14 -14
  62. package/build/features/FeatureInstaller.js.map +1 -1
  63. package/build/features/OverrideActionDecorator.js +4 -4
  64. package/build/features/OverrideActionDecorator.js.map +1 -1
  65. package/build/features/conversation/actions/TestAction.js +3 -3
  66. package/build/features/conversation/actions/TestAction.js.map +1 -1
  67. package/build/features/deploy/actions/HerokuAction.js +1 -1
  68. package/build/features/deploy/actions/HerokuAction.js.map +1 -1
  69. package/build/features/error/actions/CreateAction.js +2 -2
  70. package/build/features/error/actions/CreateAction.js.map +1 -1
  71. package/build/features/error/actions/SyncAction.js +2 -2
  72. package/build/features/error/actions/SyncAction.js.map +1 -1
  73. package/build/features/error/writers/ErrorWriter.js +2 -2
  74. package/build/features/error/writers/ErrorWriter.js.map +1 -1
  75. package/build/features/event/actions/CreateAction.js +2 -2
  76. package/build/features/event/actions/CreateAction.js.map +1 -1
  77. package/build/features/event/actions/ListenAction.js +2 -2
  78. package/build/features/event/actions/ListenAction.js.map +1 -1
  79. package/build/features/event/actions/SyncAction.js.map +1 -1
  80. package/build/features/event/builders/EventContractBuilder.js +2 -2
  81. package/build/features/event/builders/EventContractBuilder.js.map +1 -1
  82. package/build/features/event/builders/ListenerTemplateItemBuilder.js +2 -2
  83. package/build/features/event/builders/ListenerTemplateItemBuilder.js.map +1 -1
  84. package/build/features/event/stores/EventStore.js +5 -5
  85. package/build/features/event/stores/EventStore.js.map +1 -1
  86. package/build/features/event/stores/ListenerStore.js +2 -2
  87. package/build/features/event/stores/ListenerStore.js.map +1 -1
  88. package/build/features/event/writers/EventWriter.js +2 -2
  89. package/build/features/event/writers/EventWriter.js.map +1 -1
  90. package/build/features/eventContract/actions/PullAction.js +2 -2
  91. package/build/features/eventContract/actions/PullAction.js.map +1 -1
  92. package/build/features/features.types.js.map +1 -1
  93. package/build/features/node/NodeFeature.d.ts +2 -7
  94. package/build/features/node/NodeFeature.js +2 -2
  95. package/build/features/node/NodeFeature.js.map +1 -1
  96. package/build/features/node/actions/UpgradeAction.js +2 -2
  97. package/build/features/node/actions/UpgradeAction.js.map +1 -1
  98. package/build/features/node/writers/NodeWriter.js +2 -2
  99. package/build/features/node/writers/NodeWriter.js.map +1 -1
  100. package/build/features/onboard/ScriptPlayer.js.map +1 -1
  101. package/build/features/permission/actions/CreateAction.js +2 -2
  102. package/build/features/permission/actions/CreateAction.js.map +1 -1
  103. package/build/features/person/actions/LoginAction.js +2 -2
  104. package/build/features/person/actions/LoginAction.js.map +1 -1
  105. package/build/features/schema/actions/CreateAction.js +2 -2
  106. package/build/features/schema/actions/CreateAction.js.map +1 -1
  107. package/build/features/schema/stores/SchemaStore.js +5 -5
  108. package/build/features/schema/stores/SchemaStore.js.map +1 -1
  109. package/build/features/schema/utilities/schemaDisk.utility.js +2 -2
  110. package/build/features/schema/utilities/schemaDisk.utility.js.map +1 -1
  111. package/build/features/schema/writers/SchemaWriter.js +2 -2
  112. package/build/features/schema/writers/SchemaWriter.js.map +1 -1
  113. package/build/features/skill/SkillFeature.js +2 -2
  114. package/build/features/skill/SkillFeature.js.map +1 -1
  115. package/build/features/skill/actions/BootAction.js +2 -2
  116. package/build/features/skill/actions/BootAction.js.map +1 -1
  117. package/build/features/skill/actions/CreateAction.js +2 -2
  118. package/build/features/skill/actions/CreateAction.js.map +1 -1
  119. package/build/features/skill/actions/RebuildAction.js +1 -1
  120. package/build/features/skill/actions/RebuildAction.js.map +1 -1
  121. package/build/features/skill/stores/SkillStore.js +2 -2
  122. package/build/features/skill/stores/SkillStore.js.map +1 -1
  123. package/build/features/skill/writers/SkillWriter.js +2 -2
  124. package/build/features/skill/writers/SkillWriter.js.map +1 -1
  125. package/build/features/store/actions/CreateAction.js +2 -2
  126. package/build/features/store/actions/CreateAction.js.map +1 -1
  127. package/build/features/test/TestFeature.js +2 -2
  128. package/build/features/test/TestFeature.js.map +1 -1
  129. package/build/features/test/TestLogItemGenerator.js +2 -2
  130. package/build/features/test/TestLogItemGenerator.js.map +1 -1
  131. package/build/features/test/TestReporter.js +19 -19
  132. package/build/features/test/TestReporter.js.map +1 -1
  133. package/build/features/test/TestRunner.js +2 -2
  134. package/build/features/test/TestRunner.js.map +1 -1
  135. package/build/features/test/actions/CreateAction.js +2 -2
  136. package/build/features/test/actions/CreateAction.js.map +1 -1
  137. package/build/features/test/actions/TestAction.js +25 -25
  138. package/build/features/test/actions/TestAction.js.map +1 -1
  139. package/build/features/universalDevDependencies.d.ts +2 -7
  140. package/build/features/universalDevDependencies.js +0 -1
  141. package/build/features/universalDevDependencies.js.map +1 -1
  142. package/build/features/validateAndNormalize.utility.js +2 -2
  143. package/build/features/validateAndNormalize.utility.js.map +1 -1
  144. package/build/features/view/actions/CreateAction.js +2 -2
  145. package/build/features/view/actions/CreateAction.js.map +1 -1
  146. package/build/features/view/writers/ViewWriter.js +2 -2
  147. package/build/features/view/writers/ViewWriter.js.map +1 -1
  148. package/build/features/vscode/actions/SetupAction.js +1 -1
  149. package/build/features/vscode/actions/SetupAction.js.map +1 -1
  150. package/build/features/watch/WatchFeature.js.map +1 -1
  151. package/build/interfaces/SpyInterface.js +11 -11
  152. package/build/interfaces/SpyInterface.js.map +1 -1
  153. package/build/interfaces/TerminalInterface.js +3 -3
  154. package/build/interfaces/TerminalInterface.js.map +1 -1
  155. package/build/schemas/v2020_07_22/createConversationTopicOptions.builder.js +2 -2
  156. package/build/schemas/v2020_07_22/createConversationTopicOptions.builder.js.map +1 -1
  157. package/build/schemas/v2020_07_22/createErrorOptions.builder.js +2 -2
  158. package/build/schemas/v2020_07_22/createErrorOptions.builder.js.map +1 -1
  159. package/build/schemas/v2020_07_22/createOrganizationOptions.builder.js +2 -2
  160. package/build/schemas/v2020_07_22/createOrganizationOptions.builder.js.map +1 -1
  161. package/build/schemas/v2020_07_22/createSchemaOptions.builder.js +2 -2
  162. package/build/schemas/v2020_07_22/createSchemaOptions.builder.js.map +1 -1
  163. package/build/schemas/v2020_07_22/listenEventOptions.builder.js +2 -2
  164. package/build/schemas/v2020_07_22/listenEventOptions.builder.js.map +1 -1
  165. package/build/schemas/v2020_07_22/syncErrorOptions.builder.js +2 -2
  166. package/build/schemas/v2020_07_22/syncErrorOptions.builder.js.map +1 -1
  167. package/build/schemas/v2020_07_22/syncSchemasOptions.builder.js +2 -2
  168. package/build/schemas/v2020_07_22/syncSchemasOptions.builder.js.map +1 -1
  169. package/build/services/CommandService.js +10 -10
  170. package/build/services/CommandService.js.map +1 -1
  171. package/build/services/GameService.js +2 -2
  172. package/build/services/GameService.js.map +1 -1
  173. package/build/stores/AbstractLocalStore.js +2 -2
  174. package/build/stores/AbstractLocalStore.js.map +1 -1
  175. package/build/stores/AbstractStore.js.map +1 -1
  176. package/build/stores/StoreFactory.js +2 -2
  177. package/build/stores/StoreFactory.js.map +1 -1
  178. package/build/templateItemBuilders/EventTemplateItemBuilder.js +2 -2
  179. package/build/templateItemBuilders/EventTemplateItemBuilder.js.map +1 -1
  180. package/build/templateItemBuilders/SchemaTemplateItemBuilder.js +4 -4
  181. package/build/templateItemBuilders/SchemaTemplateItemBuilder.js.map +1 -1
  182. package/build/tests/AbstractCliTest.js +2 -2
  183. package/build/tests/AbstractCliTest.js.map +1 -1
  184. package/build/tests/AbstractEventTest.js +2 -2
  185. package/build/tests/AbstractEventTest.js.map +1 -1
  186. package/build/tests/AbstractSchemaTest.js +2 -2
  187. package/build/tests/AbstractSchemaTest.js.map +1 -1
  188. package/build/tests/JestJsonParser.js +3 -3
  189. package/build/tests/JestJsonParser.js.map +1 -1
  190. package/build/tests/fixtures/FeatureFixture.js +2 -2
  191. package/build/tests/fixtures/FeatureFixture.js.map +1 -1
  192. package/build/tests/fixtures/OrganizationFixture.js +2 -2
  193. package/build/tests/fixtures/PersonFixture.js +2 -2
  194. package/build/tests/fixtures/PersonFixture.js.map +1 -1
  195. package/build/tests/fixtures/SkillFixture.js +2 -2
  196. package/build/tests/fixtures/SkillFixture.js.map +1 -1
  197. package/build/updaters/ScriptUpdater.js +2 -2
  198. package/build/updaters/ScriptUpdater.js.map +1 -1
  199. package/build/utilities/commander.utility.js +2 -2
  200. package/build/utilities/commander.utility.js.map +1 -1
  201. package/build/utilities/eventContractCleaner.utility.js +2 -2
  202. package/build/utilities/eventContractCleaner.utility.js.map +1 -1
  203. package/build/utilities/form.utility.js.map +1 -1
  204. package/build/widgets/WidgetFactory.js +2 -2
  205. package/build/widgets/WidgetFactory.js.map +1 -1
  206. package/build/widgets/keySelectChoices.js.map +1 -1
  207. package/build/widgets/terminalKit/TKButtonWidget.js +2 -2
  208. package/build/widgets/terminalKit/TKButtonWidget.js.map +1 -1
  209. package/build/widgets/terminalKit/TkBaseWidget.js +4 -4
  210. package/build/widgets/terminalKit/TkBaseWidget.js.map +1 -1
  211. package/build/widgets/terminalKit/TkInputWidget.js +2 -2
  212. package/build/widgets/terminalKit/TkInputWidget.js.map +1 -1
  213. package/build/widgets/terminalKit/TkLayoutCellWidget.js +2 -2
  214. package/build/widgets/terminalKit/TkLayoutCellWidget.js.map +1 -1
  215. package/build/widgets/terminalKit/TkLayoutWidget.js +2 -2
  216. package/build/widgets/terminalKit/TkLayoutWidget.js.map +1 -1
  217. package/build/widgets/terminalKit/TkMenuBarWidget.js +2 -2
  218. package/build/widgets/terminalKit/TkMenuBarWidget.js.map +1 -1
  219. package/build/widgets/terminalKit/TkPopupWidget.js +2 -2
  220. package/build/widgets/terminalKit/TkPopupWidget.js.map +1 -1
  221. package/build/widgets/terminalKit/TkProgressBarWidget.js +2 -2
  222. package/build/widgets/terminalKit/TkProgressBarWidget.js.map +1 -1
  223. package/build/widgets/terminalKit/TkTextWidget.js +2 -2
  224. package/build/widgets/terminalKit/TkTextWidget.js.map +1 -1
  225. package/build/widgets/terminalKit/termKit.utility.js +2 -2
  226. package/build/widgets/terminalKit/termKit.utility.js.map +1 -1
  227. package/build/writers/AbstractWriter.js +2 -2
  228. package/build/writers/AbstractWriter.js.map +1 -1
  229. package/build/writers/WriterFactory.js +2 -2
  230. package/build/writers/WriterFactory.js.map +1 -1
  231. package/package.json +32 -32
  232. package/src/__tests__/behavioral/CreatingAConversationTopic.test.ts +2 -3
  233. package/src/__tests__/behavioral/events/KeepingEventsInSync.test.ts +2 -3
  234. package/src/__tests__/behavioral/events/RegisteringGlobalEvents.test.ts +4 -6
  235. package/src/__tests__/behavioral/schemas/SettingUpSchemasForModuleDistribution.test.ts +2 -3
  236. package/src/__tests__/behavioral/tests/CreatingATest.test.ts +4 -6
  237. package/src/components/FormComponent.ts +3 -4
  238. package/src/features/AbstractFeature.ts +1 -1
  239. package/src/features/ActionQuestionAsker.ts +1 -1
  240. package/src/features/FeatureInstaller.ts +1 -2
  241. package/src/features/event/actions/SyncAction.ts +2 -3
  242. package/src/features/features.types.ts +1 -1
  243. package/src/features/node/NodeFeature.ts +1 -1
  244. package/src/features/onboard/ScriptPlayer.ts +3 -4
  245. package/src/features/skill/SkillFeature.ts +1 -1
  246. package/src/features/universalDevDependencies.ts +1 -1
  247. package/src/features/watch/WatchFeature.ts +6 -3
  248. package/src/stores/AbstractLocalStore.ts +1 -1
  249. package/src/stores/AbstractStore.ts +1 -1
  250. package/src/tests/AbstractCliTest.ts +2 -2
  251. package/src/utilities/form.utility.ts +4 -2
  252. package/src/widgets/keySelectChoices.ts +1 -1
  253. package/node_modules/@typescript-eslint/parser/LICENSE +0 -22
  254. package/node_modules/@typescript-eslint/parser/README.md +0 -10
  255. package/node_modules/@typescript-eslint/parser/_ts3.4/dist/index.d.ts +0 -8
  256. package/node_modules/@typescript-eslint/parser/_ts3.4/dist/parser.d.ts +0 -22
  257. package/node_modules/@typescript-eslint/parser/dist/index.d.ts +0 -8
  258. package/node_modules/@typescript-eslint/parser/dist/index.d.ts.map +0 -1
  259. package/node_modules/@typescript-eslint/parser/dist/index.js +0 -17
  260. package/node_modules/@typescript-eslint/parser/dist/index.js.map +0 -1
  261. package/node_modules/@typescript-eslint/parser/dist/parser.d.ts +0 -19
  262. package/node_modules/@typescript-eslint/parser/dist/parser.d.ts.map +0 -1
  263. package/node_modules/@typescript-eslint/parser/dist/parser.js +0 -131
  264. package/node_modules/@typescript-eslint/parser/dist/parser.js.map +0 -1
  265. package/node_modules/@typescript-eslint/parser/package.json +0 -75
  266. package/node_modules/@typescript-eslint/scope-manager/LICENSE +0 -21
  267. package/node_modules/@typescript-eslint/scope-manager/README.md +0 -8
  268. package/node_modules/@typescript-eslint/scope-manager/dist/ID.d.ts +0 -4
  269. package/node_modules/@typescript-eslint/scope-manager/dist/ID.d.ts.map +0 -1
  270. package/node_modules/@typescript-eslint/scope-manager/dist/ID.js +0 -22
  271. package/node_modules/@typescript-eslint/scope-manager/dist/ID.js.map +0 -1
  272. package/node_modules/@typescript-eslint/scope-manager/dist/ScopeManager.d.ts +0 -73
  273. package/node_modules/@typescript-eslint/scope-manager/dist/ScopeManager.d.ts.map +0 -1
  274. package/node_modules/@typescript-eslint/scope-manager/dist/ScopeManager.js +0 -183
  275. package/node_modules/@typescript-eslint/scope-manager/dist/ScopeManager.js.map +0 -1
  276. package/node_modules/@typescript-eslint/scope-manager/dist/analyze.d.ts +0 -62
  277. package/node_modules/@typescript-eslint/scope-manager/dist/analyze.d.ts.map +0 -1
  278. package/node_modules/@typescript-eslint/scope-manager/dist/analyze.js +0 -58
  279. package/node_modules/@typescript-eslint/scope-manager/dist/analyze.js.map +0 -1
  280. package/node_modules/@typescript-eslint/scope-manager/dist/assert.d.ts +0 -3
  281. package/node_modules/@typescript-eslint/scope-manager/dist/assert.d.ts.map +0 -1
  282. package/node_modules/@typescript-eslint/scope-manager/dist/assert.js +0 -11
  283. package/node_modules/@typescript-eslint/scope-manager/dist/assert.js.map +0 -1
  284. package/node_modules/@typescript-eslint/scope-manager/dist/definition/CatchClauseDefinition.d.ts +0 -10
  285. package/node_modules/@typescript-eslint/scope-manager/dist/definition/CatchClauseDefinition.d.ts.map +0 -1
  286. package/node_modules/@typescript-eslint/scope-manager/dist/definition/CatchClauseDefinition.js +0 -14
  287. package/node_modules/@typescript-eslint/scope-manager/dist/definition/CatchClauseDefinition.js.map +0 -1
  288. package/node_modules/@typescript-eslint/scope-manager/dist/definition/ClassNameDefinition.d.ts +0 -10
  289. package/node_modules/@typescript-eslint/scope-manager/dist/definition/ClassNameDefinition.d.ts.map +0 -1
  290. package/node_modules/@typescript-eslint/scope-manager/dist/definition/ClassNameDefinition.js +0 -14
  291. package/node_modules/@typescript-eslint/scope-manager/dist/definition/ClassNameDefinition.js.map +0 -1
  292. package/node_modules/@typescript-eslint/scope-manager/dist/definition/Definition.d.ts +0 -14
  293. package/node_modules/@typescript-eslint/scope-manager/dist/definition/Definition.d.ts.map +0 -1
  294. package/node_modules/@typescript-eslint/scope-manager/dist/definition/Definition.js +0 -3
  295. package/node_modules/@typescript-eslint/scope-manager/dist/definition/Definition.js.map +0 -1
  296. package/node_modules/@typescript-eslint/scope-manager/dist/definition/DefinitionBase.d.ts +0 -39
  297. package/node_modules/@typescript-eslint/scope-manager/dist/definition/DefinitionBase.d.ts.map +0 -1
  298. package/node_modules/@typescript-eslint/scope-manager/dist/definition/DefinitionBase.js +0 -19
  299. package/node_modules/@typescript-eslint/scope-manager/dist/definition/DefinitionBase.js.map +0 -1
  300. package/node_modules/@typescript-eslint/scope-manager/dist/definition/DefinitionType.d.ts +0 -15
  301. package/node_modules/@typescript-eslint/scope-manager/dist/definition/DefinitionType.d.ts.map +0 -1
  302. package/node_modules/@typescript-eslint/scope-manager/dist/definition/DefinitionType.js +0 -18
  303. package/node_modules/@typescript-eslint/scope-manager/dist/definition/DefinitionType.js.map +0 -1
  304. package/node_modules/@typescript-eslint/scope-manager/dist/definition/FunctionNameDefinition.d.ts +0 -10
  305. package/node_modules/@typescript-eslint/scope-manager/dist/definition/FunctionNameDefinition.d.ts.map +0 -1
  306. package/node_modules/@typescript-eslint/scope-manager/dist/definition/FunctionNameDefinition.js +0 -14
  307. package/node_modules/@typescript-eslint/scope-manager/dist/definition/FunctionNameDefinition.js.map +0 -1
  308. package/node_modules/@typescript-eslint/scope-manager/dist/definition/ImplicitGlobalVariableDefinition.d.ts +0 -10
  309. package/node_modules/@typescript-eslint/scope-manager/dist/definition/ImplicitGlobalVariableDefinition.d.ts.map +0 -1
  310. package/node_modules/@typescript-eslint/scope-manager/dist/definition/ImplicitGlobalVariableDefinition.js +0 -14
  311. package/node_modules/@typescript-eslint/scope-manager/dist/definition/ImplicitGlobalVariableDefinition.js.map +0 -1
  312. package/node_modules/@typescript-eslint/scope-manager/dist/definition/ImportBindingDefinition.d.ts +0 -11
  313. package/node_modules/@typescript-eslint/scope-manager/dist/definition/ImportBindingDefinition.d.ts.map +0 -1
  314. package/node_modules/@typescript-eslint/scope-manager/dist/definition/ImportBindingDefinition.js +0 -14
  315. package/node_modules/@typescript-eslint/scope-manager/dist/definition/ImportBindingDefinition.js.map +0 -1
  316. package/node_modules/@typescript-eslint/scope-manager/dist/definition/ParameterDefinition.d.ts +0 -14
  317. package/node_modules/@typescript-eslint/scope-manager/dist/definition/ParameterDefinition.d.ts.map +0 -1
  318. package/node_modules/@typescript-eslint/scope-manager/dist/definition/ParameterDefinition.js +0 -15
  319. package/node_modules/@typescript-eslint/scope-manager/dist/definition/ParameterDefinition.js.map +0 -1
  320. package/node_modules/@typescript-eslint/scope-manager/dist/definition/TSEnumMemberDefinition.d.ts +0 -10
  321. package/node_modules/@typescript-eslint/scope-manager/dist/definition/TSEnumMemberDefinition.d.ts.map +0 -1
  322. package/node_modules/@typescript-eslint/scope-manager/dist/definition/TSEnumMemberDefinition.js +0 -14
  323. package/node_modules/@typescript-eslint/scope-manager/dist/definition/TSEnumMemberDefinition.js.map +0 -1
  324. package/node_modules/@typescript-eslint/scope-manager/dist/definition/TSEnumNameDefinition.d.ts +0 -10
  325. package/node_modules/@typescript-eslint/scope-manager/dist/definition/TSEnumNameDefinition.d.ts.map +0 -1
  326. package/node_modules/@typescript-eslint/scope-manager/dist/definition/TSEnumNameDefinition.js +0 -14
  327. package/node_modules/@typescript-eslint/scope-manager/dist/definition/TSEnumNameDefinition.js.map +0 -1
  328. package/node_modules/@typescript-eslint/scope-manager/dist/definition/TSModuleNameDefinition.d.ts +0 -10
  329. package/node_modules/@typescript-eslint/scope-manager/dist/definition/TSModuleNameDefinition.d.ts.map +0 -1
  330. package/node_modules/@typescript-eslint/scope-manager/dist/definition/TSModuleNameDefinition.js +0 -14
  331. package/node_modules/@typescript-eslint/scope-manager/dist/definition/TSModuleNameDefinition.js.map +0 -1
  332. package/node_modules/@typescript-eslint/scope-manager/dist/definition/TypeDefinition.d.ts +0 -10
  333. package/node_modules/@typescript-eslint/scope-manager/dist/definition/TypeDefinition.d.ts.map +0 -1
  334. package/node_modules/@typescript-eslint/scope-manager/dist/definition/TypeDefinition.js +0 -14
  335. package/node_modules/@typescript-eslint/scope-manager/dist/definition/TypeDefinition.js.map +0 -1
  336. package/node_modules/@typescript-eslint/scope-manager/dist/definition/VariableDefinition.d.ts +0 -10
  337. package/node_modules/@typescript-eslint/scope-manager/dist/definition/VariableDefinition.d.ts.map +0 -1
  338. package/node_modules/@typescript-eslint/scope-manager/dist/definition/VariableDefinition.js +0 -14
  339. package/node_modules/@typescript-eslint/scope-manager/dist/definition/VariableDefinition.js.map +0 -1
  340. package/node_modules/@typescript-eslint/scope-manager/dist/definition/index.d.ts +0 -14
  341. package/node_modules/@typescript-eslint/scope-manager/dist/definition/index.d.ts.map +0 -1
  342. package/node_modules/@typescript-eslint/scope-manager/dist/definition/index.js +0 -30
  343. package/node_modules/@typescript-eslint/scope-manager/dist/definition/index.js.map +0 -1
  344. package/node_modules/@typescript-eslint/scope-manager/dist/index.d.ts +0 -9
  345. package/node_modules/@typescript-eslint/scope-manager/dist/index.d.ts.map +0 -1
  346. package/node_modules/@typescript-eslint/scope-manager/dist/index.js +0 -31
  347. package/node_modules/@typescript-eslint/scope-manager/dist/index.js.map +0 -1
  348. package/node_modules/@typescript-eslint/scope-manager/dist/lib/base-config.d.ts +0 -16
  349. package/node_modules/@typescript-eslint/scope-manager/dist/lib/base-config.d.ts.map +0 -1
  350. package/node_modules/@typescript-eslint/scope-manager/dist/lib/base-config.js +0 -23
  351. package/node_modules/@typescript-eslint/scope-manager/dist/lib/base-config.js.map +0 -1
  352. package/node_modules/@typescript-eslint/scope-manager/dist/lib/decorators.d.ts +0 -3
  353. package/node_modules/@typescript-eslint/scope-manager/dist/lib/decorators.d.ts.map +0 -1
  354. package/node_modules/@typescript-eslint/scope-manager/dist/lib/decorators.js +0 -21
  355. package/node_modules/@typescript-eslint/scope-manager/dist/lib/decorators.js.map +0 -1
  356. package/node_modules/@typescript-eslint/scope-manager/dist/lib/decorators.legacy.d.ts +0 -3
  357. package/node_modules/@typescript-eslint/scope-manager/dist/lib/decorators.legacy.d.ts.map +0 -1
  358. package/node_modules/@typescript-eslint/scope-manager/dist/lib/decorators.legacy.js +0 -15
  359. package/node_modules/@typescript-eslint/scope-manager/dist/lib/decorators.legacy.js.map +0 -1
  360. package/node_modules/@typescript-eslint/scope-manager/dist/lib/dom.d.ts +0 -3
  361. package/node_modules/@typescript-eslint/scope-manager/dist/lib/dom.d.ts.map +0 -1
  362. package/node_modules/@typescript-eslint/scope-manager/dist/lib/dom.iterable.d.ts +0 -3
  363. package/node_modules/@typescript-eslint/scope-manager/dist/lib/dom.iterable.d.ts.map +0 -1
  364. package/node_modules/@typescript-eslint/scope-manager/dist/lib/dom.iterable.js +0 -71
  365. package/node_modules/@typescript-eslint/scope-manager/dist/lib/dom.iterable.js.map +0 -1
  366. package/node_modules/@typescript-eslint/scope-manager/dist/lib/dom.js +0 -1317
  367. package/node_modules/@typescript-eslint/scope-manager/dist/lib/dom.js.map +0 -1
  368. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.collection.d.ts +0 -3
  369. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.collection.d.ts.map +0 -1
  370. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.collection.js +0 -21
  371. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.collection.js.map +0 -1
  372. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.core.d.ts +0 -3
  373. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.core.d.ts.map +0 -1
  374. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.core.js +0 -23
  375. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.core.js.map +0 -1
  376. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.d.ts +0 -3
  377. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.d.ts.map +0 -1
  378. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.generator.d.ts +0 -3
  379. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.generator.d.ts.map +0 -1
  380. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.generator.js +0 -11
  381. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.generator.js.map +0 -1
  382. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.iterable.d.ts +0 -3
  383. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.iterable.d.ts.map +0 -1
  384. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.iterable.js +0 -11
  385. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.iterable.js.map +0 -1
  386. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.js +0 -19
  387. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.js.map +0 -1
  388. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.promise.d.ts +0 -3
  389. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.promise.d.ts.map +0 -1
  390. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.promise.js +0 -12
  391. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.promise.js.map +0 -1
  392. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.proxy.d.ts +0 -3
  393. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.proxy.d.ts.map +0 -1
  394. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.proxy.js +0 -13
  395. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.proxy.js.map +0 -1
  396. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.reflect.d.ts +0 -3
  397. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.reflect.d.ts.map +0 -1
  398. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.reflect.js +0 -12
  399. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.reflect.js.map +0 -1
  400. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.symbol.d.ts +0 -3
  401. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.symbol.d.ts.map +0 -1
  402. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.symbol.js +0 -12
  403. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.symbol.js.map +0 -1
  404. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.symbol.wellknown.d.ts +0 -3
  405. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.symbol.wellknown.d.ts.map +0 -1
  406. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.symbol.wellknown.js +0 -11
  407. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.symbol.wellknown.js.map +0 -1
  408. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2016.array.include.d.ts +0 -3
  409. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2016.array.include.d.ts.map +0 -1
  410. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2016.array.include.js +0 -22
  411. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2016.array.include.js.map +0 -1
  412. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2016.d.ts +0 -3
  413. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2016.d.ts.map +0 -1
  414. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2016.full.d.ts +0 -3
  415. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2016.full.d.ts.map +0 -1
  416. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2016.full.js +0 -14
  417. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2016.full.js.map +0 -1
  418. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2016.js +0 -11
  419. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2016.js.map +0 -1
  420. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.d.ts +0 -3
  421. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.d.ts.map +0 -1
  422. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.full.d.ts +0 -3
  423. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.full.d.ts.map +0 -1
  424. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.full.js +0 -14
  425. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.full.js.map +0 -1
  426. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.intl.d.ts +0 -3
  427. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.intl.d.ts.map +0 -1
  428. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.intl.js +0 -12
  429. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.intl.js.map +0 -1
  430. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.js +0 -15
  431. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.js.map +0 -1
  432. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.object.d.ts +0 -3
  433. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.object.d.ts.map +0 -1
  434. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.object.js +0 -12
  435. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.object.js.map +0 -1
  436. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.sharedmemory.d.ts +0 -3
  437. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.sharedmemory.d.ts.map +0 -1
  438. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.sharedmemory.js +0 -12
  439. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.sharedmemory.js.map +0 -1
  440. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.string.d.ts +0 -3
  441. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.string.d.ts.map +0 -1
  442. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.string.js +0 -12
  443. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.string.js.map +0 -1
  444. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.typedarrays.d.ts +0 -3
  445. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.typedarrays.d.ts.map +0 -1
  446. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.typedarrays.js +0 -20
  447. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.typedarrays.js.map +0 -1
  448. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.asyncgenerator.d.ts +0 -3
  449. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.asyncgenerator.d.ts.map +0 -1
  450. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.asyncgenerator.js +0 -11
  451. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.asyncgenerator.js.map +0 -1
  452. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.asynciterable.d.ts +0 -3
  453. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.asynciterable.d.ts.map +0 -1
  454. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.asynciterable.js +0 -12
  455. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.asynciterable.js.map +0 -1
  456. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.d.ts +0 -3
  457. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.d.ts.map +0 -1
  458. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.full.d.ts +0 -3
  459. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.full.d.ts.map +0 -1
  460. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.full.js +0 -14
  461. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.full.js.map +0 -1
  462. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.intl.d.ts +0 -3
  463. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.intl.d.ts.map +0 -1
  464. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.intl.js +0 -12
  465. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.intl.js.map +0 -1
  466. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.js +0 -15
  467. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.js.map +0 -1
  468. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.promise.d.ts +0 -3
  469. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.promise.d.ts.map +0 -1
  470. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.promise.js +0 -12
  471. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.promise.js.map +0 -1
  472. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.regexp.d.ts +0 -3
  473. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.regexp.d.ts.map +0 -1
  474. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.regexp.js +0 -14
  475. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.regexp.js.map +0 -1
  476. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.array.d.ts +0 -3
  477. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.array.d.ts.map +0 -1
  478. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.array.js +0 -14
  479. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.array.js.map +0 -1
  480. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.d.ts +0 -3
  481. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.d.ts.map +0 -1
  482. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.full.d.ts +0 -3
  483. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.full.d.ts.map +0 -1
  484. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.full.js +0 -14
  485. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.full.js.map +0 -1
  486. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.intl.d.ts +0 -3
  487. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.intl.d.ts.map +0 -1
  488. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.intl.js +0 -12
  489. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.intl.js.map +0 -1
  490. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.js +0 -15
  491. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.js.map +0 -1
  492. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.object.d.ts +0 -3
  493. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.object.d.ts.map +0 -1
  494. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.object.js +0 -11
  495. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.object.js.map +0 -1
  496. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.string.d.ts +0 -3
  497. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.string.d.ts.map +0 -1
  498. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.string.js +0 -12
  499. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.string.js.map +0 -1
  500. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.symbol.d.ts +0 -3
  501. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.symbol.d.ts.map +0 -1
  502. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.symbol.js +0 -12
  503. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.symbol.js.map +0 -1
  504. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.bigint.d.ts +0 -3
  505. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.bigint.d.ts.map +0 -1
  506. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.bigint.js +0 -11
  507. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.bigint.js.map +0 -1
  508. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.d.ts +0 -3
  509. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.d.ts.map +0 -1
  510. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.date.d.ts +0 -3
  511. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.date.d.ts.map +0 -1
  512. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.date.js +0 -11
  513. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.date.js.map +0 -1
  514. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.full.d.ts +0 -3
  515. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.full.d.ts.map +0 -1
  516. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.full.js +0 -14
  517. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.full.js.map +0 -1
  518. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.intl.d.ts +0 -3
  519. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.intl.d.ts.map +0 -1
  520. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.intl.js +0 -11
  521. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.intl.js.map +0 -1
  522. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.js +0 -18
  523. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.js.map +0 -1
  524. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.number.d.ts +0 -3
  525. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.number.d.ts.map +0 -1
  526. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.number.js +0 -11
  527. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.number.js.map +0 -1
  528. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.promise.d.ts +0 -3
  529. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.promise.d.ts.map +0 -1
  530. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.promise.js +0 -15
  531. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.promise.js.map +0 -1
  532. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.sharedmemory.d.ts +0 -3
  533. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.sharedmemory.d.ts.map +0 -1
  534. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.sharedmemory.js +0 -12
  535. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.sharedmemory.js.map +0 -1
  536. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.string.d.ts +0 -3
  537. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.string.d.ts.map +0 -1
  538. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.string.js +0 -11
  539. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.string.js.map +0 -1
  540. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.symbol.wellknown.d.ts +0 -3
  541. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.symbol.wellknown.d.ts.map +0 -1
  542. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.symbol.wellknown.js +0 -12
  543. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.symbol.wellknown.js.map +0 -1
  544. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.d.ts +0 -3
  545. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.d.ts.map +0 -1
  546. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.full.d.ts +0 -3
  547. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.full.d.ts.map +0 -1
  548. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.full.js +0 -14
  549. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.full.js.map +0 -1
  550. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.intl.d.ts +0 -3
  551. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.intl.d.ts.map +0 -1
  552. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.intl.js +0 -12
  553. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.intl.js.map +0 -1
  554. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.js +0 -14
  555. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.js.map +0 -1
  556. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.promise.d.ts +0 -3
  557. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.promise.d.ts.map +0 -1
  558. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.promise.js +0 -14
  559. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.promise.js.map +0 -1
  560. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.string.d.ts +0 -3
  561. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.string.d.ts.map +0 -1
  562. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.string.js +0 -12
  563. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.string.js.map +0 -1
  564. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.weakref.d.ts +0 -3
  565. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.weakref.d.ts.map +0 -1
  566. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.weakref.js +0 -15
  567. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.weakref.js.map +0 -1
  568. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.array.d.ts +0 -3
  569. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.array.d.ts.map +0 -1
  570. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.array.js +0 -24
  571. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.array.js.map +0 -1
  572. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.d.ts +0 -3
  573. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.d.ts.map +0 -1
  574. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.error.d.ts +0 -3
  575. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.error.d.ts.map +0 -1
  576. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.error.js +0 -21
  577. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.error.js.map +0 -1
  578. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.full.d.ts +0 -3
  579. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.full.d.ts.map +0 -1
  580. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.full.js +0 -14
  581. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.full.js.map +0 -1
  582. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.intl.d.ts +0 -3
  583. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.intl.d.ts.map +0 -1
  584. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.intl.js +0 -12
  585. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.intl.js.map +0 -1
  586. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.js +0 -17
  587. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.js.map +0 -1
  588. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.object.d.ts +0 -3
  589. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.object.d.ts.map +0 -1
  590. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.object.js +0 -12
  591. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.object.js.map +0 -1
  592. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.regexp.d.ts +0 -3
  593. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.regexp.d.ts.map +0 -1
  594. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.regexp.js +0 -15
  595. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.regexp.js.map +0 -1
  596. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.sharedmemory.d.ts +0 -3
  597. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.sharedmemory.d.ts.map +0 -1
  598. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.sharedmemory.js +0 -12
  599. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.sharedmemory.js.map +0 -1
  600. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.string.d.ts +0 -3
  601. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.string.d.ts.map +0 -1
  602. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.string.js +0 -12
  603. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.string.js.map +0 -1
  604. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2023.array.d.ts +0 -3
  605. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2023.array.d.ts.map +0 -1
  606. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2023.array.js +0 -24
  607. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2023.array.js.map +0 -1
  608. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2023.d.ts +0 -3
  609. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2023.d.ts.map +0 -1
  610. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2023.full.d.ts +0 -3
  611. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2023.full.d.ts.map +0 -1
  612. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2023.full.js +0 -14
  613. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2023.full.js.map +0 -1
  614. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2023.js +0 -11
  615. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2023.js.map +0 -1
  616. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es5.d.ts +0 -3
  617. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es5.d.ts.map +0 -1
  618. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es5.js +0 -12
  619. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es5.js.map +0 -1
  620. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es6.d.ts +0 -3
  621. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es6.d.ts.map +0 -1
  622. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es6.js +0 -19
  623. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es6.js.map +0 -1
  624. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es7.d.ts +0 -3
  625. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es7.d.ts.map +0 -1
  626. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es7.js +0 -11
  627. package/node_modules/@typescript-eslint/scope-manager/dist/lib/es7.js.map +0 -1
  628. package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.array.d.ts +0 -3
  629. package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.array.d.ts.map +0 -1
  630. package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.array.js +0 -24
  631. package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.array.js.map +0 -1
  632. package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.asynciterable.d.ts +0 -3
  633. package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.asynciterable.d.ts.map +0 -1
  634. package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.asynciterable.js +0 -12
  635. package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.asynciterable.js.map +0 -1
  636. package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.bigint.d.ts +0 -3
  637. package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.bigint.d.ts.map +0 -1
  638. package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.bigint.js +0 -11
  639. package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.bigint.js.map +0 -1
  640. package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.d.ts +0 -3
  641. package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.d.ts.map +0 -1
  642. package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.full.d.ts +0 -3
  643. package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.full.d.ts.map +0 -1
  644. package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.full.js +0 -14
  645. package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.full.js.map +0 -1
  646. package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.intl.d.ts +0 -3
  647. package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.intl.d.ts.map +0 -1
  648. package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.intl.js +0 -12
  649. package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.intl.js.map +0 -1
  650. package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.js +0 -11
  651. package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.js.map +0 -1
  652. package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.promise.d.ts +0 -3
  653. package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.promise.d.ts.map +0 -1
  654. package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.promise.js +0 -14
  655. package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.promise.js.map +0 -1
  656. package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.string.d.ts +0 -3
  657. package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.string.d.ts.map +0 -1
  658. package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.string.js +0 -12
  659. package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.string.js.map +0 -1
  660. package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.symbol.d.ts +0 -3
  661. package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.symbol.d.ts.map +0 -1
  662. package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.symbol.js +0 -12
  663. package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.symbol.js.map +0 -1
  664. package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.weakref.d.ts +0 -3
  665. package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.weakref.d.ts.map +0 -1
  666. package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.weakref.js +0 -15
  667. package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.weakref.js.map +0 -1
  668. package/node_modules/@typescript-eslint/scope-manager/dist/lib/index.d.ts +0 -88
  669. package/node_modules/@typescript-eslint/scope-manager/dist/lib/index.d.ts.map +0 -1
  670. package/node_modules/@typescript-eslint/scope-manager/dist/lib/index.js +0 -179
  671. package/node_modules/@typescript-eslint/scope-manager/dist/lib/index.js.map +0 -1
  672. package/node_modules/@typescript-eslint/scope-manager/dist/lib/lib.d.ts +0 -3
  673. package/node_modules/@typescript-eslint/scope-manager/dist/lib/lib.d.ts.map +0 -1
  674. package/node_modules/@typescript-eslint/scope-manager/dist/lib/lib.js +0 -13
  675. package/node_modules/@typescript-eslint/scope-manager/dist/lib/lib.js.map +0 -1
  676. package/node_modules/@typescript-eslint/scope-manager/dist/lib/scripthost.d.ts +0 -3
  677. package/node_modules/@typescript-eslint/scope-manager/dist/lib/scripthost.d.ts.map +0 -1
  678. package/node_modules/@typescript-eslint/scope-manager/dist/lib/scripthost.js +0 -24
  679. package/node_modules/@typescript-eslint/scope-manager/dist/lib/scripthost.js.map +0 -1
  680. package/node_modules/@typescript-eslint/scope-manager/dist/lib/webworker.d.ts +0 -3
  681. package/node_modules/@typescript-eslint/scope-manager/dist/lib/webworker.d.ts.map +0 -1
  682. package/node_modules/@typescript-eslint/scope-manager/dist/lib/webworker.importscripts.d.ts +0 -3
  683. package/node_modules/@typescript-eslint/scope-manager/dist/lib/webworker.importscripts.d.ts.map +0 -1
  684. package/node_modules/@typescript-eslint/scope-manager/dist/lib/webworker.importscripts.js +0 -9
  685. package/node_modules/@typescript-eslint/scope-manager/dist/lib/webworker.importscripts.js.map +0 -1
  686. package/node_modules/@typescript-eslint/scope-manager/dist/lib/webworker.iterable.d.ts +0 -3
  687. package/node_modules/@typescript-eslint/scope-manager/dist/lib/webworker.iterable.d.ts.map +0 -1
  688. package/node_modules/@typescript-eslint/scope-manager/dist/lib/webworker.iterable.js +0 -30
  689. package/node_modules/@typescript-eslint/scope-manager/dist/lib/webworker.iterable.js.map +0 -1
  690. package/node_modules/@typescript-eslint/scope-manager/dist/lib/webworker.js +0 -495
  691. package/node_modules/@typescript-eslint/scope-manager/dist/lib/webworker.js.map +0 -1
  692. package/node_modules/@typescript-eslint/scope-manager/dist/referencer/ClassVisitor.d.ts +0 -29
  693. package/node_modules/@typescript-eslint/scope-manager/dist/referencer/ClassVisitor.d.ts.map +0 -1
  694. package/node_modules/@typescript-eslint/scope-manager/dist/referencer/ClassVisitor.js +0 -329
  695. package/node_modules/@typescript-eslint/scope-manager/dist/referencer/ClassVisitor.js.map +0 -1
  696. package/node_modules/@typescript-eslint/scope-manager/dist/referencer/ExportVisitor.d.ts +0 -15
  697. package/node_modules/@typescript-eslint/scope-manager/dist/referencer/ExportVisitor.d.ts.map +0 -1
  698. package/node_modules/@typescript-eslint/scope-manager/dist/referencer/ExportVisitor.js +0 -84
  699. package/node_modules/@typescript-eslint/scope-manager/dist/referencer/ExportVisitor.js.map +0 -1
  700. package/node_modules/@typescript-eslint/scope-manager/dist/referencer/ImportVisitor.d.ts +0 -14
  701. package/node_modules/@typescript-eslint/scope-manager/dist/referencer/ImportVisitor.d.ts.map +0 -1
  702. package/node_modules/@typescript-eslint/scope-manager/dist/referencer/ImportVisitor.js +0 -50
  703. package/node_modules/@typescript-eslint/scope-manager/dist/referencer/ImportVisitor.js.map +0 -1
  704. package/node_modules/@typescript-eslint/scope-manager/dist/referencer/PatternVisitor.d.ts +0 -29
  705. package/node_modules/@typescript-eslint/scope-manager/dist/referencer/PatternVisitor.d.ts.map +0 -1
  706. package/node_modules/@typescript-eslint/scope-manager/dist/referencer/PatternVisitor.js +0 -109
  707. package/node_modules/@typescript-eslint/scope-manager/dist/referencer/PatternVisitor.js.map +0 -1
  708. package/node_modules/@typescript-eslint/scope-manager/dist/referencer/Reference.d.ts +0 -89
  709. package/node_modules/@typescript-eslint/scope-manager/dist/referencer/Reference.d.ts.map +0 -1
  710. package/node_modules/@typescript-eslint/scope-manager/dist/referencer/Reference.js +0 -107
  711. package/node_modules/@typescript-eslint/scope-manager/dist/referencer/Reference.js.map +0 -1
  712. package/node_modules/@typescript-eslint/scope-manager/dist/referencer/Referencer.d.ts +0 -86
  713. package/node_modules/@typescript-eslint/scope-manager/dist/referencer/Referencer.d.ts.map +0 -1
  714. package/node_modules/@typescript-eslint/scope-manager/dist/referencer/Referencer.js +0 -547
  715. package/node_modules/@typescript-eslint/scope-manager/dist/referencer/Referencer.js.map +0 -1
  716. package/node_modules/@typescript-eslint/scope-manager/dist/referencer/TypeVisitor.d.ts +0 -33
  717. package/node_modules/@typescript-eslint/scope-manager/dist/referencer/TypeVisitor.d.ts.map +0 -1
  718. package/node_modules/@typescript-eslint/scope-manager/dist/referencer/TypeVisitor.js +0 -228
  719. package/node_modules/@typescript-eslint/scope-manager/dist/referencer/TypeVisitor.js.map +0 -1
  720. package/node_modules/@typescript-eslint/scope-manager/dist/referencer/Visitor.d.ts +0 -13
  721. package/node_modules/@typescript-eslint/scope-manager/dist/referencer/Visitor.d.ts.map +0 -1
  722. package/node_modules/@typescript-eslint/scope-manager/dist/referencer/Visitor.js +0 -41
  723. package/node_modules/@typescript-eslint/scope-manager/dist/referencer/Visitor.js.map +0 -1
  724. package/node_modules/@typescript-eslint/scope-manager/dist/referencer/VisitorBase.d.ts +0 -22
  725. package/node_modules/@typescript-eslint/scope-manager/dist/referencer/VisitorBase.d.ts.map +0 -1
  726. package/node_modules/@typescript-eslint/scope-manager/dist/referencer/VisitorBase.js +0 -82
  727. package/node_modules/@typescript-eslint/scope-manager/dist/referencer/VisitorBase.js.map +0 -1
  728. package/node_modules/@typescript-eslint/scope-manager/dist/referencer/index.d.ts +0 -2
  729. package/node_modules/@typescript-eslint/scope-manager/dist/referencer/index.d.ts.map +0 -1
  730. package/node_modules/@typescript-eslint/scope-manager/dist/referencer/index.js +0 -6
  731. package/node_modules/@typescript-eslint/scope-manager/dist/referencer/index.js.map +0 -1
  732. package/node_modules/@typescript-eslint/scope-manager/dist/scope/BlockScope.d.ts +0 -10
  733. package/node_modules/@typescript-eslint/scope-manager/dist/scope/BlockScope.d.ts.map +0 -1
  734. package/node_modules/@typescript-eslint/scope-manager/dist/scope/BlockScope.js +0 -12
  735. package/node_modules/@typescript-eslint/scope-manager/dist/scope/BlockScope.js.map +0 -1
  736. package/node_modules/@typescript-eslint/scope-manager/dist/scope/CatchScope.d.ts +0 -10
  737. package/node_modules/@typescript-eslint/scope-manager/dist/scope/CatchScope.d.ts.map +0 -1
  738. package/node_modules/@typescript-eslint/scope-manager/dist/scope/CatchScope.js +0 -12
  739. package/node_modules/@typescript-eslint/scope-manager/dist/scope/CatchScope.js.map +0 -1
  740. package/node_modules/@typescript-eslint/scope-manager/dist/scope/ClassFieldInitializerScope.d.ts +0 -10
  741. package/node_modules/@typescript-eslint/scope-manager/dist/scope/ClassFieldInitializerScope.d.ts.map +0 -1
  742. package/node_modules/@typescript-eslint/scope-manager/dist/scope/ClassFieldInitializerScope.js +0 -12
  743. package/node_modules/@typescript-eslint/scope-manager/dist/scope/ClassFieldInitializerScope.js.map +0 -1
  744. package/node_modules/@typescript-eslint/scope-manager/dist/scope/ClassScope.d.ts +0 -10
  745. package/node_modules/@typescript-eslint/scope-manager/dist/scope/ClassScope.d.ts.map +0 -1
  746. package/node_modules/@typescript-eslint/scope-manager/dist/scope/ClassScope.js +0 -12
  747. package/node_modules/@typescript-eslint/scope-manager/dist/scope/ClassScope.js.map +0 -1
  748. package/node_modules/@typescript-eslint/scope-manager/dist/scope/ClassStaticBlockScope.d.ts +0 -10
  749. package/node_modules/@typescript-eslint/scope-manager/dist/scope/ClassStaticBlockScope.d.ts.map +0 -1
  750. package/node_modules/@typescript-eslint/scope-manager/dist/scope/ClassStaticBlockScope.js +0 -12
  751. package/node_modules/@typescript-eslint/scope-manager/dist/scope/ClassStaticBlockScope.js.map +0 -1
  752. package/node_modules/@typescript-eslint/scope-manager/dist/scope/ConditionalTypeScope.d.ts +0 -10
  753. package/node_modules/@typescript-eslint/scope-manager/dist/scope/ConditionalTypeScope.d.ts.map +0 -1
  754. package/node_modules/@typescript-eslint/scope-manager/dist/scope/ConditionalTypeScope.js +0 -12
  755. package/node_modules/@typescript-eslint/scope-manager/dist/scope/ConditionalTypeScope.js.map +0 -1
  756. package/node_modules/@typescript-eslint/scope-manager/dist/scope/ForScope.d.ts +0 -10
  757. package/node_modules/@typescript-eslint/scope-manager/dist/scope/ForScope.d.ts.map +0 -1
  758. package/node_modules/@typescript-eslint/scope-manager/dist/scope/ForScope.js +0 -12
  759. package/node_modules/@typescript-eslint/scope-manager/dist/scope/ForScope.js.map +0 -1
  760. package/node_modules/@typescript-eslint/scope-manager/dist/scope/FunctionExpressionNameScope.d.ts +0 -11
  761. package/node_modules/@typescript-eslint/scope-manager/dist/scope/FunctionExpressionNameScope.d.ts.map +0 -1
  762. package/node_modules/@typescript-eslint/scope-manager/dist/scope/FunctionExpressionNameScope.js +0 -17
  763. package/node_modules/@typescript-eslint/scope-manager/dist/scope/FunctionExpressionNameScope.js.map +0 -1
  764. package/node_modules/@typescript-eslint/scope-manager/dist/scope/FunctionScope.d.ts +0 -13
  765. package/node_modules/@typescript-eslint/scope-manager/dist/scope/FunctionScope.d.ts.map +0 -1
  766. package/node_modules/@typescript-eslint/scope-manager/dist/scope/FunctionScope.js +0 -37
  767. package/node_modules/@typescript-eslint/scope-manager/dist/scope/FunctionScope.js.map +0 -1
  768. package/node_modules/@typescript-eslint/scope-manager/dist/scope/FunctionTypeScope.d.ts +0 -10
  769. package/node_modules/@typescript-eslint/scope-manager/dist/scope/FunctionTypeScope.d.ts.map +0 -1
  770. package/node_modules/@typescript-eslint/scope-manager/dist/scope/FunctionTypeScope.js +0 -12
  771. package/node_modules/@typescript-eslint/scope-manager/dist/scope/FunctionTypeScope.js.map +0 -1
  772. package/node_modules/@typescript-eslint/scope-manager/dist/scope/GlobalScope.d.ts +0 -18
  773. package/node_modules/@typescript-eslint/scope-manager/dist/scope/GlobalScope.d.ts.map +0 -1
  774. package/node_modules/@typescript-eslint/scope-manager/dist/scope/GlobalScope.js +0 -39
  775. package/node_modules/@typescript-eslint/scope-manager/dist/scope/GlobalScope.js.map +0 -1
  776. package/node_modules/@typescript-eslint/scope-manager/dist/scope/MappedTypeScope.d.ts +0 -10
  777. package/node_modules/@typescript-eslint/scope-manager/dist/scope/MappedTypeScope.d.ts.map +0 -1
  778. package/node_modules/@typescript-eslint/scope-manager/dist/scope/MappedTypeScope.js +0 -12
  779. package/node_modules/@typescript-eslint/scope-manager/dist/scope/MappedTypeScope.js.map +0 -1
  780. package/node_modules/@typescript-eslint/scope-manager/dist/scope/ModuleScope.d.ts +0 -10
  781. package/node_modules/@typescript-eslint/scope-manager/dist/scope/ModuleScope.d.ts.map +0 -1
  782. package/node_modules/@typescript-eslint/scope-manager/dist/scope/ModuleScope.js +0 -12
  783. package/node_modules/@typescript-eslint/scope-manager/dist/scope/ModuleScope.js.map +0 -1
  784. package/node_modules/@typescript-eslint/scope-manager/dist/scope/Scope.d.ts +0 -21
  785. package/node_modules/@typescript-eslint/scope-manager/dist/scope/Scope.d.ts.map +0 -1
  786. package/node_modules/@typescript-eslint/scope-manager/dist/scope/Scope.js +0 -3
  787. package/node_modules/@typescript-eslint/scope-manager/dist/scope/Scope.js.map +0 -1
  788. package/node_modules/@typescript-eslint/scope-manager/dist/scope/ScopeBase.d.ts +0 -107
  789. package/node_modules/@typescript-eslint/scope-manager/dist/scope/ScopeBase.d.ts.map +0 -1
  790. package/node_modules/@typescript-eslint/scope-manager/dist/scope/ScopeBase.js +0 -363
  791. package/node_modules/@typescript-eslint/scope-manager/dist/scope/ScopeBase.js.map +0 -1
  792. package/node_modules/@typescript-eslint/scope-manager/dist/scope/ScopeType.d.ts +0 -22
  793. package/node_modules/@typescript-eslint/scope-manager/dist/scope/ScopeType.d.ts.map +0 -1
  794. package/node_modules/@typescript-eslint/scope-manager/dist/scope/ScopeType.js +0 -25
  795. package/node_modules/@typescript-eslint/scope-manager/dist/scope/ScopeType.js.map +0 -1
  796. package/node_modules/@typescript-eslint/scope-manager/dist/scope/SwitchScope.d.ts +0 -10
  797. package/node_modules/@typescript-eslint/scope-manager/dist/scope/SwitchScope.d.ts.map +0 -1
  798. package/node_modules/@typescript-eslint/scope-manager/dist/scope/SwitchScope.js +0 -12
  799. package/node_modules/@typescript-eslint/scope-manager/dist/scope/SwitchScope.js.map +0 -1
  800. package/node_modules/@typescript-eslint/scope-manager/dist/scope/TSEnumScope.d.ts +0 -10
  801. package/node_modules/@typescript-eslint/scope-manager/dist/scope/TSEnumScope.d.ts.map +0 -1
  802. package/node_modules/@typescript-eslint/scope-manager/dist/scope/TSEnumScope.js +0 -12
  803. package/node_modules/@typescript-eslint/scope-manager/dist/scope/TSEnumScope.js.map +0 -1
  804. package/node_modules/@typescript-eslint/scope-manager/dist/scope/TSModuleScope.d.ts +0 -10
  805. package/node_modules/@typescript-eslint/scope-manager/dist/scope/TSModuleScope.d.ts.map +0 -1
  806. package/node_modules/@typescript-eslint/scope-manager/dist/scope/TSModuleScope.js +0 -12
  807. package/node_modules/@typescript-eslint/scope-manager/dist/scope/TSModuleScope.js.map +0 -1
  808. package/node_modules/@typescript-eslint/scope-manager/dist/scope/TypeScope.d.ts +0 -10
  809. package/node_modules/@typescript-eslint/scope-manager/dist/scope/TypeScope.d.ts.map +0 -1
  810. package/node_modules/@typescript-eslint/scope-manager/dist/scope/TypeScope.js +0 -12
  811. package/node_modules/@typescript-eslint/scope-manager/dist/scope/TypeScope.js.map +0 -1
  812. package/node_modules/@typescript-eslint/scope-manager/dist/scope/WithScope.d.ts +0 -11
  813. package/node_modules/@typescript-eslint/scope-manager/dist/scope/WithScope.d.ts.map +0 -1
  814. package/node_modules/@typescript-eslint/scope-manager/dist/scope/WithScope.js +0 -22
  815. package/node_modules/@typescript-eslint/scope-manager/dist/scope/WithScope.js.map +0 -1
  816. package/node_modules/@typescript-eslint/scope-manager/dist/scope/index.d.ts +0 -20
  817. package/node_modules/@typescript-eslint/scope-manager/dist/scope/index.d.ts.map +0 -1
  818. package/node_modules/@typescript-eslint/scope-manager/dist/scope/index.js +0 -36
  819. package/node_modules/@typescript-eslint/scope-manager/dist/scope/index.js.map +0 -1
  820. package/node_modules/@typescript-eslint/scope-manager/dist/variable/ESLintScopeVariable.d.ts +0 -34
  821. package/node_modules/@typescript-eslint/scope-manager/dist/variable/ESLintScopeVariable.d.ts.map +0 -1
  822. package/node_modules/@typescript-eslint/scope-manager/dist/variable/ESLintScopeVariable.js +0 -12
  823. package/node_modules/@typescript-eslint/scope-manager/dist/variable/ESLintScopeVariable.js.map +0 -1
  824. package/node_modules/@typescript-eslint/scope-manager/dist/variable/ImplicitLibVariable.d.ts +0 -25
  825. package/node_modules/@typescript-eslint/scope-manager/dist/variable/ImplicitLibVariable.d.ts.map +0 -1
  826. package/node_modules/@typescript-eslint/scope-manager/dist/variable/ImplicitLibVariable.js +0 -19
  827. package/node_modules/@typescript-eslint/scope-manager/dist/variable/ImplicitLibVariable.js.map +0 -1
  828. package/node_modules/@typescript-eslint/scope-manager/dist/variable/Variable.d.ts +0 -18
  829. package/node_modules/@typescript-eslint/scope-manager/dist/variable/Variable.d.ts.map +0 -1
  830. package/node_modules/@typescript-eslint/scope-manager/dist/variable/Variable.js +0 -33
  831. package/node_modules/@typescript-eslint/scope-manager/dist/variable/Variable.js.map +0 -1
  832. package/node_modules/@typescript-eslint/scope-manager/dist/variable/VariableBase.d.ts +0 -44
  833. package/node_modules/@typescript-eslint/scope-manager/dist/variable/VariableBase.d.ts.map +0 -1
  834. package/node_modules/@typescript-eslint/scope-manager/dist/variable/VariableBase.js +0 -39
  835. package/node_modules/@typescript-eslint/scope-manager/dist/variable/VariableBase.js.map +0 -1
  836. package/node_modules/@typescript-eslint/scope-manager/dist/variable/index.d.ts +0 -4
  837. package/node_modules/@typescript-eslint/scope-manager/dist/variable/index.d.ts.map +0 -1
  838. package/node_modules/@typescript-eslint/scope-manager/dist/variable/index.js +0 -10
  839. package/node_modules/@typescript-eslint/scope-manager/dist/variable/index.js.map +0 -1
  840. package/node_modules/@typescript-eslint/scope-manager/package.json +0 -67
  841. package/node_modules/@typescript-eslint/types/LICENSE +0 -21
  842. package/node_modules/@typescript-eslint/types/README.md +0 -12
  843. package/node_modules/@typescript-eslint/types/_ts3.4/dist/generated/ast-spec.d.ts +0 -1806
  844. package/node_modules/@typescript-eslint/types/_ts3.4/dist/index.d.ts +0 -5
  845. package/node_modules/@typescript-eslint/types/_ts3.4/dist/lib.d.ts +0 -3
  846. package/node_modules/@typescript-eslint/types/_ts3.4/dist/parser-options.d.ts +0 -40
  847. package/node_modules/@typescript-eslint/types/_ts3.4/dist/ts-estree.d.ts +0 -9
  848. package/node_modules/@typescript-eslint/types/dist/generated/ast-spec.d.ts +0 -1803
  849. package/node_modules/@typescript-eslint/types/dist/generated/ast-spec.d.ts.map +0 -1
  850. package/node_modules/@typescript-eslint/types/dist/generated/ast-spec.js +0 -202
  851. package/node_modules/@typescript-eslint/types/dist/generated/ast-spec.js.map +0 -1
  852. package/node_modules/@typescript-eslint/types/dist/index.d.ts +0 -5
  853. package/node_modules/@typescript-eslint/types/dist/index.d.ts.map +0 -1
  854. package/node_modules/@typescript-eslint/types/dist/index.js +0 -24
  855. package/node_modules/@typescript-eslint/types/dist/index.js.map +0 -1
  856. package/node_modules/@typescript-eslint/types/dist/lib.d.ts +0 -3
  857. package/node_modules/@typescript-eslint/types/dist/lib.d.ts.map +0 -1
  858. package/node_modules/@typescript-eslint/types/dist/lib.js +0 -7
  859. package/node_modules/@typescript-eslint/types/dist/lib.js.map +0 -1
  860. package/node_modules/@typescript-eslint/types/dist/parser-options.d.ts +0 -40
  861. package/node_modules/@typescript-eslint/types/dist/parser-options.d.ts.map +0 -1
  862. package/node_modules/@typescript-eslint/types/dist/parser-options.js +0 -3
  863. package/node_modules/@typescript-eslint/types/dist/parser-options.js.map +0 -1
  864. package/node_modules/@typescript-eslint/types/dist/ts-estree.d.ts +0 -8
  865. package/node_modules/@typescript-eslint/types/dist/ts-estree.d.ts.map +0 -1
  866. package/node_modules/@typescript-eslint/types/dist/ts-estree.js +0 -28
  867. package/node_modules/@typescript-eslint/types/dist/ts-estree.js.map +0 -1
  868. package/node_modules/@typescript-eslint/types/package.json +0 -84
  869. package/node_modules/@typescript-eslint/typescript-estree/LICENSE +0 -26
  870. package/node_modules/@typescript-eslint/typescript-estree/README.md +0 -10
  871. package/node_modules/@typescript-eslint/typescript-estree/_ts3.4/dist/ast-converter.d.ts +0 -9
  872. package/node_modules/@typescript-eslint/typescript-estree/_ts3.4/dist/clear-caches.d.ts +0 -10
  873. package/node_modules/@typescript-eslint/typescript-estree/_ts3.4/dist/convert-comments.d.ts +0 -11
  874. package/node_modules/@typescript-eslint/typescript-estree/_ts3.4/dist/convert.d.ts +0 -159
  875. package/node_modules/@typescript-eslint/typescript-estree/_ts3.4/dist/create-program/WatchCompilerHostOfConfigFile.d.ts +0 -13
  876. package/node_modules/@typescript-eslint/typescript-estree/_ts3.4/dist/create-program/createDefaultProgram.d.ts +0 -9
  877. package/node_modules/@typescript-eslint/typescript-estree/_ts3.4/dist/create-program/createIsolatedProgram.d.ts +0 -9
  878. package/node_modules/@typescript-eslint/typescript-estree/_ts3.4/dist/create-program/createProjectProgram.d.ts +0 -9
  879. package/node_modules/@typescript-eslint/typescript-estree/_ts3.4/dist/create-program/createSourceFile.d.ts +0 -5
  880. package/node_modules/@typescript-eslint/typescript-estree/_ts3.4/dist/create-program/describeFilePath.d.ts +0 -2
  881. package/node_modules/@typescript-eslint/typescript-estree/_ts3.4/dist/create-program/getScriptKind.d.ts +0 -5
  882. package/node_modules/@typescript-eslint/typescript-estree/_ts3.4/dist/create-program/getWatchProgramsForProjects.d.ts +0 -15
  883. package/node_modules/@typescript-eslint/typescript-estree/_ts3.4/dist/create-program/shared.d.ts +0 -29
  884. package/node_modules/@typescript-eslint/typescript-estree/_ts3.4/dist/create-program/useProvidedPrograms.d.ts +0 -13
  885. package/node_modules/@typescript-eslint/typescript-estree/_ts3.4/dist/getModifiers.d.ts +0 -4
  886. package/node_modules/@typescript-eslint/typescript-estree/_ts3.4/dist/index.d.ts +0 -12
  887. package/node_modules/@typescript-eslint/typescript-estree/_ts3.4/dist/jsx/xhtml-entities.d.ts +0 -2
  888. package/node_modules/@typescript-eslint/typescript-estree/_ts3.4/dist/node-utils.d.ts +0 -231
  889. package/node_modules/@typescript-eslint/typescript-estree/_ts3.4/dist/parseSettings/ExpiringCache.d.ts +0 -17
  890. package/node_modules/@typescript-eslint/typescript-estree/_ts3.4/dist/parseSettings/createParseSettings.d.ts +0 -5
  891. package/node_modules/@typescript-eslint/typescript-estree/_ts3.4/dist/parseSettings/getProjectConfigFiles.d.ts +0 -12
  892. package/node_modules/@typescript-eslint/typescript-estree/_ts3.4/dist/parseSettings/index.d.ts +0 -107
  893. package/node_modules/@typescript-eslint/typescript-estree/_ts3.4/dist/parseSettings/inferSingleRun.d.ts +0 -15
  894. package/node_modules/@typescript-eslint/typescript-estree/_ts3.4/dist/parseSettings/resolveProjectList.d.ts +0 -19
  895. package/node_modules/@typescript-eslint/typescript-estree/_ts3.4/dist/parseSettings/warnAboutTSVersion.d.ts +0 -3
  896. package/node_modules/@typescript-eslint/typescript-estree/_ts3.4/dist/parser-options.d.ts +0 -181
  897. package/node_modules/@typescript-eslint/typescript-estree/_ts3.4/dist/parser.d.ts +0 -25
  898. package/node_modules/@typescript-eslint/typescript-estree/_ts3.4/dist/semantic-or-syntactic-errors.d.ts +0 -13
  899. package/node_modules/@typescript-eslint/typescript-estree/_ts3.4/dist/simple-traverse.d.ts +0 -9
  900. package/node_modules/@typescript-eslint/typescript-estree/_ts3.4/dist/ts-estree/estree-to-ts-node-types.d.ts +0 -178
  901. package/node_modules/@typescript-eslint/typescript-estree/_ts3.4/dist/ts-estree/index.d.ts +0 -4
  902. package/node_modules/@typescript-eslint/typescript-estree/_ts3.4/dist/ts-estree/ts-nodes.d.ts +0 -20
  903. package/node_modules/@typescript-eslint/typescript-estree/_ts3.4/dist/version-check.d.ts +0 -3
  904. package/node_modules/@typescript-eslint/typescript-estree/dist/ast-converter.d.ts +0 -9
  905. package/node_modules/@typescript-eslint/typescript-estree/dist/ast-converter.d.ts.map +0 -1
  906. package/node_modules/@typescript-eslint/typescript-estree/dist/ast-converter.js +0 -60
  907. package/node_modules/@typescript-eslint/typescript-estree/dist/ast-converter.js.map +0 -1
  908. package/node_modules/@typescript-eslint/typescript-estree/dist/clear-caches.d.ts +0 -10
  909. package/node_modules/@typescript-eslint/typescript-estree/dist/clear-caches.d.ts.map +0 -1
  910. package/node_modules/@typescript-eslint/typescript-estree/dist/clear-caches.js +0 -24
  911. package/node_modules/@typescript-eslint/typescript-estree/dist/clear-caches.js.map +0 -1
  912. package/node_modules/@typescript-eslint/typescript-estree/dist/convert-comments.d.ts +0 -11
  913. package/node_modules/@typescript-eslint/typescript-estree/dist/convert-comments.d.ts.map +0 -1
  914. package/node_modules/@typescript-eslint/typescript-estree/dist/convert-comments.js +0 -63
  915. package/node_modules/@typescript-eslint/typescript-estree/dist/convert-comments.js.map +0 -1
  916. package/node_modules/@typescript-eslint/typescript-estree/dist/convert.d.ts +0 -159
  917. package/node_modules/@typescript-eslint/typescript-estree/dist/convert.d.ts.map +0 -1
  918. package/node_modules/@typescript-eslint/typescript-estree/dist/convert.js +0 -2423
  919. package/node_modules/@typescript-eslint/typescript-estree/dist/convert.js.map +0 -1
  920. package/node_modules/@typescript-eslint/typescript-estree/dist/create-program/WatchCompilerHostOfConfigFile.d.ts +0 -13
  921. package/node_modules/@typescript-eslint/typescript-estree/dist/create-program/WatchCompilerHostOfConfigFile.d.ts.map +0 -1
  922. package/node_modules/@typescript-eslint/typescript-estree/dist/create-program/WatchCompilerHostOfConfigFile.js +0 -6
  923. package/node_modules/@typescript-eslint/typescript-estree/dist/create-program/WatchCompilerHostOfConfigFile.js.map +0 -1
  924. package/node_modules/@typescript-eslint/typescript-estree/dist/create-program/createDefaultProgram.d.ts +0 -9
  925. package/node_modules/@typescript-eslint/typescript-estree/dist/create-program/createDefaultProgram.d.ts.map +0 -1
  926. package/node_modules/@typescript-eslint/typescript-estree/dist/create-program/createDefaultProgram.js +0 -65
  927. package/node_modules/@typescript-eslint/typescript-estree/dist/create-program/createDefaultProgram.js.map +0 -1
  928. package/node_modules/@typescript-eslint/typescript-estree/dist/create-program/createIsolatedProgram.d.ts +0 -9
  929. package/node_modules/@typescript-eslint/typescript-estree/dist/create-program/createIsolatedProgram.d.ts.map +0 -1
  930. package/node_modules/@typescript-eslint/typescript-estree/dist/create-program/createIsolatedProgram.js +0 -83
  931. package/node_modules/@typescript-eslint/typescript-estree/dist/create-program/createIsolatedProgram.js.map +0 -1
  932. package/node_modules/@typescript-eslint/typescript-estree/dist/create-program/createProjectProgram.d.ts +0 -9
  933. package/node_modules/@typescript-eslint/typescript-estree/dist/create-program/createProjectProgram.d.ts.map +0 -1
  934. package/node_modules/@typescript-eslint/typescript-estree/dist/create-program/createProjectProgram.js +0 -102
  935. package/node_modules/@typescript-eslint/typescript-estree/dist/create-program/createProjectProgram.js.map +0 -1
  936. package/node_modules/@typescript-eslint/typescript-estree/dist/create-program/createSourceFile.d.ts +0 -5
  937. package/node_modules/@typescript-eslint/typescript-estree/dist/create-program/createSourceFile.d.ts.map +0 -1
  938. package/node_modules/@typescript-eslint/typescript-estree/dist/create-program/createSourceFile.js +0 -40
  939. package/node_modules/@typescript-eslint/typescript-estree/dist/create-program/createSourceFile.js.map +0 -1
  940. package/node_modules/@typescript-eslint/typescript-estree/dist/create-program/describeFilePath.d.ts +0 -2
  941. package/node_modules/@typescript-eslint/typescript-estree/dist/create-program/describeFilePath.d.ts.map +0 -1
  942. package/node_modules/@typescript-eslint/typescript-estree/dist/create-program/describeFilePath.js +0 -32
  943. package/node_modules/@typescript-eslint/typescript-estree/dist/create-program/describeFilePath.js.map +0 -1
  944. package/node_modules/@typescript-eslint/typescript-estree/dist/create-program/getScriptKind.d.ts +0 -5
  945. package/node_modules/@typescript-eslint/typescript-estree/dist/create-program/getScriptKind.d.ts.map +0 -1
  946. package/node_modules/@typescript-eslint/typescript-estree/dist/create-program/getScriptKind.js +0 -72
  947. package/node_modules/@typescript-eslint/typescript-estree/dist/create-program/getScriptKind.js.map +0 -1
  948. package/node_modules/@typescript-eslint/typescript-estree/dist/create-program/getWatchProgramsForProjects.d.ts +0 -15
  949. package/node_modules/@typescript-eslint/typescript-estree/dist/create-program/getWatchProgramsForProjects.d.ts.map +0 -1
  950. package/node_modules/@typescript-eslint/typescript-estree/dist/create-program/getWatchProgramsForProjects.js +0 -409
  951. package/node_modules/@typescript-eslint/typescript-estree/dist/create-program/getWatchProgramsForProjects.js.map +0 -1
  952. package/node_modules/@typescript-eslint/typescript-estree/dist/create-program/shared.d.ts +0 -29
  953. package/node_modules/@typescript-eslint/typescript-estree/dist/create-program/shared.d.ts.map +0 -1
  954. package/node_modules/@typescript-eslint/typescript-estree/dist/create-program/shared.js +0 -130
  955. package/node_modules/@typescript-eslint/typescript-estree/dist/create-program/shared.js.map +0 -1
  956. package/node_modules/@typescript-eslint/typescript-estree/dist/create-program/useProvidedPrograms.d.ts +0 -13
  957. package/node_modules/@typescript-eslint/typescript-estree/dist/create-program/useProvidedPrograms.d.ts.map +0 -1
  958. package/node_modules/@typescript-eslint/typescript-estree/dist/create-program/useProvidedPrograms.js +0 -93
  959. package/node_modules/@typescript-eslint/typescript-estree/dist/create-program/useProvidedPrograms.js.map +0 -1
  960. package/node_modules/@typescript-eslint/typescript-estree/dist/getModifiers.d.ts +0 -4
  961. package/node_modules/@typescript-eslint/typescript-estree/dist/getModifiers.d.ts.map +0 -1
  962. package/node_modules/@typescript-eslint/typescript-estree/dist/getModifiers.js +0 -68
  963. package/node_modules/@typescript-eslint/typescript-estree/dist/getModifiers.js.map +0 -1
  964. package/node_modules/@typescript-eslint/typescript-estree/dist/index.d.ts +0 -12
  965. package/node_modules/@typescript-eslint/typescript-estree/dist/index.d.ts.map +0 -1
  966. package/node_modules/@typescript-eslint/typescript-estree/dist/index.js +0 -38
  967. package/node_modules/@typescript-eslint/typescript-estree/dist/index.js.map +0 -1
  968. package/node_modules/@typescript-eslint/typescript-estree/dist/jsx/xhtml-entities.d.ts +0 -2
  969. package/node_modules/@typescript-eslint/typescript-estree/dist/jsx/xhtml-entities.d.ts.map +0 -1
  970. package/node_modules/@typescript-eslint/typescript-estree/dist/jsx/xhtml-entities.js +0 -259
  971. package/node_modules/@typescript-eslint/typescript-estree/dist/jsx/xhtml-entities.js.map +0 -1
  972. package/node_modules/@typescript-eslint/typescript-estree/dist/node-utils.d.ts +0 -228
  973. package/node_modules/@typescript-eslint/typescript-estree/dist/node-utils.d.ts.map +0 -1
  974. package/node_modules/@typescript-eslint/typescript-estree/dist/node-utils.js +0 -597
  975. package/node_modules/@typescript-eslint/typescript-estree/dist/node-utils.js.map +0 -1
  976. package/node_modules/@typescript-eslint/typescript-estree/dist/parseSettings/ExpiringCache.d.ts +0 -17
  977. package/node_modules/@typescript-eslint/typescript-estree/dist/parseSettings/ExpiringCache.d.ts.map +0 -1
  978. package/node_modules/@typescript-eslint/typescript-estree/dist/parseSettings/ExpiringCache.js +0 -62
  979. package/node_modules/@typescript-eslint/typescript-estree/dist/parseSettings/ExpiringCache.js.map +0 -1
  980. package/node_modules/@typescript-eslint/typescript-estree/dist/parseSettings/createParseSettings.d.ts +0 -5
  981. package/node_modules/@typescript-eslint/typescript-estree/dist/parseSettings/createParseSettings.d.ts.map +0 -1
  982. package/node_modules/@typescript-eslint/typescript-estree/dist/parseSettings/createParseSettings.js +0 -119
  983. package/node_modules/@typescript-eslint/typescript-estree/dist/parseSettings/createParseSettings.js.map +0 -1
  984. package/node_modules/@typescript-eslint/typescript-estree/dist/parseSettings/getProjectConfigFiles.d.ts +0 -12
  985. package/node_modules/@typescript-eslint/typescript-estree/dist/parseSettings/getProjectConfigFiles.d.ts.map +0 -1
  986. package/node_modules/@typescript-eslint/typescript-estree/dist/parseSettings/getProjectConfigFiles.js +0 -70
  987. package/node_modules/@typescript-eslint/typescript-estree/dist/parseSettings/getProjectConfigFiles.js.map +0 -1
  988. package/node_modules/@typescript-eslint/typescript-estree/dist/parseSettings/index.d.ts +0 -107
  989. package/node_modules/@typescript-eslint/typescript-estree/dist/parseSettings/index.d.ts.map +0 -1
  990. package/node_modules/@typescript-eslint/typescript-estree/dist/parseSettings/index.js +0 -3
  991. package/node_modules/@typescript-eslint/typescript-estree/dist/parseSettings/index.js.map +0 -1
  992. package/node_modules/@typescript-eslint/typescript-estree/dist/parseSettings/inferSingleRun.d.ts +0 -15
  993. package/node_modules/@typescript-eslint/typescript-estree/dist/parseSettings/inferSingleRun.d.ts.map +0 -1
  994. package/node_modules/@typescript-eslint/typescript-estree/dist/parseSettings/inferSingleRun.js +0 -53
  995. package/node_modules/@typescript-eslint/typescript-estree/dist/parseSettings/inferSingleRun.js.map +0 -1
  996. package/node_modules/@typescript-eslint/typescript-estree/dist/parseSettings/resolveProjectList.d.ts +0 -19
  997. package/node_modules/@typescript-eslint/typescript-estree/dist/parseSettings/resolveProjectList.d.ts.map +0 -1
  998. package/node_modules/@typescript-eslint/typescript-estree/dist/parseSettings/resolveProjectList.js +0 -103
  999. package/node_modules/@typescript-eslint/typescript-estree/dist/parseSettings/resolveProjectList.js.map +0 -1
  1000. package/node_modules/@typescript-eslint/typescript-estree/dist/parseSettings/warnAboutTSVersion.d.ts +0 -3
  1001. package/node_modules/@typescript-eslint/typescript-estree/dist/parseSettings/warnAboutTSVersion.d.ts.map +0 -1
  1002. package/node_modules/@typescript-eslint/typescript-estree/dist/parseSettings/warnAboutTSVersion.js +0 -68
  1003. package/node_modules/@typescript-eslint/typescript-estree/dist/parseSettings/warnAboutTSVersion.js.map +0 -1
  1004. package/node_modules/@typescript-eslint/typescript-estree/dist/parser-options.d.ts +0 -181
  1005. package/node_modules/@typescript-eslint/typescript-estree/dist/parser-options.d.ts.map +0 -1
  1006. package/node_modules/@typescript-eslint/typescript-estree/dist/parser-options.js +0 -3
  1007. package/node_modules/@typescript-eslint/typescript-estree/dist/parser-options.js.map +0 -1
  1008. package/node_modules/@typescript-eslint/typescript-estree/dist/parser.d.ts +0 -25
  1009. package/node_modules/@typescript-eslint/typescript-estree/dist/parser.d.ts.map +0 -1
  1010. package/node_modules/@typescript-eslint/typescript-estree/dist/parser.js +0 -173
  1011. package/node_modules/@typescript-eslint/typescript-estree/dist/parser.js.map +0 -1
  1012. package/node_modules/@typescript-eslint/typescript-estree/dist/semantic-or-syntactic-errors.d.ts +0 -13
  1013. package/node_modules/@typescript-eslint/typescript-estree/dist/semantic-or-syntactic-errors.d.ts.map +0 -1
  1014. package/node_modules/@typescript-eslint/typescript-estree/dist/semantic-or-syntactic-errors.js +0 -93
  1015. package/node_modules/@typescript-eslint/typescript-estree/dist/semantic-or-syntactic-errors.js.map +0 -1
  1016. package/node_modules/@typescript-eslint/typescript-estree/dist/simple-traverse.d.ts +0 -9
  1017. package/node_modules/@typescript-eslint/typescript-estree/dist/simple-traverse.d.ts.map +0 -1
  1018. package/node_modules/@typescript-eslint/typescript-estree/dist/simple-traverse.js +0 -54
  1019. package/node_modules/@typescript-eslint/typescript-estree/dist/simple-traverse.js.map +0 -1
  1020. package/node_modules/@typescript-eslint/typescript-estree/dist/ts-estree/estree-to-ts-node-types.d.ts +0 -178
  1021. package/node_modules/@typescript-eslint/typescript-estree/dist/ts-estree/estree-to-ts-node-types.d.ts.map +0 -1
  1022. package/node_modules/@typescript-eslint/typescript-estree/dist/ts-estree/estree-to-ts-node-types.js +0 -3
  1023. package/node_modules/@typescript-eslint/typescript-estree/dist/ts-estree/estree-to-ts-node-types.js.map +0 -1
  1024. package/node_modules/@typescript-eslint/typescript-estree/dist/ts-estree/index.d.ts +0 -4
  1025. package/node_modules/@typescript-eslint/typescript-estree/dist/ts-estree/index.d.ts.map +0 -1
  1026. package/node_modules/@typescript-eslint/typescript-estree/dist/ts-estree/index.js +0 -25
  1027. package/node_modules/@typescript-eslint/typescript-estree/dist/ts-estree/index.js.map +0 -1
  1028. package/node_modules/@typescript-eslint/typescript-estree/dist/ts-estree/ts-nodes.d.ts +0 -20
  1029. package/node_modules/@typescript-eslint/typescript-estree/dist/ts-estree/ts-nodes.d.ts.map +0 -1
  1030. package/node_modules/@typescript-eslint/typescript-estree/dist/ts-estree/ts-nodes.js +0 -3
  1031. package/node_modules/@typescript-eslint/typescript-estree/dist/ts-estree/ts-nodes.js.map +0 -1
  1032. package/node_modules/@typescript-eslint/typescript-estree/dist/version-check.d.ts +0 -3
  1033. package/node_modules/@typescript-eslint/typescript-estree/dist/version-check.d.ts.map +0 -1
  1034. package/node_modules/@typescript-eslint/typescript-estree/dist/version-check.js +0 -55
  1035. package/node_modules/@typescript-eslint/typescript-estree/dist/version-check.js.map +0 -1
  1036. package/node_modules/@typescript-eslint/typescript-estree/package.json +0 -85
  1037. package/node_modules/@typescript-eslint/visitor-keys/LICENSE +0 -21
  1038. package/node_modules/@typescript-eslint/visitor-keys/README.md +0 -10
  1039. package/node_modules/@typescript-eslint/visitor-keys/_ts3.4/dist/get-keys.d.ts +0 -4
  1040. package/node_modules/@typescript-eslint/visitor-keys/_ts3.4/dist/index.d.ts +0 -3
  1041. package/node_modules/@typescript-eslint/visitor-keys/_ts3.4/dist/visitor-keys.d.ts +0 -6
  1042. package/node_modules/@typescript-eslint/visitor-keys/dist/get-keys.d.ts +0 -4
  1043. package/node_modules/@typescript-eslint/visitor-keys/dist/get-keys.d.ts.map +0 -1
  1044. package/node_modules/@typescript-eslint/visitor-keys/dist/get-keys.js +0 -7
  1045. package/node_modules/@typescript-eslint/visitor-keys/dist/get-keys.js.map +0 -1
  1046. package/node_modules/@typescript-eslint/visitor-keys/dist/index.d.ts +0 -3
  1047. package/node_modules/@typescript-eslint/visitor-keys/dist/index.d.ts.map +0 -1
  1048. package/node_modules/@typescript-eslint/visitor-keys/dist/index.js +0 -8
  1049. package/node_modules/@typescript-eslint/visitor-keys/dist/index.js.map +0 -1
  1050. package/node_modules/@typescript-eslint/visitor-keys/dist/visitor-keys.d.ts +0 -6
  1051. package/node_modules/@typescript-eslint/visitor-keys/dist/visitor-keys.d.ts.map +0 -1
  1052. package/node_modules/@typescript-eslint/visitor-keys/dist/visitor-keys.js +0 -175
  1053. package/node_modules/@typescript-eslint/visitor-keys/dist/visitor-keys.js.map +0 -1
  1054. package/node_modules/@typescript-eslint/visitor-keys/package.json +0 -60
@@ -1,228 +0,0 @@
1
- "use strict";
2
- var __classPrivateFieldSet = (this && this.__classPrivateFieldSet) || function (receiver, state, value, kind, f) {
3
- if (kind === "m") throw new TypeError("Private method is not writable");
4
- if (kind === "a" && !f) throw new TypeError("Private accessor was defined without a setter");
5
- if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver)) throw new TypeError("Cannot write private member to an object whose class did not declare it");
6
- return (kind === "a" ? f.call(receiver, value) : f ? f.value = value : state.set(receiver, value)), value;
7
- };
8
- var __classPrivateFieldGet = (this && this.__classPrivateFieldGet) || function (receiver, state, kind, f) {
9
- if (kind === "a" && !f) throw new TypeError("Private accessor was defined without a getter");
10
- if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver)) throw new TypeError("Cannot read private member from an object whose class did not declare it");
11
- return kind === "m" ? f : kind === "a" ? f.call(receiver) : f ? f.value : state.get(receiver);
12
- };
13
- var _TypeVisitor_referencer;
14
- Object.defineProperty(exports, "__esModule", { value: true });
15
- exports.TypeVisitor = void 0;
16
- const types_1 = require("@typescript-eslint/types");
17
- const definition_1 = require("../definition");
18
- const scope_1 = require("../scope");
19
- const Visitor_1 = require("./Visitor");
20
- class TypeVisitor extends Visitor_1.Visitor {
21
- constructor(referencer) {
22
- super(referencer);
23
- _TypeVisitor_referencer.set(this, void 0);
24
- __classPrivateFieldSet(this, _TypeVisitor_referencer, referencer, "f");
25
- }
26
- static visit(referencer, node) {
27
- const typeReferencer = new TypeVisitor(referencer);
28
- typeReferencer.visit(node);
29
- }
30
- ///////////////////
31
- // Visit helpers //
32
- ///////////////////
33
- visitFunctionType(node) {
34
- // arguments and type parameters can only be referenced from within the function
35
- __classPrivateFieldGet(this, _TypeVisitor_referencer, "f").scopeManager.nestFunctionTypeScope(node);
36
- this.visit(node.typeParameters);
37
- for (const param of node.params) {
38
- let didVisitAnnotation = false;
39
- this.visitPattern(param, (pattern, info) => {
40
- // a parameter name creates a value type variable which can be referenced later via typeof arg
41
- __classPrivateFieldGet(this, _TypeVisitor_referencer, "f")
42
- .currentScope()
43
- .defineIdentifier(pattern, new definition_1.ParameterDefinition(pattern, node, info.rest));
44
- if (pattern.typeAnnotation) {
45
- this.visit(pattern.typeAnnotation);
46
- didVisitAnnotation = true;
47
- }
48
- });
49
- // there are a few special cases where the type annotation is owned by the parameter, not the pattern
50
- if (!didVisitAnnotation && 'typeAnnotation' in param) {
51
- this.visit(param.typeAnnotation);
52
- }
53
- }
54
- this.visit(node.returnType);
55
- __classPrivateFieldGet(this, _TypeVisitor_referencer, "f").close(node);
56
- }
57
- visitPropertyKey(node) {
58
- if (!node.computed) {
59
- return;
60
- }
61
- // computed members are treated as value references, and TS expects they have a literal type
62
- __classPrivateFieldGet(this, _TypeVisitor_referencer, "f").visit(node.key);
63
- }
64
- /////////////////////
65
- // Visit selectors //
66
- /////////////////////
67
- Identifier(node) {
68
- __classPrivateFieldGet(this, _TypeVisitor_referencer, "f").currentScope().referenceType(node);
69
- }
70
- MemberExpression(node) {
71
- this.visit(node.object);
72
- // don't visit the property
73
- }
74
- TSCallSignatureDeclaration(node) {
75
- this.visitFunctionType(node);
76
- }
77
- TSConditionalType(node) {
78
- // conditional types can define inferred type parameters
79
- // which are only accessible from inside the conditional parameter
80
- __classPrivateFieldGet(this, _TypeVisitor_referencer, "f").scopeManager.nestConditionalTypeScope(node);
81
- // type parameters inferred in the condition clause are not accessible within the false branch
82
- this.visitChildren(node, ['falseType']);
83
- __classPrivateFieldGet(this, _TypeVisitor_referencer, "f").close(node);
84
- this.visit(node.falseType);
85
- }
86
- TSConstructorType(node) {
87
- this.visitFunctionType(node);
88
- }
89
- TSConstructSignatureDeclaration(node) {
90
- this.visitFunctionType(node);
91
- }
92
- TSFunctionType(node) {
93
- this.visitFunctionType(node);
94
- }
95
- TSImportType(node) {
96
- // the TS parser allows any type to be the parameter, but it's a syntax error - so we can ignore it
97
- this.visit(node.typeParameters);
98
- // the qualifier is just part of a standard EntityName, so it should not be visited
99
- }
100
- TSIndexSignature(node) {
101
- for (const param of node.parameters) {
102
- if (param.type === types_1.AST_NODE_TYPES.Identifier) {
103
- this.visit(param.typeAnnotation);
104
- }
105
- }
106
- this.visit(node.typeAnnotation);
107
- }
108
- TSInferType(node) {
109
- const typeParameter = node.typeParameter;
110
- let scope = __classPrivateFieldGet(this, _TypeVisitor_referencer, "f").currentScope();
111
- /*
112
- In cases where there is a sub-type scope created within a conditional type, then the generic should be defined in the
113
- conditional type's scope, not the child type scope.
114
- If we define it within the child type's scope then it won't be able to be referenced outside the child type
115
- */
116
- if (scope.type === scope_1.ScopeType.functionType ||
117
- scope.type === scope_1.ScopeType.mappedType) {
118
- // search up the scope tree to figure out if we're in a nested type scope
119
- let currentScope = scope.upper;
120
- while (currentScope) {
121
- if (currentScope.type === scope_1.ScopeType.functionType ||
122
- currentScope.type === scope_1.ScopeType.mappedType) {
123
- // ensure valid type parents only
124
- currentScope = currentScope.upper;
125
- continue;
126
- }
127
- if (currentScope.type === scope_1.ScopeType.conditionalType) {
128
- scope = currentScope;
129
- break;
130
- }
131
- break;
132
- }
133
- }
134
- scope.defineIdentifier(typeParameter.name, new definition_1.TypeDefinition(typeParameter.name, typeParameter));
135
- this.visit(typeParameter.constraint);
136
- }
137
- TSInterfaceDeclaration(node) {
138
- var _a, _b;
139
- __classPrivateFieldGet(this, _TypeVisitor_referencer, "f")
140
- .currentScope()
141
- .defineIdentifier(node.id, new definition_1.TypeDefinition(node.id, node));
142
- if (node.typeParameters) {
143
- // type parameters cannot be referenced from outside their current scope
144
- __classPrivateFieldGet(this, _TypeVisitor_referencer, "f").scopeManager.nestTypeScope(node);
145
- this.visit(node.typeParameters);
146
- }
147
- (_a = node.extends) === null || _a === void 0 ? void 0 : _a.forEach(this.visit, this);
148
- (_b = node.implements) === null || _b === void 0 ? void 0 : _b.forEach(this.visit, this);
149
- this.visit(node.body);
150
- if (node.typeParameters) {
151
- __classPrivateFieldGet(this, _TypeVisitor_referencer, "f").close(node);
152
- }
153
- }
154
- TSMappedType(node) {
155
- // mapped types key can only be referenced within their return value
156
- __classPrivateFieldGet(this, _TypeVisitor_referencer, "f").scopeManager.nestMappedTypeScope(node);
157
- this.visitChildren(node);
158
- __classPrivateFieldGet(this, _TypeVisitor_referencer, "f").close(node);
159
- }
160
- TSMethodSignature(node) {
161
- this.visitPropertyKey(node);
162
- this.visitFunctionType(node);
163
- }
164
- TSNamedTupleMember(node) {
165
- this.visit(node.elementType);
166
- // we don't visit the label as the label only exists for the purposes of documentation
167
- }
168
- TSPropertySignature(node) {
169
- this.visitPropertyKey(node);
170
- this.visit(node.typeAnnotation);
171
- }
172
- TSQualifiedName(node) {
173
- this.visit(node.left);
174
- // we don't visit the right as it a name on the thing, not a name to reference
175
- }
176
- TSTypeAliasDeclaration(node) {
177
- __classPrivateFieldGet(this, _TypeVisitor_referencer, "f")
178
- .currentScope()
179
- .defineIdentifier(node.id, new definition_1.TypeDefinition(node.id, node));
180
- if (node.typeParameters) {
181
- // type parameters cannot be referenced from outside their current scope
182
- __classPrivateFieldGet(this, _TypeVisitor_referencer, "f").scopeManager.nestTypeScope(node);
183
- this.visit(node.typeParameters);
184
- }
185
- this.visit(node.typeAnnotation);
186
- if (node.typeParameters) {
187
- __classPrivateFieldGet(this, _TypeVisitor_referencer, "f").close(node);
188
- }
189
- }
190
- TSTypeParameter(node) {
191
- __classPrivateFieldGet(this, _TypeVisitor_referencer, "f")
192
- .currentScope()
193
- .defineIdentifier(node.name, new definition_1.TypeDefinition(node.name, node));
194
- this.visit(node.constraint);
195
- this.visit(node.default);
196
- }
197
- TSTypePredicate(node) {
198
- if (node.parameterName.type !== types_1.AST_NODE_TYPES.TSThisType) {
199
- __classPrivateFieldGet(this, _TypeVisitor_referencer, "f").currentScope().referenceValue(node.parameterName);
200
- }
201
- this.visit(node.typeAnnotation);
202
- }
203
- // a type query `typeof foo` is a special case that references a _non-type_ variable,
204
- TSTypeQuery(node) {
205
- let entityName;
206
- if (node.exprName.type === types_1.AST_NODE_TYPES.TSQualifiedName) {
207
- let iter = node.exprName;
208
- while (iter.left.type === types_1.AST_NODE_TYPES.TSQualifiedName) {
209
- iter = iter.left;
210
- }
211
- entityName = iter.left;
212
- }
213
- else {
214
- entityName = node.exprName;
215
- }
216
- if (entityName.type === types_1.AST_NODE_TYPES.Identifier) {
217
- __classPrivateFieldGet(this, _TypeVisitor_referencer, "f").currentScope().referenceValue(entityName);
218
- }
219
- this.visit(node.typeParameters);
220
- }
221
- TSTypeAnnotation(node) {
222
- // check
223
- this.visitChildren(node);
224
- }
225
- }
226
- exports.TypeVisitor = TypeVisitor;
227
- _TypeVisitor_referencer = new WeakMap();
228
- //# sourceMappingURL=TypeVisitor.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"TypeVisitor.js","sourceRoot":"","sources":["../../src/referencer/TypeVisitor.ts"],"names":[],"mappings":"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"}
@@ -1,13 +0,0 @@
1
- import type { TSESTree } from '@typescript-eslint/types';
2
- import type { PatternVisitorCallback, PatternVisitorOptions } from './PatternVisitor';
3
- import { VisitorBase, VisitorOptions } from './VisitorBase';
4
- interface VisitPatternOptions extends PatternVisitorOptions {
5
- processRightHandNodes?: boolean;
6
- }
7
- declare class Visitor extends VisitorBase {
8
- #private;
9
- constructor(optionsOrVisitor: VisitorOptions | Visitor);
10
- protected visitPattern(node: TSESTree.Node, callback: PatternVisitorCallback, options?: VisitPatternOptions): void;
11
- }
12
- export { Visitor, VisitorBase, VisitorOptions };
13
- //# sourceMappingURL=Visitor.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"Visitor.d.ts","sourceRoot":"","sources":["../../src/referencer/Visitor.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,0BAA0B,CAAC;AAEzD,OAAO,KAAK,EACV,sBAAsB,EACtB,qBAAqB,EACtB,MAAM,kBAAkB,CAAC;AAE1B,OAAO,EAAE,WAAW,EAAE,cAAc,EAAE,MAAM,eAAe,CAAC;AAE5D,UAAU,mBAAoB,SAAQ,qBAAqB;IACzD,qBAAqB,CAAC,EAAE,OAAO,CAAC;CACjC;AACD,cAAM,OAAQ,SAAQ,WAAW;;gBAEnB,gBAAgB,EAAE,cAAc,GAAG,OAAO;IAatD,SAAS,CAAC,YAAY,CACpB,IAAI,EAAE,QAAQ,CAAC,IAAI,EACnB,QAAQ,EAAE,sBAAsB,EAChC,OAAO,GAAE,mBAAsD,GAC9D,IAAI;CAWR;AAED,OAAO,EAAE,OAAO,EAAE,WAAW,EAAE,cAAc,EAAE,CAAC"}
@@ -1,41 +0,0 @@
1
- "use strict";
2
- var __classPrivateFieldGet = (this && this.__classPrivateFieldGet) || function (receiver, state, kind, f) {
3
- if (kind === "a" && !f) throw new TypeError("Private accessor was defined without a getter");
4
- if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver)) throw new TypeError("Cannot read private member from an object whose class did not declare it");
5
- return kind === "m" ? f : kind === "a" ? f.call(receiver) : f ? f.value : state.get(receiver);
6
- };
7
- var __classPrivateFieldSet = (this && this.__classPrivateFieldSet) || function (receiver, state, value, kind, f) {
8
- if (kind === "m") throw new TypeError("Private method is not writable");
9
- if (kind === "a" && !f) throw new TypeError("Private accessor was defined without a setter");
10
- if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver)) throw new TypeError("Cannot write private member to an object whose class did not declare it");
11
- return (kind === "a" ? f.call(receiver, value) : f ? f.value = value : state.set(receiver, value)), value;
12
- };
13
- var _Visitor_options;
14
- Object.defineProperty(exports, "__esModule", { value: true });
15
- exports.VisitorBase = exports.Visitor = void 0;
16
- const PatternVisitor_1 = require("./PatternVisitor");
17
- const VisitorBase_1 = require("./VisitorBase");
18
- Object.defineProperty(exports, "VisitorBase", { enumerable: true, get: function () { return VisitorBase_1.VisitorBase; } });
19
- class Visitor extends VisitorBase_1.VisitorBase {
20
- constructor(optionsOrVisitor) {
21
- super(optionsOrVisitor instanceof Visitor
22
- ? __classPrivateFieldGet(optionsOrVisitor, _Visitor_options, "f")
23
- : optionsOrVisitor);
24
- _Visitor_options.set(this, void 0);
25
- __classPrivateFieldSet(this, _Visitor_options, optionsOrVisitor instanceof Visitor
26
- ? __classPrivateFieldGet(optionsOrVisitor, _Visitor_options, "f")
27
- : optionsOrVisitor, "f");
28
- }
29
- visitPattern(node, callback, options = { processRightHandNodes: false }) {
30
- // Call the callback at left hand identifier nodes, and Collect right hand nodes.
31
- const visitor = new PatternVisitor_1.PatternVisitor(__classPrivateFieldGet(this, _Visitor_options, "f"), node, callback);
32
- visitor.visit(node);
33
- // Process the right hand nodes recursively.
34
- if (options.processRightHandNodes) {
35
- visitor.rightHandNodes.forEach(this.visit, this);
36
- }
37
- }
38
- }
39
- exports.Visitor = Visitor;
40
- _Visitor_options = new WeakMap();
41
- //# sourceMappingURL=Visitor.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"Visitor.js","sourceRoot":"","sources":["../../src/referencer/Visitor.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;AAMA,qDAAkD;AAClD,+CAA4D;AAqC1C,4FArCT,yBAAW,OAqCS;AAhC7B,MAAM,OAAQ,SAAQ,yBAAW;IAE/B,YAAY,gBAA0C;QACpD,KAAK,CACH,gBAAgB,YAAY,OAAO;YACjC,CAAC,CAAC,uBAAA,gBAAgB,wBAAS;YAC3B,CAAC,CAAC,gBAAgB,CACrB,CAAC;QANK,mCAAyB;QAQhC,uBAAA,IAAI,oBACF,gBAAgB,YAAY,OAAO;YACjC,CAAC,CAAC,uBAAA,gBAAgB,wBAAS;YAC3B,CAAC,CAAC,gBAAgB,MAAA,CAAC;IACzB,CAAC;IAES,YAAY,CACpB,IAAmB,EACnB,QAAgC,EAChC,UAA+B,EAAE,qBAAqB,EAAE,KAAK,EAAE;QAE/D,iFAAiF;QACjF,MAAM,OAAO,GAAG,IAAI,+BAAc,CAAC,uBAAA,IAAI,wBAAS,EAAE,IAAI,EAAE,QAAQ,CAAC,CAAC;QAElE,OAAO,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC;QAEpB,4CAA4C;QAC5C,IAAI,OAAO,CAAC,qBAAqB,EAAE;YACjC,OAAO,CAAC,cAAc,CAAC,OAAO,CAAC,IAAI,CAAC,KAAK,EAAE,IAAI,CAAC,CAAC;SAClD;IACH,CAAC;CACF;AAEQ,0BAAO"}
@@ -1,22 +0,0 @@
1
- import type { TSESTree } from '@typescript-eslint/types';
2
- import { VisitorKeys } from '@typescript-eslint/visitor-keys';
3
- interface VisitorOptions {
4
- childVisitorKeys?: VisitorKeys | null;
5
- visitChildrenEvenIfSelectorExists?: boolean;
6
- }
7
- declare abstract class VisitorBase {
8
- #private;
9
- constructor(options: VisitorOptions);
10
- /**
11
- * Default method for visiting children.
12
- * @param node the node whose children should be visited
13
- * @param exclude a list of keys to not visit
14
- */
15
- visitChildren<T extends TSESTree.Node>(node: T | null | undefined, excludeArr?: (keyof T)[]): void;
16
- /**
17
- * Dispatching node.
18
- */
19
- visit(node: TSESTree.Node | null | undefined): void;
20
- }
21
- export { VisitorBase, VisitorOptions, VisitorKeys };
22
- //# sourceMappingURL=VisitorBase.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"VisitorBase.d.ts","sourceRoot":"","sources":["../../src/referencer/VisitorBase.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAkB,QAAQ,EAAE,MAAM,0BAA0B,CAAC;AACzE,OAAO,EAAE,WAAW,EAAe,MAAM,iCAAiC,CAAC;AAE3E,UAAU,cAAc;IACtB,gBAAgB,CAAC,EAAE,WAAW,GAAG,IAAI,CAAC;IACtC,iCAAiC,CAAC,EAAE,OAAO,CAAC;CAC7C;AAaD,uBAAe,WAAW;;gBAGZ,OAAO,EAAE,cAAc;IAMnC;;;;OAIG;IACH,aAAa,CAAC,CAAC,SAAS,QAAQ,CAAC,IAAI,EACnC,IAAI,EAAE,CAAC,GAAG,IAAI,GAAG,SAAS,EAC1B,UAAU,GAAE,CAAC,MAAM,CAAC,CAAC,EAAO,GAC3B,IAAI;IA6BP;;OAEG;IACH,KAAK,CAAC,IAAI,EAAE,QAAQ,CAAC,IAAI,GAAG,IAAI,GAAG,SAAS,GAAG,IAAI;CAepD;AAED,OAAO,EAAE,WAAW,EAAE,cAAc,EAAE,WAAW,EAAE,CAAC"}
@@ -1,82 +0,0 @@
1
- "use strict";
2
- var __classPrivateFieldSet = (this && this.__classPrivateFieldSet) || function (receiver, state, value, kind, f) {
3
- if (kind === "m") throw new TypeError("Private method is not writable");
4
- if (kind === "a" && !f) throw new TypeError("Private accessor was defined without a setter");
5
- if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver)) throw new TypeError("Cannot write private member to an object whose class did not declare it");
6
- return (kind === "a" ? f.call(receiver, value) : f ? f.value = value : state.set(receiver, value)), value;
7
- };
8
- var __classPrivateFieldGet = (this && this.__classPrivateFieldGet) || function (receiver, state, kind, f) {
9
- if (kind === "a" && !f) throw new TypeError("Private accessor was defined without a getter");
10
- if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver)) throw new TypeError("Cannot read private member from an object whose class did not declare it");
11
- return kind === "m" ? f : kind === "a" ? f.call(receiver) : f ? f.value : state.get(receiver);
12
- };
13
- var _VisitorBase_childVisitorKeys, _VisitorBase_visitChildrenEvenIfSelectorExists;
14
- Object.defineProperty(exports, "__esModule", { value: true });
15
- exports.VisitorBase = void 0;
16
- const visitor_keys_1 = require("@typescript-eslint/visitor-keys");
17
- function isObject(obj) {
18
- return typeof obj === 'object' && obj != null;
19
- }
20
- function isNode(node) {
21
- return isObject(node) && typeof node.type === 'string';
22
- }
23
- class VisitorBase {
24
- constructor(options) {
25
- var _a, _b;
26
- _VisitorBase_childVisitorKeys.set(this, void 0);
27
- _VisitorBase_visitChildrenEvenIfSelectorExists.set(this, void 0);
28
- __classPrivateFieldSet(this, _VisitorBase_childVisitorKeys, (_a = options.childVisitorKeys) !== null && _a !== void 0 ? _a : visitor_keys_1.visitorKeys, "f");
29
- __classPrivateFieldSet(this, _VisitorBase_visitChildrenEvenIfSelectorExists, (_b = options.visitChildrenEvenIfSelectorExists) !== null && _b !== void 0 ? _b : false, "f");
30
- }
31
- /**
32
- * Default method for visiting children.
33
- * @param node the node whose children should be visited
34
- * @param exclude a list of keys to not visit
35
- */
36
- visitChildren(node, excludeArr = []) {
37
- var _a;
38
- if (node == null || node.type == null) {
39
- return;
40
- }
41
- const exclude = new Set(excludeArr.concat(['parent']));
42
- const children = (_a = __classPrivateFieldGet(this, _VisitorBase_childVisitorKeys, "f")[node.type]) !== null && _a !== void 0 ? _a : Object.keys(node);
43
- for (const key of children) {
44
- if (exclude.has(key)) {
45
- continue;
46
- }
47
- const child = node[key];
48
- if (!child) {
49
- continue;
50
- }
51
- if (Array.isArray(child)) {
52
- for (const subChild of child) {
53
- if (isNode(subChild)) {
54
- this.visit(subChild);
55
- }
56
- }
57
- }
58
- else if (isNode(child)) {
59
- this.visit(child);
60
- }
61
- }
62
- }
63
- /**
64
- * Dispatching node.
65
- */
66
- visit(node) {
67
- if (node == null || node.type == null) {
68
- return;
69
- }
70
- const visitor = this[node.type];
71
- if (visitor) {
72
- visitor.call(this, node);
73
- if (!__classPrivateFieldGet(this, _VisitorBase_visitChildrenEvenIfSelectorExists, "f")) {
74
- return;
75
- }
76
- }
77
- this.visitChildren(node);
78
- }
79
- }
80
- exports.VisitorBase = VisitorBase;
81
- _VisitorBase_childVisitorKeys = new WeakMap(), _VisitorBase_visitChildrenEvenIfSelectorExists = new WeakMap();
82
- //# sourceMappingURL=VisitorBase.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"VisitorBase.js","sourceRoot":"","sources":["../../src/referencer/VisitorBase.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;AACA,kEAA2E;AAO3E,SAAS,QAAQ,CAAC,GAAY;IAC5B,OAAO,OAAO,GAAG,KAAK,QAAQ,IAAI,GAAG,IAAI,IAAI,CAAC;AAChD,CAAC;AACD,SAAS,MAAM,CAAC,IAAa;IAC3B,OAAO,QAAQ,CAAC,IAAI,CAAC,IAAI,OAAO,IAAI,CAAC,IAAI,KAAK,QAAQ,CAAC;AACzD,CAAC;AAMD,MAAe,WAAW;IAGxB,YAAY,OAAuB;;QAF1B,gDAA+B;QAC/B,iEAA4C;QAEnD,uBAAA,IAAI,iCAAqB,MAAA,OAAO,CAAC,gBAAgB,mCAAI,0BAAW,MAAA,CAAC;QACjE,uBAAA,IAAI,kDACF,MAAA,OAAO,CAAC,iCAAiC,mCAAI,KAAK,MAAA,CAAC;IACvD,CAAC;IAED;;;;OAIG;IACH,aAAa,CACX,IAA0B,EAC1B,aAA0B,EAAE;;QAE5B,IAAI,IAAI,IAAI,IAAI,IAAI,IAAI,CAAC,IAAI,IAAI,IAAI,EAAE;YACrC,OAAO;SACR;QAED,MAAM,OAAO,GAAG,IAAI,GAAG,CAAC,UAAU,CAAC,MAAM,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAgB,CAAC;QACtE,MAAM,QAAQ,GAAG,MAAA,uBAAA,IAAI,qCAAkB,CAAC,IAAI,CAAC,IAAI,CAAC,mCAAI,MAAM,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;QACxE,KAAK,MAAM,GAAG,IAAI,QAAQ,EAAE;YAC1B,IAAI,OAAO,CAAC,GAAG,CAAC,GAAG,CAAC,EAAE;gBACpB,SAAS;aACV;YAED,MAAM,KAAK,GAAG,IAAI,CAAC,GAA0B,CAAY,CAAC;YAC1D,IAAI,CAAC,KAAK,EAAE;gBACV,SAAS;aACV;YAED,IAAI,KAAK,CAAC,OAAO,CAAC,KAAK,CAAC,EAAE;gBACxB,KAAK,MAAM,QAAQ,IAAI,KAAK,EAAE;oBAC5B,IAAI,MAAM,CAAC,QAAQ,CAAC,EAAE;wBACpB,IAAI,CAAC,KAAK,CAAC,QAAQ,CAAC,CAAC;qBACtB;iBACF;aACF;iBAAM,IAAI,MAAM,CAAC,KAAK,CAAC,EAAE;gBACxB,IAAI,CAAC,KAAK,CAAC,KAAK,CAAC,CAAC;aACnB;SACF;IACH,CAAC;IAED;;OAEG;IACH,KAAK,CAAC,IAAsC;QAC1C,IAAI,IAAI,IAAI,IAAI,IAAI,IAAI,CAAC,IAAI,IAAI,IAAI,EAAE;YACrC,OAAO;SACR;QAED,MAAM,OAAO,GAAI,IAAoB,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;QACjD,IAAI,OAAO,EAAE;YACX,OAAO,CAAC,IAAI,CAAC,IAAI,EAAE,IAAI,CAAC,CAAC;YACzB,IAAI,CAAC,uBAAA,IAAI,sDAAmC,EAAE;gBAC5C,OAAO;aACR;SACF;QAED,IAAI,CAAC,aAAa,CAAC,IAAI,CAAC,CAAC;IAC3B,CAAC;CACF;AAEQ,kCAAW"}
@@ -1,2 +0,0 @@
1
- export { Referencer, ReferencerOptions } from './Referencer';
2
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/referencer/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,iBAAiB,EAAE,MAAM,cAAc,CAAC"}
@@ -1,6 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.Referencer = void 0;
4
- var Referencer_1 = require("./Referencer");
5
- Object.defineProperty(exports, "Referencer", { enumerable: true, get: function () { return Referencer_1.Referencer; } });
6
- //# sourceMappingURL=index.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/referencer/index.ts"],"names":[],"mappings":";;;AAAA,2CAA6D;AAApD,wGAAA,UAAU,OAAA"}
@@ -1,10 +0,0 @@
1
- import type { TSESTree } from '@typescript-eslint/types';
2
- import type { ScopeManager } from '../ScopeManager';
3
- import type { Scope } from './Scope';
4
- import { ScopeBase } from './ScopeBase';
5
- import { ScopeType } from './ScopeType';
6
- declare class BlockScope extends ScopeBase<ScopeType.block, TSESTree.BlockStatement, Scope> {
7
- constructor(scopeManager: ScopeManager, upperScope: BlockScope['upper'], block: BlockScope['block']);
8
- }
9
- export { BlockScope };
10
- //# sourceMappingURL=BlockScope.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"BlockScope.d.ts","sourceRoot":"","sources":["../../src/scope/BlockScope.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,0BAA0B,CAAC;AAEzD,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,iBAAiB,CAAC;AACpD,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;AACrC,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AACxC,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AAExC,cAAM,UAAW,SAAQ,SAAS,CAChC,SAAS,CAAC,KAAK,EACf,QAAQ,CAAC,cAAc,EACvB,KAAK,CACN;gBAEG,YAAY,EAAE,YAAY,EAC1B,UAAU,EAAE,UAAU,CAAC,OAAO,CAAC,EAC/B,KAAK,EAAE,UAAU,CAAC,OAAO,CAAC;CAI7B;AAED,OAAO,EAAE,UAAU,EAAE,CAAC"}
@@ -1,12 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.BlockScope = void 0;
4
- const ScopeBase_1 = require("./ScopeBase");
5
- const ScopeType_1 = require("./ScopeType");
6
- class BlockScope extends ScopeBase_1.ScopeBase {
7
- constructor(scopeManager, upperScope, block) {
8
- super(scopeManager, ScopeType_1.ScopeType.block, upperScope, block, false);
9
- }
10
- }
11
- exports.BlockScope = BlockScope;
12
- //# sourceMappingURL=BlockScope.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"BlockScope.js","sourceRoot":"","sources":["../../src/scope/BlockScope.ts"],"names":[],"mappings":";;;AAIA,2CAAwC;AACxC,2CAAwC;AAExC,MAAM,UAAW,SAAQ,qBAIxB;IACC,YACE,YAA0B,EAC1B,UAA+B,EAC/B,KAA0B;QAE1B,KAAK,CAAC,YAAY,EAAE,qBAAS,CAAC,KAAK,EAAE,UAAU,EAAE,KAAK,EAAE,KAAK,CAAC,CAAC;IACjE,CAAC;CACF;AAEQ,gCAAU"}
@@ -1,10 +0,0 @@
1
- import type { TSESTree } from '@typescript-eslint/types';
2
- import type { ScopeManager } from '../ScopeManager';
3
- import type { Scope } from './Scope';
4
- import { ScopeBase } from './ScopeBase';
5
- import { ScopeType } from './ScopeType';
6
- declare class CatchScope extends ScopeBase<ScopeType.catch, TSESTree.CatchClause, Scope> {
7
- constructor(scopeManager: ScopeManager, upperScope: CatchScope['upper'], block: CatchScope['block']);
8
- }
9
- export { CatchScope };
10
- //# sourceMappingURL=CatchScope.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"CatchScope.d.ts","sourceRoot":"","sources":["../../src/scope/CatchScope.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,0BAA0B,CAAC;AAEzD,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,iBAAiB,CAAC;AACpD,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;AACrC,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AACxC,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AAExC,cAAM,UAAW,SAAQ,SAAS,CAChC,SAAS,CAAC,KAAK,EACf,QAAQ,CAAC,WAAW,EACpB,KAAK,CACN;gBAEG,YAAY,EAAE,YAAY,EAC1B,UAAU,EAAE,UAAU,CAAC,OAAO,CAAC,EAC/B,KAAK,EAAE,UAAU,CAAC,OAAO,CAAC;CAI7B;AAED,OAAO,EAAE,UAAU,EAAE,CAAC"}
@@ -1,12 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CatchScope = void 0;
4
- const ScopeBase_1 = require("./ScopeBase");
5
- const ScopeType_1 = require("./ScopeType");
6
- class CatchScope extends ScopeBase_1.ScopeBase {
7
- constructor(scopeManager, upperScope, block) {
8
- super(scopeManager, ScopeType_1.ScopeType.catch, upperScope, block, false);
9
- }
10
- }
11
- exports.CatchScope = CatchScope;
12
- //# sourceMappingURL=CatchScope.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"CatchScope.js","sourceRoot":"","sources":["../../src/scope/CatchScope.ts"],"names":[],"mappings":";;;AAIA,2CAAwC;AACxC,2CAAwC;AAExC,MAAM,UAAW,SAAQ,qBAIxB;IACC,YACE,YAA0B,EAC1B,UAA+B,EAC/B,KAA0B;QAE1B,KAAK,CAAC,YAAY,EAAE,qBAAS,CAAC,KAAK,EAAE,UAAU,EAAE,KAAK,EAAE,KAAK,CAAC,CAAC;IACjE,CAAC;CACF;AAEQ,gCAAU"}
@@ -1,10 +0,0 @@
1
- import type { TSESTree } from '@typescript-eslint/types';
2
- import type { ScopeManager } from '../ScopeManager';
3
- import type { Scope } from './Scope';
4
- import { ScopeBase } from './ScopeBase';
5
- import { ScopeType } from './ScopeType';
6
- declare class ClassFieldInitializerScope extends ScopeBase<ScopeType.classFieldInitializer, TSESTree.Expression, Scope> {
7
- constructor(scopeManager: ScopeManager, upperScope: ClassFieldInitializerScope['upper'], block: ClassFieldInitializerScope['block']);
8
- }
9
- export { ClassFieldInitializerScope };
10
- //# sourceMappingURL=ClassFieldInitializerScope.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ClassFieldInitializerScope.d.ts","sourceRoot":"","sources":["../../src/scope/ClassFieldInitializerScope.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,0BAA0B,CAAC;AAEzD,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,iBAAiB,CAAC;AACpD,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;AACrC,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AACxC,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AAExC,cAAM,0BAA2B,SAAQ,SAAS,CAChD,SAAS,CAAC,qBAAqB,EAE/B,QAAQ,CAAC,UAAU,EACnB,KAAK,CACN;gBAEG,YAAY,EAAE,YAAY,EAC1B,UAAU,EAAE,0BAA0B,CAAC,OAAO,CAAC,EAC/C,KAAK,EAAE,0BAA0B,CAAC,OAAO,CAAC;CAU7C;AAED,OAAO,EAAE,0BAA0B,EAAE,CAAC"}
@@ -1,12 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ClassFieldInitializerScope = void 0;
4
- const ScopeBase_1 = require("./ScopeBase");
5
- const ScopeType_1 = require("./ScopeType");
6
- class ClassFieldInitializerScope extends ScopeBase_1.ScopeBase {
7
- constructor(scopeManager, upperScope, block) {
8
- super(scopeManager, ScopeType_1.ScopeType.classFieldInitializer, upperScope, block, false);
9
- }
10
- }
11
- exports.ClassFieldInitializerScope = ClassFieldInitializerScope;
12
- //# sourceMappingURL=ClassFieldInitializerScope.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ClassFieldInitializerScope.js","sourceRoot":"","sources":["../../src/scope/ClassFieldInitializerScope.ts"],"names":[],"mappings":";;;AAIA,2CAAwC;AACxC,2CAAwC;AAExC,MAAM,0BAA2B,SAAQ,qBAKxC;IACC,YACE,YAA0B,EAC1B,UAA+C,EAC/C,KAA0C;QAE1C,KAAK,CACH,YAAY,EACZ,qBAAS,CAAC,qBAAqB,EAC/B,UAAU,EACV,KAAK,EACL,KAAK,CACN,CAAC;IACJ,CAAC;CACF;AAEQ,gEAA0B"}
@@ -1,10 +0,0 @@
1
- import type { TSESTree } from '@typescript-eslint/types';
2
- import type { ScopeManager } from '../ScopeManager';
3
- import type { Scope } from './Scope';
4
- import { ScopeBase } from './ScopeBase';
5
- import { ScopeType } from './ScopeType';
6
- declare class ClassScope extends ScopeBase<ScopeType.class, TSESTree.ClassDeclaration | TSESTree.ClassExpression, Scope> {
7
- constructor(scopeManager: ScopeManager, upperScope: ClassScope['upper'], block: ClassScope['block']);
8
- }
9
- export { ClassScope };
10
- //# sourceMappingURL=ClassScope.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ClassScope.d.ts","sourceRoot":"","sources":["../../src/scope/ClassScope.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,0BAA0B,CAAC;AAEzD,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,iBAAiB,CAAC;AACpD,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;AACrC,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AACxC,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AAExC,cAAM,UAAW,SAAQ,SAAS,CAChC,SAAS,CAAC,KAAK,EACf,QAAQ,CAAC,gBAAgB,GAAG,QAAQ,CAAC,eAAe,EACpD,KAAK,CACN;gBAEG,YAAY,EAAE,YAAY,EAC1B,UAAU,EAAE,UAAU,CAAC,OAAO,CAAC,EAC/B,KAAK,EAAE,UAAU,CAAC,OAAO,CAAC;CAI7B;AAED,OAAO,EAAE,UAAU,EAAE,CAAC"}
@@ -1,12 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ClassScope = void 0;
4
- const ScopeBase_1 = require("./ScopeBase");
5
- const ScopeType_1 = require("./ScopeType");
6
- class ClassScope extends ScopeBase_1.ScopeBase {
7
- constructor(scopeManager, upperScope, block) {
8
- super(scopeManager, ScopeType_1.ScopeType.class, upperScope, block, false);
9
- }
10
- }
11
- exports.ClassScope = ClassScope;
12
- //# sourceMappingURL=ClassScope.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ClassScope.js","sourceRoot":"","sources":["../../src/scope/ClassScope.ts"],"names":[],"mappings":";;;AAIA,2CAAwC;AACxC,2CAAwC;AAExC,MAAM,UAAW,SAAQ,qBAIxB;IACC,YACE,YAA0B,EAC1B,UAA+B,EAC/B,KAA0B;QAE1B,KAAK,CAAC,YAAY,EAAE,qBAAS,CAAC,KAAK,EAAE,UAAU,EAAE,KAAK,EAAE,KAAK,CAAC,CAAC;IACjE,CAAC;CACF;AAEQ,gCAAU"}
@@ -1,10 +0,0 @@
1
- import type { TSESTree } from '@typescript-eslint/types';
2
- import type { ScopeManager } from '../ScopeManager';
3
- import type { Scope } from './Scope';
4
- import { ScopeBase } from './ScopeBase';
5
- import { ScopeType } from './ScopeType';
6
- declare class ClassStaticBlockScope extends ScopeBase<ScopeType.classStaticBlock, TSESTree.StaticBlock, Scope> {
7
- constructor(scopeManager: ScopeManager, upperScope: ClassStaticBlockScope['upper'], block: ClassStaticBlockScope['block']);
8
- }
9
- export { ClassStaticBlockScope };
10
- //# sourceMappingURL=ClassStaticBlockScope.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ClassStaticBlockScope.d.ts","sourceRoot":"","sources":["../../src/scope/ClassStaticBlockScope.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,0BAA0B,CAAC;AAEzD,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,iBAAiB,CAAC;AACpD,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;AACrC,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AACxC,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AAExC,cAAM,qBAAsB,SAAQ,SAAS,CAC3C,SAAS,CAAC,gBAAgB,EAC1B,QAAQ,CAAC,WAAW,EACpB,KAAK,CACN;gBAEG,YAAY,EAAE,YAAY,EAC1B,UAAU,EAAE,qBAAqB,CAAC,OAAO,CAAC,EAC1C,KAAK,EAAE,qBAAqB,CAAC,OAAO,CAAC;CAIxC;AAED,OAAO,EAAE,qBAAqB,EAAE,CAAC"}
@@ -1,12 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ClassStaticBlockScope = void 0;
4
- const ScopeBase_1 = require("./ScopeBase");
5
- const ScopeType_1 = require("./ScopeType");
6
- class ClassStaticBlockScope extends ScopeBase_1.ScopeBase {
7
- constructor(scopeManager, upperScope, block) {
8
- super(scopeManager, ScopeType_1.ScopeType.classStaticBlock, upperScope, block, false);
9
- }
10
- }
11
- exports.ClassStaticBlockScope = ClassStaticBlockScope;
12
- //# sourceMappingURL=ClassStaticBlockScope.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ClassStaticBlockScope.js","sourceRoot":"","sources":["../../src/scope/ClassStaticBlockScope.ts"],"names":[],"mappings":";;;AAIA,2CAAwC;AACxC,2CAAwC;AAExC,MAAM,qBAAsB,SAAQ,qBAInC;IACC,YACE,YAA0B,EAC1B,UAA0C,EAC1C,KAAqC;QAErC,KAAK,CAAC,YAAY,EAAE,qBAAS,CAAC,gBAAgB,EAAE,UAAU,EAAE,KAAK,EAAE,KAAK,CAAC,CAAC;IAC5E,CAAC;CACF;AAEQ,sDAAqB"}
@@ -1,10 +0,0 @@
1
- import type { TSESTree } from '@typescript-eslint/types';
2
- import type { ScopeManager } from '../ScopeManager';
3
- import type { Scope } from './Scope';
4
- import { ScopeBase } from './ScopeBase';
5
- import { ScopeType } from './ScopeType';
6
- declare class ConditionalTypeScope extends ScopeBase<ScopeType.conditionalType, TSESTree.TSConditionalType, Scope> {
7
- constructor(scopeManager: ScopeManager, upperScope: ConditionalTypeScope['upper'], block: ConditionalTypeScope['block']);
8
- }
9
- export { ConditionalTypeScope };
10
- //# sourceMappingURL=ConditionalTypeScope.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ConditionalTypeScope.d.ts","sourceRoot":"","sources":["../../src/scope/ConditionalTypeScope.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,0BAA0B,CAAC;AAEzD,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,iBAAiB,CAAC;AACpD,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;AACrC,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AACxC,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AAExC,cAAM,oBAAqB,SAAQ,SAAS,CAC1C,SAAS,CAAC,eAAe,EACzB,QAAQ,CAAC,iBAAiB,EAC1B,KAAK,CACN;gBAEG,YAAY,EAAE,YAAY,EAC1B,UAAU,EAAE,oBAAoB,CAAC,OAAO,CAAC,EACzC,KAAK,EAAE,oBAAoB,CAAC,OAAO,CAAC;CAIvC;AAED,OAAO,EAAE,oBAAoB,EAAE,CAAC"}