@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,130 +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 __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
14
- Object.defineProperty(o, "default", { enumerable: true, value: v });
15
- }) : function(o, v) {
16
- o["default"] = v;
17
- });
18
- var __importStar = (this && this.__importStar) || function (mod) {
19
- if (mod && mod.__esModule) return mod;
20
- var result = {};
21
- if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
22
- __setModuleDefault(result, mod);
23
- return result;
24
- };
25
- var __importDefault = (this && this.__importDefault) || function (mod) {
26
- return (mod && mod.__esModule) ? mod : { "default": mod };
27
- };
28
- Object.defineProperty(exports, "__esModule", { value: true });
29
- exports.getModuleResolver = exports.getAstFromProgram = exports.getCanonicalFileName = exports.ensureAbsolutePath = exports.createHash = exports.createDefaultCompilerOptionsFromExtra = exports.canonicalDirname = exports.CORE_COMPILER_OPTIONS = void 0;
30
- const path_1 = __importDefault(require("path"));
31
- const ts = __importStar(require("typescript"));
32
- /**
33
- * Compiler options required to avoid critical functionality issues
34
- */
35
- const CORE_COMPILER_OPTIONS = {
36
- noEmit: true,
37
- /**
38
- * Flags required to make no-unused-vars work
39
- */
40
- noUnusedLocals: true,
41
- noUnusedParameters: true,
42
- };
43
- exports.CORE_COMPILER_OPTIONS = CORE_COMPILER_OPTIONS;
44
- /**
45
- * Default compiler options for program generation
46
- */
47
- const DEFAULT_COMPILER_OPTIONS = Object.assign(Object.assign({}, CORE_COMPILER_OPTIONS), { allowNonTsExtensions: true, allowJs: true, checkJs: true });
48
- function createDefaultCompilerOptionsFromExtra(parseSettings) {
49
- if (parseSettings.debugLevel.has('typescript')) {
50
- return Object.assign(Object.assign({}, DEFAULT_COMPILER_OPTIONS), { extendedDiagnostics: true });
51
- }
52
- return DEFAULT_COMPILER_OPTIONS;
53
- }
54
- exports.createDefaultCompilerOptionsFromExtra = createDefaultCompilerOptionsFromExtra;
55
- // typescript doesn't provide a ts.sys implementation for browser environments
56
- const useCaseSensitiveFileNames = ts.sys !== undefined ? ts.sys.useCaseSensitiveFileNames : true;
57
- const correctPathCasing = useCaseSensitiveFileNames
58
- ? (filePath) => filePath
59
- : (filePath) => filePath.toLowerCase();
60
- function getCanonicalFileName(filePath) {
61
- let normalized = path_1.default.normalize(filePath);
62
- if (normalized.endsWith(path_1.default.sep)) {
63
- normalized = normalized.slice(0, -1);
64
- }
65
- return correctPathCasing(normalized);
66
- }
67
- exports.getCanonicalFileName = getCanonicalFileName;
68
- function ensureAbsolutePath(p, tsconfigRootDir) {
69
- return path_1.default.isAbsolute(p)
70
- ? p
71
- : path_1.default.join(tsconfigRootDir || process.cwd(), p);
72
- }
73
- exports.ensureAbsolutePath = ensureAbsolutePath;
74
- function canonicalDirname(p) {
75
- return path_1.default.dirname(p);
76
- }
77
- exports.canonicalDirname = canonicalDirname;
78
- const DEFINITION_EXTENSIONS = [
79
- ts.Extension.Dts,
80
- ts.Extension.Dcts,
81
- ts.Extension.Dmts,
82
- ];
83
- function getExtension(fileName) {
84
- var _a;
85
- if (!fileName) {
86
- return null;
87
- }
88
- return ((_a = DEFINITION_EXTENSIONS.find(definitionExt => fileName.endsWith(definitionExt))) !== null && _a !== void 0 ? _a : path_1.default.extname(fileName));
89
- }
90
- function getAstFromProgram(currentProgram, parseSettings) {
91
- const ast = currentProgram.getSourceFile(parseSettings.filePath);
92
- // working around https://github.com/typescript-eslint/typescript-eslint/issues/1573
93
- const expectedExt = getExtension(parseSettings.filePath);
94
- const returnedExt = getExtension(ast === null || ast === void 0 ? void 0 : ast.fileName);
95
- if (expectedExt !== returnedExt) {
96
- return undefined;
97
- }
98
- return ast && { ast, program: currentProgram };
99
- }
100
- exports.getAstFromProgram = getAstFromProgram;
101
- function getModuleResolver(moduleResolverPath) {
102
- let moduleResolver;
103
- try {
104
- moduleResolver = require(moduleResolverPath);
105
- }
106
- catch (error) {
107
- const errorLines = [
108
- 'Could not find the provided parserOptions.moduleResolver.',
109
- 'Hint: use an absolute path if you are not in control over where the ESLint instance runs.',
110
- ];
111
- throw new Error(errorLines.join('\n'));
112
- }
113
- return moduleResolver;
114
- }
115
- exports.getModuleResolver = getModuleResolver;
116
- /**
117
- * Hash content for compare content.
118
- * @param content hashed contend
119
- * @returns hashed result
120
- */
121
- function createHash(content) {
122
- var _a;
123
- // No ts.sys in browser environments.
124
- if ((_a = ts.sys) === null || _a === void 0 ? void 0 : _a.createHash) {
125
- return ts.sys.createHash(content);
126
- }
127
- return content;
128
- }
129
- exports.createHash = createHash;
130
- //# sourceMappingURL=shared.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"shared.js","sourceRoot":"","sources":["../../src/create-program/shared.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,gDAAwB;AAExB,+CAAiC;AAUjC;;GAEG;AACH,MAAM,qBAAqB,GAAuB;IAChD,MAAM,EAAE,IAAI;IAEZ;;OAEG;IACH,cAAc,EAAE,IAAI;IACpB,kBAAkB,EAAE,IAAI;CACzB,CAAC;AAsHA,sDAAqB;AApHvB;;GAEG;AACH,MAAM,wBAAwB,mCACzB,qBAAqB,KACxB,oBAAoB,EAAE,IAAI,EAC1B,OAAO,EAAE,IAAI,EACb,OAAO,EAAE,IAAI,GACd,CAAC;AAEF,SAAS,qCAAqC,CAC5C,aAA4B;IAE5B,IAAI,aAAa,CAAC,UAAU,CAAC,GAAG,CAAC,YAAY,CAAC,EAAE;QAC9C,uCACK,wBAAwB,KAC3B,mBAAmB,EAAE,IAAI,IACzB;KACH;IAED,OAAO,wBAAwB,CAAC;AAClC,CAAC;AAkGC,sFAAqC;AA7FvC,8EAA8E;AAC9E,MAAM,yBAAyB,GAC7B,EAAE,CAAC,GAAG,KAAK,SAAS,CAAC,CAAC,CAAC,EAAE,CAAC,GAAG,CAAC,yBAAyB,CAAC,CAAC,CAAC,IAAI,CAAC;AACjE,MAAM,iBAAiB,GAAG,yBAAyB;IACjD,CAAC,CAAC,CAAC,QAAgB,EAAU,EAAE,CAAC,QAAQ;IACxC,CAAC,CAAC,CAAC,QAAgB,EAAU,EAAE,CAAC,QAAQ,CAAC,WAAW,EAAE,CAAC;AAEzD,SAAS,oBAAoB,CAAC,QAAgB;IAC5C,IAAI,UAAU,GAAG,cAAI,CAAC,SAAS,CAAC,QAAQ,CAAC,CAAC;IAC1C,IAAI,UAAU,CAAC,QAAQ,CAAC,cAAI,CAAC,GAAG,CAAC,EAAE;QACjC,UAAU,GAAG,UAAU,CAAC,KAAK,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC;KACtC;IACD,OAAO,iBAAiB,CAAC,UAAU,CAAkB,CAAC;AACxD,CAAC;AAmFC,oDAAoB;AAjFtB,SAAS,kBAAkB,CAAC,CAAS,EAAE,eAAuB;IAC5D,OAAO,cAAI,CAAC,UAAU,CAAC,CAAC,CAAC;QACvB,CAAC,CAAC,CAAC;QACH,CAAC,CAAC,cAAI,CAAC,IAAI,CAAC,eAAe,IAAI,OAAO,CAAC,GAAG,EAAE,EAAE,CAAC,CAAC,CAAC;AACrD,CAAC;AA4EC,gDAAkB;AA1EpB,SAAS,gBAAgB,CAAC,CAAgB;IACxC,OAAO,cAAI,CAAC,OAAO,CAAC,CAAC,CAAkB,CAAC;AAC1C,CAAC;AAoEC,4CAAgB;AAlElB,MAAM,qBAAqB,GAAG;IAC5B,EAAE,CAAC,SAAS,CAAC,GAAG;IAChB,EAAE,CAAC,SAAS,CAAC,IAAI;IACjB,EAAE,CAAC,SAAS,CAAC,IAAI;CACT,CAAC;AACX,SAAS,YAAY,CAAC,QAA4B;;IAChD,IAAI,CAAC,QAAQ,EAAE;QACb,OAAO,IAAI,CAAC;KACb;IAED,OAAO,CACL,MAAA,qBAAqB,CAAC,IAAI,CAAC,aAAa,CAAC,EAAE,CACzC,QAAQ,CAAC,QAAQ,CAAC,aAAa,CAAC,CACjC,mCAAI,cAAI,CAAC,OAAO,CAAC,QAAQ,CAAC,CAC5B,CAAC;AACJ,CAAC;AAED,SAAS,iBAAiB,CACxB,cAAuB,EACvB,aAA4B;IAE5B,MAAM,GAAG,GAAG,cAAc,CAAC,aAAa,CAAC,aAAa,CAAC,QAAQ,CAAC,CAAC;IAEjE,oFAAoF;IACpF,MAAM,WAAW,GAAG,YAAY,CAAC,aAAa,CAAC,QAAQ,CAAC,CAAC;IACzD,MAAM,WAAW,GAAG,YAAY,CAAC,GAAG,aAAH,GAAG,uBAAH,GAAG,CAAE,QAAQ,CAAC,CAAC;IAChD,IAAI,WAAW,KAAK,WAAW,EAAE;QAC/B,OAAO,SAAS,CAAC;KAClB;IAED,OAAO,GAAG,IAAI,EAAE,GAAG,EAAE,OAAO,EAAE,cAAc,EAAE,CAAC;AACjD,CAAC;AAyCC,8CAAiB;AAvCnB,SAAS,iBAAiB,CAAC,kBAA0B;IACnD,IAAI,cAA8B,CAAC;IAEnC,IAAI;QACF,cAAc,GAAG,OAAO,CAAC,kBAAkB,CAAmB,CAAC;KAChE;IAAC,OAAO,KAAK,EAAE;QACd,MAAM,UAAU,GAAG;YACjB,2DAA2D;YAC3D,2FAA2F;SAC5F,CAAC;QAEF,MAAM,IAAI,KAAK,CAAC,UAAU,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC;KACxC;IAED,OAAO,cAAc,CAAC;AACxB,CAAC;AAyBC,8CAAiB;AAvBnB;;;;GAIG;AACH,SAAS,UAAU,CAAC,OAAe;;IACjC,qCAAqC;IACrC,IAAI,MAAA,EAAE,CAAC,GAAG,0CAAE,UAAU,EAAE;QACtB,OAAO,EAAE,CAAC,GAAG,CAAC,UAAU,CAAC,OAAO,CAAC,CAAC;KACnC;IACD,OAAO,OAAO,CAAC;AACjB,CAAC;AAQC,gCAAU"}
@@ -1,13 +0,0 @@
1
- import * as ts from 'typescript';
2
- import type { ParseSettings } from '../parseSettings';
3
- import type { ASTAndProgram } from './shared';
4
- declare function useProvidedPrograms(programInstances: Iterable<ts.Program>, parseSettings: ParseSettings): ASTAndProgram | undefined;
5
- /**
6
- * Utility offered by parser to help consumers construct their own program instance.
7
- *
8
- * @param configFile the path to the tsconfig.json file, relative to `projectDirectory`
9
- * @param projectDirectory the project directory to use as the CWD, defaults to `process.cwd()`
10
- */
11
- declare function createProgramFromConfigFile(configFile: string, projectDirectory?: string): ts.Program;
12
- export { useProvidedPrograms, createProgramFromConfigFile };
13
- //# sourceMappingURL=useProvidedPrograms.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"useProvidedPrograms.d.ts","sourceRoot":"","sources":["../../src/create-program/useProvidedPrograms.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,MAAM,YAAY,CAAC;AAEjC,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,kBAAkB,CAAC;AACtD,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,UAAU,CAAC;AAK9C,iBAAS,mBAAmB,CAC1B,gBAAgB,EAAE,QAAQ,CAAC,EAAE,CAAC,OAAO,CAAC,EACtC,aAAa,EAAE,aAAa,GAC3B,aAAa,GAAG,SAAS,CA+B3B;AAED;;;;;GAKG;AACH,iBAAS,2BAA2B,CAClC,UAAU,EAAE,MAAM,EAClB,gBAAgB,CAAC,EAAE,MAAM,GACxB,EAAE,CAAC,OAAO,CA4BZ;AAUD,OAAO,EAAE,mBAAmB,EAAE,2BAA2B,EAAE,CAAC"}
@@ -1,93 +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 __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
14
- Object.defineProperty(o, "default", { enumerable: true, value: v });
15
- }) : function(o, v) {
16
- o["default"] = v;
17
- });
18
- var __importStar = (this && this.__importStar) || function (mod) {
19
- if (mod && mod.__esModule) return mod;
20
- var result = {};
21
- if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
22
- __setModuleDefault(result, mod);
23
- return result;
24
- };
25
- var __importDefault = (this && this.__importDefault) || function (mod) {
26
- return (mod && mod.__esModule) ? mod : { "default": mod };
27
- };
28
- Object.defineProperty(exports, "__esModule", { value: true });
29
- exports.createProgramFromConfigFile = exports.useProvidedPrograms = void 0;
30
- const debug_1 = __importDefault(require("debug"));
31
- const fs = __importStar(require("fs"));
32
- const path = __importStar(require("path"));
33
- const ts = __importStar(require("typescript"));
34
- const shared_1 = require("./shared");
35
- const log = (0, debug_1.default)('typescript-eslint:typescript-estree:useProvidedProgram');
36
- function useProvidedPrograms(programInstances, parseSettings) {
37
- log('Retrieving ast for %s from provided program instance(s)', parseSettings.filePath);
38
- let astAndProgram;
39
- for (const programInstance of programInstances) {
40
- astAndProgram = (0, shared_1.getAstFromProgram)(programInstance, parseSettings);
41
- // Stop at the first applicable program instance
42
- if (astAndProgram) {
43
- break;
44
- }
45
- }
46
- if (!astAndProgram) {
47
- const relativeFilePath = path.relative(parseSettings.tsconfigRootDir || process.cwd(), parseSettings.filePath);
48
- const errorLines = [
49
- '"parserOptions.programs" has been provided for @typescript-eslint/parser.',
50
- `The file was not found in any of the provided program instance(s): ${relativeFilePath}`,
51
- ];
52
- throw new Error(errorLines.join('\n'));
53
- }
54
- astAndProgram.program.getTypeChecker(); // ensure parent pointers are set in source files
55
- return astAndProgram;
56
- }
57
- exports.useProvidedPrograms = useProvidedPrograms;
58
- /**
59
- * Utility offered by parser to help consumers construct their own program instance.
60
- *
61
- * @param configFile the path to the tsconfig.json file, relative to `projectDirectory`
62
- * @param projectDirectory the project directory to use as the CWD, defaults to `process.cwd()`
63
- */
64
- function createProgramFromConfigFile(configFile, projectDirectory) {
65
- if (ts.sys === undefined) {
66
- throw new Error('`createProgramFromConfigFile` is only supported in a Node-like environment.');
67
- }
68
- const parsed = ts.getParsedCommandLineOfConfigFile(configFile, shared_1.CORE_COMPILER_OPTIONS, {
69
- onUnRecoverableConfigFileDiagnostic: diag => {
70
- throw new Error(formatDiagnostics([diag])); // ensures that `parsed` is defined.
71
- },
72
- fileExists: fs.existsSync,
73
- getCurrentDirectory: () => (projectDirectory && path.resolve(projectDirectory)) || process.cwd(),
74
- readDirectory: ts.sys.readDirectory,
75
- readFile: file => fs.readFileSync(file, 'utf-8'),
76
- useCaseSensitiveFileNames: ts.sys.useCaseSensitiveFileNames,
77
- });
78
- const result = parsed; // parsed is not undefined, since we throw on failure.
79
- if (result.errors.length) {
80
- throw new Error(formatDiagnostics(result.errors));
81
- }
82
- const host = ts.createCompilerHost(result.options, true);
83
- return ts.createProgram(result.fileNames, result.options, host);
84
- }
85
- exports.createProgramFromConfigFile = createProgramFromConfigFile;
86
- function formatDiagnostics(diagnostics) {
87
- return ts.formatDiagnostics(diagnostics, {
88
- getCanonicalFileName: f => f,
89
- getCurrentDirectory: process.cwd,
90
- getNewLine: () => '\n',
91
- });
92
- }
93
- //# sourceMappingURL=useProvidedPrograms.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"useProvidedPrograms.js","sourceRoot":"","sources":["../../src/create-program/useProvidedPrograms.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,kDAA0B;AAC1B,uCAAyB;AACzB,2CAA6B;AAC7B,+CAAiC;AAIjC,qCAAoE;AAEpE,MAAM,GAAG,GAAG,IAAA,eAAK,EAAC,wDAAwD,CAAC,CAAC;AAE5E,SAAS,mBAAmB,CAC1B,gBAAsC,EACtC,aAA4B;IAE5B,GAAG,CACD,yDAAyD,EACzD,aAAa,CAAC,QAAQ,CACvB,CAAC;IAEF,IAAI,aAAwC,CAAC;IAC7C,KAAK,MAAM,eAAe,IAAI,gBAAgB,EAAE;QAC9C,aAAa,GAAG,IAAA,0BAAiB,EAAC,eAAe,EAAE,aAAa,CAAC,CAAC;QAClE,gDAAgD;QAChD,IAAI,aAAa,EAAE;YACjB,MAAM;SACP;KACF;IAED,IAAI,CAAC,aAAa,EAAE;QAClB,MAAM,gBAAgB,GAAG,IAAI,CAAC,QAAQ,CACpC,aAAa,CAAC,eAAe,IAAI,OAAO,CAAC,GAAG,EAAE,EAC9C,aAAa,CAAC,QAAQ,CACvB,CAAC;QACF,MAAM,UAAU,GAAG;YACjB,2EAA2E;YAC3E,sEAAsE,gBAAgB,EAAE;SACzF,CAAC;QAEF,MAAM,IAAI,KAAK,CAAC,UAAU,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC;KACxC;IAED,aAAa,CAAC,OAAO,CAAC,cAAc,EAAE,CAAC,CAAC,iDAAiD;IAEzF,OAAO,aAAa,CAAC;AACvB,CAAC;AAiDQ,kDAAmB;AA/C5B;;;;;GAKG;AACH,SAAS,2BAA2B,CAClC,UAAkB,EAClB,gBAAyB;IAEzB,IAAI,EAAE,CAAC,GAAG,KAAK,SAAS,EAAE;QACxB,MAAM,IAAI,KAAK,CACb,6EAA6E,CAC9E,CAAC;KACH;IAED,MAAM,MAAM,GAAG,EAAE,CAAC,gCAAgC,CAChD,UAAU,EACV,8BAAqB,EACrB;QACE,mCAAmC,EAAE,IAAI,CAAC,EAAE;YAC1C,MAAM,IAAI,KAAK,CAAC,iBAAiB,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC,CAAC,oCAAoC;QAClF,CAAC;QACD,UAAU,EAAE,EAAE,CAAC,UAAU;QACzB,mBAAmB,EAAE,GAAG,EAAE,CACxB,CAAC,gBAAgB,IAAI,IAAI,CAAC,OAAO,CAAC,gBAAgB,CAAC,CAAC,IAAI,OAAO,CAAC,GAAG,EAAE;QACvE,aAAa,EAAE,EAAE,CAAC,GAAG,CAAC,aAAa;QACnC,QAAQ,EAAE,IAAI,CAAC,EAAE,CAAC,EAAE,CAAC,YAAY,CAAC,IAAI,EAAE,OAAO,CAAC;QAChD,yBAAyB,EAAE,EAAE,CAAC,GAAG,CAAC,yBAAyB;KAC5D,CACF,CAAC;IACF,MAAM,MAAM,GAAG,MAAO,CAAC,CAAC,sDAAsD;IAC9E,IAAI,MAAM,CAAC,MAAM,CAAC,MAAM,EAAE;QACxB,MAAM,IAAI,KAAK,CAAC,iBAAiB,CAAC,MAAM,CAAC,MAAM,CAAC,CAAC,CAAC;KACnD;IACD,MAAM,IAAI,GAAG,EAAE,CAAC,kBAAkB,CAAC,MAAM,CAAC,OAAO,EAAE,IAAI,CAAC,CAAC;IACzD,OAAO,EAAE,CAAC,aAAa,CAAC,MAAM,CAAC,SAAS,EAAE,MAAM,CAAC,OAAO,EAAE,IAAI,CAAC,CAAC;AAClE,CAAC;AAU6B,kEAA2B;AARzD,SAAS,iBAAiB,CAAC,WAA4B;IACrD,OAAO,EAAE,CAAC,iBAAiB,CAAC,WAAW,EAAE;QACvC,oBAAoB,EAAE,CAAC,CAAC,EAAE,CAAC,CAAC;QAC5B,mBAAmB,EAAE,OAAO,CAAC,GAAG;QAChC,UAAU,EAAE,GAAG,EAAE,CAAC,IAAI;KACvB,CAAC,CAAC;AACL,CAAC"}
@@ -1,4 +0,0 @@
1
- import * as ts from 'typescript';
2
- export declare function getModifiers(node: ts.Node | null | undefined): undefined | ts.Modifier[];
3
- export declare function getDecorators(node: ts.Node | null | undefined): undefined | ts.Decorator[];
4
- //# sourceMappingURL=getModifiers.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"getModifiers.d.ts","sourceRoot":"","sources":["../src/getModifiers.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,MAAM,YAAY,CAAC;AAMjC,wBAAgB,YAAY,CAC1B,IAAI,EAAE,EAAE,CAAC,IAAI,GAAG,IAAI,GAAG,SAAS,GAC/B,SAAS,GAAG,EAAE,CAAC,QAAQ,EAAE,CAsB3B;AAED,wBAAgB,aAAa,CAC3B,IAAI,EAAE,EAAE,CAAC,IAAI,GAAG,IAAI,GAAG,SAAS,GAC/B,SAAS,GAAG,EAAE,CAAC,SAAS,EAAE,CAoB5B"}
@@ -1,68 +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 __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
14
- Object.defineProperty(o, "default", { enumerable: true, value: v });
15
- }) : function(o, v) {
16
- o["default"] = v;
17
- });
18
- var __importStar = (this && this.__importStar) || function (mod) {
19
- if (mod && mod.__esModule) return mod;
20
- var result = {};
21
- if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
22
- __setModuleDefault(result, mod);
23
- return result;
24
- };
25
- Object.defineProperty(exports, "__esModule", { value: true });
26
- exports.getDecorators = exports.getModifiers = void 0;
27
- const ts = __importStar(require("typescript"));
28
- const version_check_1 = require("./version-check");
29
- const isAtLeast48 = version_check_1.typescriptVersionIsAtLeast['4.8'];
30
- function getModifiers(node) {
31
- var _a;
32
- if (node == null) {
33
- return undefined;
34
- }
35
- if (isAtLeast48) {
36
- // eslint-disable-next-line deprecation/deprecation -- this is safe as it's guarded
37
- if (ts.canHaveModifiers(node)) {
38
- // eslint-disable-next-line deprecation/deprecation -- this is safe as it's guarded
39
- const modifiers = ts.getModifiers(node);
40
- return modifiers ? Array.from(modifiers) : undefined;
41
- }
42
- return undefined;
43
- }
44
- return (
45
- // @ts-expect-error intentional fallback for older TS versions
46
- (_a = node.modifiers) === null || _a === void 0 ? void 0 : _a.filter((m) => !ts.isDecorator(m)));
47
- }
48
- exports.getModifiers = getModifiers;
49
- function getDecorators(node) {
50
- var _a;
51
- if (node == null) {
52
- return undefined;
53
- }
54
- if (isAtLeast48) {
55
- // eslint-disable-next-line deprecation/deprecation -- this is safe as it's guarded
56
- if (ts.canHaveDecorators(node)) {
57
- // eslint-disable-next-line deprecation/deprecation -- this is safe as it's guarded
58
- const decorators = ts.getDecorators(node);
59
- return decorators ? Array.from(decorators) : undefined;
60
- }
61
- return undefined;
62
- }
63
- return (
64
- // @ts-expect-error intentional fallback for older TS versions
65
- (_a = node.decorators) === null || _a === void 0 ? void 0 : _a.filter(ts.isDecorator));
66
- }
67
- exports.getDecorators = getDecorators;
68
- //# sourceMappingURL=getModifiers.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"getModifiers.js","sourceRoot":"","sources":["../src/getModifiers.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,+CAAiC;AAEjC,mDAA6D;AAE7D,MAAM,WAAW,GAAG,0CAA0B,CAAC,KAAK,CAAC,CAAC;AAEtD,SAAgB,YAAY,CAC1B,IAAgC;;IAEhC,IAAI,IAAI,IAAI,IAAI,EAAE;QAChB,OAAO,SAAS,CAAC;KAClB;IAED,IAAI,WAAW,EAAE;QACf,mFAAmF;QACnF,IAAI,EAAE,CAAC,gBAAgB,CAAC,IAAI,CAAC,EAAE;YAC7B,mFAAmF;YACnF,MAAM,SAAS,GAAG,EAAE,CAAC,YAAY,CAAC,IAAI,CAAC,CAAC;YACxC,OAAO,SAAS,CAAC,CAAC,CAAC,KAAK,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC;SACtD;QAED,OAAO,SAAS,CAAC;KAClB;IAED,OAAO;IACL,8DAA8D;IAC9D,MAAC,IAAI,CAAC,SAA2B,0CAAE,MAAM,CACvC,CAAC,CAAC,EAAoB,EAAE,CAAC,CAAC,EAAE,CAAC,WAAW,CAAC,CAAC,CAAC,CAC5C,CACF,CAAC;AACJ,CAAC;AAxBD,oCAwBC;AAED,SAAgB,aAAa,CAC3B,IAAgC;;IAEhC,IAAI,IAAI,IAAI,IAAI,EAAE;QAChB,OAAO,SAAS,CAAC;KAClB;IAED,IAAI,WAAW,EAAE;QACf,mFAAmF;QACnF,IAAI,EAAE,CAAC,iBAAiB,CAAC,IAAI,CAAC,EAAE;YAC9B,mFAAmF;YACnF,MAAM,UAAU,GAAG,EAAE,CAAC,aAAa,CAAC,IAAI,CAAC,CAAC;YAC1C,OAAO,UAAU,CAAC,CAAC,CAAC,KAAK,CAAC,IAAI,CAAC,UAAU,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC;SACxD;QAED,OAAO,SAAS,CAAC;KAClB;IAED,OAAO;IACL,8DAA8D;IAC9D,MAAC,IAAI,CAAC,UAAwB,0CAAE,MAAM,CAAC,EAAE,CAAC,WAAW,CAAC,CACvD,CAAC;AACJ,CAAC;AAtBD,sCAsBC"}
@@ -1,12 +0,0 @@
1
- export { AST, parse, parseAndGenerateServices, parseWithNodeMaps, ParseAndGenerateServicesResult, ParseWithNodeMapsResult, } from './parser';
2
- export { ParserServices, TSESTreeOptions } from './parser-options';
3
- export { simpleTraverse } from './simple-traverse';
4
- export * from './ts-estree';
5
- export { createProgramFromConfigFile as createProgram } from './create-program/useProvidedPrograms';
6
- export * from './create-program/getScriptKind';
7
- export { typescriptVersionIsAtLeast } from './version-check';
8
- export * from './getModifiers';
9
- export * from './clear-caches';
10
- export { visitorKeys } from '@typescript-eslint/visitor-keys';
11
- export declare const version: string;
12
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,GAAG,EACH,KAAK,EACL,wBAAwB,EACxB,iBAAiB,EACjB,8BAA8B,EAC9B,uBAAuB,GACxB,MAAM,UAAU,CAAC;AAClB,OAAO,EAAE,cAAc,EAAE,eAAe,EAAE,MAAM,kBAAkB,CAAC;AACnE,OAAO,EAAE,cAAc,EAAE,MAAM,mBAAmB,CAAC;AACnD,cAAc,aAAa,CAAC;AAC5B,OAAO,EAAE,2BAA2B,IAAI,aAAa,EAAE,MAAM,sCAAsC,CAAC;AACpG,cAAc,gCAAgC,CAAC;AAC/C,OAAO,EAAE,0BAA0B,EAAE,MAAM,iBAAiB,CAAC;AAC7D,cAAc,gBAAgB,CAAC;AAC/B,cAAc,gBAAgB,CAAC;AAG/B,OAAO,EAAE,WAAW,EAAE,MAAM,iCAAiC,CAAC;AAI9D,eAAO,MAAM,OAAO,EAAE,MAA2C,CAAC"}
@@ -1,38 +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.version = exports.visitorKeys = exports.typescriptVersionIsAtLeast = exports.createProgram = exports.simpleTraverse = exports.parseWithNodeMaps = exports.parseAndGenerateServices = exports.parse = void 0;
18
- var parser_1 = require("./parser");
19
- Object.defineProperty(exports, "parse", { enumerable: true, get: function () { return parser_1.parse; } });
20
- Object.defineProperty(exports, "parseAndGenerateServices", { enumerable: true, get: function () { return parser_1.parseAndGenerateServices; } });
21
- Object.defineProperty(exports, "parseWithNodeMaps", { enumerable: true, get: function () { return parser_1.parseWithNodeMaps; } });
22
- var simple_traverse_1 = require("./simple-traverse");
23
- Object.defineProperty(exports, "simpleTraverse", { enumerable: true, get: function () { return simple_traverse_1.simpleTraverse; } });
24
- __exportStar(require("./ts-estree"), exports);
25
- var useProvidedPrograms_1 = require("./create-program/useProvidedPrograms");
26
- Object.defineProperty(exports, "createProgram", { enumerable: true, get: function () { return useProvidedPrograms_1.createProgramFromConfigFile; } });
27
- __exportStar(require("./create-program/getScriptKind"), exports);
28
- var version_check_1 = require("./version-check");
29
- Object.defineProperty(exports, "typescriptVersionIsAtLeast", { enumerable: true, get: function () { return version_check_1.typescriptVersionIsAtLeast; } });
30
- __exportStar(require("./getModifiers"), exports);
31
- __exportStar(require("./clear-caches"), exports);
32
- // re-export for backwards-compat
33
- var visitor_keys_1 = require("@typescript-eslint/visitor-keys");
34
- Object.defineProperty(exports, "visitorKeys", { enumerable: true, get: function () { return visitor_keys_1.visitorKeys; } });
35
- // note - cannot migrate this to an import statement because it will make TSC copy the package.json to the dist folder
36
- // eslint-disable-next-line @typescript-eslint/no-unsafe-assignment, @typescript-eslint/no-unsafe-member-access
37
- exports.version = require('../package.json').version;
38
- //# sourceMappingURL=index.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;AAAA,mCAOkB;AALhB,+FAAA,KAAK,OAAA;AACL,kHAAA,wBAAwB,OAAA;AACxB,2GAAA,iBAAiB,OAAA;AAKnB,qDAAmD;AAA1C,iHAAA,cAAc,OAAA;AACvB,8CAA4B;AAC5B,4EAAoG;AAA3F,oHAAA,2BAA2B,OAAiB;AACrD,iEAA+C;AAC/C,iDAA6D;AAApD,2HAAA,0BAA0B,OAAA;AACnC,iDAA+B;AAC/B,iDAA+B;AAE/B,iCAAiC;AACjC,gEAA8D;AAArD,2GAAA,WAAW,OAAA;AAEpB,sHAAsH;AACtH,+GAA+G;AAClG,QAAA,OAAO,GAAW,OAAO,CAAC,iBAAiB,CAAC,CAAC,OAAO,CAAC"}
@@ -1,2 +0,0 @@
1
- export declare const xhtmlEntities: Record<string, string>;
2
- //# sourceMappingURL=xhtml-entities.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"xhtml-entities.d.ts","sourceRoot":"","sources":["../../src/jsx/xhtml-entities.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,aAAa,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CA8PhD,CAAC"}
@@ -1,259 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.xhtmlEntities = void 0;
4
- exports.xhtmlEntities = {
5
- quot: '\u0022',
6
- amp: '&',
7
- apos: '\u0027',
8
- lt: '<',
9
- gt: '>',
10
- nbsp: '\u00A0',
11
- iexcl: '\u00A1',
12
- cent: '\u00A2',
13
- pound: '\u00A3',
14
- curren: '\u00A4',
15
- yen: '\u00A5',
16
- brvbar: '\u00A6',
17
- sect: '\u00A7',
18
- uml: '\u00A8',
19
- copy: '\u00A9',
20
- ordf: '\u00AA',
21
- laquo: '\u00AB',
22
- not: '\u00AC',
23
- shy: '\u00AD',
24
- reg: '\u00AE',
25
- macr: '\u00AF',
26
- deg: '\u00B0',
27
- plusmn: '\u00B1',
28
- sup2: '\u00B2',
29
- sup3: '\u00B3',
30
- acute: '\u00B4',
31
- micro: '\u00B5',
32
- para: '\u00B6',
33
- middot: '\u00B7',
34
- cedil: '\u00B8',
35
- sup1: '\u00B9',
36
- ordm: '\u00BA',
37
- raquo: '\u00BB',
38
- frac14: '\u00BC',
39
- frac12: '\u00BD',
40
- frac34: '\u00BE',
41
- iquest: '\u00BF',
42
- Agrave: '\u00C0',
43
- Aacute: '\u00C1',
44
- Acirc: '\u00C2',
45
- Atilde: '\u00C3',
46
- Auml: '\u00C4',
47
- Aring: '\u00C5',
48
- AElig: '\u00C6',
49
- Ccedil: '\u00C7',
50
- Egrave: '\u00C8',
51
- Eacute: '\u00C9',
52
- Ecirc: '\u00CA',
53
- Euml: '\u00CB',
54
- Igrave: '\u00CC',
55
- Iacute: '\u00CD',
56
- Icirc: '\u00CE',
57
- Iuml: '\u00CF',
58
- ETH: '\u00D0',
59
- Ntilde: '\u00D1',
60
- Ograve: '\u00D2',
61
- Oacute: '\u00D3',
62
- Ocirc: '\u00D4',
63
- Otilde: '\u00D5',
64
- Ouml: '\u00D6',
65
- times: '\u00D7',
66
- Oslash: '\u00D8',
67
- Ugrave: '\u00D9',
68
- Uacute: '\u00DA',
69
- Ucirc: '\u00DB',
70
- Uuml: '\u00DC',
71
- Yacute: '\u00DD',
72
- THORN: '\u00DE',
73
- szlig: '\u00DF',
74
- agrave: '\u00E0',
75
- aacute: '\u00E1',
76
- acirc: '\u00E2',
77
- atilde: '\u00E3',
78
- auml: '\u00E4',
79
- aring: '\u00E5',
80
- aelig: '\u00E6',
81
- ccedil: '\u00E7',
82
- egrave: '\u00E8',
83
- eacute: '\u00E9',
84
- ecirc: '\u00EA',
85
- euml: '\u00EB',
86
- igrave: '\u00EC',
87
- iacute: '\u00ED',
88
- icirc: '\u00EE',
89
- iuml: '\u00EF',
90
- eth: '\u00F0',
91
- ntilde: '\u00F1',
92
- ograve: '\u00F2',
93
- oacute: '\u00F3',
94
- ocirc: '\u00F4',
95
- otilde: '\u00F5',
96
- ouml: '\u00F6',
97
- divide: '\u00F7',
98
- oslash: '\u00F8',
99
- ugrave: '\u00F9',
100
- uacute: '\u00FA',
101
- ucirc: '\u00FB',
102
- uuml: '\u00FC',
103
- yacute: '\u00FD',
104
- thorn: '\u00FE',
105
- yuml: '\u00FF',
106
- OElig: '\u0152',
107
- oelig: '\u0153',
108
- Scaron: '\u0160',
109
- scaron: '\u0161',
110
- Yuml: '\u0178',
111
- fnof: '\u0192',
112
- circ: '\u02C6',
113
- tilde: '\u02DC',
114
- Alpha: '\u0391',
115
- Beta: '\u0392',
116
- Gamma: '\u0393',
117
- Delta: '\u0394',
118
- Epsilon: '\u0395',
119
- Zeta: '\u0396',
120
- Eta: '\u0397',
121
- Theta: '\u0398',
122
- Iota: '\u0399',
123
- Kappa: '\u039A',
124
- Lambda: '\u039B',
125
- Mu: '\u039C',
126
- Nu: '\u039D',
127
- Xi: '\u039E',
128
- Omicron: '\u039F',
129
- Pi: '\u03A0',
130
- Rho: '\u03A1',
131
- Sigma: '\u03A3',
132
- Tau: '\u03A4',
133
- Upsilon: '\u03A5',
134
- Phi: '\u03A6',
135
- Chi: '\u03A7',
136
- Psi: '\u03A8',
137
- Omega: '\u03A9',
138
- alpha: '\u03B1',
139
- beta: '\u03B2',
140
- gamma: '\u03B3',
141
- delta: '\u03B4',
142
- epsilon: '\u03B5',
143
- zeta: '\u03B6',
144
- eta: '\u03B7',
145
- theta: '\u03B8',
146
- iota: '\u03B9',
147
- kappa: '\u03BA',
148
- lambda: '\u03BB',
149
- mu: '\u03BC',
150
- nu: '\u03BD',
151
- xi: '\u03BE',
152
- omicron: '\u03BF',
153
- pi: '\u03C0',
154
- rho: '\u03C1',
155
- sigmaf: '\u03C2',
156
- sigma: '\u03C3',
157
- tau: '\u03C4',
158
- upsilon: '\u03C5',
159
- phi: '\u03C6',
160
- chi: '\u03C7',
161
- psi: '\u03C8',
162
- omega: '\u03C9',
163
- thetasym: '\u03D1',
164
- upsih: '\u03D2',
165
- piv: '\u03D6',
166
- ensp: '\u2002',
167
- emsp: '\u2003',
168
- thinsp: '\u2009',
169
- zwnj: '\u200C',
170
- zwj: '\u200D',
171
- lrm: '\u200E',
172
- rlm: '\u200F',
173
- ndash: '\u2013',
174
- mdash: '\u2014',
175
- lsquo: '\u2018',
176
- rsquo: '\u2019',
177
- sbquo: '\u201A',
178
- ldquo: '\u201C',
179
- rdquo: '\u201D',
180
- bdquo: '\u201E',
181
- dagger: '\u2020',
182
- Dagger: '\u2021',
183
- bull: '\u2022',
184
- hellip: '\u2026',
185
- permil: '\u2030',
186
- prime: '\u2032',
187
- Prime: '\u2033',
188
- lsaquo: '\u2039',
189
- rsaquo: '\u203A',
190
- oline: '\u203E',
191
- frasl: '\u2044',
192
- euro: '\u20AC',
193
- image: '\u2111',
194
- weierp: '\u2118',
195
- real: '\u211C',
196
- trade: '\u2122',
197
- alefsym: '\u2135',
198
- larr: '\u2190',
199
- uarr: '\u2191',
200
- rarr: '\u2192',
201
- darr: '\u2193',
202
- harr: '\u2194',
203
- crarr: '\u21B5',
204
- lArr: '\u21D0',
205
- uArr: '\u21D1',
206
- rArr: '\u21D2',
207
- dArr: '\u21D3',
208
- hArr: '\u21D4',
209
- forall: '\u2200',
210
- part: '\u2202',
211
- exist: '\u2203',
212
- empty: '\u2205',
213
- nabla: '\u2207',
214
- isin: '\u2208',
215
- notin: '\u2209',
216
- ni: '\u220B',
217
- prod: '\u220F',
218
- sum: '\u2211',
219
- minus: '\u2212',
220
- lowast: '\u2217',
221
- radic: '\u221A',
222
- prop: '\u221D',
223
- infin: '\u221E',
224
- ang: '\u2220',
225
- and: '\u2227',
226
- or: '\u2228',
227
- cap: '\u2229',
228
- cup: '\u222A',
229
- int: '\u222B',
230
- there4: '\u2234',
231
- sim: '\u223C',
232
- cong: '\u2245',
233
- asymp: '\u2248',
234
- ne: '\u2260',
235
- equiv: '\u2261',
236
- le: '\u2264',
237
- ge: '\u2265',
238
- sub: '\u2282',
239
- sup: '\u2283',
240
- nsub: '\u2284',
241
- sube: '\u2286',
242
- supe: '\u2287',
243
- oplus: '\u2295',
244
- otimes: '\u2297',
245
- perp: '\u22A5',
246
- sdot: '\u22C5',
247
- lceil: '\u2308',
248
- rceil: '\u2309',
249
- lfloor: '\u230A',
250
- rfloor: '\u230B',
251
- lang: '\u2329',
252
- rang: '\u232A',
253
- loz: '\u25CA',
254
- spades: '\u2660',
255
- clubs: '\u2663',
256
- hearts: '\u2665',
257
- diams: '\u2666',
258
- };
259
- //# sourceMappingURL=xhtml-entities.js.map