@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,14 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ImplicitGlobalVariableDefinition = void 0;
4
- const DefinitionBase_1 = require("./DefinitionBase");
5
- const DefinitionType_1 = require("./DefinitionType");
6
- class ImplicitGlobalVariableDefinition extends DefinitionBase_1.DefinitionBase {
7
- constructor(name, node) {
8
- super(DefinitionType_1.DefinitionType.ImplicitGlobalVariable, name, node, null);
9
- this.isTypeDefinition = false;
10
- this.isVariableDefinition = true;
11
- }
12
- }
13
- exports.ImplicitGlobalVariableDefinition = ImplicitGlobalVariableDefinition;
14
- //# sourceMappingURL=ImplicitGlobalVariableDefinition.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ImplicitGlobalVariableDefinition.js","sourceRoot":"","sources":["../../src/definition/ImplicitGlobalVariableDefinition.ts"],"names":[],"mappings":";;;AAEA,qDAAkD;AAClD,qDAAkD;AAElD,MAAM,gCAAiC,SAAQ,+BAK9C;IACC,YACE,IAA0B,EAC1B,IAA8C;QAE9C,KAAK,CAAC,+BAAc,CAAC,sBAAsB,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,CAAC,CAAC;QAGjD,qBAAgB,GAAG,KAAK,CAAC;QACzB,yBAAoB,GAAG,IAAI,CAAC;IAH5C,CAAC;CAIF;AAEQ,4EAAgC"}
@@ -1,11 +0,0 @@
1
- import type { TSESTree } from '@typescript-eslint/types';
2
- import { DefinitionBase } from './DefinitionBase';
3
- import { DefinitionType } from './DefinitionType';
4
- declare class ImportBindingDefinition extends DefinitionBase<DefinitionType.ImportBinding, TSESTree.ImportSpecifier | TSESTree.ImportDefaultSpecifier | TSESTree.ImportNamespaceSpecifier | TSESTree.TSImportEqualsDeclaration, TSESTree.ImportDeclaration | TSESTree.TSImportEqualsDeclaration, TSESTree.Identifier> {
5
- constructor(name: TSESTree.Identifier, node: TSESTree.TSImportEqualsDeclaration, decl: TSESTree.TSImportEqualsDeclaration);
6
- constructor(name: TSESTree.Identifier, node: Exclude<ImportBindingDefinition['node'], TSESTree.TSImportEqualsDeclaration>, decl: TSESTree.ImportDeclaration);
7
- readonly isTypeDefinition = true;
8
- readonly isVariableDefinition = true;
9
- }
10
- export { ImportBindingDefinition };
11
- //# sourceMappingURL=ImportBindingDefinition.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ImportBindingDefinition.d.ts","sourceRoot":"","sources":["../../src/definition/ImportBindingDefinition.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,0BAA0B,CAAC;AAEzD,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAClD,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAElD,cAAM,uBAAwB,SAAQ,cAAc,CAClD,cAAc,CAAC,aAAa,EAC1B,QAAQ,CAAC,eAAe,GACxB,QAAQ,CAAC,sBAAsB,GAC/B,QAAQ,CAAC,wBAAwB,GACjC,QAAQ,CAAC,yBAAyB,EACpC,QAAQ,CAAC,iBAAiB,GAAG,QAAQ,CAAC,yBAAyB,EAC/D,QAAQ,CAAC,UAAU,CACpB;gBAEG,IAAI,EAAE,QAAQ,CAAC,UAAU,EACzB,IAAI,EAAE,QAAQ,CAAC,yBAAyB,EACxC,IAAI,EAAE,QAAQ,CAAC,yBAAyB;gBAGxC,IAAI,EAAE,QAAQ,CAAC,UAAU,EACzB,IAAI,EAAE,OAAO,CACX,uBAAuB,CAAC,MAAM,CAAC,EAC/B,QAAQ,CAAC,yBAAyB,CACnC,EACD,IAAI,EAAE,QAAQ,CAAC,iBAAiB;IAUlC,SAAgB,gBAAgB,QAAQ;IACxC,SAAgB,oBAAoB,QAAQ;CAC7C;AAED,OAAO,EAAE,uBAAuB,EAAE,CAAC"}
@@ -1,14 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ImportBindingDefinition = void 0;
4
- const DefinitionBase_1 = require("./DefinitionBase");
5
- const DefinitionType_1 = require("./DefinitionType");
6
- class ImportBindingDefinition extends DefinitionBase_1.DefinitionBase {
7
- constructor(name, node, decl) {
8
- super(DefinitionType_1.DefinitionType.ImportBinding, name, node, decl);
9
- this.isTypeDefinition = true;
10
- this.isVariableDefinition = true;
11
- }
12
- }
13
- exports.ImportBindingDefinition = ImportBindingDefinition;
14
- //# sourceMappingURL=ImportBindingDefinition.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ImportBindingDefinition.js","sourceRoot":"","sources":["../../src/definition/ImportBindingDefinition.ts"],"names":[],"mappings":";;;AAEA,qDAAkD;AAClD,qDAAkD;AAElD,MAAM,uBAAwB,SAAQ,+BAQrC;IAcC,YACE,IAAyB,EACzB,IAAqC,EACrC,IAAqE;QAErE,KAAK,CAAC,+BAAc,CAAC,aAAa,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,CAAC,CAAC;QAGxC,qBAAgB,GAAG,IAAI,CAAC;QACxB,yBAAoB,GAAG,IAAI,CAAC;IAH5C,CAAC;CAIF;AAEQ,0DAAuB"}
@@ -1,14 +0,0 @@
1
- import type { TSESTree } from '@typescript-eslint/types';
2
- import { DefinitionBase } from './DefinitionBase';
3
- import { DefinitionType } from './DefinitionType';
4
- declare class ParameterDefinition extends DefinitionBase<DefinitionType.Parameter, TSESTree.ArrowFunctionExpression | TSESTree.FunctionDeclaration | TSESTree.FunctionExpression | TSESTree.TSCallSignatureDeclaration | TSESTree.TSConstructorType | TSESTree.TSConstructSignatureDeclaration | TSESTree.TSDeclareFunction | TSESTree.TSEmptyBodyFunctionExpression | TSESTree.TSFunctionType | TSESTree.TSMethodSignature, null, TSESTree.BindingName> {
5
- /**
6
- * Whether the parameter definition is a part of a rest parameter.
7
- */
8
- readonly rest: boolean;
9
- constructor(name: TSESTree.BindingName, node: ParameterDefinition['node'], rest: boolean);
10
- readonly isTypeDefinition = false;
11
- readonly isVariableDefinition = true;
12
- }
13
- export { ParameterDefinition };
14
- //# sourceMappingURL=ParameterDefinition.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ParameterDefinition.d.ts","sourceRoot":"","sources":["../../src/definition/ParameterDefinition.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,0BAA0B,CAAC;AAEzD,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAClD,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAElD,cAAM,mBAAoB,SAAQ,cAAc,CAC9C,cAAc,CAAC,SAAS,EACtB,QAAQ,CAAC,uBAAuB,GAChC,QAAQ,CAAC,mBAAmB,GAC5B,QAAQ,CAAC,kBAAkB,GAC3B,QAAQ,CAAC,0BAA0B,GACnC,QAAQ,CAAC,iBAAiB,GAC1B,QAAQ,CAAC,+BAA+B,GACxC,QAAQ,CAAC,iBAAiB,GAC1B,QAAQ,CAAC,6BAA6B,GACtC,QAAQ,CAAC,cAAc,GACvB,QAAQ,CAAC,iBAAiB,EAC5B,IAAI,EACJ,QAAQ,CAAC,WAAW,CACrB;IACC;;OAEG;IACH,SAAgB,IAAI,EAAE,OAAO,CAAC;gBAE5B,IAAI,EAAE,QAAQ,CAAC,WAAW,EAC1B,IAAI,EAAE,mBAAmB,CAAC,MAAM,CAAC,EACjC,IAAI,EAAE,OAAO;IAMf,SAAgB,gBAAgB,SAAS;IACzC,SAAgB,oBAAoB,QAAQ;CAC7C;AAED,OAAO,EAAE,mBAAmB,EAAE,CAAC"}
@@ -1,15 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ParameterDefinition = void 0;
4
- const DefinitionBase_1 = require("./DefinitionBase");
5
- const DefinitionType_1 = require("./DefinitionType");
6
- class ParameterDefinition extends DefinitionBase_1.DefinitionBase {
7
- constructor(name, node, rest) {
8
- super(DefinitionType_1.DefinitionType.Parameter, name, node, null);
9
- this.isTypeDefinition = false;
10
- this.isVariableDefinition = true;
11
- this.rest = rest;
12
- }
13
- }
14
- exports.ParameterDefinition = ParameterDefinition;
15
- //# sourceMappingURL=ParameterDefinition.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ParameterDefinition.js","sourceRoot":"","sources":["../../src/definition/ParameterDefinition.ts"],"names":[],"mappings":";;;AAEA,qDAAkD;AAClD,qDAAkD;AAElD,MAAM,mBAAoB,SAAQ,+BAcjC;IAKC,YACE,IAA0B,EAC1B,IAAiC,EACjC,IAAa;QAEb,KAAK,CAAC,+BAAc,CAAC,SAAS,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,CAAC,CAAC;QAIpC,qBAAgB,GAAG,KAAK,CAAC;QACzB,yBAAoB,GAAG,IAAI,CAAC;QAJ1C,IAAI,CAAC,IAAI,GAAG,IAAI,CAAC;IACnB,CAAC;CAIF;AAEQ,kDAAmB"}
@@ -1,10 +0,0 @@
1
- import type { TSESTree } from '@typescript-eslint/types';
2
- import { DefinitionBase } from './DefinitionBase';
3
- import { DefinitionType } from './DefinitionType';
4
- declare class TSEnumMemberDefinition extends DefinitionBase<DefinitionType.TSEnumMember, TSESTree.TSEnumMember, null, TSESTree.Identifier | TSESTree.StringLiteral> {
5
- constructor(name: TSESTree.Identifier | TSESTree.StringLiteral, node: TSEnumMemberDefinition['node']);
6
- readonly isTypeDefinition = true;
7
- readonly isVariableDefinition = true;
8
- }
9
- export { TSEnumMemberDefinition };
10
- //# sourceMappingURL=TSEnumMemberDefinition.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"TSEnumMemberDefinition.d.ts","sourceRoot":"","sources":["../../src/definition/TSEnumMemberDefinition.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,0BAA0B,CAAC;AAEzD,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAClD,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAElD,cAAM,sBAAuB,SAAQ,cAAc,CACjD,cAAc,CAAC,YAAY,EAC3B,QAAQ,CAAC,YAAY,EACrB,IAAI,EACJ,QAAQ,CAAC,UAAU,GAAG,QAAQ,CAAC,aAAa,CAC7C;gBAEG,IAAI,EAAE,QAAQ,CAAC,UAAU,GAAG,QAAQ,CAAC,aAAa,EAClD,IAAI,EAAE,sBAAsB,CAAC,MAAM,CAAC;IAKtC,SAAgB,gBAAgB,QAAQ;IACxC,SAAgB,oBAAoB,QAAQ;CAC7C;AAED,OAAO,EAAE,sBAAsB,EAAE,CAAC"}
@@ -1,14 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.TSEnumMemberDefinition = void 0;
4
- const DefinitionBase_1 = require("./DefinitionBase");
5
- const DefinitionType_1 = require("./DefinitionType");
6
- class TSEnumMemberDefinition extends DefinitionBase_1.DefinitionBase {
7
- constructor(name, node) {
8
- super(DefinitionType_1.DefinitionType.TSEnumMember, name, node, null);
9
- this.isTypeDefinition = true;
10
- this.isVariableDefinition = true;
11
- }
12
- }
13
- exports.TSEnumMemberDefinition = TSEnumMemberDefinition;
14
- //# sourceMappingURL=TSEnumMemberDefinition.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"TSEnumMemberDefinition.js","sourceRoot":"","sources":["../../src/definition/TSEnumMemberDefinition.ts"],"names":[],"mappings":";;;AAEA,qDAAkD;AAClD,qDAAkD;AAElD,MAAM,sBAAuB,SAAQ,+BAKpC;IACC,YACE,IAAkD,EAClD,IAAoC;QAEpC,KAAK,CAAC,+BAAc,CAAC,YAAY,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,CAAC,CAAC;QAGvC,qBAAgB,GAAG,IAAI,CAAC;QACxB,yBAAoB,GAAG,IAAI,CAAC;IAH5C,CAAC;CAIF;AAEQ,wDAAsB"}
@@ -1,10 +0,0 @@
1
- import type { TSESTree } from '@typescript-eslint/types';
2
- import { DefinitionBase } from './DefinitionBase';
3
- import { DefinitionType } from './DefinitionType';
4
- declare class TSEnumNameDefinition extends DefinitionBase<DefinitionType.TSEnumName, TSESTree.TSEnumDeclaration, null, TSESTree.Identifier> {
5
- constructor(name: TSESTree.Identifier, node: TSEnumNameDefinition['node']);
6
- readonly isTypeDefinition = true;
7
- readonly isVariableDefinition = true;
8
- }
9
- export { TSEnumNameDefinition };
10
- //# sourceMappingURL=TSEnumNameDefinition.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"TSEnumNameDefinition.d.ts","sourceRoot":"","sources":["../../src/definition/TSEnumNameDefinition.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,0BAA0B,CAAC;AAEzD,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAClD,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAElD,cAAM,oBAAqB,SAAQ,cAAc,CAC/C,cAAc,CAAC,UAAU,EACzB,QAAQ,CAAC,iBAAiB,EAC1B,IAAI,EACJ,QAAQ,CAAC,UAAU,CACpB;gBACa,IAAI,EAAE,QAAQ,CAAC,UAAU,EAAE,IAAI,EAAE,oBAAoB,CAAC,MAAM,CAAC;IAIzE,SAAgB,gBAAgB,QAAQ;IACxC,SAAgB,oBAAoB,QAAQ;CAC7C;AAED,OAAO,EAAE,oBAAoB,EAAE,CAAC"}
@@ -1,14 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.TSEnumNameDefinition = void 0;
4
- const DefinitionBase_1 = require("./DefinitionBase");
5
- const DefinitionType_1 = require("./DefinitionType");
6
- class TSEnumNameDefinition extends DefinitionBase_1.DefinitionBase {
7
- constructor(name, node) {
8
- super(DefinitionType_1.DefinitionType.TSEnumName, name, node, null);
9
- this.isTypeDefinition = true;
10
- this.isVariableDefinition = true;
11
- }
12
- }
13
- exports.TSEnumNameDefinition = TSEnumNameDefinition;
14
- //# sourceMappingURL=TSEnumNameDefinition.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"TSEnumNameDefinition.js","sourceRoot":"","sources":["../../src/definition/TSEnumNameDefinition.ts"],"names":[],"mappings":";;;AAEA,qDAAkD;AAClD,qDAAkD;AAElD,MAAM,oBAAqB,SAAQ,+BAKlC;IACC,YAAY,IAAyB,EAAE,IAAkC;QACvE,KAAK,CAAC,+BAAc,CAAC,UAAU,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,CAAC,CAAC;QAGrC,qBAAgB,GAAG,IAAI,CAAC;QACxB,yBAAoB,GAAG,IAAI,CAAC;IAH5C,CAAC;CAIF;AAEQ,oDAAoB"}
@@ -1,10 +0,0 @@
1
- import type { TSESTree } from '@typescript-eslint/types';
2
- import { DefinitionBase } from './DefinitionBase';
3
- import { DefinitionType } from './DefinitionType';
4
- declare class TSModuleNameDefinition extends DefinitionBase<DefinitionType.TSModuleName, TSESTree.TSModuleDeclaration, null, TSESTree.Identifier> {
5
- constructor(name: TSESTree.Identifier, node: TSModuleNameDefinition['node']);
6
- readonly isTypeDefinition = true;
7
- readonly isVariableDefinition = true;
8
- }
9
- export { TSModuleNameDefinition };
10
- //# sourceMappingURL=TSModuleNameDefinition.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"TSModuleNameDefinition.d.ts","sourceRoot":"","sources":["../../src/definition/TSModuleNameDefinition.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,0BAA0B,CAAC;AAEzD,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAClD,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAElD,cAAM,sBAAuB,SAAQ,cAAc,CACjD,cAAc,CAAC,YAAY,EAC3B,QAAQ,CAAC,mBAAmB,EAC5B,IAAI,EACJ,QAAQ,CAAC,UAAU,CACpB;gBACa,IAAI,EAAE,QAAQ,CAAC,UAAU,EAAE,IAAI,EAAE,sBAAsB,CAAC,MAAM,CAAC;IAI3E,SAAgB,gBAAgB,QAAQ;IACxC,SAAgB,oBAAoB,QAAQ;CAC7C;AAED,OAAO,EAAE,sBAAsB,EAAE,CAAC"}
@@ -1,14 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.TSModuleNameDefinition = void 0;
4
- const DefinitionBase_1 = require("./DefinitionBase");
5
- const DefinitionType_1 = require("./DefinitionType");
6
- class TSModuleNameDefinition extends DefinitionBase_1.DefinitionBase {
7
- constructor(name, node) {
8
- super(DefinitionType_1.DefinitionType.TSModuleName, name, node, null);
9
- this.isTypeDefinition = true;
10
- this.isVariableDefinition = true;
11
- }
12
- }
13
- exports.TSModuleNameDefinition = TSModuleNameDefinition;
14
- //# sourceMappingURL=TSModuleNameDefinition.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"TSModuleNameDefinition.js","sourceRoot":"","sources":["../../src/definition/TSModuleNameDefinition.ts"],"names":[],"mappings":";;;AAEA,qDAAkD;AAClD,qDAAkD;AAElD,MAAM,sBAAuB,SAAQ,+BAKpC;IACC,YAAY,IAAyB,EAAE,IAAoC;QACzE,KAAK,CAAC,+BAAc,CAAC,YAAY,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,CAAC,CAAC;QAGvC,qBAAgB,GAAG,IAAI,CAAC;QACxB,yBAAoB,GAAG,IAAI,CAAC;IAH5C,CAAC;CAIF;AAEQ,wDAAsB"}
@@ -1,10 +0,0 @@
1
- import type { TSESTree } from '@typescript-eslint/types';
2
- import { DefinitionBase } from './DefinitionBase';
3
- import { DefinitionType } from './DefinitionType';
4
- declare class TypeDefinition extends DefinitionBase<DefinitionType.Type, TSESTree.TSInterfaceDeclaration | TSESTree.TSTypeAliasDeclaration | TSESTree.TSTypeParameter, null, TSESTree.Identifier> {
5
- constructor(name: TSESTree.Identifier, node: TypeDefinition['node']);
6
- readonly isTypeDefinition = true;
7
- readonly isVariableDefinition = false;
8
- }
9
- export { TypeDefinition };
10
- //# sourceMappingURL=TypeDefinition.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"TypeDefinition.d.ts","sourceRoot":"","sources":["../../src/definition/TypeDefinition.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,0BAA0B,CAAC;AAEzD,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAClD,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAElD,cAAM,cAAe,SAAQ,cAAc,CACzC,cAAc,CAAC,IAAI,EACjB,QAAQ,CAAC,sBAAsB,GAC/B,QAAQ,CAAC,sBAAsB,GAC/B,QAAQ,CAAC,eAAe,EAC1B,IAAI,EACJ,QAAQ,CAAC,UAAU,CACpB;gBACa,IAAI,EAAE,QAAQ,CAAC,UAAU,EAAE,IAAI,EAAE,cAAc,CAAC,MAAM,CAAC;IAInE,SAAgB,gBAAgB,QAAQ;IACxC,SAAgB,oBAAoB,SAAS;CAC9C;AAED,OAAO,EAAE,cAAc,EAAE,CAAC"}
@@ -1,14 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.TypeDefinition = void 0;
4
- const DefinitionBase_1 = require("./DefinitionBase");
5
- const DefinitionType_1 = require("./DefinitionType");
6
- class TypeDefinition extends DefinitionBase_1.DefinitionBase {
7
- constructor(name, node) {
8
- super(DefinitionType_1.DefinitionType.Type, name, node, null);
9
- this.isTypeDefinition = true;
10
- this.isVariableDefinition = false;
11
- }
12
- }
13
- exports.TypeDefinition = TypeDefinition;
14
- //# sourceMappingURL=TypeDefinition.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"TypeDefinition.js","sourceRoot":"","sources":["../../src/definition/TypeDefinition.ts"],"names":[],"mappings":";;;AAEA,qDAAkD;AAClD,qDAAkD;AAElD,MAAM,cAAe,SAAQ,+BAO5B;IACC,YAAY,IAAyB,EAAE,IAA4B;QACjE,KAAK,CAAC,+BAAc,CAAC,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,CAAC,CAAC;QAG/B,qBAAgB,GAAG,IAAI,CAAC;QACxB,yBAAoB,GAAG,KAAK,CAAC;IAH7C,CAAC;CAIF;AAEQ,wCAAc"}
@@ -1,10 +0,0 @@
1
- import type { TSESTree } from '@typescript-eslint/types';
2
- import { DefinitionBase } from './DefinitionBase';
3
- import { DefinitionType } from './DefinitionType';
4
- declare class VariableDefinition extends DefinitionBase<DefinitionType.Variable, TSESTree.VariableDeclarator, TSESTree.VariableDeclaration, TSESTree.Identifier> {
5
- constructor(name: TSESTree.Identifier, node: VariableDefinition['node'], decl: TSESTree.VariableDeclaration);
6
- readonly isTypeDefinition = false;
7
- readonly isVariableDefinition = true;
8
- }
9
- export { VariableDefinition };
10
- //# sourceMappingURL=VariableDefinition.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"VariableDefinition.d.ts","sourceRoot":"","sources":["../../src/definition/VariableDefinition.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,0BAA0B,CAAC;AAEzD,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAClD,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAElD,cAAM,kBAAmB,SAAQ,cAAc,CAC7C,cAAc,CAAC,QAAQ,EACvB,QAAQ,CAAC,kBAAkB,EAC3B,QAAQ,CAAC,mBAAmB,EAC5B,QAAQ,CAAC,UAAU,CACpB;gBAEG,IAAI,EAAE,QAAQ,CAAC,UAAU,EACzB,IAAI,EAAE,kBAAkB,CAAC,MAAM,CAAC,EAChC,IAAI,EAAE,QAAQ,CAAC,mBAAmB;IAKpC,SAAgB,gBAAgB,SAAS;IACzC,SAAgB,oBAAoB,QAAQ;CAC7C;AAED,OAAO,EAAE,kBAAkB,EAAE,CAAC"}
@@ -1,14 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.VariableDefinition = void 0;
4
- const DefinitionBase_1 = require("./DefinitionBase");
5
- const DefinitionType_1 = require("./DefinitionType");
6
- class VariableDefinition extends DefinitionBase_1.DefinitionBase {
7
- constructor(name, node, decl) {
8
- super(DefinitionType_1.DefinitionType.Variable, name, node, decl);
9
- this.isTypeDefinition = false;
10
- this.isVariableDefinition = true;
11
- }
12
- }
13
- exports.VariableDefinition = VariableDefinition;
14
- //# sourceMappingURL=VariableDefinition.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"VariableDefinition.js","sourceRoot":"","sources":["../../src/definition/VariableDefinition.ts"],"names":[],"mappings":";;;AAEA,qDAAkD;AAClD,qDAAkD;AAElD,MAAM,kBAAmB,SAAQ,+BAKhC;IACC,YACE,IAAyB,EACzB,IAAgC,EAChC,IAAkC;QAElC,KAAK,CAAC,+BAAc,CAAC,QAAQ,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,CAAC,CAAC;QAGnC,qBAAgB,GAAG,KAAK,CAAC;QACzB,yBAAoB,GAAG,IAAI,CAAC;IAH5C,CAAC;CAIF;AAEQ,gDAAkB"}
@@ -1,14 +0,0 @@
1
- export * from './CatchClauseDefinition';
2
- export * from './ClassNameDefinition';
3
- export * from './Definition';
4
- export * from './DefinitionType';
5
- export * from './FunctionNameDefinition';
6
- export * from './ImplicitGlobalVariableDefinition';
7
- export * from './ImportBindingDefinition';
8
- export * from './ParameterDefinition';
9
- export * from './TSEnumMemberDefinition';
10
- export * from './TSEnumNameDefinition';
11
- export * from './TSModuleNameDefinition';
12
- export * from './TypeDefinition';
13
- export * from './VariableDefinition';
14
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/definition/index.ts"],"names":[],"mappings":"AAAA,cAAc,yBAAyB,CAAC;AACxC,cAAc,uBAAuB,CAAC;AACtC,cAAc,cAAc,CAAC;AAC7B,cAAc,kBAAkB,CAAC;AACjC,cAAc,0BAA0B,CAAC;AACzC,cAAc,oCAAoC,CAAC;AACnD,cAAc,2BAA2B,CAAC;AAC1C,cAAc,uBAAuB,CAAC;AACtC,cAAc,0BAA0B,CAAC;AACzC,cAAc,wBAAwB,CAAC;AACvC,cAAc,0BAA0B,CAAC;AACzC,cAAc,kBAAkB,CAAC;AACjC,cAAc,sBAAsB,CAAC"}
@@ -1,30 +0,0 @@
1
- "use strict";
2
- var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
- if (k2 === undefined) k2 = k;
4
- var desc = Object.getOwnPropertyDescriptor(m, k);
5
- if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
- desc = { enumerable: true, get: function() { return m[k]; } };
7
- }
8
- Object.defineProperty(o, k2, desc);
9
- }) : (function(o, m, k, k2) {
10
- if (k2 === undefined) k2 = k;
11
- o[k2] = m[k];
12
- }));
13
- var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
- for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
- };
16
- Object.defineProperty(exports, "__esModule", { value: true });
17
- __exportStar(require("./CatchClauseDefinition"), exports);
18
- __exportStar(require("./ClassNameDefinition"), exports);
19
- __exportStar(require("./Definition"), exports);
20
- __exportStar(require("./DefinitionType"), exports);
21
- __exportStar(require("./FunctionNameDefinition"), exports);
22
- __exportStar(require("./ImplicitGlobalVariableDefinition"), exports);
23
- __exportStar(require("./ImportBindingDefinition"), exports);
24
- __exportStar(require("./ParameterDefinition"), exports);
25
- __exportStar(require("./TSEnumMemberDefinition"), exports);
26
- __exportStar(require("./TSEnumNameDefinition"), exports);
27
- __exportStar(require("./TSModuleNameDefinition"), exports);
28
- __exportStar(require("./TypeDefinition"), exports);
29
- __exportStar(require("./VariableDefinition"), exports);
30
- //# sourceMappingURL=index.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/definition/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,0DAAwC;AACxC,wDAAsC;AACtC,+CAA6B;AAC7B,mDAAiC;AACjC,2DAAyC;AACzC,qEAAmD;AACnD,4DAA0C;AAC1C,wDAAsC;AACtC,2DAAyC;AACzC,yDAAuC;AACvC,2DAAyC;AACzC,mDAAiC;AACjC,uDAAqC"}
@@ -1,9 +0,0 @@
1
- export { analyze, AnalyzeOptions } from './analyze';
2
- export * from './definition';
3
- export { Reference } from './referencer/Reference';
4
- export { Visitor } from './referencer/Visitor';
5
- export { PatternVisitor, PatternVisitorCallback, PatternVisitorOptions, } from './referencer/PatternVisitor';
6
- export * from './scope';
7
- export { ScopeManager } from './ScopeManager';
8
- export * from './variable';
9
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,cAAc,EAAE,MAAM,WAAW,CAAC;AACpD,cAAc,cAAc,CAAC;AAC7B,OAAO,EAAE,SAAS,EAAE,MAAM,wBAAwB,CAAC;AACnD,OAAO,EAAE,OAAO,EAAE,MAAM,sBAAsB,CAAC;AAC/C,OAAO,EACL,cAAc,EACd,sBAAsB,EACtB,qBAAqB,GACtB,MAAM,6BAA6B,CAAC;AACrC,cAAc,SAAS,CAAC;AACxB,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAC9C,cAAc,YAAY,CAAC"}
@@ -1,31 +0,0 @@
1
- "use strict";
2
- var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
- if (k2 === undefined) k2 = k;
4
- var desc = Object.getOwnPropertyDescriptor(m, k);
5
- if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
- desc = { enumerable: true, get: function() { return m[k]; } };
7
- }
8
- Object.defineProperty(o, k2, desc);
9
- }) : (function(o, m, k, k2) {
10
- if (k2 === undefined) k2 = k;
11
- o[k2] = m[k];
12
- }));
13
- var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
- for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
- };
16
- Object.defineProperty(exports, "__esModule", { value: true });
17
- exports.ScopeManager = exports.PatternVisitor = exports.Visitor = exports.Reference = exports.analyze = void 0;
18
- var analyze_1 = require("./analyze");
19
- Object.defineProperty(exports, "analyze", { enumerable: true, get: function () { return analyze_1.analyze; } });
20
- __exportStar(require("./definition"), exports);
21
- var Reference_1 = require("./referencer/Reference");
22
- Object.defineProperty(exports, "Reference", { enumerable: true, get: function () { return Reference_1.Reference; } });
23
- var Visitor_1 = require("./referencer/Visitor");
24
- Object.defineProperty(exports, "Visitor", { enumerable: true, get: function () { return Visitor_1.Visitor; } });
25
- var PatternVisitor_1 = require("./referencer/PatternVisitor");
26
- Object.defineProperty(exports, "PatternVisitor", { enumerable: true, get: function () { return PatternVisitor_1.PatternVisitor; } });
27
- __exportStar(require("./scope"), exports);
28
- var ScopeManager_1 = require("./ScopeManager");
29
- Object.defineProperty(exports, "ScopeManager", { enumerable: true, get: function () { return ScopeManager_1.ScopeManager; } });
30
- __exportStar(require("./variable"), exports);
31
- //# sourceMappingURL=index.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;AAAA,qCAAoD;AAA3C,kGAAA,OAAO,OAAA;AAChB,+CAA6B;AAC7B,oDAAmD;AAA1C,sGAAA,SAAS,OAAA;AAClB,gDAA+C;AAAtC,kGAAA,OAAO,OAAA;AAChB,8DAIqC;AAHnC,gHAAA,cAAc,OAAA;AAIhB,0CAAwB;AACxB,+CAA8C;AAArC,4GAAA,YAAY,OAAA;AACrB,6CAA2B"}
@@ -1,16 +0,0 @@
1
- export declare const TYPE: Readonly<{
2
- eslintImplicitGlobalSetting: "readonly";
3
- isTypeVariable: true;
4
- isValueVariable: false;
5
- }>;
6
- export declare const VALUE: Readonly<{
7
- eslintImplicitGlobalSetting: "readonly";
8
- isTypeVariable: false;
9
- isValueVariable: true;
10
- }>;
11
- export declare const TYPE_VALUE: Readonly<{
12
- eslintImplicitGlobalSetting: "readonly";
13
- isTypeVariable: true;
14
- isValueVariable: true;
15
- }>;
16
- //# sourceMappingURL=base-config.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"base-config.d.ts","sourceRoot":"","sources":["../../src/lib/base-config.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,IAAI;;;;EAIf,CAAC;AACH,eAAO,MAAM,KAAK;;;;EAIhB,CAAC;AACH,eAAO,MAAM,UAAU;;;;EAIrB,CAAC"}
@@ -1,23 +0,0 @@
1
- "use strict";
2
- // THIS CODE WAS AUTOMATICALLY GENERATED
3
- // DO NOT EDIT THIS CODE BY HAND
4
- // RUN THE FOLLOWING COMMAND FROM THE WORKSPACE ROOT TO REGENERATE:
5
- // npx nx generate-lib @typescript-eslint/scope-manager
6
- Object.defineProperty(exports, "__esModule", { value: true });
7
- exports.TYPE_VALUE = exports.VALUE = exports.TYPE = void 0;
8
- exports.TYPE = Object.freeze({
9
- eslintImplicitGlobalSetting: 'readonly',
10
- isTypeVariable: true,
11
- isValueVariable: false,
12
- });
13
- exports.VALUE = Object.freeze({
14
- eslintImplicitGlobalSetting: 'readonly',
15
- isTypeVariable: false,
16
- isValueVariable: true,
17
- });
18
- exports.TYPE_VALUE = Object.freeze({
19
- eslintImplicitGlobalSetting: 'readonly',
20
- isTypeVariable: true,
21
- isValueVariable: true,
22
- });
23
- //# sourceMappingURL=base-config.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"base-config.js","sourceRoot":"","sources":["../../src/lib/base-config.ts"],"names":[],"mappings":";AAAA,wCAAwC;AACxC,gCAAgC;AAChC,mEAAmE;AACnE,uDAAuD;;;AAE1C,QAAA,IAAI,GAAG,MAAM,CAAC,MAAM,CAAC;IAChC,2BAA2B,EAAE,UAAU;IACvC,cAAc,EAAE,IAAI;IACpB,eAAe,EAAE,KAAK;CACvB,CAAC,CAAC;AACU,QAAA,KAAK,GAAG,MAAM,CAAC,MAAM,CAAC;IACjC,2BAA2B,EAAE,UAAU;IACvC,cAAc,EAAE,KAAK;IACrB,eAAe,EAAE,IAAI;CACtB,CAAC,CAAC;AACU,QAAA,UAAU,GAAG,MAAM,CAAC,MAAM,CAAC;IACtC,2BAA2B,EAAE,UAAU;IACvC,cAAc,EAAE,IAAI;IACpB,eAAe,EAAE,IAAI;CACtB,CAAC,CAAC"}
@@ -1,3 +0,0 @@
1
- import type { ImplicitLibVariableOptions } from '../variable';
2
- export declare const decorators: Record<string, ImplicitLibVariableOptions>;
3
- //# sourceMappingURL=decorators.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"decorators.d.ts","sourceRoot":"","sources":["../../src/lib/decorators.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,0BAA0B,EAAE,MAAM,aAAa,CAAC;AAG9D,eAAO,MAAM,UAAU,4CAWwB,CAAC"}
@@ -1,21 +0,0 @@
1
- "use strict";
2
- // THIS CODE WAS AUTOMATICALLY GENERATED
3
- // DO NOT EDIT THIS CODE BY HAND
4
- // RUN THE FOLLOWING COMMAND FROM THE WORKSPACE ROOT TO REGENERATE:
5
- // npx nx generate-lib @typescript-eslint/scope-manager
6
- Object.defineProperty(exports, "__esModule", { value: true });
7
- exports.decorators = void 0;
8
- const base_config_1 = require("./base-config");
9
- exports.decorators = {
10
- ClassMemberDecoratorContext: base_config_1.TYPE,
11
- DecoratorContext: base_config_1.TYPE,
12
- ClassDecoratorContext: base_config_1.TYPE,
13
- ClassMethodDecoratorContext: base_config_1.TYPE,
14
- ClassGetterDecoratorContext: base_config_1.TYPE,
15
- ClassSetterDecoratorContext: base_config_1.TYPE,
16
- ClassAccessorDecoratorContext: base_config_1.TYPE,
17
- ClassAccessorDecoratorTarget: base_config_1.TYPE,
18
- ClassAccessorDecoratorResult: base_config_1.TYPE,
19
- ClassFieldDecoratorContext: base_config_1.TYPE,
20
- };
21
- //# sourceMappingURL=decorators.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"decorators.js","sourceRoot":"","sources":["../../src/lib/decorators.ts"],"names":[],"mappings":";AAAA,wCAAwC;AACxC,gCAAgC;AAChC,mEAAmE;AACnE,uDAAuD;;;AAGvD,+CAAqC;AAExB,QAAA,UAAU,GAAG;IACxB,2BAA2B,EAAE,kBAAI;IACjC,gBAAgB,EAAE,kBAAI;IACtB,qBAAqB,EAAE,kBAAI;IAC3B,2BAA2B,EAAE,kBAAI;IACjC,2BAA2B,EAAE,kBAAI;IACjC,2BAA2B,EAAE,kBAAI;IACjC,6BAA6B,EAAE,kBAAI;IACnC,4BAA4B,EAAE,kBAAI;IAClC,4BAA4B,EAAE,kBAAI;IAClC,0BAA0B,EAAE,kBAAI;CACa,CAAC"}
@@ -1,3 +0,0 @@
1
- import type { ImplicitLibVariableOptions } from '../variable';
2
- export declare const decorators_legacy: Record<string, ImplicitLibVariableOptions>;
3
- //# sourceMappingURL=decorators.legacy.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"decorators.legacy.d.ts","sourceRoot":"","sources":["../../src/lib/decorators.legacy.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,0BAA0B,EAAE,MAAM,aAAa,CAAC;AAG9D,eAAO,MAAM,iBAAiB,4CAKiB,CAAC"}
@@ -1,15 +0,0 @@
1
- "use strict";
2
- // THIS CODE WAS AUTOMATICALLY GENERATED
3
- // DO NOT EDIT THIS CODE BY HAND
4
- // RUN THE FOLLOWING COMMAND FROM THE WORKSPACE ROOT TO REGENERATE:
5
- // npx nx generate-lib @typescript-eslint/scope-manager
6
- Object.defineProperty(exports, "__esModule", { value: true });
7
- exports.decorators_legacy = void 0;
8
- const base_config_1 = require("./base-config");
9
- exports.decorators_legacy = {
10
- ClassDecorator: base_config_1.TYPE,
11
- PropertyDecorator: base_config_1.TYPE,
12
- MethodDecorator: base_config_1.TYPE,
13
- ParameterDecorator: base_config_1.TYPE,
14
- };
15
- //# sourceMappingURL=decorators.legacy.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"decorators.legacy.js","sourceRoot":"","sources":["../../src/lib/decorators.legacy.ts"],"names":[],"mappings":";AAAA,wCAAwC;AACxC,gCAAgC;AAChC,mEAAmE;AACnE,uDAAuD;;;AAGvD,+CAAqC;AAExB,QAAA,iBAAiB,GAAG;IAC/B,cAAc,EAAE,kBAAI;IACpB,iBAAiB,EAAE,kBAAI;IACvB,eAAe,EAAE,kBAAI;IACrB,kBAAkB,EAAE,kBAAI;CACqB,CAAC"}
@@ -1,3 +0,0 @@
1
- import type { ImplicitLibVariableOptions } from '../variable';
2
- export declare const dom: Record<string, ImplicitLibVariableOptions>;
3
- //# sourceMappingURL=dom.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"dom.d.ts","sourceRoot":"","sources":["../../src/lib/dom.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,0BAA0B,EAAE,MAAM,aAAa,CAAC;AAG9D,eAAO,MAAM,GAAG,4CA2xC+B,CAAC"}
@@ -1,3 +0,0 @@
1
- import type { ImplicitLibVariableOptions } from '../variable';
2
- export declare const dom_iterable: Record<string, ImplicitLibVariableOptions>;
3
- //# sourceMappingURL=dom.iterable.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"dom.iterable.d.ts","sourceRoot":"","sources":["../../src/lib/dom.iterable.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,0BAA0B,EAAE,MAAM,aAAa,CAAC;AAG9D,eAAO,MAAM,YAAY,4CA6DsB,CAAC"}
@@ -1,71 +0,0 @@
1
- "use strict";
2
- // THIS CODE WAS AUTOMATICALLY GENERATED
3
- // DO NOT EDIT THIS CODE BY HAND
4
- // RUN THE FOLLOWING COMMAND FROM THE WORKSPACE ROOT TO REGENERATE:
5
- // npx nx generate-lib @typescript-eslint/scope-manager
6
- Object.defineProperty(exports, "__esModule", { value: true });
7
- exports.dom_iterable = void 0;
8
- const base_config_1 = require("./base-config");
9
- exports.dom_iterable = {
10
- AudioParam: base_config_1.TYPE,
11
- AudioParamMap: base_config_1.TYPE,
12
- BaseAudioContext: base_config_1.TYPE,
13
- CSSKeyframesRule: base_config_1.TYPE,
14
- CSSRuleList: base_config_1.TYPE,
15
- CSSStyleDeclaration: base_config_1.TYPE,
16
- Cache: base_config_1.TYPE,
17
- CanvasPath: base_config_1.TYPE,
18
- CanvasPathDrawingStyles: base_config_1.TYPE,
19
- DOMRectList: base_config_1.TYPE,
20
- DOMStringList: base_config_1.TYPE,
21
- DOMTokenList: base_config_1.TYPE,
22
- DataTransferItemList: base_config_1.TYPE,
23
- EventCounts: base_config_1.TYPE,
24
- FileList: base_config_1.TYPE,
25
- FontFaceSet: base_config_1.TYPE,
26
- FormData: base_config_1.TYPE,
27
- HTMLAllCollection: base_config_1.TYPE,
28
- HTMLCollectionBase: base_config_1.TYPE,
29
- HTMLCollectionOf: base_config_1.TYPE,
30
- HTMLFormElement: base_config_1.TYPE,
31
- HTMLSelectElement: base_config_1.TYPE,
32
- Headers: base_config_1.TYPE,
33
- IDBDatabase: base_config_1.TYPE,
34
- IDBObjectStore: base_config_1.TYPE,
35
- MIDIInputMap: base_config_1.TYPE,
36
- MIDIOutput: base_config_1.TYPE,
37
- MIDIOutputMap: base_config_1.TYPE,
38
- MediaKeyStatusMap: base_config_1.TYPE,
39
- MediaList: base_config_1.TYPE,
40
- MessageEvent: base_config_1.TYPE,
41
- MimeTypeArray: base_config_1.TYPE,
42
- NamedNodeMap: base_config_1.TYPE,
43
- Navigator: base_config_1.TYPE,
44
- NodeList: base_config_1.TYPE,
45
- NodeListOf: base_config_1.TYPE,
46
- Plugin: base_config_1.TYPE,
47
- PluginArray: base_config_1.TYPE,
48
- RTCRtpTransceiver: base_config_1.TYPE,
49
- RTCStatsReport: base_config_1.TYPE,
50
- SVGLengthList: base_config_1.TYPE,
51
- SVGNumberList: base_config_1.TYPE,
52
- SVGPointList: base_config_1.TYPE,
53
- SVGStringList: base_config_1.TYPE,
54
- SVGTransformList: base_config_1.TYPE,
55
- SourceBufferList: base_config_1.TYPE,
56
- SpeechRecognitionResult: base_config_1.TYPE,
57
- SpeechRecognitionResultList: base_config_1.TYPE,
58
- StyleSheetList: base_config_1.TYPE,
59
- SubtleCrypto: base_config_1.TYPE,
60
- TextTrackCueList: base_config_1.TYPE,
61
- TextTrackList: base_config_1.TYPE,
62
- TouchList: base_config_1.TYPE,
63
- URLSearchParams: base_config_1.TYPE,
64
- WEBGL_draw_buffers: base_config_1.TYPE,
65
- WEBGL_multi_draw: base_config_1.TYPE,
66
- WebGL2RenderingContextBase: base_config_1.TYPE,
67
- WebGL2RenderingContextOverloads: base_config_1.TYPE,
68
- WebGLRenderingContextBase: base_config_1.TYPE,
69
- WebGLRenderingContextOverloads: base_config_1.TYPE,
70
- };
71
- //# sourceMappingURL=dom.iterable.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"dom.iterable.js","sourceRoot":"","sources":["../../src/lib/dom.iterable.ts"],"names":[],"mappings":";AAAA,wCAAwC;AACxC,gCAAgC;AAChC,mEAAmE;AACnE,uDAAuD;;;AAGvD,+CAAqC;AAExB,QAAA,YAAY,GAAG;IAC1B,UAAU,EAAE,kBAAI;IAChB,aAAa,EAAE,kBAAI;IACnB,gBAAgB,EAAE,kBAAI;IACtB,gBAAgB,EAAE,kBAAI;IACtB,WAAW,EAAE,kBAAI;IACjB,mBAAmB,EAAE,kBAAI;IACzB,KAAK,EAAE,kBAAI;IACX,UAAU,EAAE,kBAAI;IAChB,uBAAuB,EAAE,kBAAI;IAC7B,WAAW,EAAE,kBAAI;IACjB,aAAa,EAAE,kBAAI;IACnB,YAAY,EAAE,kBAAI;IAClB,oBAAoB,EAAE,kBAAI;IAC1B,WAAW,EAAE,kBAAI;IACjB,QAAQ,EAAE,kBAAI;IACd,WAAW,EAAE,kBAAI;IACjB,QAAQ,EAAE,kBAAI;IACd,iBAAiB,EAAE,kBAAI;IACvB,kBAAkB,EAAE,kBAAI;IACxB,gBAAgB,EAAE,kBAAI;IACtB,eAAe,EAAE,kBAAI;IACrB,iBAAiB,EAAE,kBAAI;IACvB,OAAO,EAAE,kBAAI;IACb,WAAW,EAAE,kBAAI;IACjB,cAAc,EAAE,kBAAI;IACpB,YAAY,EAAE,kBAAI;IAClB,UAAU,EAAE,kBAAI;IAChB,aAAa,EAAE,kBAAI;IACnB,iBAAiB,EAAE,kBAAI;IACvB,SAAS,EAAE,kBAAI;IACf,YAAY,EAAE,kBAAI;IAClB,aAAa,EAAE,kBAAI;IACnB,YAAY,EAAE,kBAAI;IAClB,SAAS,EAAE,kBAAI;IACf,QAAQ,EAAE,kBAAI;IACd,UAAU,EAAE,kBAAI;IAChB,MAAM,EAAE,kBAAI;IACZ,WAAW,EAAE,kBAAI;IACjB,iBAAiB,EAAE,kBAAI;IACvB,cAAc,EAAE,kBAAI;IACpB,aAAa,EAAE,kBAAI;IACnB,aAAa,EAAE,kBAAI;IACnB,YAAY,EAAE,kBAAI;IAClB,aAAa,EAAE,kBAAI;IACnB,gBAAgB,EAAE,kBAAI;IACtB,gBAAgB,EAAE,kBAAI;IACtB,uBAAuB,EAAE,kBAAI;IAC7B,2BAA2B,EAAE,kBAAI;IACjC,cAAc,EAAE,kBAAI;IACpB,YAAY,EAAE,kBAAI;IAClB,gBAAgB,EAAE,kBAAI;IACtB,aAAa,EAAE,kBAAI;IACnB,SAAS,EAAE,kBAAI;IACf,eAAe,EAAE,kBAAI;IACrB,kBAAkB,EAAE,kBAAI;IACxB,gBAAgB,EAAE,kBAAI;IACtB,0BAA0B,EAAE,kBAAI;IAChC,+BAA+B,EAAE,kBAAI;IACrC,yBAAyB,EAAE,kBAAI;IAC/B,8BAA8B,EAAE,kBAAI;CACS,CAAC"}