@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,1317 +0,0 @@
1
- "use strict";
2
- // THIS CODE WAS AUTOMATICALLY GENERATED
3
- // DO NOT EDIT THIS CODE BY HAND
4
- // RUN THE FOLLOWING COMMAND FROM THE WORKSPACE ROOT TO REGENERATE:
5
- // npx nx generate-lib @typescript-eslint/scope-manager
6
- Object.defineProperty(exports, "__esModule", { value: true });
7
- exports.dom = void 0;
8
- const base_config_1 = require("./base-config");
9
- exports.dom = {
10
- AddEventListenerOptions: base_config_1.TYPE,
11
- AesCbcParams: base_config_1.TYPE,
12
- AesCtrParams: base_config_1.TYPE,
13
- AesDerivedKeyParams: base_config_1.TYPE,
14
- AesGcmParams: base_config_1.TYPE,
15
- AesKeyAlgorithm: base_config_1.TYPE,
16
- AesKeyGenParams: base_config_1.TYPE,
17
- Algorithm: base_config_1.TYPE,
18
- AnalyserOptions: base_config_1.TYPE,
19
- AnimationEventInit: base_config_1.TYPE,
20
- AnimationPlaybackEventInit: base_config_1.TYPE,
21
- AssignedNodesOptions: base_config_1.TYPE,
22
- AudioBufferOptions: base_config_1.TYPE,
23
- AudioBufferSourceOptions: base_config_1.TYPE,
24
- AudioConfiguration: base_config_1.TYPE,
25
- AudioContextOptions: base_config_1.TYPE,
26
- AudioNodeOptions: base_config_1.TYPE,
27
- AudioProcessingEventInit: base_config_1.TYPE,
28
- AudioTimestamp: base_config_1.TYPE,
29
- AudioWorkletNodeOptions: base_config_1.TYPE,
30
- AuthenticationExtensionsClientInputs: base_config_1.TYPE,
31
- AuthenticationExtensionsClientOutputs: base_config_1.TYPE,
32
- AuthenticatorSelectionCriteria: base_config_1.TYPE,
33
- BiquadFilterOptions: base_config_1.TYPE,
34
- BlobEventInit: base_config_1.TYPE,
35
- BlobPropertyBag: base_config_1.TYPE,
36
- CSSStyleSheetInit: base_config_1.TYPE,
37
- CacheQueryOptions: base_config_1.TYPE,
38
- CanvasRenderingContext2DSettings: base_config_1.TYPE,
39
- ChannelMergerOptions: base_config_1.TYPE,
40
- ChannelSplitterOptions: base_config_1.TYPE,
41
- CheckVisibilityOptions: base_config_1.TYPE,
42
- ClientQueryOptions: base_config_1.TYPE,
43
- ClipboardEventInit: base_config_1.TYPE,
44
- ClipboardItemOptions: base_config_1.TYPE,
45
- CloseEventInit: base_config_1.TYPE,
46
- CompositionEventInit: base_config_1.TYPE,
47
- ComputedEffectTiming: base_config_1.TYPE,
48
- ComputedKeyframe: base_config_1.TYPE,
49
- ConstantSourceOptions: base_config_1.TYPE,
50
- ConstrainBooleanParameters: base_config_1.TYPE,
51
- ConstrainDOMStringParameters: base_config_1.TYPE,
52
- ConstrainDoubleRange: base_config_1.TYPE,
53
- ConstrainULongRange: base_config_1.TYPE,
54
- ConvolverOptions: base_config_1.TYPE,
55
- CredentialCreationOptions: base_config_1.TYPE,
56
- CredentialPropertiesOutput: base_config_1.TYPE,
57
- CredentialRequestOptions: base_config_1.TYPE,
58
- CryptoKeyPair: base_config_1.TYPE,
59
- CustomEventInit: base_config_1.TYPE,
60
- DOMMatrix2DInit: base_config_1.TYPE,
61
- DOMMatrixInit: base_config_1.TYPE,
62
- DOMPointInit: base_config_1.TYPE,
63
- DOMQuadInit: base_config_1.TYPE,
64
- DOMRectInit: base_config_1.TYPE,
65
- DelayOptions: base_config_1.TYPE,
66
- DeviceMotionEventAccelerationInit: base_config_1.TYPE,
67
- DeviceMotionEventInit: base_config_1.TYPE,
68
- DeviceMotionEventRotationRateInit: base_config_1.TYPE,
69
- DeviceOrientationEventInit: base_config_1.TYPE,
70
- DisplayMediaStreamOptions: base_config_1.TYPE,
71
- DocumentTimelineOptions: base_config_1.TYPE,
72
- DoubleRange: base_config_1.TYPE,
73
- DragEventInit: base_config_1.TYPE,
74
- DynamicsCompressorOptions: base_config_1.TYPE,
75
- EcKeyAlgorithm: base_config_1.TYPE,
76
- EcKeyGenParams: base_config_1.TYPE,
77
- EcKeyImportParams: base_config_1.TYPE,
78
- EcdhKeyDeriveParams: base_config_1.TYPE,
79
- EcdsaParams: base_config_1.TYPE,
80
- EffectTiming: base_config_1.TYPE,
81
- ElementCreationOptions: base_config_1.TYPE,
82
- ElementDefinitionOptions: base_config_1.TYPE,
83
- ErrorEventInit: base_config_1.TYPE,
84
- EventInit: base_config_1.TYPE,
85
- EventListenerOptions: base_config_1.TYPE,
86
- EventModifierInit: base_config_1.TYPE,
87
- EventSourceInit: base_config_1.TYPE,
88
- FilePropertyBag: base_config_1.TYPE,
89
- FileSystemFlags: base_config_1.TYPE,
90
- FileSystemGetDirectoryOptions: base_config_1.TYPE,
91
- FileSystemGetFileOptions: base_config_1.TYPE,
92
- FileSystemRemoveOptions: base_config_1.TYPE,
93
- FocusEventInit: base_config_1.TYPE,
94
- FocusOptions: base_config_1.TYPE,
95
- FontFaceDescriptors: base_config_1.TYPE,
96
- FontFaceSetLoadEventInit: base_config_1.TYPE,
97
- FormDataEventInit: base_config_1.TYPE,
98
- FullscreenOptions: base_config_1.TYPE,
99
- GainOptions: base_config_1.TYPE,
100
- GamepadEventInit: base_config_1.TYPE,
101
- GetAnimationsOptions: base_config_1.TYPE,
102
- GetNotificationOptions: base_config_1.TYPE,
103
- GetRootNodeOptions: base_config_1.TYPE,
104
- HashChangeEventInit: base_config_1.TYPE,
105
- HkdfParams: base_config_1.TYPE,
106
- HmacImportParams: base_config_1.TYPE,
107
- HmacKeyAlgorithm: base_config_1.TYPE,
108
- HmacKeyGenParams: base_config_1.TYPE,
109
- IDBDatabaseInfo: base_config_1.TYPE,
110
- IDBIndexParameters: base_config_1.TYPE,
111
- IDBObjectStoreParameters: base_config_1.TYPE,
112
- IDBTransactionOptions: base_config_1.TYPE,
113
- IDBVersionChangeEventInit: base_config_1.TYPE,
114
- IIRFilterOptions: base_config_1.TYPE,
115
- IdleRequestOptions: base_config_1.TYPE,
116
- ImageBitmapOptions: base_config_1.TYPE,
117
- ImageBitmapRenderingContextSettings: base_config_1.TYPE,
118
- ImageDataSettings: base_config_1.TYPE,
119
- ImageEncodeOptions: base_config_1.TYPE,
120
- ImportMeta: base_config_1.TYPE,
121
- InputEventInit: base_config_1.TYPE,
122
- IntersectionObserverEntryInit: base_config_1.TYPE,
123
- IntersectionObserverInit: base_config_1.TYPE,
124
- JsonWebKey: base_config_1.TYPE,
125
- KeyAlgorithm: base_config_1.TYPE,
126
- KeyboardEventInit: base_config_1.TYPE,
127
- Keyframe: base_config_1.TYPE,
128
- KeyframeAnimationOptions: base_config_1.TYPE,
129
- KeyframeEffectOptions: base_config_1.TYPE,
130
- LockInfo: base_config_1.TYPE,
131
- LockManagerSnapshot: base_config_1.TYPE,
132
- LockOptions: base_config_1.TYPE,
133
- MIDIConnectionEventInit: base_config_1.TYPE,
134
- MIDIMessageEventInit: base_config_1.TYPE,
135
- MIDIOptions: base_config_1.TYPE,
136
- MediaCapabilitiesDecodingInfo: base_config_1.TYPE,
137
- MediaCapabilitiesEncodingInfo: base_config_1.TYPE,
138
- MediaCapabilitiesInfo: base_config_1.TYPE,
139
- MediaConfiguration: base_config_1.TYPE,
140
- MediaDecodingConfiguration: base_config_1.TYPE,
141
- MediaElementAudioSourceOptions: base_config_1.TYPE,
142
- MediaEncodingConfiguration: base_config_1.TYPE,
143
- MediaEncryptedEventInit: base_config_1.TYPE,
144
- MediaImage: base_config_1.TYPE,
145
- MediaKeyMessageEventInit: base_config_1.TYPE,
146
- MediaKeySystemConfiguration: base_config_1.TYPE,
147
- MediaKeySystemMediaCapability: base_config_1.TYPE,
148
- MediaMetadataInit: base_config_1.TYPE,
149
- MediaPositionState: base_config_1.TYPE,
150
- MediaQueryListEventInit: base_config_1.TYPE,
151
- MediaRecorderOptions: base_config_1.TYPE,
152
- MediaSessionActionDetails: base_config_1.TYPE,
153
- MediaStreamAudioSourceOptions: base_config_1.TYPE,
154
- MediaStreamConstraints: base_config_1.TYPE,
155
- MediaStreamTrackEventInit: base_config_1.TYPE,
156
- MediaTrackCapabilities: base_config_1.TYPE,
157
- MediaTrackConstraintSet: base_config_1.TYPE,
158
- MediaTrackConstraints: base_config_1.TYPE,
159
- MediaTrackSettings: base_config_1.TYPE,
160
- MediaTrackSupportedConstraints: base_config_1.TYPE,
161
- MessageEventInit: base_config_1.TYPE,
162
- MouseEventInit: base_config_1.TYPE,
163
- MultiCacheQueryOptions: base_config_1.TYPE,
164
- MutationObserverInit: base_config_1.TYPE,
165
- NavigationPreloadState: base_config_1.TYPE,
166
- NotificationAction: base_config_1.TYPE,
167
- NotificationOptions: base_config_1.TYPE,
168
- OfflineAudioCompletionEventInit: base_config_1.TYPE,
169
- OfflineAudioContextOptions: base_config_1.TYPE,
170
- OptionalEffectTiming: base_config_1.TYPE,
171
- OscillatorOptions: base_config_1.TYPE,
172
- PageTransitionEventInit: base_config_1.TYPE,
173
- PannerOptions: base_config_1.TYPE,
174
- PaymentCurrencyAmount: base_config_1.TYPE,
175
- PaymentDetailsBase: base_config_1.TYPE,
176
- PaymentDetailsInit: base_config_1.TYPE,
177
- PaymentDetailsModifier: base_config_1.TYPE,
178
- PaymentDetailsUpdate: base_config_1.TYPE,
179
- PaymentItem: base_config_1.TYPE,
180
- PaymentMethodChangeEventInit: base_config_1.TYPE,
181
- PaymentMethodData: base_config_1.TYPE,
182
- PaymentRequestUpdateEventInit: base_config_1.TYPE,
183
- PaymentValidationErrors: base_config_1.TYPE,
184
- Pbkdf2Params: base_config_1.TYPE,
185
- PerformanceMarkOptions: base_config_1.TYPE,
186
- PerformanceMeasureOptions: base_config_1.TYPE,
187
- PerformanceObserverInit: base_config_1.TYPE,
188
- PeriodicWaveConstraints: base_config_1.TYPE,
189
- PeriodicWaveOptions: base_config_1.TYPE,
190
- PermissionDescriptor: base_config_1.TYPE,
191
- PictureInPictureEventInit: base_config_1.TYPE,
192
- PointerEventInit: base_config_1.TYPE,
193
- PopStateEventInit: base_config_1.TYPE,
194
- PositionOptions: base_config_1.TYPE,
195
- ProgressEventInit: base_config_1.TYPE,
196
- PromiseRejectionEventInit: base_config_1.TYPE,
197
- PropertyIndexedKeyframes: base_config_1.TYPE,
198
- PublicKeyCredentialCreationOptions: base_config_1.TYPE,
199
- PublicKeyCredentialDescriptor: base_config_1.TYPE,
200
- PublicKeyCredentialEntity: base_config_1.TYPE,
201
- PublicKeyCredentialParameters: base_config_1.TYPE,
202
- PublicKeyCredentialRequestOptions: base_config_1.TYPE,
203
- PublicKeyCredentialRpEntity: base_config_1.TYPE,
204
- PublicKeyCredentialUserEntity: base_config_1.TYPE,
205
- PushSubscriptionJSON: base_config_1.TYPE,
206
- PushSubscriptionOptionsInit: base_config_1.TYPE,
207
- QueuingStrategy: base_config_1.TYPE,
208
- QueuingStrategyInit: base_config_1.TYPE,
209
- RTCAnswerOptions: base_config_1.TYPE,
210
- RTCCertificateExpiration: base_config_1.TYPE,
211
- RTCConfiguration: base_config_1.TYPE,
212
- RTCDTMFToneChangeEventInit: base_config_1.TYPE,
213
- RTCDataChannelEventInit: base_config_1.TYPE,
214
- RTCDataChannelInit: base_config_1.TYPE,
215
- RTCDtlsFingerprint: base_config_1.TYPE,
216
- RTCEncodedAudioFrameMetadata: base_config_1.TYPE,
217
- RTCEncodedVideoFrameMetadata: base_config_1.TYPE,
218
- RTCErrorEventInit: base_config_1.TYPE,
219
- RTCErrorInit: base_config_1.TYPE,
220
- RTCIceCandidateInit: base_config_1.TYPE,
221
- RTCIceCandidatePairStats: base_config_1.TYPE,
222
- RTCIceServer: base_config_1.TYPE,
223
- RTCInboundRtpStreamStats: base_config_1.TYPE,
224
- RTCLocalSessionDescriptionInit: base_config_1.TYPE,
225
- RTCOfferAnswerOptions: base_config_1.TYPE,
226
- RTCOfferOptions: base_config_1.TYPE,
227
- RTCOutboundRtpStreamStats: base_config_1.TYPE,
228
- RTCPeerConnectionIceErrorEventInit: base_config_1.TYPE,
229
- RTCPeerConnectionIceEventInit: base_config_1.TYPE,
230
- RTCReceivedRtpStreamStats: base_config_1.TYPE,
231
- RTCRtcpParameters: base_config_1.TYPE,
232
- RTCRtpCapabilities: base_config_1.TYPE,
233
- RTCRtpCodecCapability: base_config_1.TYPE,
234
- RTCRtpCodecParameters: base_config_1.TYPE,
235
- RTCRtpCodingParameters: base_config_1.TYPE,
236
- RTCRtpContributingSource: base_config_1.TYPE,
237
- RTCRtpEncodingParameters: base_config_1.TYPE,
238
- RTCRtpHeaderExtensionCapability: base_config_1.TYPE,
239
- RTCRtpHeaderExtensionParameters: base_config_1.TYPE,
240
- RTCRtpParameters: base_config_1.TYPE,
241
- RTCRtpReceiveParameters: base_config_1.TYPE,
242
- RTCRtpSendParameters: base_config_1.TYPE,
243
- RTCRtpStreamStats: base_config_1.TYPE,
244
- RTCRtpSynchronizationSource: base_config_1.TYPE,
245
- RTCRtpTransceiverInit: base_config_1.TYPE,
246
- RTCSentRtpStreamStats: base_config_1.TYPE,
247
- RTCSessionDescriptionInit: base_config_1.TYPE,
248
- RTCStats: base_config_1.TYPE,
249
- RTCTrackEventInit: base_config_1.TYPE,
250
- RTCTransportStats: base_config_1.TYPE,
251
- ReadableStreamGetReaderOptions: base_config_1.TYPE,
252
- ReadableStreamReadDoneResult: base_config_1.TYPE,
253
- ReadableStreamReadValueResult: base_config_1.TYPE,
254
- ReadableWritablePair: base_config_1.TYPE,
255
- RegistrationOptions: base_config_1.TYPE,
256
- RequestInit: base_config_1.TYPE,
257
- ResizeObserverOptions: base_config_1.TYPE,
258
- ResponseInit: base_config_1.TYPE,
259
- RsaHashedImportParams: base_config_1.TYPE,
260
- RsaHashedKeyAlgorithm: base_config_1.TYPE,
261
- RsaHashedKeyGenParams: base_config_1.TYPE,
262
- RsaKeyAlgorithm: base_config_1.TYPE,
263
- RsaKeyGenParams: base_config_1.TYPE,
264
- RsaOaepParams: base_config_1.TYPE,
265
- RsaOtherPrimesInfo: base_config_1.TYPE,
266
- RsaPssParams: base_config_1.TYPE,
267
- SVGBoundingBoxOptions: base_config_1.TYPE,
268
- ScrollIntoViewOptions: base_config_1.TYPE,
269
- ScrollOptions: base_config_1.TYPE,
270
- ScrollToOptions: base_config_1.TYPE,
271
- SecurityPolicyViolationEventInit: base_config_1.TYPE,
272
- ShadowRootInit: base_config_1.TYPE,
273
- ShareData: base_config_1.TYPE,
274
- SpeechSynthesisErrorEventInit: base_config_1.TYPE,
275
- SpeechSynthesisEventInit: base_config_1.TYPE,
276
- StaticRangeInit: base_config_1.TYPE,
277
- StereoPannerOptions: base_config_1.TYPE,
278
- StorageEstimate: base_config_1.TYPE,
279
- StorageEventInit: base_config_1.TYPE,
280
- StreamPipeOptions: base_config_1.TYPE,
281
- StructuredSerializeOptions: base_config_1.TYPE,
282
- SubmitEventInit: base_config_1.TYPE,
283
- TextDecodeOptions: base_config_1.TYPE,
284
- TextDecoderOptions: base_config_1.TYPE,
285
- TextEncoderEncodeIntoResult: base_config_1.TYPE,
286
- TouchEventInit: base_config_1.TYPE,
287
- TouchInit: base_config_1.TYPE,
288
- TrackEventInit: base_config_1.TYPE,
289
- Transformer: base_config_1.TYPE,
290
- TransitionEventInit: base_config_1.TYPE,
291
- UIEventInit: base_config_1.TYPE,
292
- ULongRange: base_config_1.TYPE,
293
- UnderlyingByteSource: base_config_1.TYPE,
294
- UnderlyingDefaultSource: base_config_1.TYPE,
295
- UnderlyingSink: base_config_1.TYPE,
296
- UnderlyingSource: base_config_1.TYPE,
297
- ValidityStateFlags: base_config_1.TYPE,
298
- VideoColorSpaceInit: base_config_1.TYPE,
299
- VideoConfiguration: base_config_1.TYPE,
300
- VideoFrameCallbackMetadata: base_config_1.TYPE,
301
- WaveShaperOptions: base_config_1.TYPE,
302
- WebGLContextAttributes: base_config_1.TYPE,
303
- WebGLContextEventInit: base_config_1.TYPE,
304
- WheelEventInit: base_config_1.TYPE,
305
- WindowPostMessageOptions: base_config_1.TYPE,
306
- WorkerOptions: base_config_1.TYPE,
307
- WorkletOptions: base_config_1.TYPE,
308
- NodeFilter: base_config_1.TYPE_VALUE,
309
- XPathNSResolver: base_config_1.TYPE,
310
- ANGLE_instanced_arrays: base_config_1.TYPE,
311
- ARIAMixin: base_config_1.TYPE,
312
- AbortController: base_config_1.TYPE_VALUE,
313
- AbortSignalEventMap: base_config_1.TYPE,
314
- AbortSignal: base_config_1.TYPE_VALUE,
315
- AbstractRange: base_config_1.TYPE_VALUE,
316
- AbstractWorkerEventMap: base_config_1.TYPE,
317
- AbstractWorker: base_config_1.TYPE,
318
- AnalyserNode: base_config_1.TYPE_VALUE,
319
- Animatable: base_config_1.TYPE,
320
- AnimationEventMap: base_config_1.TYPE,
321
- Animation: base_config_1.TYPE_VALUE,
322
- AnimationEffect: base_config_1.TYPE_VALUE,
323
- AnimationEvent: base_config_1.TYPE_VALUE,
324
- AnimationFrameProvider: base_config_1.TYPE,
325
- AnimationPlaybackEvent: base_config_1.TYPE_VALUE,
326
- AnimationTimeline: base_config_1.TYPE_VALUE,
327
- Attr: base_config_1.TYPE_VALUE,
328
- AudioBuffer: base_config_1.TYPE_VALUE,
329
- AudioBufferSourceNode: base_config_1.TYPE_VALUE,
330
- AudioContext: base_config_1.TYPE_VALUE,
331
- AudioDestinationNode: base_config_1.TYPE_VALUE,
332
- AudioListener: base_config_1.TYPE_VALUE,
333
- AudioNode: base_config_1.TYPE_VALUE,
334
- AudioParam: base_config_1.TYPE_VALUE,
335
- AudioParamMap: base_config_1.TYPE_VALUE,
336
- AudioProcessingEvent: base_config_1.TYPE_VALUE,
337
- AudioScheduledSourceNodeEventMap: base_config_1.TYPE,
338
- AudioScheduledSourceNode: base_config_1.TYPE_VALUE,
339
- AudioWorklet: base_config_1.TYPE_VALUE,
340
- AudioWorkletNodeEventMap: base_config_1.TYPE,
341
- AudioWorkletNode: base_config_1.TYPE_VALUE,
342
- AuthenticatorAssertionResponse: base_config_1.TYPE_VALUE,
343
- AuthenticatorAttestationResponse: base_config_1.TYPE_VALUE,
344
- AuthenticatorResponse: base_config_1.TYPE_VALUE,
345
- BarProp: base_config_1.TYPE_VALUE,
346
- BaseAudioContextEventMap: base_config_1.TYPE,
347
- BaseAudioContext: base_config_1.TYPE_VALUE,
348
- BeforeUnloadEvent: base_config_1.TYPE_VALUE,
349
- BiquadFilterNode: base_config_1.TYPE_VALUE,
350
- Blob: base_config_1.TYPE_VALUE,
351
- BlobEvent: base_config_1.TYPE_VALUE,
352
- Body: base_config_1.TYPE,
353
- BroadcastChannelEventMap: base_config_1.TYPE,
354
- BroadcastChannel: base_config_1.TYPE_VALUE,
355
- ByteLengthQueuingStrategy: base_config_1.TYPE_VALUE,
356
- CDATASection: base_config_1.TYPE_VALUE,
357
- CSSAnimation: base_config_1.TYPE_VALUE,
358
- CSSConditionRule: base_config_1.TYPE_VALUE,
359
- CSSContainerRule: base_config_1.TYPE_VALUE,
360
- CSSCounterStyleRule: base_config_1.TYPE_VALUE,
361
- CSSFontFaceRule: base_config_1.TYPE_VALUE,
362
- CSSFontFeatureValuesRule: base_config_1.TYPE_VALUE,
363
- CSSFontPaletteValuesRule: base_config_1.TYPE_VALUE,
364
- CSSGroupingRule: base_config_1.TYPE_VALUE,
365
- CSSImportRule: base_config_1.TYPE_VALUE,
366
- CSSKeyframeRule: base_config_1.TYPE_VALUE,
367
- CSSKeyframesRule: base_config_1.TYPE_VALUE,
368
- CSSLayerBlockRule: base_config_1.TYPE_VALUE,
369
- CSSLayerStatementRule: base_config_1.TYPE_VALUE,
370
- CSSMediaRule: base_config_1.TYPE_VALUE,
371
- CSSNamespaceRule: base_config_1.TYPE_VALUE,
372
- CSSPageRule: base_config_1.TYPE_VALUE,
373
- CSSRule: base_config_1.TYPE_VALUE,
374
- CSSRuleList: base_config_1.TYPE_VALUE,
375
- CSSStyleDeclaration: base_config_1.TYPE_VALUE,
376
- CSSStyleRule: base_config_1.TYPE_VALUE,
377
- CSSStyleSheet: base_config_1.TYPE_VALUE,
378
- CSSSupportsRule: base_config_1.TYPE_VALUE,
379
- CSSTransition: base_config_1.TYPE_VALUE,
380
- Cache: base_config_1.TYPE_VALUE,
381
- CacheStorage: base_config_1.TYPE_VALUE,
382
- CanvasCaptureMediaStreamTrack: base_config_1.TYPE_VALUE,
383
- CanvasCompositing: base_config_1.TYPE,
384
- CanvasDrawImage: base_config_1.TYPE,
385
- CanvasDrawPath: base_config_1.TYPE,
386
- CanvasFillStrokeStyles: base_config_1.TYPE,
387
- CanvasFilters: base_config_1.TYPE,
388
- CanvasGradient: base_config_1.TYPE_VALUE,
389
- CanvasImageData: base_config_1.TYPE,
390
- CanvasImageSmoothing: base_config_1.TYPE,
391
- CanvasPath: base_config_1.TYPE,
392
- CanvasPathDrawingStyles: base_config_1.TYPE,
393
- CanvasPattern: base_config_1.TYPE_VALUE,
394
- CanvasRect: base_config_1.TYPE,
395
- CanvasRenderingContext2D: base_config_1.TYPE_VALUE,
396
- CanvasShadowStyles: base_config_1.TYPE,
397
- CanvasState: base_config_1.TYPE,
398
- CanvasText: base_config_1.TYPE,
399
- CanvasTextDrawingStyles: base_config_1.TYPE,
400
- CanvasTransform: base_config_1.TYPE,
401
- CanvasUserInterface: base_config_1.TYPE,
402
- ChannelMergerNode: base_config_1.TYPE_VALUE,
403
- ChannelSplitterNode: base_config_1.TYPE_VALUE,
404
- CharacterData: base_config_1.TYPE_VALUE,
405
- ChildNode: base_config_1.TYPE,
406
- ClientRect: base_config_1.TYPE,
407
- Clipboard: base_config_1.TYPE_VALUE,
408
- ClipboardEvent: base_config_1.TYPE_VALUE,
409
- ClipboardItem: base_config_1.TYPE_VALUE,
410
- CloseEvent: base_config_1.TYPE_VALUE,
411
- Comment: base_config_1.TYPE_VALUE,
412
- CompositionEvent: base_config_1.TYPE_VALUE,
413
- ConstantSourceNode: base_config_1.TYPE_VALUE,
414
- ConvolverNode: base_config_1.TYPE_VALUE,
415
- CountQueuingStrategy: base_config_1.TYPE_VALUE,
416
- Credential: base_config_1.TYPE_VALUE,
417
- CredentialsContainer: base_config_1.TYPE_VALUE,
418
- Crypto: base_config_1.TYPE_VALUE,
419
- CryptoKey: base_config_1.TYPE_VALUE,
420
- CustomElementRegistry: base_config_1.TYPE_VALUE,
421
- CustomEvent: base_config_1.TYPE_VALUE,
422
- DOMException: base_config_1.TYPE_VALUE,
423
- DOMImplementation: base_config_1.TYPE_VALUE,
424
- DOMMatrix: base_config_1.TYPE_VALUE,
425
- SVGMatrix: base_config_1.TYPE_VALUE,
426
- WebKitCSSMatrix: base_config_1.TYPE_VALUE,
427
- DOMMatrixReadOnly: base_config_1.TYPE_VALUE,
428
- DOMParser: base_config_1.TYPE_VALUE,
429
- DOMPoint: base_config_1.TYPE_VALUE,
430
- SVGPoint: base_config_1.TYPE_VALUE,
431
- DOMPointReadOnly: base_config_1.TYPE_VALUE,
432
- DOMQuad: base_config_1.TYPE_VALUE,
433
- DOMRect: base_config_1.TYPE_VALUE,
434
- SVGRect: base_config_1.TYPE_VALUE,
435
- DOMRectList: base_config_1.TYPE_VALUE,
436
- DOMRectReadOnly: base_config_1.TYPE_VALUE,
437
- DOMStringList: base_config_1.TYPE_VALUE,
438
- DOMStringMap: base_config_1.TYPE_VALUE,
439
- DOMTokenList: base_config_1.TYPE_VALUE,
440
- DataTransfer: base_config_1.TYPE_VALUE,
441
- DataTransferItem: base_config_1.TYPE_VALUE,
442
- DataTransferItemList: base_config_1.TYPE_VALUE,
443
- DelayNode: base_config_1.TYPE_VALUE,
444
- DeviceMotionEvent: base_config_1.TYPE_VALUE,
445
- DeviceMotionEventAcceleration: base_config_1.TYPE,
446
- DeviceMotionEventRotationRate: base_config_1.TYPE,
447
- DeviceOrientationEvent: base_config_1.TYPE_VALUE,
448
- DocumentEventMap: base_config_1.TYPE,
449
- Document: base_config_1.TYPE_VALUE,
450
- DocumentFragment: base_config_1.TYPE_VALUE,
451
- DocumentOrShadowRoot: base_config_1.TYPE,
452
- DocumentTimeline: base_config_1.TYPE_VALUE,
453
- DocumentType: base_config_1.TYPE_VALUE,
454
- DragEvent: base_config_1.TYPE_VALUE,
455
- DynamicsCompressorNode: base_config_1.TYPE_VALUE,
456
- EXT_blend_minmax: base_config_1.TYPE,
457
- EXT_color_buffer_float: base_config_1.TYPE,
458
- EXT_color_buffer_half_float: base_config_1.TYPE,
459
- EXT_float_blend: base_config_1.TYPE,
460
- EXT_frag_depth: base_config_1.TYPE,
461
- EXT_sRGB: base_config_1.TYPE,
462
- EXT_shader_texture_lod: base_config_1.TYPE,
463
- EXT_texture_compression_bptc: base_config_1.TYPE,
464
- EXT_texture_compression_rgtc: base_config_1.TYPE,
465
- EXT_texture_filter_anisotropic: base_config_1.TYPE,
466
- EXT_texture_norm16: base_config_1.TYPE,
467
- ElementEventMap: base_config_1.TYPE,
468
- Element: base_config_1.TYPE_VALUE,
469
- ElementCSSInlineStyle: base_config_1.TYPE,
470
- ElementContentEditable: base_config_1.TYPE,
471
- ElementInternals: base_config_1.TYPE_VALUE,
472
- ErrorEvent: base_config_1.TYPE_VALUE,
473
- Event: base_config_1.TYPE_VALUE,
474
- EventCounts: base_config_1.TYPE_VALUE,
475
- EventListener: base_config_1.TYPE,
476
- EventListenerObject: base_config_1.TYPE,
477
- EventSourceEventMap: base_config_1.TYPE,
478
- EventSource: base_config_1.TYPE_VALUE,
479
- EventTarget: base_config_1.TYPE_VALUE,
480
- External: base_config_1.TYPE_VALUE,
481
- File: base_config_1.TYPE_VALUE,
482
- FileList: base_config_1.TYPE_VALUE,
483
- FileReaderEventMap: base_config_1.TYPE,
484
- FileReader: base_config_1.TYPE_VALUE,
485
- FileSystem: base_config_1.TYPE_VALUE,
486
- FileSystemDirectoryEntry: base_config_1.TYPE_VALUE,
487
- FileSystemDirectoryHandle: base_config_1.TYPE_VALUE,
488
- FileSystemDirectoryReader: base_config_1.TYPE_VALUE,
489
- FileSystemEntry: base_config_1.TYPE_VALUE,
490
- FileSystemFileEntry: base_config_1.TYPE_VALUE,
491
- FileSystemFileHandle: base_config_1.TYPE_VALUE,
492
- FileSystemHandle: base_config_1.TYPE_VALUE,
493
- FocusEvent: base_config_1.TYPE_VALUE,
494
- FontFace: base_config_1.TYPE_VALUE,
495
- FontFaceSetEventMap: base_config_1.TYPE,
496
- FontFaceSet: base_config_1.TYPE_VALUE,
497
- FontFaceSetLoadEvent: base_config_1.TYPE_VALUE,
498
- FontFaceSource: base_config_1.TYPE,
499
- FormData: base_config_1.TYPE_VALUE,
500
- FormDataEvent: base_config_1.TYPE_VALUE,
501
- GainNode: base_config_1.TYPE_VALUE,
502
- Gamepad: base_config_1.TYPE_VALUE,
503
- GamepadButton: base_config_1.TYPE_VALUE,
504
- GamepadEvent: base_config_1.TYPE_VALUE,
505
- GamepadHapticActuator: base_config_1.TYPE_VALUE,
506
- GenericTransformStream: base_config_1.TYPE,
507
- Geolocation: base_config_1.TYPE_VALUE,
508
- GeolocationCoordinates: base_config_1.TYPE_VALUE,
509
- GeolocationPosition: base_config_1.TYPE_VALUE,
510
- GeolocationPositionError: base_config_1.TYPE_VALUE,
511
- GlobalEventHandlersEventMap: base_config_1.TYPE,
512
- GlobalEventHandlers: base_config_1.TYPE,
513
- HTMLAllCollection: base_config_1.TYPE_VALUE,
514
- HTMLAnchorElement: base_config_1.TYPE_VALUE,
515
- HTMLAreaElement: base_config_1.TYPE_VALUE,
516
- HTMLAudioElement: base_config_1.TYPE_VALUE,
517
- HTMLBRElement: base_config_1.TYPE_VALUE,
518
- HTMLBaseElement: base_config_1.TYPE_VALUE,
519
- HTMLBodyElementEventMap: base_config_1.TYPE,
520
- HTMLBodyElement: base_config_1.TYPE_VALUE,
521
- HTMLButtonElement: base_config_1.TYPE_VALUE,
522
- HTMLCanvasElement: base_config_1.TYPE_VALUE,
523
- HTMLCollectionBase: base_config_1.TYPE,
524
- HTMLCollection: base_config_1.TYPE_VALUE,
525
- HTMLCollectionOf: base_config_1.TYPE,
526
- HTMLDListElement: base_config_1.TYPE_VALUE,
527
- HTMLDataElement: base_config_1.TYPE_VALUE,
528
- HTMLDataListElement: base_config_1.TYPE_VALUE,
529
- HTMLDetailsElement: base_config_1.TYPE_VALUE,
530
- HTMLDialogElement: base_config_1.TYPE_VALUE,
531
- HTMLDirectoryElement: base_config_1.TYPE_VALUE,
532
- HTMLDivElement: base_config_1.TYPE_VALUE,
533
- HTMLDocument: base_config_1.TYPE_VALUE,
534
- HTMLElementEventMap: base_config_1.TYPE,
535
- HTMLElement: base_config_1.TYPE_VALUE,
536
- HTMLEmbedElement: base_config_1.TYPE_VALUE,
537
- HTMLFieldSetElement: base_config_1.TYPE_VALUE,
538
- HTMLFontElement: base_config_1.TYPE_VALUE,
539
- HTMLFormControlsCollection: base_config_1.TYPE_VALUE,
540
- HTMLFormElement: base_config_1.TYPE_VALUE,
541
- HTMLFrameElement: base_config_1.TYPE_VALUE,
542
- HTMLFrameSetElementEventMap: base_config_1.TYPE,
543
- HTMLFrameSetElement: base_config_1.TYPE_VALUE,
544
- HTMLHRElement: base_config_1.TYPE_VALUE,
545
- HTMLHeadElement: base_config_1.TYPE_VALUE,
546
- HTMLHeadingElement: base_config_1.TYPE_VALUE,
547
- HTMLHtmlElement: base_config_1.TYPE_VALUE,
548
- HTMLHyperlinkElementUtils: base_config_1.TYPE,
549
- HTMLIFrameElement: base_config_1.TYPE_VALUE,
550
- HTMLImageElement: base_config_1.TYPE_VALUE,
551
- HTMLInputElement: base_config_1.TYPE_VALUE,
552
- HTMLLIElement: base_config_1.TYPE_VALUE,
553
- HTMLLabelElement: base_config_1.TYPE_VALUE,
554
- HTMLLegendElement: base_config_1.TYPE_VALUE,
555
- HTMLLinkElement: base_config_1.TYPE_VALUE,
556
- HTMLMapElement: base_config_1.TYPE_VALUE,
557
- HTMLMarqueeElement: base_config_1.TYPE_VALUE,
558
- HTMLMediaElementEventMap: base_config_1.TYPE,
559
- HTMLMediaElement: base_config_1.TYPE_VALUE,
560
- HTMLMenuElement: base_config_1.TYPE_VALUE,
561
- HTMLMetaElement: base_config_1.TYPE_VALUE,
562
- HTMLMeterElement: base_config_1.TYPE_VALUE,
563
- HTMLModElement: base_config_1.TYPE_VALUE,
564
- HTMLOListElement: base_config_1.TYPE_VALUE,
565
- HTMLObjectElement: base_config_1.TYPE_VALUE,
566
- HTMLOptGroupElement: base_config_1.TYPE_VALUE,
567
- HTMLOptionElement: base_config_1.TYPE_VALUE,
568
- HTMLOptionsCollection: base_config_1.TYPE_VALUE,
569
- HTMLOrSVGElement: base_config_1.TYPE,
570
- HTMLOutputElement: base_config_1.TYPE_VALUE,
571
- HTMLParagraphElement: base_config_1.TYPE_VALUE,
572
- HTMLParamElement: base_config_1.TYPE_VALUE,
573
- HTMLPictureElement: base_config_1.TYPE_VALUE,
574
- HTMLPreElement: base_config_1.TYPE_VALUE,
575
- HTMLProgressElement: base_config_1.TYPE_VALUE,
576
- HTMLQuoteElement: base_config_1.TYPE_VALUE,
577
- HTMLScriptElement: base_config_1.TYPE_VALUE,
578
- HTMLSelectElement: base_config_1.TYPE_VALUE,
579
- HTMLSlotElement: base_config_1.TYPE_VALUE,
580
- HTMLSourceElement: base_config_1.TYPE_VALUE,
581
- HTMLSpanElement: base_config_1.TYPE_VALUE,
582
- HTMLStyleElement: base_config_1.TYPE_VALUE,
583
- HTMLTableCaptionElement: base_config_1.TYPE_VALUE,
584
- HTMLTableCellElement: base_config_1.TYPE_VALUE,
585
- HTMLTableColElement: base_config_1.TYPE_VALUE,
586
- HTMLTableDataCellElement: base_config_1.TYPE,
587
- HTMLTableElement: base_config_1.TYPE_VALUE,
588
- HTMLTableHeaderCellElement: base_config_1.TYPE,
589
- HTMLTableRowElement: base_config_1.TYPE_VALUE,
590
- HTMLTableSectionElement: base_config_1.TYPE_VALUE,
591
- HTMLTemplateElement: base_config_1.TYPE_VALUE,
592
- HTMLTextAreaElement: base_config_1.TYPE_VALUE,
593
- HTMLTimeElement: base_config_1.TYPE_VALUE,
594
- HTMLTitleElement: base_config_1.TYPE_VALUE,
595
- HTMLTrackElement: base_config_1.TYPE_VALUE,
596
- HTMLUListElement: base_config_1.TYPE_VALUE,
597
- HTMLUnknownElement: base_config_1.TYPE_VALUE,
598
- HTMLVideoElementEventMap: base_config_1.TYPE,
599
- HTMLVideoElement: base_config_1.TYPE_VALUE,
600
- HashChangeEvent: base_config_1.TYPE_VALUE,
601
- Headers: base_config_1.TYPE_VALUE,
602
- History: base_config_1.TYPE_VALUE,
603
- IDBCursor: base_config_1.TYPE_VALUE,
604
- IDBCursorWithValue: base_config_1.TYPE_VALUE,
605
- IDBDatabaseEventMap: base_config_1.TYPE,
606
- IDBDatabase: base_config_1.TYPE_VALUE,
607
- IDBFactory: base_config_1.TYPE_VALUE,
608
- IDBIndex: base_config_1.TYPE_VALUE,
609
- IDBKeyRange: base_config_1.TYPE_VALUE,
610
- IDBObjectStore: base_config_1.TYPE_VALUE,
611
- IDBOpenDBRequestEventMap: base_config_1.TYPE,
612
- IDBOpenDBRequest: base_config_1.TYPE_VALUE,
613
- IDBRequestEventMap: base_config_1.TYPE,
614
- IDBRequest: base_config_1.TYPE_VALUE,
615
- IDBTransactionEventMap: base_config_1.TYPE,
616
- IDBTransaction: base_config_1.TYPE_VALUE,
617
- IDBVersionChangeEvent: base_config_1.TYPE_VALUE,
618
- IIRFilterNode: base_config_1.TYPE_VALUE,
619
- IdleDeadline: base_config_1.TYPE_VALUE,
620
- ImageBitmap: base_config_1.TYPE_VALUE,
621
- ImageBitmapRenderingContext: base_config_1.TYPE_VALUE,
622
- ImageData: base_config_1.TYPE_VALUE,
623
- InnerHTML: base_config_1.TYPE,
624
- InputDeviceInfo: base_config_1.TYPE_VALUE,
625
- InputEvent: base_config_1.TYPE_VALUE,
626
- IntersectionObserver: base_config_1.TYPE_VALUE,
627
- IntersectionObserverEntry: base_config_1.TYPE_VALUE,
628
- KHR_parallel_shader_compile: base_config_1.TYPE,
629
- KeyboardEvent: base_config_1.TYPE_VALUE,
630
- KeyframeEffect: base_config_1.TYPE_VALUE,
631
- LinkStyle: base_config_1.TYPE,
632
- Location: base_config_1.TYPE_VALUE,
633
- Lock: base_config_1.TYPE_VALUE,
634
- LockManager: base_config_1.TYPE_VALUE,
635
- MIDIAccessEventMap: base_config_1.TYPE,
636
- MIDIAccess: base_config_1.TYPE_VALUE,
637
- MIDIConnectionEvent: base_config_1.TYPE_VALUE,
638
- MIDIInputEventMap: base_config_1.TYPE,
639
- MIDIInput: base_config_1.TYPE_VALUE,
640
- MIDIInputMap: base_config_1.TYPE_VALUE,
641
- MIDIMessageEvent: base_config_1.TYPE_VALUE,
642
- MIDIOutput: base_config_1.TYPE_VALUE,
643
- MIDIOutputMap: base_config_1.TYPE_VALUE,
644
- MIDIPortEventMap: base_config_1.TYPE,
645
- MIDIPort: base_config_1.TYPE_VALUE,
646
- MathMLElementEventMap: base_config_1.TYPE,
647
- MathMLElement: base_config_1.TYPE_VALUE,
648
- MediaCapabilities: base_config_1.TYPE_VALUE,
649
- MediaDeviceInfo: base_config_1.TYPE_VALUE,
650
- MediaDevicesEventMap: base_config_1.TYPE,
651
- MediaDevices: base_config_1.TYPE_VALUE,
652
- MediaElementAudioSourceNode: base_config_1.TYPE_VALUE,
653
- MediaEncryptedEvent: base_config_1.TYPE_VALUE,
654
- MediaError: base_config_1.TYPE_VALUE,
655
- MediaKeyMessageEvent: base_config_1.TYPE_VALUE,
656
- MediaKeySessionEventMap: base_config_1.TYPE,
657
- MediaKeySession: base_config_1.TYPE_VALUE,
658
- MediaKeyStatusMap: base_config_1.TYPE_VALUE,
659
- MediaKeySystemAccess: base_config_1.TYPE_VALUE,
660
- MediaKeys: base_config_1.TYPE_VALUE,
661
- MediaList: base_config_1.TYPE_VALUE,
662
- MediaMetadata: base_config_1.TYPE_VALUE,
663
- MediaQueryListEventMap: base_config_1.TYPE,
664
- MediaQueryList: base_config_1.TYPE_VALUE,
665
- MediaQueryListEvent: base_config_1.TYPE_VALUE,
666
- MediaRecorderEventMap: base_config_1.TYPE,
667
- MediaRecorder: base_config_1.TYPE_VALUE,
668
- MediaSession: base_config_1.TYPE_VALUE,
669
- MediaSourceEventMap: base_config_1.TYPE,
670
- MediaSource: base_config_1.TYPE_VALUE,
671
- MediaStreamEventMap: base_config_1.TYPE,
672
- MediaStream: base_config_1.TYPE_VALUE,
673
- MediaStreamAudioDestinationNode: base_config_1.TYPE_VALUE,
674
- MediaStreamAudioSourceNode: base_config_1.TYPE_VALUE,
675
- MediaStreamTrackEventMap: base_config_1.TYPE,
676
- MediaStreamTrack: base_config_1.TYPE_VALUE,
677
- MediaStreamTrackEvent: base_config_1.TYPE_VALUE,
678
- MessageChannel: base_config_1.TYPE_VALUE,
679
- MessageEvent: base_config_1.TYPE_VALUE,
680
- MessagePortEventMap: base_config_1.TYPE,
681
- MessagePort: base_config_1.TYPE_VALUE,
682
- MimeType: base_config_1.TYPE_VALUE,
683
- MimeTypeArray: base_config_1.TYPE_VALUE,
684
- MouseEvent: base_config_1.TYPE_VALUE,
685
- MutationEvent: base_config_1.TYPE_VALUE,
686
- MutationObserver: base_config_1.TYPE_VALUE,
687
- MutationRecord: base_config_1.TYPE_VALUE,
688
- NamedNodeMap: base_config_1.TYPE_VALUE,
689
- NavigationPreloadManager: base_config_1.TYPE_VALUE,
690
- Navigator: base_config_1.TYPE_VALUE,
691
- NavigatorAutomationInformation: base_config_1.TYPE,
692
- NavigatorConcurrentHardware: base_config_1.TYPE,
693
- NavigatorContentUtils: base_config_1.TYPE,
694
- NavigatorCookies: base_config_1.TYPE,
695
- NavigatorID: base_config_1.TYPE,
696
- NavigatorLanguage: base_config_1.TYPE,
697
- NavigatorLocks: base_config_1.TYPE,
698
- NavigatorOnLine: base_config_1.TYPE,
699
- NavigatorPlugins: base_config_1.TYPE,
700
- NavigatorStorage: base_config_1.TYPE,
701
- Node: base_config_1.TYPE_VALUE,
702
- NodeIterator: base_config_1.TYPE_VALUE,
703
- NodeList: base_config_1.TYPE_VALUE,
704
- NodeListOf: base_config_1.TYPE,
705
- NonDocumentTypeChildNode: base_config_1.TYPE,
706
- NonElementParentNode: base_config_1.TYPE,
707
- NotificationEventMap: base_config_1.TYPE,
708
- Notification: base_config_1.TYPE_VALUE,
709
- OES_draw_buffers_indexed: base_config_1.TYPE,
710
- OES_element_index_uint: base_config_1.TYPE,
711
- OES_fbo_render_mipmap: base_config_1.TYPE,
712
- OES_standard_derivatives: base_config_1.TYPE,
713
- OES_texture_float: base_config_1.TYPE,
714
- OES_texture_float_linear: base_config_1.TYPE,
715
- OES_texture_half_float: base_config_1.TYPE,
716
- OES_texture_half_float_linear: base_config_1.TYPE,
717
- OES_vertex_array_object: base_config_1.TYPE,
718
- OVR_multiview2: base_config_1.TYPE,
719
- OfflineAudioCompletionEvent: base_config_1.TYPE_VALUE,
720
- OfflineAudioContextEventMap: base_config_1.TYPE,
721
- OfflineAudioContext: base_config_1.TYPE_VALUE,
722
- OffscreenCanvasEventMap: base_config_1.TYPE,
723
- OffscreenCanvas: base_config_1.TYPE_VALUE,
724
- OffscreenCanvasRenderingContext2D: base_config_1.TYPE_VALUE,
725
- OscillatorNode: base_config_1.TYPE_VALUE,
726
- OverconstrainedError: base_config_1.TYPE_VALUE,
727
- PageTransitionEvent: base_config_1.TYPE_VALUE,
728
- PannerNode: base_config_1.TYPE_VALUE,
729
- ParentNode: base_config_1.TYPE,
730
- Path2D: base_config_1.TYPE_VALUE,
731
- PaymentMethodChangeEvent: base_config_1.TYPE_VALUE,
732
- PaymentRequestEventMap: base_config_1.TYPE,
733
- PaymentRequest: base_config_1.TYPE_VALUE,
734
- PaymentRequestUpdateEvent: base_config_1.TYPE_VALUE,
735
- PaymentResponse: base_config_1.TYPE_VALUE,
736
- PerformanceEventMap: base_config_1.TYPE,
737
- Performance: base_config_1.TYPE_VALUE,
738
- PerformanceEntry: base_config_1.TYPE_VALUE,
739
- PerformanceEventTiming: base_config_1.TYPE_VALUE,
740
- PerformanceMark: base_config_1.TYPE_VALUE,
741
- PerformanceMeasure: base_config_1.TYPE_VALUE,
742
- PerformanceNavigation: base_config_1.TYPE_VALUE,
743
- PerformanceNavigationTiming: base_config_1.TYPE_VALUE,
744
- PerformanceObserver: base_config_1.TYPE_VALUE,
745
- PerformanceObserverEntryList: base_config_1.TYPE_VALUE,
746
- PerformancePaintTiming: base_config_1.TYPE_VALUE,
747
- PerformanceResourceTiming: base_config_1.TYPE_VALUE,
748
- PerformanceServerTiming: base_config_1.TYPE_VALUE,
749
- PerformanceTiming: base_config_1.TYPE_VALUE,
750
- PeriodicWave: base_config_1.TYPE_VALUE,
751
- PermissionStatusEventMap: base_config_1.TYPE,
752
- PermissionStatus: base_config_1.TYPE_VALUE,
753
- Permissions: base_config_1.TYPE_VALUE,
754
- PictureInPictureEvent: base_config_1.TYPE_VALUE,
755
- PictureInPictureWindowEventMap: base_config_1.TYPE,
756
- PictureInPictureWindow: base_config_1.TYPE_VALUE,
757
- Plugin: base_config_1.TYPE_VALUE,
758
- PluginArray: base_config_1.TYPE_VALUE,
759
- PointerEvent: base_config_1.TYPE_VALUE,
760
- PopStateEvent: base_config_1.TYPE_VALUE,
761
- ProcessingInstruction: base_config_1.TYPE_VALUE,
762
- ProgressEvent: base_config_1.TYPE_VALUE,
763
- PromiseRejectionEvent: base_config_1.TYPE_VALUE,
764
- PublicKeyCredential: base_config_1.TYPE_VALUE,
765
- PushManager: base_config_1.TYPE_VALUE,
766
- PushSubscription: base_config_1.TYPE_VALUE,
767
- PushSubscriptionOptions: base_config_1.TYPE_VALUE,
768
- RTCCertificate: base_config_1.TYPE_VALUE,
769
- RTCDTMFSenderEventMap: base_config_1.TYPE,
770
- RTCDTMFSender: base_config_1.TYPE_VALUE,
771
- RTCDTMFToneChangeEvent: base_config_1.TYPE_VALUE,
772
- RTCDataChannelEventMap: base_config_1.TYPE,
773
- RTCDataChannel: base_config_1.TYPE_VALUE,
774
- RTCDataChannelEvent: base_config_1.TYPE_VALUE,
775
- RTCDtlsTransportEventMap: base_config_1.TYPE,
776
- RTCDtlsTransport: base_config_1.TYPE_VALUE,
777
- RTCEncodedAudioFrame: base_config_1.TYPE_VALUE,
778
- RTCEncodedVideoFrame: base_config_1.TYPE_VALUE,
779
- RTCError: base_config_1.TYPE_VALUE,
780
- RTCErrorEvent: base_config_1.TYPE_VALUE,
781
- RTCIceCandidate: base_config_1.TYPE_VALUE,
782
- RTCIceTransportEventMap: base_config_1.TYPE,
783
- RTCIceTransport: base_config_1.TYPE_VALUE,
784
- RTCPeerConnectionEventMap: base_config_1.TYPE,
785
- RTCPeerConnection: base_config_1.TYPE_VALUE,
786
- RTCPeerConnectionIceErrorEvent: base_config_1.TYPE_VALUE,
787
- RTCPeerConnectionIceEvent: base_config_1.TYPE_VALUE,
788
- RTCRtpReceiver: base_config_1.TYPE_VALUE,
789
- RTCRtpSender: base_config_1.TYPE_VALUE,
790
- RTCRtpTransceiver: base_config_1.TYPE_VALUE,
791
- RTCSctpTransportEventMap: base_config_1.TYPE,
792
- RTCSctpTransport: base_config_1.TYPE_VALUE,
793
- RTCSessionDescription: base_config_1.TYPE_VALUE,
794
- RTCStatsReport: base_config_1.TYPE_VALUE,
795
- RTCTrackEvent: base_config_1.TYPE_VALUE,
796
- RadioNodeList: base_config_1.TYPE_VALUE,
797
- Range: base_config_1.TYPE_VALUE,
798
- ReadableByteStreamController: base_config_1.TYPE_VALUE,
799
- ReadableStream: base_config_1.TYPE_VALUE,
800
- ReadableStreamBYOBReader: base_config_1.TYPE_VALUE,
801
- ReadableStreamBYOBRequest: base_config_1.TYPE_VALUE,
802
- ReadableStreamDefaultController: base_config_1.TYPE_VALUE,
803
- ReadableStreamDefaultReader: base_config_1.TYPE_VALUE,
804
- ReadableStreamGenericReader: base_config_1.TYPE,
805
- RemotePlaybackEventMap: base_config_1.TYPE,
806
- RemotePlayback: base_config_1.TYPE_VALUE,
807
- Request: base_config_1.TYPE_VALUE,
808
- ResizeObserver: base_config_1.TYPE_VALUE,
809
- ResizeObserverEntry: base_config_1.TYPE_VALUE,
810
- ResizeObserverSize: base_config_1.TYPE_VALUE,
811
- Response: base_config_1.TYPE_VALUE,
812
- SVGAElement: base_config_1.TYPE_VALUE,
813
- SVGAngle: base_config_1.TYPE_VALUE,
814
- SVGAnimateElement: base_config_1.TYPE_VALUE,
815
- SVGAnimateMotionElement: base_config_1.TYPE_VALUE,
816
- SVGAnimateTransformElement: base_config_1.TYPE_VALUE,
817
- SVGAnimatedAngle: base_config_1.TYPE_VALUE,
818
- SVGAnimatedBoolean: base_config_1.TYPE_VALUE,
819
- SVGAnimatedEnumeration: base_config_1.TYPE_VALUE,
820
- SVGAnimatedInteger: base_config_1.TYPE_VALUE,
821
- SVGAnimatedLength: base_config_1.TYPE_VALUE,
822
- SVGAnimatedLengthList: base_config_1.TYPE_VALUE,
823
- SVGAnimatedNumber: base_config_1.TYPE_VALUE,
824
- SVGAnimatedNumberList: base_config_1.TYPE_VALUE,
825
- SVGAnimatedPoints: base_config_1.TYPE,
826
- SVGAnimatedPreserveAspectRatio: base_config_1.TYPE_VALUE,
827
- SVGAnimatedRect: base_config_1.TYPE_VALUE,
828
- SVGAnimatedString: base_config_1.TYPE_VALUE,
829
- SVGAnimatedTransformList: base_config_1.TYPE_VALUE,
830
- SVGAnimationElement: base_config_1.TYPE_VALUE,
831
- SVGCircleElement: base_config_1.TYPE_VALUE,
832
- SVGClipPathElement: base_config_1.TYPE_VALUE,
833
- SVGComponentTransferFunctionElement: base_config_1.TYPE_VALUE,
834
- SVGDefsElement: base_config_1.TYPE_VALUE,
835
- SVGDescElement: base_config_1.TYPE_VALUE,
836
- SVGElementEventMap: base_config_1.TYPE,
837
- SVGElement: base_config_1.TYPE_VALUE,
838
- SVGEllipseElement: base_config_1.TYPE_VALUE,
839
- SVGFEBlendElement: base_config_1.TYPE_VALUE,
840
- SVGFEColorMatrixElement: base_config_1.TYPE_VALUE,
841
- SVGFEComponentTransferElement: base_config_1.TYPE_VALUE,
842
- SVGFECompositeElement: base_config_1.TYPE_VALUE,
843
- SVGFEConvolveMatrixElement: base_config_1.TYPE_VALUE,
844
- SVGFEDiffuseLightingElement: base_config_1.TYPE_VALUE,
845
- SVGFEDisplacementMapElement: base_config_1.TYPE_VALUE,
846
- SVGFEDistantLightElement: base_config_1.TYPE_VALUE,
847
- SVGFEDropShadowElement: base_config_1.TYPE_VALUE,
848
- SVGFEFloodElement: base_config_1.TYPE_VALUE,
849
- SVGFEFuncAElement: base_config_1.TYPE_VALUE,
850
- SVGFEFuncBElement: base_config_1.TYPE_VALUE,
851
- SVGFEFuncGElement: base_config_1.TYPE_VALUE,
852
- SVGFEFuncRElement: base_config_1.TYPE_VALUE,
853
- SVGFEGaussianBlurElement: base_config_1.TYPE_VALUE,
854
- SVGFEImageElement: base_config_1.TYPE_VALUE,
855
- SVGFEMergeElement: base_config_1.TYPE_VALUE,
856
- SVGFEMergeNodeElement: base_config_1.TYPE_VALUE,
857
- SVGFEMorphologyElement: base_config_1.TYPE_VALUE,
858
- SVGFEOffsetElement: base_config_1.TYPE_VALUE,
859
- SVGFEPointLightElement: base_config_1.TYPE_VALUE,
860
- SVGFESpecularLightingElement: base_config_1.TYPE_VALUE,
861
- SVGFESpotLightElement: base_config_1.TYPE_VALUE,
862
- SVGFETileElement: base_config_1.TYPE_VALUE,
863
- SVGFETurbulenceElement: base_config_1.TYPE_VALUE,
864
- SVGFilterElement: base_config_1.TYPE_VALUE,
865
- SVGFilterPrimitiveStandardAttributes: base_config_1.TYPE,
866
- SVGFitToViewBox: base_config_1.TYPE,
867
- SVGForeignObjectElement: base_config_1.TYPE_VALUE,
868
- SVGGElement: base_config_1.TYPE_VALUE,
869
- SVGGeometryElement: base_config_1.TYPE_VALUE,
870
- SVGGradientElement: base_config_1.TYPE_VALUE,
871
- SVGGraphicsElement: base_config_1.TYPE_VALUE,
872
- SVGImageElement: base_config_1.TYPE_VALUE,
873
- SVGLength: base_config_1.TYPE_VALUE,
874
- SVGLengthList: base_config_1.TYPE_VALUE,
875
- SVGLineElement: base_config_1.TYPE_VALUE,
876
- SVGLinearGradientElement: base_config_1.TYPE_VALUE,
877
- SVGMPathElement: base_config_1.TYPE_VALUE,
878
- SVGMarkerElement: base_config_1.TYPE_VALUE,
879
- SVGMaskElement: base_config_1.TYPE_VALUE,
880
- SVGMetadataElement: base_config_1.TYPE_VALUE,
881
- SVGNumber: base_config_1.TYPE_VALUE,
882
- SVGNumberList: base_config_1.TYPE_VALUE,
883
- SVGPathElement: base_config_1.TYPE_VALUE,
884
- SVGPatternElement: base_config_1.TYPE_VALUE,
885
- SVGPointList: base_config_1.TYPE_VALUE,
886
- SVGPolygonElement: base_config_1.TYPE_VALUE,
887
- SVGPolylineElement: base_config_1.TYPE_VALUE,
888
- SVGPreserveAspectRatio: base_config_1.TYPE_VALUE,
889
- SVGRadialGradientElement: base_config_1.TYPE_VALUE,
890
- SVGRectElement: base_config_1.TYPE_VALUE,
891
- SVGSVGElementEventMap: base_config_1.TYPE,
892
- SVGSVGElement: base_config_1.TYPE_VALUE,
893
- SVGScriptElement: base_config_1.TYPE_VALUE,
894
- SVGSetElement: base_config_1.TYPE_VALUE,
895
- SVGStopElement: base_config_1.TYPE_VALUE,
896
- SVGStringList: base_config_1.TYPE_VALUE,
897
- SVGStyleElement: base_config_1.TYPE_VALUE,
898
- SVGSwitchElement: base_config_1.TYPE_VALUE,
899
- SVGSymbolElement: base_config_1.TYPE_VALUE,
900
- SVGTSpanElement: base_config_1.TYPE_VALUE,
901
- SVGTests: base_config_1.TYPE,
902
- SVGTextContentElement: base_config_1.TYPE_VALUE,
903
- SVGTextElement: base_config_1.TYPE_VALUE,
904
- SVGTextPathElement: base_config_1.TYPE_VALUE,
905
- SVGTextPositioningElement: base_config_1.TYPE_VALUE,
906
- SVGTitleElement: base_config_1.TYPE_VALUE,
907
- SVGTransform: base_config_1.TYPE_VALUE,
908
- SVGTransformList: base_config_1.TYPE_VALUE,
909
- SVGURIReference: base_config_1.TYPE,
910
- SVGUnitTypes: base_config_1.TYPE_VALUE,
911
- SVGUseElement: base_config_1.TYPE_VALUE,
912
- SVGViewElement: base_config_1.TYPE_VALUE,
913
- Screen: base_config_1.TYPE_VALUE,
914
- ScreenOrientationEventMap: base_config_1.TYPE,
915
- ScreenOrientation: base_config_1.TYPE_VALUE,
916
- ScriptProcessorNodeEventMap: base_config_1.TYPE,
917
- ScriptProcessorNode: base_config_1.TYPE_VALUE,
918
- SecurityPolicyViolationEvent: base_config_1.TYPE_VALUE,
919
- Selection: base_config_1.TYPE_VALUE,
920
- ServiceWorkerEventMap: base_config_1.TYPE,
921
- ServiceWorker: base_config_1.TYPE_VALUE,
922
- ServiceWorkerContainerEventMap: base_config_1.TYPE,
923
- ServiceWorkerContainer: base_config_1.TYPE_VALUE,
924
- ServiceWorkerRegistrationEventMap: base_config_1.TYPE,
925
- ServiceWorkerRegistration: base_config_1.TYPE_VALUE,
926
- ShadowRootEventMap: base_config_1.TYPE,
927
- ShadowRoot: base_config_1.TYPE_VALUE,
928
- SharedWorker: base_config_1.TYPE_VALUE,
929
- Slottable: base_config_1.TYPE,
930
- SourceBufferEventMap: base_config_1.TYPE,
931
- SourceBuffer: base_config_1.TYPE_VALUE,
932
- SourceBufferListEventMap: base_config_1.TYPE,
933
- SourceBufferList: base_config_1.TYPE_VALUE,
934
- SpeechRecognitionAlternative: base_config_1.TYPE_VALUE,
935
- SpeechRecognitionResult: base_config_1.TYPE_VALUE,
936
- SpeechRecognitionResultList: base_config_1.TYPE_VALUE,
937
- SpeechSynthesisEventMap: base_config_1.TYPE,
938
- SpeechSynthesis: base_config_1.TYPE_VALUE,
939
- SpeechSynthesisErrorEvent: base_config_1.TYPE_VALUE,
940
- SpeechSynthesisEvent: base_config_1.TYPE_VALUE,
941
- SpeechSynthesisUtteranceEventMap: base_config_1.TYPE,
942
- SpeechSynthesisUtterance: base_config_1.TYPE_VALUE,
943
- SpeechSynthesisVoice: base_config_1.TYPE_VALUE,
944
- StaticRange: base_config_1.TYPE_VALUE,
945
- StereoPannerNode: base_config_1.TYPE_VALUE,
946
- Storage: base_config_1.TYPE_VALUE,
947
- StorageEvent: base_config_1.TYPE_VALUE,
948
- StorageManager: base_config_1.TYPE_VALUE,
949
- StyleMedia: base_config_1.TYPE,
950
- StyleSheet: base_config_1.TYPE_VALUE,
951
- StyleSheetList: base_config_1.TYPE_VALUE,
952
- SubmitEvent: base_config_1.TYPE_VALUE,
953
- SubtleCrypto: base_config_1.TYPE_VALUE,
954
- Text: base_config_1.TYPE_VALUE,
955
- TextDecoder: base_config_1.TYPE_VALUE,
956
- TextDecoderCommon: base_config_1.TYPE,
957
- TextDecoderStream: base_config_1.TYPE_VALUE,
958
- TextEncoder: base_config_1.TYPE_VALUE,
959
- TextEncoderCommon: base_config_1.TYPE,
960
- TextEncoderStream: base_config_1.TYPE_VALUE,
961
- TextMetrics: base_config_1.TYPE_VALUE,
962
- TextTrackEventMap: base_config_1.TYPE,
963
- TextTrack: base_config_1.TYPE_VALUE,
964
- TextTrackCueEventMap: base_config_1.TYPE,
965
- TextTrackCue: base_config_1.TYPE_VALUE,
966
- TextTrackCueList: base_config_1.TYPE_VALUE,
967
- TextTrackListEventMap: base_config_1.TYPE,
968
- TextTrackList: base_config_1.TYPE_VALUE,
969
- TimeRanges: base_config_1.TYPE_VALUE,
970
- Touch: base_config_1.TYPE_VALUE,
971
- TouchEvent: base_config_1.TYPE_VALUE,
972
- TouchList: base_config_1.TYPE_VALUE,
973
- TrackEvent: base_config_1.TYPE_VALUE,
974
- TransformStream: base_config_1.TYPE_VALUE,
975
- TransformStreamDefaultController: base_config_1.TYPE_VALUE,
976
- TransitionEvent: base_config_1.TYPE_VALUE,
977
- TreeWalker: base_config_1.TYPE_VALUE,
978
- UIEvent: base_config_1.TYPE_VALUE,
979
- URL: base_config_1.TYPE_VALUE,
980
- webkitURL: base_config_1.TYPE_VALUE,
981
- URLSearchParams: base_config_1.TYPE_VALUE,
982
- VTTCue: base_config_1.TYPE_VALUE,
983
- VTTRegion: base_config_1.TYPE_VALUE,
984
- ValidityState: base_config_1.TYPE_VALUE,
985
- VideoColorSpace: base_config_1.TYPE_VALUE,
986
- VideoPlaybackQuality: base_config_1.TYPE_VALUE,
987
- VisualViewportEventMap: base_config_1.TYPE,
988
- VisualViewport: base_config_1.TYPE_VALUE,
989
- WEBGL_color_buffer_float: base_config_1.TYPE,
990
- WEBGL_compressed_texture_astc: base_config_1.TYPE,
991
- WEBGL_compressed_texture_etc: base_config_1.TYPE,
992
- WEBGL_compressed_texture_etc1: base_config_1.TYPE,
993
- WEBGL_compressed_texture_s3tc: base_config_1.TYPE,
994
- WEBGL_compressed_texture_s3tc_srgb: base_config_1.TYPE,
995
- WEBGL_debug_renderer_info: base_config_1.TYPE,
996
- WEBGL_debug_shaders: base_config_1.TYPE,
997
- WEBGL_depth_texture: base_config_1.TYPE,
998
- WEBGL_draw_buffers: base_config_1.TYPE,
999
- WEBGL_lose_context: base_config_1.TYPE,
1000
- WEBGL_multi_draw: base_config_1.TYPE,
1001
- WaveShaperNode: base_config_1.TYPE_VALUE,
1002
- WebGL2RenderingContext: base_config_1.TYPE_VALUE,
1003
- WebGL2RenderingContextBase: base_config_1.TYPE,
1004
- WebGL2RenderingContextOverloads: base_config_1.TYPE,
1005
- WebGLActiveInfo: base_config_1.TYPE_VALUE,
1006
- WebGLBuffer: base_config_1.TYPE_VALUE,
1007
- WebGLContextEvent: base_config_1.TYPE_VALUE,
1008
- WebGLFramebuffer: base_config_1.TYPE_VALUE,
1009
- WebGLProgram: base_config_1.TYPE_VALUE,
1010
- WebGLQuery: base_config_1.TYPE_VALUE,
1011
- WebGLRenderbuffer: base_config_1.TYPE_VALUE,
1012
- WebGLRenderingContext: base_config_1.TYPE_VALUE,
1013
- WebGLRenderingContextBase: base_config_1.TYPE,
1014
- WebGLRenderingContextOverloads: base_config_1.TYPE,
1015
- WebGLSampler: base_config_1.TYPE_VALUE,
1016
- WebGLShader: base_config_1.TYPE_VALUE,
1017
- WebGLShaderPrecisionFormat: base_config_1.TYPE_VALUE,
1018
- WebGLSync: base_config_1.TYPE_VALUE,
1019
- WebGLTexture: base_config_1.TYPE_VALUE,
1020
- WebGLTransformFeedback: base_config_1.TYPE_VALUE,
1021
- WebGLUniformLocation: base_config_1.TYPE_VALUE,
1022
- WebGLVertexArrayObject: base_config_1.TYPE_VALUE,
1023
- WebGLVertexArrayObjectOES: base_config_1.TYPE,
1024
- WebSocketEventMap: base_config_1.TYPE,
1025
- WebSocket: base_config_1.TYPE_VALUE,
1026
- WheelEvent: base_config_1.TYPE_VALUE,
1027
- WindowEventMap: base_config_1.TYPE,
1028
- Window: base_config_1.TYPE_VALUE,
1029
- WindowEventHandlersEventMap: base_config_1.TYPE,
1030
- WindowEventHandlers: base_config_1.TYPE,
1031
- WindowLocalStorage: base_config_1.TYPE,
1032
- WindowOrWorkerGlobalScope: base_config_1.TYPE,
1033
- WindowSessionStorage: base_config_1.TYPE,
1034
- WorkerEventMap: base_config_1.TYPE,
1035
- Worker: base_config_1.TYPE_VALUE,
1036
- Worklet: base_config_1.TYPE_VALUE,
1037
- WritableStream: base_config_1.TYPE_VALUE,
1038
- WritableStreamDefaultController: base_config_1.TYPE_VALUE,
1039
- WritableStreamDefaultWriter: base_config_1.TYPE_VALUE,
1040
- XMLDocument: base_config_1.TYPE_VALUE,
1041
- XMLHttpRequestEventMap: base_config_1.TYPE,
1042
- XMLHttpRequest: base_config_1.TYPE_VALUE,
1043
- XMLHttpRequestEventTargetEventMap: base_config_1.TYPE,
1044
- XMLHttpRequestEventTarget: base_config_1.TYPE_VALUE,
1045
- XMLHttpRequestUpload: base_config_1.TYPE_VALUE,
1046
- XMLSerializer: base_config_1.TYPE_VALUE,
1047
- XPathEvaluator: base_config_1.TYPE_VALUE,
1048
- XPathEvaluatorBase: base_config_1.TYPE,
1049
- XPathExpression: base_config_1.TYPE_VALUE,
1050
- XPathResult: base_config_1.TYPE_VALUE,
1051
- XSLTProcessor: base_config_1.TYPE_VALUE,
1052
- Console: base_config_1.TYPE,
1053
- CSS: base_config_1.TYPE_VALUE,
1054
- WebAssembly: base_config_1.TYPE_VALUE,
1055
- BlobCallback: base_config_1.TYPE,
1056
- CustomElementConstructor: base_config_1.TYPE,
1057
- DecodeErrorCallback: base_config_1.TYPE,
1058
- DecodeSuccessCallback: base_config_1.TYPE,
1059
- ErrorCallback: base_config_1.TYPE,
1060
- FileCallback: base_config_1.TYPE,
1061
- FileSystemEntriesCallback: base_config_1.TYPE,
1062
- FileSystemEntryCallback: base_config_1.TYPE,
1063
- FrameRequestCallback: base_config_1.TYPE,
1064
- FunctionStringCallback: base_config_1.TYPE,
1065
- IdleRequestCallback: base_config_1.TYPE,
1066
- IntersectionObserverCallback: base_config_1.TYPE,
1067
- LockGrantedCallback: base_config_1.TYPE,
1068
- MediaSessionActionHandler: base_config_1.TYPE,
1069
- MutationCallback: base_config_1.TYPE,
1070
- NotificationPermissionCallback: base_config_1.TYPE,
1071
- OnBeforeUnloadEventHandlerNonNull: base_config_1.TYPE,
1072
- OnErrorEventHandlerNonNull: base_config_1.TYPE,
1073
- PerformanceObserverCallback: base_config_1.TYPE,
1074
- PositionCallback: base_config_1.TYPE,
1075
- PositionErrorCallback: base_config_1.TYPE,
1076
- QueuingStrategySize: base_config_1.TYPE,
1077
- RTCPeerConnectionErrorCallback: base_config_1.TYPE,
1078
- RTCSessionDescriptionCallback: base_config_1.TYPE,
1079
- RemotePlaybackAvailabilityCallback: base_config_1.TYPE,
1080
- ResizeObserverCallback: base_config_1.TYPE,
1081
- TransformerFlushCallback: base_config_1.TYPE,
1082
- TransformerStartCallback: base_config_1.TYPE,
1083
- TransformerTransformCallback: base_config_1.TYPE,
1084
- UnderlyingSinkAbortCallback: base_config_1.TYPE,
1085
- UnderlyingSinkCloseCallback: base_config_1.TYPE,
1086
- UnderlyingSinkStartCallback: base_config_1.TYPE,
1087
- UnderlyingSinkWriteCallback: base_config_1.TYPE,
1088
- UnderlyingSourceCancelCallback: base_config_1.TYPE,
1089
- UnderlyingSourcePullCallback: base_config_1.TYPE,
1090
- UnderlyingSourceStartCallback: base_config_1.TYPE,
1091
- VideoFrameRequestCallback: base_config_1.TYPE,
1092
- VoidFunction: base_config_1.TYPE,
1093
- HTMLElementTagNameMap: base_config_1.TYPE,
1094
- HTMLElementDeprecatedTagNameMap: base_config_1.TYPE,
1095
- SVGElementTagNameMap: base_config_1.TYPE,
1096
- MathMLElementTagNameMap: base_config_1.TYPE,
1097
- ElementTagNameMap: base_config_1.TYPE,
1098
- AlgorithmIdentifier: base_config_1.TYPE,
1099
- BigInteger: base_config_1.TYPE,
1100
- BinaryData: base_config_1.TYPE,
1101
- BlobPart: base_config_1.TYPE,
1102
- BodyInit: base_config_1.TYPE,
1103
- BufferSource: base_config_1.TYPE,
1104
- COSEAlgorithmIdentifier: base_config_1.TYPE,
1105
- CSSNumberish: base_config_1.TYPE,
1106
- CanvasImageSource: base_config_1.TYPE,
1107
- ClipboardItemData: base_config_1.TYPE,
1108
- ClipboardItems: base_config_1.TYPE,
1109
- ConstrainBoolean: base_config_1.TYPE,
1110
- ConstrainDOMString: base_config_1.TYPE,
1111
- ConstrainDouble: base_config_1.TYPE,
1112
- ConstrainULong: base_config_1.TYPE,
1113
- DOMHighResTimeStamp: base_config_1.TYPE,
1114
- EpochTimeStamp: base_config_1.TYPE,
1115
- EventListenerOrEventListenerObject: base_config_1.TYPE,
1116
- Float32List: base_config_1.TYPE,
1117
- FormDataEntryValue: base_config_1.TYPE,
1118
- GLbitfield: base_config_1.TYPE,
1119
- GLboolean: base_config_1.TYPE,
1120
- GLclampf: base_config_1.TYPE,
1121
- GLenum: base_config_1.TYPE,
1122
- GLfloat: base_config_1.TYPE,
1123
- GLint: base_config_1.TYPE,
1124
- GLint64: base_config_1.TYPE,
1125
- GLintptr: base_config_1.TYPE,
1126
- GLsizei: base_config_1.TYPE,
1127
- GLsizeiptr: base_config_1.TYPE,
1128
- GLuint: base_config_1.TYPE,
1129
- GLuint64: base_config_1.TYPE,
1130
- HTMLOrSVGImageElement: base_config_1.TYPE,
1131
- HTMLOrSVGScriptElement: base_config_1.TYPE,
1132
- HashAlgorithmIdentifier: base_config_1.TYPE,
1133
- HeadersInit: base_config_1.TYPE,
1134
- IDBValidKey: base_config_1.TYPE,
1135
- ImageBitmapSource: base_config_1.TYPE,
1136
- Int32List: base_config_1.TYPE,
1137
- LineAndPositionSetting: base_config_1.TYPE,
1138
- MediaProvider: base_config_1.TYPE,
1139
- MessageEventSource: base_config_1.TYPE,
1140
- MutationRecordType: base_config_1.TYPE,
1141
- NamedCurve: base_config_1.TYPE,
1142
- OffscreenRenderingContext: base_config_1.TYPE,
1143
- OnBeforeUnloadEventHandler: base_config_1.TYPE,
1144
- OnErrorEventHandler: base_config_1.TYPE,
1145
- PerformanceEntryList: base_config_1.TYPE,
1146
- ReadableStreamController: base_config_1.TYPE,
1147
- ReadableStreamReadResult: base_config_1.TYPE,
1148
- ReadableStreamReader: base_config_1.TYPE,
1149
- RenderingContext: base_config_1.TYPE,
1150
- RequestInfo: base_config_1.TYPE,
1151
- TexImageSource: base_config_1.TYPE,
1152
- TimerHandler: base_config_1.TYPE,
1153
- Transferable: base_config_1.TYPE,
1154
- Uint32List: base_config_1.TYPE,
1155
- VibratePattern: base_config_1.TYPE,
1156
- WindowProxy: base_config_1.TYPE,
1157
- XMLHttpRequestBodyInit: base_config_1.TYPE,
1158
- AlignSetting: base_config_1.TYPE,
1159
- AnimationPlayState: base_config_1.TYPE,
1160
- AnimationReplaceState: base_config_1.TYPE,
1161
- AppendMode: base_config_1.TYPE,
1162
- AttestationConveyancePreference: base_config_1.TYPE,
1163
- AudioContextLatencyCategory: base_config_1.TYPE,
1164
- AudioContextState: base_config_1.TYPE,
1165
- AuthenticatorAttachment: base_config_1.TYPE,
1166
- AuthenticatorTransport: base_config_1.TYPE,
1167
- AutoKeyword: base_config_1.TYPE,
1168
- AutomationRate: base_config_1.TYPE,
1169
- BinaryType: base_config_1.TYPE,
1170
- BiquadFilterType: base_config_1.TYPE,
1171
- CanPlayTypeResult: base_config_1.TYPE,
1172
- CanvasDirection: base_config_1.TYPE,
1173
- CanvasFillRule: base_config_1.TYPE,
1174
- CanvasFontKerning: base_config_1.TYPE,
1175
- CanvasFontStretch: base_config_1.TYPE,
1176
- CanvasFontVariantCaps: base_config_1.TYPE,
1177
- CanvasLineCap: base_config_1.TYPE,
1178
- CanvasLineJoin: base_config_1.TYPE,
1179
- CanvasTextAlign: base_config_1.TYPE,
1180
- CanvasTextBaseline: base_config_1.TYPE,
1181
- CanvasTextRendering: base_config_1.TYPE,
1182
- ChannelCountMode: base_config_1.TYPE,
1183
- ChannelInterpretation: base_config_1.TYPE,
1184
- ClientTypes: base_config_1.TYPE,
1185
- ColorGamut: base_config_1.TYPE,
1186
- ColorSpaceConversion: base_config_1.TYPE,
1187
- CompositeOperation: base_config_1.TYPE,
1188
- CompositeOperationOrAuto: base_config_1.TYPE,
1189
- CredentialMediationRequirement: base_config_1.TYPE,
1190
- DOMParserSupportedType: base_config_1.TYPE,
1191
- DirectionSetting: base_config_1.TYPE,
1192
- DisplayCaptureSurfaceType: base_config_1.TYPE,
1193
- DistanceModelType: base_config_1.TYPE,
1194
- DocumentReadyState: base_config_1.TYPE,
1195
- DocumentVisibilityState: base_config_1.TYPE,
1196
- EndOfStreamError: base_config_1.TYPE,
1197
- EndingType: base_config_1.TYPE,
1198
- FileSystemHandleKind: base_config_1.TYPE,
1199
- FillMode: base_config_1.TYPE,
1200
- FontDisplay: base_config_1.TYPE,
1201
- FontFaceLoadStatus: base_config_1.TYPE,
1202
- FontFaceSetLoadStatus: base_config_1.TYPE,
1203
- FullscreenNavigationUI: base_config_1.TYPE,
1204
- GamepadHapticActuatorType: base_config_1.TYPE,
1205
- GamepadMappingType: base_config_1.TYPE,
1206
- GlobalCompositeOperation: base_config_1.TYPE,
1207
- HdrMetadataType: base_config_1.TYPE,
1208
- IDBCursorDirection: base_config_1.TYPE,
1209
- IDBRequestReadyState: base_config_1.TYPE,
1210
- IDBTransactionDurability: base_config_1.TYPE,
1211
- IDBTransactionMode: base_config_1.TYPE,
1212
- ImageOrientation: base_config_1.TYPE,
1213
- ImageSmoothingQuality: base_config_1.TYPE,
1214
- InsertPosition: base_config_1.TYPE,
1215
- IterationCompositeOperation: base_config_1.TYPE,
1216
- KeyFormat: base_config_1.TYPE,
1217
- KeyType: base_config_1.TYPE,
1218
- KeyUsage: base_config_1.TYPE,
1219
- LineAlignSetting: base_config_1.TYPE,
1220
- LockMode: base_config_1.TYPE,
1221
- MIDIPortConnectionState: base_config_1.TYPE,
1222
- MIDIPortDeviceState: base_config_1.TYPE,
1223
- MIDIPortType: base_config_1.TYPE,
1224
- MediaDecodingType: base_config_1.TYPE,
1225
- MediaDeviceKind: base_config_1.TYPE,
1226
- MediaEncodingType: base_config_1.TYPE,
1227
- MediaKeyMessageType: base_config_1.TYPE,
1228
- MediaKeySessionClosedReason: base_config_1.TYPE,
1229
- MediaKeySessionType: base_config_1.TYPE,
1230
- MediaKeyStatus: base_config_1.TYPE,
1231
- MediaKeysRequirement: base_config_1.TYPE,
1232
- MediaSessionAction: base_config_1.TYPE,
1233
- MediaSessionPlaybackState: base_config_1.TYPE,
1234
- MediaStreamTrackState: base_config_1.TYPE,
1235
- NavigationTimingType: base_config_1.TYPE,
1236
- NotificationDirection: base_config_1.TYPE,
1237
- NotificationPermission: base_config_1.TYPE,
1238
- OffscreenRenderingContextId: base_config_1.TYPE,
1239
- OrientationLockType: base_config_1.TYPE,
1240
- OrientationType: base_config_1.TYPE,
1241
- OscillatorType: base_config_1.TYPE,
1242
- OverSampleType: base_config_1.TYPE,
1243
- PanningModelType: base_config_1.TYPE,
1244
- PaymentComplete: base_config_1.TYPE,
1245
- PermissionName: base_config_1.TYPE,
1246
- PermissionState: base_config_1.TYPE,
1247
- PlaybackDirection: base_config_1.TYPE,
1248
- PositionAlignSetting: base_config_1.TYPE,
1249
- PredefinedColorSpace: base_config_1.TYPE,
1250
- PremultiplyAlpha: base_config_1.TYPE,
1251
- PresentationStyle: base_config_1.TYPE,
1252
- PublicKeyCredentialType: base_config_1.TYPE,
1253
- PushEncryptionKeyName: base_config_1.TYPE,
1254
- RTCBundlePolicy: base_config_1.TYPE,
1255
- RTCDataChannelState: base_config_1.TYPE,
1256
- RTCDegradationPreference: base_config_1.TYPE,
1257
- RTCDtlsTransportState: base_config_1.TYPE,
1258
- RTCEncodedVideoFrameType: base_config_1.TYPE,
1259
- RTCErrorDetailType: base_config_1.TYPE,
1260
- RTCIceCandidateType: base_config_1.TYPE,
1261
- RTCIceComponent: base_config_1.TYPE,
1262
- RTCIceConnectionState: base_config_1.TYPE,
1263
- RTCIceGathererState: base_config_1.TYPE,
1264
- RTCIceGatheringState: base_config_1.TYPE,
1265
- RTCIceProtocol: base_config_1.TYPE,
1266
- RTCIceTcpCandidateType: base_config_1.TYPE,
1267
- RTCIceTransportPolicy: base_config_1.TYPE,
1268
- RTCIceTransportState: base_config_1.TYPE,
1269
- RTCPeerConnectionState: base_config_1.TYPE,
1270
- RTCPriorityType: base_config_1.TYPE,
1271
- RTCRtcpMuxPolicy: base_config_1.TYPE,
1272
- RTCRtpTransceiverDirection: base_config_1.TYPE,
1273
- RTCSctpTransportState: base_config_1.TYPE,
1274
- RTCSdpType: base_config_1.TYPE,
1275
- RTCSignalingState: base_config_1.TYPE,
1276
- RTCStatsIceCandidatePairState: base_config_1.TYPE,
1277
- RTCStatsType: base_config_1.TYPE,
1278
- ReadableStreamReaderMode: base_config_1.TYPE,
1279
- ReadableStreamType: base_config_1.TYPE,
1280
- ReadyState: base_config_1.TYPE,
1281
- RecordingState: base_config_1.TYPE,
1282
- ReferrerPolicy: base_config_1.TYPE,
1283
- RemotePlaybackState: base_config_1.TYPE,
1284
- RequestCache: base_config_1.TYPE,
1285
- RequestCredentials: base_config_1.TYPE,
1286
- RequestDestination: base_config_1.TYPE,
1287
- RequestMode: base_config_1.TYPE,
1288
- RequestRedirect: base_config_1.TYPE,
1289
- ResidentKeyRequirement: base_config_1.TYPE,
1290
- ResizeObserverBoxOptions: base_config_1.TYPE,
1291
- ResizeQuality: base_config_1.TYPE,
1292
- ResponseType: base_config_1.TYPE,
1293
- ScrollBehavior: base_config_1.TYPE,
1294
- ScrollLogicalPosition: base_config_1.TYPE,
1295
- ScrollRestoration: base_config_1.TYPE,
1296
- ScrollSetting: base_config_1.TYPE,
1297
- SecurityPolicyViolationEventDisposition: base_config_1.TYPE,
1298
- SelectionMode: base_config_1.TYPE,
1299
- ServiceWorkerState: base_config_1.TYPE,
1300
- ServiceWorkerUpdateViaCache: base_config_1.TYPE,
1301
- ShadowRootMode: base_config_1.TYPE,
1302
- SlotAssignmentMode: base_config_1.TYPE,
1303
- SpeechSynthesisErrorCode: base_config_1.TYPE,
1304
- TextTrackKind: base_config_1.TYPE,
1305
- TextTrackMode: base_config_1.TYPE,
1306
- TouchType: base_config_1.TYPE,
1307
- TransferFunction: base_config_1.TYPE,
1308
- UserVerificationRequirement: base_config_1.TYPE,
1309
- VideoColorPrimaries: base_config_1.TYPE,
1310
- VideoFacingModeEnum: base_config_1.TYPE,
1311
- VideoMatrixCoefficients: base_config_1.TYPE,
1312
- VideoTransferCharacteristics: base_config_1.TYPE,
1313
- WebGLPowerPreference: base_config_1.TYPE,
1314
- WorkerType: base_config_1.TYPE,
1315
- XMLHttpRequestResponseType: base_config_1.TYPE,
1316
- };
1317
- //# sourceMappingURL=dom.js.map