@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.
- package/CHANGELOG.md +24 -0
- package/build/GlobalEmitter.js +2 -2
- package/build/GlobalEmitter.js.map +1 -1
- package/build/InFlightEntertainment.js +2 -2
- package/build/InFlightEntertainment.js.map +1 -1
- package/build/__tests__/behavioral/CreatingAConversationTopic.test.js.map +1 -1
- package/build/__tests__/behavioral/DeployingToSandbox.test.js +6 -6
- package/build/__tests__/behavioral/DeployingToSandbox.test.js.map +1 -1
- package/build/__tests__/behavioral/RegisteringConversationsOnBoot.test.js +1 -1
- package/build/__tests__/behavioral/RegisteringConversationsOnBoot.test.js.map +1 -1
- package/build/__tests__/behavioral/events/CreatingAListener.test.js +2 -2
- package/build/__tests__/behavioral/events/CreatingAListener.test.js.map +1 -1
- package/build/__tests__/behavioral/events/CreatingAnEvent.test.js +2 -2
- package/build/__tests__/behavioral/events/CreatingAnEvent.test.js.map +1 -1
- package/build/__tests__/behavioral/events/KeepingEventsInSync.test.js.map +1 -1
- package/build/__tests__/behavioral/events/KeepingEventsInSync2.test.js +2 -2
- package/build/__tests__/behavioral/events/KeepingEventsInSync2.test.js.map +1 -1
- package/build/__tests__/behavioral/events/RegisteringEventsOnBoot.test.js +1 -1
- package/build/__tests__/behavioral/events/RegisteringEventsOnBoot.test.js.map +1 -1
- package/build/__tests__/behavioral/events/RegisteringGlobalEvents.test.js +1 -1
- package/build/__tests__/behavioral/events/RegisteringGlobalEvents.test.js.map +1 -1
- package/build/__tests__/behavioral/schemas/SettingUpSchemasForModuleDistribution.test.js +2 -2
- package/build/__tests__/behavioral/schemas/SettingUpSchemasForModuleDistribution.test.js.map +1 -1
- package/build/__tests__/behavioral/skill/BootingASkill.test.js +1 -1
- package/build/__tests__/behavioral/skill/BootingASkill.test.js.map +1 -1
- package/build/__tests__/behavioral/tests/CreatingATest.test.js.map +1 -1
- package/build/__tests__/behavioral/tests/RunningTests.test.js +2 -2
- package/build/__tests__/behavioral/tests/RunningTests.test.js.map +1 -1
- package/build/__tests__/behavioral/views/RegisteringSkillViewOnBoot.test.js +1 -1
- package/build/__tests__/behavioral/views/RegisteringSkillViewOnBoot.test.js.map +1 -1
- package/build/__tests__/implementation/EventContractCleanerUtil.test.js +2 -2
- package/build/__tests__/implementation/EventContractCleanerUtil.test.js.map +1 -1
- package/build/__tests__/implementation/EventStore.test.js +1 -1
- package/build/__tests__/implementation/EventStore.test.js.map +1 -1
- package/build/__tests__/implementation/EventTemplateItemBuilder.test.js +2 -2
- package/build/__tests__/implementation/EventTemplateItemBuilder.test.js.map +1 -1
- package/build/__tests__/implementation/SchemaStore.test.js +2 -2
- package/build/__tests__/implementation/SchemaStore.test.js.map +1 -1
- package/build/__tests__/implementation/SchemaTemplateItemBuilder.test.js +2 -2
- package/build/__tests__/implementation/SchemaTemplateItemBuilder.test.js.map +1 -1
- package/build/cli/Cli.js +2 -2
- package/build/cli/Cli.js.map +1 -1
- package/build/components/AbstractComponent.js +2 -2
- package/build/components/AbstractComponent.js.map +1 -1
- package/build/components/FormComponent.js +2 -2
- package/build/components/FormComponent.js.map +1 -1
- package/build/components/QuizComponent.js +2 -2
- package/build/components/QuizComponent.js.map +1 -1
- package/build/features/AbstractAction.js +2 -2
- package/build/features/AbstractAction.js.map +1 -1
- package/build/features/AbstractFeature.js +2 -2
- package/build/features/AbstractFeature.js.map +1 -1
- package/build/features/ActionExecuter.js +2 -2
- package/build/features/ActionExecuter.js.map +1 -1
- package/build/features/ActionFactory.js +2 -2
- package/build/features/ActionFactory.js.map +1 -1
- package/build/features/ActionQuestionAsker.js +2 -2
- package/build/features/ActionQuestionAsker.js.map +1 -1
- package/build/features/FeatureCommandAttacher.js +2 -2
- package/build/features/FeatureCommandAttacher.js.map +1 -1
- package/build/features/FeatureInstaller.js +14 -14
- package/build/features/FeatureInstaller.js.map +1 -1
- package/build/features/OverrideActionDecorator.js +4 -4
- package/build/features/OverrideActionDecorator.js.map +1 -1
- package/build/features/conversation/actions/TestAction.js +3 -3
- package/build/features/conversation/actions/TestAction.js.map +1 -1
- package/build/features/deploy/actions/HerokuAction.js +1 -1
- package/build/features/deploy/actions/HerokuAction.js.map +1 -1
- package/build/features/error/actions/CreateAction.js +2 -2
- package/build/features/error/actions/CreateAction.js.map +1 -1
- package/build/features/error/actions/SyncAction.js +2 -2
- package/build/features/error/actions/SyncAction.js.map +1 -1
- package/build/features/error/writers/ErrorWriter.js +2 -2
- package/build/features/error/writers/ErrorWriter.js.map +1 -1
- package/build/features/event/actions/CreateAction.js +2 -2
- package/build/features/event/actions/CreateAction.js.map +1 -1
- package/build/features/event/actions/ListenAction.js +2 -2
- package/build/features/event/actions/ListenAction.js.map +1 -1
- package/build/features/event/actions/SyncAction.js.map +1 -1
- package/build/features/event/builders/EventContractBuilder.js +2 -2
- package/build/features/event/builders/EventContractBuilder.js.map +1 -1
- package/build/features/event/builders/ListenerTemplateItemBuilder.js +2 -2
- package/build/features/event/builders/ListenerTemplateItemBuilder.js.map +1 -1
- package/build/features/event/stores/EventStore.js +5 -5
- package/build/features/event/stores/EventStore.js.map +1 -1
- package/build/features/event/stores/ListenerStore.js +2 -2
- package/build/features/event/stores/ListenerStore.js.map +1 -1
- package/build/features/event/writers/EventWriter.js +2 -2
- package/build/features/event/writers/EventWriter.js.map +1 -1
- package/build/features/eventContract/actions/PullAction.js +2 -2
- package/build/features/eventContract/actions/PullAction.js.map +1 -1
- package/build/features/features.types.js.map +1 -1
- package/build/features/node/NodeFeature.d.ts +2 -7
- package/build/features/node/NodeFeature.js +2 -2
- package/build/features/node/NodeFeature.js.map +1 -1
- package/build/features/node/actions/UpgradeAction.js +2 -2
- package/build/features/node/actions/UpgradeAction.js.map +1 -1
- package/build/features/node/writers/NodeWriter.js +2 -2
- package/build/features/node/writers/NodeWriter.js.map +1 -1
- package/build/features/onboard/ScriptPlayer.js.map +1 -1
- package/build/features/permission/actions/CreateAction.js +2 -2
- package/build/features/permission/actions/CreateAction.js.map +1 -1
- package/build/features/person/actions/LoginAction.js +2 -2
- package/build/features/person/actions/LoginAction.js.map +1 -1
- package/build/features/schema/actions/CreateAction.js +2 -2
- package/build/features/schema/actions/CreateAction.js.map +1 -1
- package/build/features/schema/stores/SchemaStore.js +5 -5
- package/build/features/schema/stores/SchemaStore.js.map +1 -1
- package/build/features/schema/utilities/schemaDisk.utility.js +2 -2
- package/build/features/schema/utilities/schemaDisk.utility.js.map +1 -1
- package/build/features/schema/writers/SchemaWriter.js +2 -2
- package/build/features/schema/writers/SchemaWriter.js.map +1 -1
- package/build/features/skill/SkillFeature.js +2 -2
- package/build/features/skill/SkillFeature.js.map +1 -1
- package/build/features/skill/actions/BootAction.js +2 -2
- package/build/features/skill/actions/BootAction.js.map +1 -1
- package/build/features/skill/actions/CreateAction.js +2 -2
- package/build/features/skill/actions/CreateAction.js.map +1 -1
- package/build/features/skill/actions/RebuildAction.js +1 -1
- package/build/features/skill/actions/RebuildAction.js.map +1 -1
- package/build/features/skill/stores/SkillStore.js +2 -2
- package/build/features/skill/stores/SkillStore.js.map +1 -1
- package/build/features/skill/writers/SkillWriter.js +2 -2
- package/build/features/skill/writers/SkillWriter.js.map +1 -1
- package/build/features/store/actions/CreateAction.js +2 -2
- package/build/features/store/actions/CreateAction.js.map +1 -1
- package/build/features/test/TestFeature.js +2 -2
- package/build/features/test/TestFeature.js.map +1 -1
- package/build/features/test/TestLogItemGenerator.js +2 -2
- package/build/features/test/TestLogItemGenerator.js.map +1 -1
- package/build/features/test/TestReporter.js +19 -19
- package/build/features/test/TestReporter.js.map +1 -1
- package/build/features/test/TestRunner.js +2 -2
- package/build/features/test/TestRunner.js.map +1 -1
- package/build/features/test/actions/CreateAction.js +2 -2
- package/build/features/test/actions/CreateAction.js.map +1 -1
- package/build/features/test/actions/TestAction.js +25 -25
- package/build/features/test/actions/TestAction.js.map +1 -1
- package/build/features/universalDevDependencies.d.ts +2 -7
- package/build/features/universalDevDependencies.js +0 -1
- package/build/features/universalDevDependencies.js.map +1 -1
- package/build/features/validateAndNormalize.utility.js +2 -2
- package/build/features/validateAndNormalize.utility.js.map +1 -1
- package/build/features/view/actions/CreateAction.js +2 -2
- package/build/features/view/actions/CreateAction.js.map +1 -1
- package/build/features/view/writers/ViewWriter.js +2 -2
- package/build/features/view/writers/ViewWriter.js.map +1 -1
- package/build/features/vscode/actions/SetupAction.js +1 -1
- package/build/features/vscode/actions/SetupAction.js.map +1 -1
- package/build/features/watch/WatchFeature.js.map +1 -1
- package/build/interfaces/SpyInterface.js +11 -11
- package/build/interfaces/SpyInterface.js.map +1 -1
- package/build/interfaces/TerminalInterface.js +3 -3
- package/build/interfaces/TerminalInterface.js.map +1 -1
- package/build/schemas/v2020_07_22/createConversationTopicOptions.builder.js +2 -2
- package/build/schemas/v2020_07_22/createConversationTopicOptions.builder.js.map +1 -1
- package/build/schemas/v2020_07_22/createErrorOptions.builder.js +2 -2
- package/build/schemas/v2020_07_22/createErrorOptions.builder.js.map +1 -1
- package/build/schemas/v2020_07_22/createOrganizationOptions.builder.js +2 -2
- package/build/schemas/v2020_07_22/createOrganizationOptions.builder.js.map +1 -1
- package/build/schemas/v2020_07_22/createSchemaOptions.builder.js +2 -2
- package/build/schemas/v2020_07_22/createSchemaOptions.builder.js.map +1 -1
- package/build/schemas/v2020_07_22/listenEventOptions.builder.js +2 -2
- package/build/schemas/v2020_07_22/listenEventOptions.builder.js.map +1 -1
- package/build/schemas/v2020_07_22/syncErrorOptions.builder.js +2 -2
- package/build/schemas/v2020_07_22/syncErrorOptions.builder.js.map +1 -1
- package/build/schemas/v2020_07_22/syncSchemasOptions.builder.js +2 -2
- package/build/schemas/v2020_07_22/syncSchemasOptions.builder.js.map +1 -1
- package/build/services/CommandService.js +10 -10
- package/build/services/CommandService.js.map +1 -1
- package/build/services/GameService.js +2 -2
- package/build/services/GameService.js.map +1 -1
- package/build/stores/AbstractLocalStore.js +2 -2
- package/build/stores/AbstractLocalStore.js.map +1 -1
- package/build/stores/AbstractStore.js.map +1 -1
- package/build/stores/StoreFactory.js +2 -2
- package/build/stores/StoreFactory.js.map +1 -1
- package/build/templateItemBuilders/EventTemplateItemBuilder.js +2 -2
- package/build/templateItemBuilders/EventTemplateItemBuilder.js.map +1 -1
- package/build/templateItemBuilders/SchemaTemplateItemBuilder.js +4 -4
- package/build/templateItemBuilders/SchemaTemplateItemBuilder.js.map +1 -1
- package/build/tests/AbstractCliTest.js +2 -2
- package/build/tests/AbstractCliTest.js.map +1 -1
- package/build/tests/AbstractEventTest.js +2 -2
- package/build/tests/AbstractEventTest.js.map +1 -1
- package/build/tests/AbstractSchemaTest.js +2 -2
- package/build/tests/AbstractSchemaTest.js.map +1 -1
- package/build/tests/JestJsonParser.js +3 -3
- package/build/tests/JestJsonParser.js.map +1 -1
- package/build/tests/fixtures/FeatureFixture.js +2 -2
- package/build/tests/fixtures/FeatureFixture.js.map +1 -1
- package/build/tests/fixtures/OrganizationFixture.js +2 -2
- package/build/tests/fixtures/PersonFixture.js +2 -2
- package/build/tests/fixtures/PersonFixture.js.map +1 -1
- package/build/tests/fixtures/SkillFixture.js +2 -2
- package/build/tests/fixtures/SkillFixture.js.map +1 -1
- package/build/updaters/ScriptUpdater.js +2 -2
- package/build/updaters/ScriptUpdater.js.map +1 -1
- package/build/utilities/commander.utility.js +2 -2
- package/build/utilities/commander.utility.js.map +1 -1
- package/build/utilities/eventContractCleaner.utility.js +2 -2
- package/build/utilities/eventContractCleaner.utility.js.map +1 -1
- package/build/utilities/form.utility.js.map +1 -1
- package/build/widgets/WidgetFactory.js +2 -2
- package/build/widgets/WidgetFactory.js.map +1 -1
- package/build/widgets/keySelectChoices.js.map +1 -1
- package/build/widgets/terminalKit/TKButtonWidget.js +2 -2
- package/build/widgets/terminalKit/TKButtonWidget.js.map +1 -1
- package/build/widgets/terminalKit/TkBaseWidget.js +4 -4
- package/build/widgets/terminalKit/TkBaseWidget.js.map +1 -1
- package/build/widgets/terminalKit/TkInputWidget.js +2 -2
- package/build/widgets/terminalKit/TkInputWidget.js.map +1 -1
- package/build/widgets/terminalKit/TkLayoutCellWidget.js +2 -2
- package/build/widgets/terminalKit/TkLayoutCellWidget.js.map +1 -1
- package/build/widgets/terminalKit/TkLayoutWidget.js +2 -2
- package/build/widgets/terminalKit/TkLayoutWidget.js.map +1 -1
- package/build/widgets/terminalKit/TkMenuBarWidget.js +2 -2
- package/build/widgets/terminalKit/TkMenuBarWidget.js.map +1 -1
- package/build/widgets/terminalKit/TkPopupWidget.js +2 -2
- package/build/widgets/terminalKit/TkPopupWidget.js.map +1 -1
- package/build/widgets/terminalKit/TkProgressBarWidget.js +2 -2
- package/build/widgets/terminalKit/TkProgressBarWidget.js.map +1 -1
- package/build/widgets/terminalKit/TkTextWidget.js +2 -2
- package/build/widgets/terminalKit/TkTextWidget.js.map +1 -1
- package/build/widgets/terminalKit/termKit.utility.js +2 -2
- package/build/widgets/terminalKit/termKit.utility.js.map +1 -1
- package/build/writers/AbstractWriter.js +2 -2
- package/build/writers/AbstractWriter.js.map +1 -1
- package/build/writers/WriterFactory.js +2 -2
- package/build/writers/WriterFactory.js.map +1 -1
- package/package.json +32 -32
- package/src/__tests__/behavioral/CreatingAConversationTopic.test.ts +2 -3
- package/src/__tests__/behavioral/events/KeepingEventsInSync.test.ts +2 -3
- package/src/__tests__/behavioral/events/RegisteringGlobalEvents.test.ts +4 -6
- package/src/__tests__/behavioral/schemas/SettingUpSchemasForModuleDistribution.test.ts +2 -3
- package/src/__tests__/behavioral/tests/CreatingATest.test.ts +4 -6
- package/src/components/FormComponent.ts +3 -4
- package/src/features/AbstractFeature.ts +1 -1
- package/src/features/ActionQuestionAsker.ts +1 -1
- package/src/features/FeatureInstaller.ts +1 -2
- package/src/features/event/actions/SyncAction.ts +2 -3
- package/src/features/features.types.ts +1 -1
- package/src/features/node/NodeFeature.ts +1 -1
- package/src/features/onboard/ScriptPlayer.ts +3 -4
- package/src/features/skill/SkillFeature.ts +1 -1
- package/src/features/universalDevDependencies.ts +1 -1
- package/src/features/watch/WatchFeature.ts +6 -3
- package/src/stores/AbstractLocalStore.ts +1 -1
- package/src/stores/AbstractStore.ts +1 -1
- package/src/tests/AbstractCliTest.ts +2 -2
- package/src/utilities/form.utility.ts +4 -2
- package/src/widgets/keySelectChoices.ts +1 -1
- package/node_modules/@typescript-eslint/parser/LICENSE +0 -22
- package/node_modules/@typescript-eslint/parser/README.md +0 -10
- package/node_modules/@typescript-eslint/parser/_ts3.4/dist/index.d.ts +0 -8
- package/node_modules/@typescript-eslint/parser/_ts3.4/dist/parser.d.ts +0 -22
- package/node_modules/@typescript-eslint/parser/dist/index.d.ts +0 -8
- package/node_modules/@typescript-eslint/parser/dist/index.d.ts.map +0 -1
- package/node_modules/@typescript-eslint/parser/dist/index.js +0 -17
- package/node_modules/@typescript-eslint/parser/dist/index.js.map +0 -1
- package/node_modules/@typescript-eslint/parser/dist/parser.d.ts +0 -19
- package/node_modules/@typescript-eslint/parser/dist/parser.d.ts.map +0 -1
- package/node_modules/@typescript-eslint/parser/dist/parser.js +0 -131
- package/node_modules/@typescript-eslint/parser/dist/parser.js.map +0 -1
- package/node_modules/@typescript-eslint/parser/package.json +0 -75
- package/node_modules/@typescript-eslint/scope-manager/LICENSE +0 -21
- package/node_modules/@typescript-eslint/scope-manager/README.md +0 -8
- package/node_modules/@typescript-eslint/scope-manager/dist/ID.d.ts +0 -4
- package/node_modules/@typescript-eslint/scope-manager/dist/ID.d.ts.map +0 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/ID.js +0 -22
- package/node_modules/@typescript-eslint/scope-manager/dist/ID.js.map +0 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/ScopeManager.d.ts +0 -73
- package/node_modules/@typescript-eslint/scope-manager/dist/ScopeManager.d.ts.map +0 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/ScopeManager.js +0 -183
- package/node_modules/@typescript-eslint/scope-manager/dist/ScopeManager.js.map +0 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/analyze.d.ts +0 -62
- package/node_modules/@typescript-eslint/scope-manager/dist/analyze.d.ts.map +0 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/analyze.js +0 -58
- package/node_modules/@typescript-eslint/scope-manager/dist/analyze.js.map +0 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/assert.d.ts +0 -3
- package/node_modules/@typescript-eslint/scope-manager/dist/assert.d.ts.map +0 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/assert.js +0 -11
- package/node_modules/@typescript-eslint/scope-manager/dist/assert.js.map +0 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/definition/CatchClauseDefinition.d.ts +0 -10
- package/node_modules/@typescript-eslint/scope-manager/dist/definition/CatchClauseDefinition.d.ts.map +0 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/definition/CatchClauseDefinition.js +0 -14
- package/node_modules/@typescript-eslint/scope-manager/dist/definition/CatchClauseDefinition.js.map +0 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/definition/ClassNameDefinition.d.ts +0 -10
- package/node_modules/@typescript-eslint/scope-manager/dist/definition/ClassNameDefinition.d.ts.map +0 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/definition/ClassNameDefinition.js +0 -14
- package/node_modules/@typescript-eslint/scope-manager/dist/definition/ClassNameDefinition.js.map +0 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/definition/Definition.d.ts +0 -14
- package/node_modules/@typescript-eslint/scope-manager/dist/definition/Definition.d.ts.map +0 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/definition/Definition.js +0 -3
- package/node_modules/@typescript-eslint/scope-manager/dist/definition/Definition.js.map +0 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/definition/DefinitionBase.d.ts +0 -39
- package/node_modules/@typescript-eslint/scope-manager/dist/definition/DefinitionBase.d.ts.map +0 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/definition/DefinitionBase.js +0 -19
- package/node_modules/@typescript-eslint/scope-manager/dist/definition/DefinitionBase.js.map +0 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/definition/DefinitionType.d.ts +0 -15
- package/node_modules/@typescript-eslint/scope-manager/dist/definition/DefinitionType.d.ts.map +0 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/definition/DefinitionType.js +0 -18
- package/node_modules/@typescript-eslint/scope-manager/dist/definition/DefinitionType.js.map +0 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/definition/FunctionNameDefinition.d.ts +0 -10
- package/node_modules/@typescript-eslint/scope-manager/dist/definition/FunctionNameDefinition.d.ts.map +0 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/definition/FunctionNameDefinition.js +0 -14
- package/node_modules/@typescript-eslint/scope-manager/dist/definition/FunctionNameDefinition.js.map +0 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/definition/ImplicitGlobalVariableDefinition.d.ts +0 -10
- package/node_modules/@typescript-eslint/scope-manager/dist/definition/ImplicitGlobalVariableDefinition.d.ts.map +0 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/definition/ImplicitGlobalVariableDefinition.js +0 -14
- package/node_modules/@typescript-eslint/scope-manager/dist/definition/ImplicitGlobalVariableDefinition.js.map +0 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/definition/ImportBindingDefinition.d.ts +0 -11
- package/node_modules/@typescript-eslint/scope-manager/dist/definition/ImportBindingDefinition.d.ts.map +0 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/definition/ImportBindingDefinition.js +0 -14
- package/node_modules/@typescript-eslint/scope-manager/dist/definition/ImportBindingDefinition.js.map +0 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/definition/ParameterDefinition.d.ts +0 -14
- package/node_modules/@typescript-eslint/scope-manager/dist/definition/ParameterDefinition.d.ts.map +0 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/definition/ParameterDefinition.js +0 -15
- package/node_modules/@typescript-eslint/scope-manager/dist/definition/ParameterDefinition.js.map +0 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/definition/TSEnumMemberDefinition.d.ts +0 -10
- package/node_modules/@typescript-eslint/scope-manager/dist/definition/TSEnumMemberDefinition.d.ts.map +0 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/definition/TSEnumMemberDefinition.js +0 -14
- package/node_modules/@typescript-eslint/scope-manager/dist/definition/TSEnumMemberDefinition.js.map +0 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/definition/TSEnumNameDefinition.d.ts +0 -10
- package/node_modules/@typescript-eslint/scope-manager/dist/definition/TSEnumNameDefinition.d.ts.map +0 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/definition/TSEnumNameDefinition.js +0 -14
- package/node_modules/@typescript-eslint/scope-manager/dist/definition/TSEnumNameDefinition.js.map +0 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/definition/TSModuleNameDefinition.d.ts +0 -10
- package/node_modules/@typescript-eslint/scope-manager/dist/definition/TSModuleNameDefinition.d.ts.map +0 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/definition/TSModuleNameDefinition.js +0 -14
- package/node_modules/@typescript-eslint/scope-manager/dist/definition/TSModuleNameDefinition.js.map +0 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/definition/TypeDefinition.d.ts +0 -10
- package/node_modules/@typescript-eslint/scope-manager/dist/definition/TypeDefinition.d.ts.map +0 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/definition/TypeDefinition.js +0 -14
- package/node_modules/@typescript-eslint/scope-manager/dist/definition/TypeDefinition.js.map +0 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/definition/VariableDefinition.d.ts +0 -10
- package/node_modules/@typescript-eslint/scope-manager/dist/definition/VariableDefinition.d.ts.map +0 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/definition/VariableDefinition.js +0 -14
- package/node_modules/@typescript-eslint/scope-manager/dist/definition/VariableDefinition.js.map +0 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/definition/index.d.ts +0 -14
- package/node_modules/@typescript-eslint/scope-manager/dist/definition/index.d.ts.map +0 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/definition/index.js +0 -30
- package/node_modules/@typescript-eslint/scope-manager/dist/definition/index.js.map +0 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/index.d.ts +0 -9
- package/node_modules/@typescript-eslint/scope-manager/dist/index.d.ts.map +0 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/index.js +0 -31
- package/node_modules/@typescript-eslint/scope-manager/dist/index.js.map +0 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/base-config.d.ts +0 -16
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/base-config.d.ts.map +0 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/base-config.js +0 -23
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/base-config.js.map +0 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/decorators.d.ts +0 -3
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/decorators.d.ts.map +0 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/decorators.js +0 -21
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/decorators.js.map +0 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/decorators.legacy.d.ts +0 -3
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/decorators.legacy.d.ts.map +0 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/decorators.legacy.js +0 -15
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/decorators.legacy.js.map +0 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/dom.d.ts +0 -3
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/dom.d.ts.map +0 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/dom.iterable.d.ts +0 -3
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/dom.iterable.d.ts.map +0 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/dom.iterable.js +0 -71
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/dom.iterable.js.map +0 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/dom.js +0 -1317
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/dom.js.map +0 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.collection.d.ts +0 -3
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.collection.d.ts.map +0 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.collection.js +0 -21
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.collection.js.map +0 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.core.d.ts +0 -3
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.core.d.ts.map +0 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.core.js +0 -23
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.core.js.map +0 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.d.ts +0 -3
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.d.ts.map +0 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.generator.d.ts +0 -3
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.generator.d.ts.map +0 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.generator.js +0 -11
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.generator.js.map +0 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.iterable.d.ts +0 -3
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.iterable.d.ts.map +0 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.iterable.js +0 -11
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.iterable.js.map +0 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.js +0 -19
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.js.map +0 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.promise.d.ts +0 -3
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.promise.d.ts.map +0 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.promise.js +0 -12
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.promise.js.map +0 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.proxy.d.ts +0 -3
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.proxy.d.ts.map +0 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.proxy.js +0 -13
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.proxy.js.map +0 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.reflect.d.ts +0 -3
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.reflect.d.ts.map +0 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.reflect.js +0 -12
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.reflect.js.map +0 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.symbol.d.ts +0 -3
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.symbol.d.ts.map +0 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.symbol.js +0 -12
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.symbol.js.map +0 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.symbol.wellknown.d.ts +0 -3
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.symbol.wellknown.d.ts.map +0 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.symbol.wellknown.js +0 -11
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.symbol.wellknown.js.map +0 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2016.array.include.d.ts +0 -3
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2016.array.include.d.ts.map +0 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2016.array.include.js +0 -22
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2016.array.include.js.map +0 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2016.d.ts +0 -3
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2016.d.ts.map +0 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2016.full.d.ts +0 -3
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2016.full.d.ts.map +0 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2016.full.js +0 -14
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2016.full.js.map +0 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2016.js +0 -11
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2016.js.map +0 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.d.ts +0 -3
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.d.ts.map +0 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.full.d.ts +0 -3
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.full.d.ts.map +0 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.full.js +0 -14
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.full.js.map +0 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.intl.d.ts +0 -3
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.intl.d.ts.map +0 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.intl.js +0 -12
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.intl.js.map +0 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.js +0 -15
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.js.map +0 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.object.d.ts +0 -3
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.object.d.ts.map +0 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.object.js +0 -12
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.object.js.map +0 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.sharedmemory.d.ts +0 -3
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.sharedmemory.d.ts.map +0 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.sharedmemory.js +0 -12
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.sharedmemory.js.map +0 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.string.d.ts +0 -3
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.string.d.ts.map +0 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.string.js +0 -12
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.string.js.map +0 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.typedarrays.d.ts +0 -3
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.typedarrays.d.ts.map +0 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.typedarrays.js +0 -20
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.typedarrays.js.map +0 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.asyncgenerator.d.ts +0 -3
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.asyncgenerator.d.ts.map +0 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.asyncgenerator.js +0 -11
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.asyncgenerator.js.map +0 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.asynciterable.d.ts +0 -3
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.asynciterable.d.ts.map +0 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.asynciterable.js +0 -12
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.asynciterable.js.map +0 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.d.ts +0 -3
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.d.ts.map +0 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.full.d.ts +0 -3
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.full.d.ts.map +0 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.full.js +0 -14
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.full.js.map +0 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.intl.d.ts +0 -3
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.intl.d.ts.map +0 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.intl.js +0 -12
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.intl.js.map +0 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.js +0 -15
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.js.map +0 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.promise.d.ts +0 -3
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.promise.d.ts.map +0 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.promise.js +0 -12
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.promise.js.map +0 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.regexp.d.ts +0 -3
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.regexp.d.ts.map +0 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.regexp.js +0 -14
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.regexp.js.map +0 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.array.d.ts +0 -3
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.array.d.ts.map +0 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.array.js +0 -14
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.array.js.map +0 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.d.ts +0 -3
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.d.ts.map +0 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.full.d.ts +0 -3
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.full.d.ts.map +0 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.full.js +0 -14
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.full.js.map +0 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.intl.d.ts +0 -3
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.intl.d.ts.map +0 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.intl.js +0 -12
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.intl.js.map +0 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.js +0 -15
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.js.map +0 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.object.d.ts +0 -3
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.object.d.ts.map +0 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.object.js +0 -11
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.object.js.map +0 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.string.d.ts +0 -3
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.string.d.ts.map +0 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.string.js +0 -12
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.string.js.map +0 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.symbol.d.ts +0 -3
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.symbol.d.ts.map +0 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.symbol.js +0 -12
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.symbol.js.map +0 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.bigint.d.ts +0 -3
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.bigint.d.ts.map +0 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.bigint.js +0 -11
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.bigint.js.map +0 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.d.ts +0 -3
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.d.ts.map +0 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.date.d.ts +0 -3
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.date.d.ts.map +0 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.date.js +0 -11
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.date.js.map +0 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.full.d.ts +0 -3
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.full.d.ts.map +0 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.full.js +0 -14
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.full.js.map +0 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.intl.d.ts +0 -3
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.intl.d.ts.map +0 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.intl.js +0 -11
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.intl.js.map +0 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.js +0 -18
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.js.map +0 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.number.d.ts +0 -3
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.number.d.ts.map +0 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.number.js +0 -11
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.number.js.map +0 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.promise.d.ts +0 -3
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.promise.d.ts.map +0 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.promise.js +0 -15
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.promise.js.map +0 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.sharedmemory.d.ts +0 -3
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.sharedmemory.d.ts.map +0 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.sharedmemory.js +0 -12
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.sharedmemory.js.map +0 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.string.d.ts +0 -3
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.string.d.ts.map +0 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.string.js +0 -11
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.string.js.map +0 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.symbol.wellknown.d.ts +0 -3
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.symbol.wellknown.d.ts.map +0 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.symbol.wellknown.js +0 -12
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.symbol.wellknown.js.map +0 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.d.ts +0 -3
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.d.ts.map +0 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.full.d.ts +0 -3
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.full.d.ts.map +0 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.full.js +0 -14
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.full.js.map +0 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.intl.d.ts +0 -3
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.intl.d.ts.map +0 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.intl.js +0 -12
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.intl.js.map +0 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.js +0 -14
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.js.map +0 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.promise.d.ts +0 -3
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.promise.d.ts.map +0 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.promise.js +0 -14
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.promise.js.map +0 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.string.d.ts +0 -3
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.string.d.ts.map +0 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.string.js +0 -12
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.string.js.map +0 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.weakref.d.ts +0 -3
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.weakref.d.ts.map +0 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.weakref.js +0 -15
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.weakref.js.map +0 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.array.d.ts +0 -3
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.array.d.ts.map +0 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.array.js +0 -24
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.array.js.map +0 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.d.ts +0 -3
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.d.ts.map +0 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.error.d.ts +0 -3
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.error.d.ts.map +0 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.error.js +0 -21
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.error.js.map +0 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.full.d.ts +0 -3
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.full.d.ts.map +0 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.full.js +0 -14
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.full.js.map +0 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.intl.d.ts +0 -3
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.intl.d.ts.map +0 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.intl.js +0 -12
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.intl.js.map +0 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.js +0 -17
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.js.map +0 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.object.d.ts +0 -3
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.object.d.ts.map +0 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.object.js +0 -12
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.object.js.map +0 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.regexp.d.ts +0 -3
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.regexp.d.ts.map +0 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.regexp.js +0 -15
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.regexp.js.map +0 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.sharedmemory.d.ts +0 -3
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.sharedmemory.d.ts.map +0 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.sharedmemory.js +0 -12
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.sharedmemory.js.map +0 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.string.d.ts +0 -3
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.string.d.ts.map +0 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.string.js +0 -12
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.string.js.map +0 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2023.array.d.ts +0 -3
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2023.array.d.ts.map +0 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2023.array.js +0 -24
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2023.array.js.map +0 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2023.d.ts +0 -3
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2023.d.ts.map +0 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2023.full.d.ts +0 -3
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2023.full.d.ts.map +0 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2023.full.js +0 -14
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2023.full.js.map +0 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2023.js +0 -11
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es2023.js.map +0 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es5.d.ts +0 -3
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es5.d.ts.map +0 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es5.js +0 -12
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es5.js.map +0 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es6.d.ts +0 -3
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es6.d.ts.map +0 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es6.js +0 -19
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es6.js.map +0 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es7.d.ts +0 -3
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es7.d.ts.map +0 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es7.js +0 -11
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/es7.js.map +0 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.array.d.ts +0 -3
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.array.d.ts.map +0 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.array.js +0 -24
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.array.js.map +0 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.asynciterable.d.ts +0 -3
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.asynciterable.d.ts.map +0 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.asynciterable.js +0 -12
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.asynciterable.js.map +0 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.bigint.d.ts +0 -3
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.bigint.d.ts.map +0 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.bigint.js +0 -11
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.bigint.js.map +0 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.d.ts +0 -3
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.d.ts.map +0 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.full.d.ts +0 -3
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.full.d.ts.map +0 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.full.js +0 -14
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.full.js.map +0 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.intl.d.ts +0 -3
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.intl.d.ts.map +0 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.intl.js +0 -12
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.intl.js.map +0 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.js +0 -11
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.js.map +0 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.promise.d.ts +0 -3
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.promise.d.ts.map +0 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.promise.js +0 -14
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.promise.js.map +0 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.string.d.ts +0 -3
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.string.d.ts.map +0 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.string.js +0 -12
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.string.js.map +0 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.symbol.d.ts +0 -3
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.symbol.d.ts.map +0 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.symbol.js +0 -12
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.symbol.js.map +0 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.weakref.d.ts +0 -3
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.weakref.d.ts.map +0 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.weakref.js +0 -15
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.weakref.js.map +0 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/index.d.ts +0 -88
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/index.d.ts.map +0 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/index.js +0 -179
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/index.js.map +0 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/lib.d.ts +0 -3
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/lib.d.ts.map +0 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/lib.js +0 -13
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/lib.js.map +0 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/scripthost.d.ts +0 -3
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/scripthost.d.ts.map +0 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/scripthost.js +0 -24
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/scripthost.js.map +0 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/webworker.d.ts +0 -3
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/webworker.d.ts.map +0 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/webworker.importscripts.d.ts +0 -3
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/webworker.importscripts.d.ts.map +0 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/webworker.importscripts.js +0 -9
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/webworker.importscripts.js.map +0 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/webworker.iterable.d.ts +0 -3
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/webworker.iterable.d.ts.map +0 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/webworker.iterable.js +0 -30
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/webworker.iterable.js.map +0 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/webworker.js +0 -495
- package/node_modules/@typescript-eslint/scope-manager/dist/lib/webworker.js.map +0 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/referencer/ClassVisitor.d.ts +0 -29
- package/node_modules/@typescript-eslint/scope-manager/dist/referencer/ClassVisitor.d.ts.map +0 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/referencer/ClassVisitor.js +0 -329
- package/node_modules/@typescript-eslint/scope-manager/dist/referencer/ClassVisitor.js.map +0 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/referencer/ExportVisitor.d.ts +0 -15
- package/node_modules/@typescript-eslint/scope-manager/dist/referencer/ExportVisitor.d.ts.map +0 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/referencer/ExportVisitor.js +0 -84
- package/node_modules/@typescript-eslint/scope-manager/dist/referencer/ExportVisitor.js.map +0 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/referencer/ImportVisitor.d.ts +0 -14
- package/node_modules/@typescript-eslint/scope-manager/dist/referencer/ImportVisitor.d.ts.map +0 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/referencer/ImportVisitor.js +0 -50
- package/node_modules/@typescript-eslint/scope-manager/dist/referencer/ImportVisitor.js.map +0 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/referencer/PatternVisitor.d.ts +0 -29
- package/node_modules/@typescript-eslint/scope-manager/dist/referencer/PatternVisitor.d.ts.map +0 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/referencer/PatternVisitor.js +0 -109
- package/node_modules/@typescript-eslint/scope-manager/dist/referencer/PatternVisitor.js.map +0 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/referencer/Reference.d.ts +0 -89
- package/node_modules/@typescript-eslint/scope-manager/dist/referencer/Reference.d.ts.map +0 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/referencer/Reference.js +0 -107
- package/node_modules/@typescript-eslint/scope-manager/dist/referencer/Reference.js.map +0 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/referencer/Referencer.d.ts +0 -86
- package/node_modules/@typescript-eslint/scope-manager/dist/referencer/Referencer.d.ts.map +0 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/referencer/Referencer.js +0 -547
- package/node_modules/@typescript-eslint/scope-manager/dist/referencer/Referencer.js.map +0 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/referencer/TypeVisitor.d.ts +0 -33
- package/node_modules/@typescript-eslint/scope-manager/dist/referencer/TypeVisitor.d.ts.map +0 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/referencer/TypeVisitor.js +0 -228
- package/node_modules/@typescript-eslint/scope-manager/dist/referencer/TypeVisitor.js.map +0 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/referencer/Visitor.d.ts +0 -13
- package/node_modules/@typescript-eslint/scope-manager/dist/referencer/Visitor.d.ts.map +0 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/referencer/Visitor.js +0 -41
- package/node_modules/@typescript-eslint/scope-manager/dist/referencer/Visitor.js.map +0 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/referencer/VisitorBase.d.ts +0 -22
- package/node_modules/@typescript-eslint/scope-manager/dist/referencer/VisitorBase.d.ts.map +0 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/referencer/VisitorBase.js +0 -82
- package/node_modules/@typescript-eslint/scope-manager/dist/referencer/VisitorBase.js.map +0 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/referencer/index.d.ts +0 -2
- package/node_modules/@typescript-eslint/scope-manager/dist/referencer/index.d.ts.map +0 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/referencer/index.js +0 -6
- package/node_modules/@typescript-eslint/scope-manager/dist/referencer/index.js.map +0 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/scope/BlockScope.d.ts +0 -10
- package/node_modules/@typescript-eslint/scope-manager/dist/scope/BlockScope.d.ts.map +0 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/scope/BlockScope.js +0 -12
- package/node_modules/@typescript-eslint/scope-manager/dist/scope/BlockScope.js.map +0 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/scope/CatchScope.d.ts +0 -10
- package/node_modules/@typescript-eslint/scope-manager/dist/scope/CatchScope.d.ts.map +0 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/scope/CatchScope.js +0 -12
- package/node_modules/@typescript-eslint/scope-manager/dist/scope/CatchScope.js.map +0 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/scope/ClassFieldInitializerScope.d.ts +0 -10
- package/node_modules/@typescript-eslint/scope-manager/dist/scope/ClassFieldInitializerScope.d.ts.map +0 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/scope/ClassFieldInitializerScope.js +0 -12
- package/node_modules/@typescript-eslint/scope-manager/dist/scope/ClassFieldInitializerScope.js.map +0 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/scope/ClassScope.d.ts +0 -10
- package/node_modules/@typescript-eslint/scope-manager/dist/scope/ClassScope.d.ts.map +0 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/scope/ClassScope.js +0 -12
- package/node_modules/@typescript-eslint/scope-manager/dist/scope/ClassScope.js.map +0 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/scope/ClassStaticBlockScope.d.ts +0 -10
- package/node_modules/@typescript-eslint/scope-manager/dist/scope/ClassStaticBlockScope.d.ts.map +0 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/scope/ClassStaticBlockScope.js +0 -12
- package/node_modules/@typescript-eslint/scope-manager/dist/scope/ClassStaticBlockScope.js.map +0 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/scope/ConditionalTypeScope.d.ts +0 -10
- package/node_modules/@typescript-eslint/scope-manager/dist/scope/ConditionalTypeScope.d.ts.map +0 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/scope/ConditionalTypeScope.js +0 -12
- package/node_modules/@typescript-eslint/scope-manager/dist/scope/ConditionalTypeScope.js.map +0 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/scope/ForScope.d.ts +0 -10
- package/node_modules/@typescript-eslint/scope-manager/dist/scope/ForScope.d.ts.map +0 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/scope/ForScope.js +0 -12
- package/node_modules/@typescript-eslint/scope-manager/dist/scope/ForScope.js.map +0 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/scope/FunctionExpressionNameScope.d.ts +0 -11
- package/node_modules/@typescript-eslint/scope-manager/dist/scope/FunctionExpressionNameScope.d.ts.map +0 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/scope/FunctionExpressionNameScope.js +0 -17
- package/node_modules/@typescript-eslint/scope-manager/dist/scope/FunctionExpressionNameScope.js.map +0 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/scope/FunctionScope.d.ts +0 -13
- package/node_modules/@typescript-eslint/scope-manager/dist/scope/FunctionScope.d.ts.map +0 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/scope/FunctionScope.js +0 -37
- package/node_modules/@typescript-eslint/scope-manager/dist/scope/FunctionScope.js.map +0 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/scope/FunctionTypeScope.d.ts +0 -10
- package/node_modules/@typescript-eslint/scope-manager/dist/scope/FunctionTypeScope.d.ts.map +0 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/scope/FunctionTypeScope.js +0 -12
- package/node_modules/@typescript-eslint/scope-manager/dist/scope/FunctionTypeScope.js.map +0 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/scope/GlobalScope.d.ts +0 -18
- package/node_modules/@typescript-eslint/scope-manager/dist/scope/GlobalScope.d.ts.map +0 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/scope/GlobalScope.js +0 -39
- package/node_modules/@typescript-eslint/scope-manager/dist/scope/GlobalScope.js.map +0 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/scope/MappedTypeScope.d.ts +0 -10
- package/node_modules/@typescript-eslint/scope-manager/dist/scope/MappedTypeScope.d.ts.map +0 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/scope/MappedTypeScope.js +0 -12
- package/node_modules/@typescript-eslint/scope-manager/dist/scope/MappedTypeScope.js.map +0 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/scope/ModuleScope.d.ts +0 -10
- package/node_modules/@typescript-eslint/scope-manager/dist/scope/ModuleScope.d.ts.map +0 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/scope/ModuleScope.js +0 -12
- package/node_modules/@typescript-eslint/scope-manager/dist/scope/ModuleScope.js.map +0 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/scope/Scope.d.ts +0 -21
- package/node_modules/@typescript-eslint/scope-manager/dist/scope/Scope.d.ts.map +0 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/scope/Scope.js +0 -3
- package/node_modules/@typescript-eslint/scope-manager/dist/scope/Scope.js.map +0 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/scope/ScopeBase.d.ts +0 -107
- package/node_modules/@typescript-eslint/scope-manager/dist/scope/ScopeBase.d.ts.map +0 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/scope/ScopeBase.js +0 -363
- package/node_modules/@typescript-eslint/scope-manager/dist/scope/ScopeBase.js.map +0 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/scope/ScopeType.d.ts +0 -22
- package/node_modules/@typescript-eslint/scope-manager/dist/scope/ScopeType.d.ts.map +0 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/scope/ScopeType.js +0 -25
- package/node_modules/@typescript-eslint/scope-manager/dist/scope/ScopeType.js.map +0 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/scope/SwitchScope.d.ts +0 -10
- package/node_modules/@typescript-eslint/scope-manager/dist/scope/SwitchScope.d.ts.map +0 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/scope/SwitchScope.js +0 -12
- package/node_modules/@typescript-eslint/scope-manager/dist/scope/SwitchScope.js.map +0 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/scope/TSEnumScope.d.ts +0 -10
- package/node_modules/@typescript-eslint/scope-manager/dist/scope/TSEnumScope.d.ts.map +0 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/scope/TSEnumScope.js +0 -12
- package/node_modules/@typescript-eslint/scope-manager/dist/scope/TSEnumScope.js.map +0 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/scope/TSModuleScope.d.ts +0 -10
- package/node_modules/@typescript-eslint/scope-manager/dist/scope/TSModuleScope.d.ts.map +0 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/scope/TSModuleScope.js +0 -12
- package/node_modules/@typescript-eslint/scope-manager/dist/scope/TSModuleScope.js.map +0 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/scope/TypeScope.d.ts +0 -10
- package/node_modules/@typescript-eslint/scope-manager/dist/scope/TypeScope.d.ts.map +0 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/scope/TypeScope.js +0 -12
- package/node_modules/@typescript-eslint/scope-manager/dist/scope/TypeScope.js.map +0 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/scope/WithScope.d.ts +0 -11
- package/node_modules/@typescript-eslint/scope-manager/dist/scope/WithScope.d.ts.map +0 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/scope/WithScope.js +0 -22
- package/node_modules/@typescript-eslint/scope-manager/dist/scope/WithScope.js.map +0 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/scope/index.d.ts +0 -20
- package/node_modules/@typescript-eslint/scope-manager/dist/scope/index.d.ts.map +0 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/scope/index.js +0 -36
- package/node_modules/@typescript-eslint/scope-manager/dist/scope/index.js.map +0 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/variable/ESLintScopeVariable.d.ts +0 -34
- package/node_modules/@typescript-eslint/scope-manager/dist/variable/ESLintScopeVariable.d.ts.map +0 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/variable/ESLintScopeVariable.js +0 -12
- package/node_modules/@typescript-eslint/scope-manager/dist/variable/ESLintScopeVariable.js.map +0 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/variable/ImplicitLibVariable.d.ts +0 -25
- package/node_modules/@typescript-eslint/scope-manager/dist/variable/ImplicitLibVariable.d.ts.map +0 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/variable/ImplicitLibVariable.js +0 -19
- package/node_modules/@typescript-eslint/scope-manager/dist/variable/ImplicitLibVariable.js.map +0 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/variable/Variable.d.ts +0 -18
- package/node_modules/@typescript-eslint/scope-manager/dist/variable/Variable.d.ts.map +0 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/variable/Variable.js +0 -33
- package/node_modules/@typescript-eslint/scope-manager/dist/variable/Variable.js.map +0 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/variable/VariableBase.d.ts +0 -44
- package/node_modules/@typescript-eslint/scope-manager/dist/variable/VariableBase.d.ts.map +0 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/variable/VariableBase.js +0 -39
- package/node_modules/@typescript-eslint/scope-manager/dist/variable/VariableBase.js.map +0 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/variable/index.d.ts +0 -4
- package/node_modules/@typescript-eslint/scope-manager/dist/variable/index.d.ts.map +0 -1
- package/node_modules/@typescript-eslint/scope-manager/dist/variable/index.js +0 -10
- package/node_modules/@typescript-eslint/scope-manager/dist/variable/index.js.map +0 -1
- package/node_modules/@typescript-eslint/scope-manager/package.json +0 -67
- package/node_modules/@typescript-eslint/types/LICENSE +0 -21
- package/node_modules/@typescript-eslint/types/README.md +0 -12
- package/node_modules/@typescript-eslint/types/_ts3.4/dist/generated/ast-spec.d.ts +0 -1806
- package/node_modules/@typescript-eslint/types/_ts3.4/dist/index.d.ts +0 -5
- package/node_modules/@typescript-eslint/types/_ts3.4/dist/lib.d.ts +0 -3
- package/node_modules/@typescript-eslint/types/_ts3.4/dist/parser-options.d.ts +0 -40
- package/node_modules/@typescript-eslint/types/_ts3.4/dist/ts-estree.d.ts +0 -9
- package/node_modules/@typescript-eslint/types/dist/generated/ast-spec.d.ts +0 -1803
- package/node_modules/@typescript-eslint/types/dist/generated/ast-spec.d.ts.map +0 -1
- package/node_modules/@typescript-eslint/types/dist/generated/ast-spec.js +0 -202
- package/node_modules/@typescript-eslint/types/dist/generated/ast-spec.js.map +0 -1
- package/node_modules/@typescript-eslint/types/dist/index.d.ts +0 -5
- package/node_modules/@typescript-eslint/types/dist/index.d.ts.map +0 -1
- package/node_modules/@typescript-eslint/types/dist/index.js +0 -24
- package/node_modules/@typescript-eslint/types/dist/index.js.map +0 -1
- package/node_modules/@typescript-eslint/types/dist/lib.d.ts +0 -3
- package/node_modules/@typescript-eslint/types/dist/lib.d.ts.map +0 -1
- package/node_modules/@typescript-eslint/types/dist/lib.js +0 -7
- package/node_modules/@typescript-eslint/types/dist/lib.js.map +0 -1
- package/node_modules/@typescript-eslint/types/dist/parser-options.d.ts +0 -40
- package/node_modules/@typescript-eslint/types/dist/parser-options.d.ts.map +0 -1
- package/node_modules/@typescript-eslint/types/dist/parser-options.js +0 -3
- package/node_modules/@typescript-eslint/types/dist/parser-options.js.map +0 -1
- package/node_modules/@typescript-eslint/types/dist/ts-estree.d.ts +0 -8
- package/node_modules/@typescript-eslint/types/dist/ts-estree.d.ts.map +0 -1
- package/node_modules/@typescript-eslint/types/dist/ts-estree.js +0 -28
- package/node_modules/@typescript-eslint/types/dist/ts-estree.js.map +0 -1
- package/node_modules/@typescript-eslint/types/package.json +0 -84
- package/node_modules/@typescript-eslint/typescript-estree/LICENSE +0 -26
- package/node_modules/@typescript-eslint/typescript-estree/README.md +0 -10
- package/node_modules/@typescript-eslint/typescript-estree/_ts3.4/dist/ast-converter.d.ts +0 -9
- package/node_modules/@typescript-eslint/typescript-estree/_ts3.4/dist/clear-caches.d.ts +0 -10
- package/node_modules/@typescript-eslint/typescript-estree/_ts3.4/dist/convert-comments.d.ts +0 -11
- package/node_modules/@typescript-eslint/typescript-estree/_ts3.4/dist/convert.d.ts +0 -159
- package/node_modules/@typescript-eslint/typescript-estree/_ts3.4/dist/create-program/WatchCompilerHostOfConfigFile.d.ts +0 -13
- package/node_modules/@typescript-eslint/typescript-estree/_ts3.4/dist/create-program/createDefaultProgram.d.ts +0 -9
- package/node_modules/@typescript-eslint/typescript-estree/_ts3.4/dist/create-program/createIsolatedProgram.d.ts +0 -9
- package/node_modules/@typescript-eslint/typescript-estree/_ts3.4/dist/create-program/createProjectProgram.d.ts +0 -9
- package/node_modules/@typescript-eslint/typescript-estree/_ts3.4/dist/create-program/createSourceFile.d.ts +0 -5
- package/node_modules/@typescript-eslint/typescript-estree/_ts3.4/dist/create-program/describeFilePath.d.ts +0 -2
- package/node_modules/@typescript-eslint/typescript-estree/_ts3.4/dist/create-program/getScriptKind.d.ts +0 -5
- package/node_modules/@typescript-eslint/typescript-estree/_ts3.4/dist/create-program/getWatchProgramsForProjects.d.ts +0 -15
- package/node_modules/@typescript-eslint/typescript-estree/_ts3.4/dist/create-program/shared.d.ts +0 -29
- package/node_modules/@typescript-eslint/typescript-estree/_ts3.4/dist/create-program/useProvidedPrograms.d.ts +0 -13
- package/node_modules/@typescript-eslint/typescript-estree/_ts3.4/dist/getModifiers.d.ts +0 -4
- package/node_modules/@typescript-eslint/typescript-estree/_ts3.4/dist/index.d.ts +0 -12
- package/node_modules/@typescript-eslint/typescript-estree/_ts3.4/dist/jsx/xhtml-entities.d.ts +0 -2
- package/node_modules/@typescript-eslint/typescript-estree/_ts3.4/dist/node-utils.d.ts +0 -231
- package/node_modules/@typescript-eslint/typescript-estree/_ts3.4/dist/parseSettings/ExpiringCache.d.ts +0 -17
- package/node_modules/@typescript-eslint/typescript-estree/_ts3.4/dist/parseSettings/createParseSettings.d.ts +0 -5
- package/node_modules/@typescript-eslint/typescript-estree/_ts3.4/dist/parseSettings/getProjectConfigFiles.d.ts +0 -12
- package/node_modules/@typescript-eslint/typescript-estree/_ts3.4/dist/parseSettings/index.d.ts +0 -107
- package/node_modules/@typescript-eslint/typescript-estree/_ts3.4/dist/parseSettings/inferSingleRun.d.ts +0 -15
- package/node_modules/@typescript-eslint/typescript-estree/_ts3.4/dist/parseSettings/resolveProjectList.d.ts +0 -19
- package/node_modules/@typescript-eslint/typescript-estree/_ts3.4/dist/parseSettings/warnAboutTSVersion.d.ts +0 -3
- package/node_modules/@typescript-eslint/typescript-estree/_ts3.4/dist/parser-options.d.ts +0 -181
- package/node_modules/@typescript-eslint/typescript-estree/_ts3.4/dist/parser.d.ts +0 -25
- package/node_modules/@typescript-eslint/typescript-estree/_ts3.4/dist/semantic-or-syntactic-errors.d.ts +0 -13
- package/node_modules/@typescript-eslint/typescript-estree/_ts3.4/dist/simple-traverse.d.ts +0 -9
- package/node_modules/@typescript-eslint/typescript-estree/_ts3.4/dist/ts-estree/estree-to-ts-node-types.d.ts +0 -178
- package/node_modules/@typescript-eslint/typescript-estree/_ts3.4/dist/ts-estree/index.d.ts +0 -4
- package/node_modules/@typescript-eslint/typescript-estree/_ts3.4/dist/ts-estree/ts-nodes.d.ts +0 -20
- package/node_modules/@typescript-eslint/typescript-estree/_ts3.4/dist/version-check.d.ts +0 -3
- package/node_modules/@typescript-eslint/typescript-estree/dist/ast-converter.d.ts +0 -9
- package/node_modules/@typescript-eslint/typescript-estree/dist/ast-converter.d.ts.map +0 -1
- package/node_modules/@typescript-eslint/typescript-estree/dist/ast-converter.js +0 -60
- package/node_modules/@typescript-eslint/typescript-estree/dist/ast-converter.js.map +0 -1
- package/node_modules/@typescript-eslint/typescript-estree/dist/clear-caches.d.ts +0 -10
- package/node_modules/@typescript-eslint/typescript-estree/dist/clear-caches.d.ts.map +0 -1
- package/node_modules/@typescript-eslint/typescript-estree/dist/clear-caches.js +0 -24
- package/node_modules/@typescript-eslint/typescript-estree/dist/clear-caches.js.map +0 -1
- package/node_modules/@typescript-eslint/typescript-estree/dist/convert-comments.d.ts +0 -11
- package/node_modules/@typescript-eslint/typescript-estree/dist/convert-comments.d.ts.map +0 -1
- package/node_modules/@typescript-eslint/typescript-estree/dist/convert-comments.js +0 -63
- package/node_modules/@typescript-eslint/typescript-estree/dist/convert-comments.js.map +0 -1
- package/node_modules/@typescript-eslint/typescript-estree/dist/convert.d.ts +0 -159
- package/node_modules/@typescript-eslint/typescript-estree/dist/convert.d.ts.map +0 -1
- package/node_modules/@typescript-eslint/typescript-estree/dist/convert.js +0 -2423
- package/node_modules/@typescript-eslint/typescript-estree/dist/convert.js.map +0 -1
- package/node_modules/@typescript-eslint/typescript-estree/dist/create-program/WatchCompilerHostOfConfigFile.d.ts +0 -13
- package/node_modules/@typescript-eslint/typescript-estree/dist/create-program/WatchCompilerHostOfConfigFile.d.ts.map +0 -1
- package/node_modules/@typescript-eslint/typescript-estree/dist/create-program/WatchCompilerHostOfConfigFile.js +0 -6
- package/node_modules/@typescript-eslint/typescript-estree/dist/create-program/WatchCompilerHostOfConfigFile.js.map +0 -1
- package/node_modules/@typescript-eslint/typescript-estree/dist/create-program/createDefaultProgram.d.ts +0 -9
- package/node_modules/@typescript-eslint/typescript-estree/dist/create-program/createDefaultProgram.d.ts.map +0 -1
- package/node_modules/@typescript-eslint/typescript-estree/dist/create-program/createDefaultProgram.js +0 -65
- package/node_modules/@typescript-eslint/typescript-estree/dist/create-program/createDefaultProgram.js.map +0 -1
- package/node_modules/@typescript-eslint/typescript-estree/dist/create-program/createIsolatedProgram.d.ts +0 -9
- package/node_modules/@typescript-eslint/typescript-estree/dist/create-program/createIsolatedProgram.d.ts.map +0 -1
- package/node_modules/@typescript-eslint/typescript-estree/dist/create-program/createIsolatedProgram.js +0 -83
- package/node_modules/@typescript-eslint/typescript-estree/dist/create-program/createIsolatedProgram.js.map +0 -1
- package/node_modules/@typescript-eslint/typescript-estree/dist/create-program/createProjectProgram.d.ts +0 -9
- package/node_modules/@typescript-eslint/typescript-estree/dist/create-program/createProjectProgram.d.ts.map +0 -1
- package/node_modules/@typescript-eslint/typescript-estree/dist/create-program/createProjectProgram.js +0 -102
- package/node_modules/@typescript-eslint/typescript-estree/dist/create-program/createProjectProgram.js.map +0 -1
- package/node_modules/@typescript-eslint/typescript-estree/dist/create-program/createSourceFile.d.ts +0 -5
- package/node_modules/@typescript-eslint/typescript-estree/dist/create-program/createSourceFile.d.ts.map +0 -1
- package/node_modules/@typescript-eslint/typescript-estree/dist/create-program/createSourceFile.js +0 -40
- package/node_modules/@typescript-eslint/typescript-estree/dist/create-program/createSourceFile.js.map +0 -1
- package/node_modules/@typescript-eslint/typescript-estree/dist/create-program/describeFilePath.d.ts +0 -2
- package/node_modules/@typescript-eslint/typescript-estree/dist/create-program/describeFilePath.d.ts.map +0 -1
- package/node_modules/@typescript-eslint/typescript-estree/dist/create-program/describeFilePath.js +0 -32
- package/node_modules/@typescript-eslint/typescript-estree/dist/create-program/describeFilePath.js.map +0 -1
- package/node_modules/@typescript-eslint/typescript-estree/dist/create-program/getScriptKind.d.ts +0 -5
- package/node_modules/@typescript-eslint/typescript-estree/dist/create-program/getScriptKind.d.ts.map +0 -1
- package/node_modules/@typescript-eslint/typescript-estree/dist/create-program/getScriptKind.js +0 -72
- package/node_modules/@typescript-eslint/typescript-estree/dist/create-program/getScriptKind.js.map +0 -1
- package/node_modules/@typescript-eslint/typescript-estree/dist/create-program/getWatchProgramsForProjects.d.ts +0 -15
- package/node_modules/@typescript-eslint/typescript-estree/dist/create-program/getWatchProgramsForProjects.d.ts.map +0 -1
- package/node_modules/@typescript-eslint/typescript-estree/dist/create-program/getWatchProgramsForProjects.js +0 -409
- package/node_modules/@typescript-eslint/typescript-estree/dist/create-program/getWatchProgramsForProjects.js.map +0 -1
- package/node_modules/@typescript-eslint/typescript-estree/dist/create-program/shared.d.ts +0 -29
- package/node_modules/@typescript-eslint/typescript-estree/dist/create-program/shared.d.ts.map +0 -1
- package/node_modules/@typescript-eslint/typescript-estree/dist/create-program/shared.js +0 -130
- package/node_modules/@typescript-eslint/typescript-estree/dist/create-program/shared.js.map +0 -1
- package/node_modules/@typescript-eslint/typescript-estree/dist/create-program/useProvidedPrograms.d.ts +0 -13
- package/node_modules/@typescript-eslint/typescript-estree/dist/create-program/useProvidedPrograms.d.ts.map +0 -1
- package/node_modules/@typescript-eslint/typescript-estree/dist/create-program/useProvidedPrograms.js +0 -93
- package/node_modules/@typescript-eslint/typescript-estree/dist/create-program/useProvidedPrograms.js.map +0 -1
- package/node_modules/@typescript-eslint/typescript-estree/dist/getModifiers.d.ts +0 -4
- package/node_modules/@typescript-eslint/typescript-estree/dist/getModifiers.d.ts.map +0 -1
- package/node_modules/@typescript-eslint/typescript-estree/dist/getModifiers.js +0 -68
- package/node_modules/@typescript-eslint/typescript-estree/dist/getModifiers.js.map +0 -1
- package/node_modules/@typescript-eslint/typescript-estree/dist/index.d.ts +0 -12
- package/node_modules/@typescript-eslint/typescript-estree/dist/index.d.ts.map +0 -1
- package/node_modules/@typescript-eslint/typescript-estree/dist/index.js +0 -38
- package/node_modules/@typescript-eslint/typescript-estree/dist/index.js.map +0 -1
- package/node_modules/@typescript-eslint/typescript-estree/dist/jsx/xhtml-entities.d.ts +0 -2
- package/node_modules/@typescript-eslint/typescript-estree/dist/jsx/xhtml-entities.d.ts.map +0 -1
- package/node_modules/@typescript-eslint/typescript-estree/dist/jsx/xhtml-entities.js +0 -259
- package/node_modules/@typescript-eslint/typescript-estree/dist/jsx/xhtml-entities.js.map +0 -1
- package/node_modules/@typescript-eslint/typescript-estree/dist/node-utils.d.ts +0 -228
- package/node_modules/@typescript-eslint/typescript-estree/dist/node-utils.d.ts.map +0 -1
- package/node_modules/@typescript-eslint/typescript-estree/dist/node-utils.js +0 -597
- package/node_modules/@typescript-eslint/typescript-estree/dist/node-utils.js.map +0 -1
- package/node_modules/@typescript-eslint/typescript-estree/dist/parseSettings/ExpiringCache.d.ts +0 -17
- package/node_modules/@typescript-eslint/typescript-estree/dist/parseSettings/ExpiringCache.d.ts.map +0 -1
- package/node_modules/@typescript-eslint/typescript-estree/dist/parseSettings/ExpiringCache.js +0 -62
- package/node_modules/@typescript-eslint/typescript-estree/dist/parseSettings/ExpiringCache.js.map +0 -1
- package/node_modules/@typescript-eslint/typescript-estree/dist/parseSettings/createParseSettings.d.ts +0 -5
- package/node_modules/@typescript-eslint/typescript-estree/dist/parseSettings/createParseSettings.d.ts.map +0 -1
- package/node_modules/@typescript-eslint/typescript-estree/dist/parseSettings/createParseSettings.js +0 -119
- package/node_modules/@typescript-eslint/typescript-estree/dist/parseSettings/createParseSettings.js.map +0 -1
- package/node_modules/@typescript-eslint/typescript-estree/dist/parseSettings/getProjectConfigFiles.d.ts +0 -12
- package/node_modules/@typescript-eslint/typescript-estree/dist/parseSettings/getProjectConfigFiles.d.ts.map +0 -1
- package/node_modules/@typescript-eslint/typescript-estree/dist/parseSettings/getProjectConfigFiles.js +0 -70
- package/node_modules/@typescript-eslint/typescript-estree/dist/parseSettings/getProjectConfigFiles.js.map +0 -1
- package/node_modules/@typescript-eslint/typescript-estree/dist/parseSettings/index.d.ts +0 -107
- package/node_modules/@typescript-eslint/typescript-estree/dist/parseSettings/index.d.ts.map +0 -1
- package/node_modules/@typescript-eslint/typescript-estree/dist/parseSettings/index.js +0 -3
- package/node_modules/@typescript-eslint/typescript-estree/dist/parseSettings/index.js.map +0 -1
- package/node_modules/@typescript-eslint/typescript-estree/dist/parseSettings/inferSingleRun.d.ts +0 -15
- package/node_modules/@typescript-eslint/typescript-estree/dist/parseSettings/inferSingleRun.d.ts.map +0 -1
- package/node_modules/@typescript-eslint/typescript-estree/dist/parseSettings/inferSingleRun.js +0 -53
- package/node_modules/@typescript-eslint/typescript-estree/dist/parseSettings/inferSingleRun.js.map +0 -1
- package/node_modules/@typescript-eslint/typescript-estree/dist/parseSettings/resolveProjectList.d.ts +0 -19
- package/node_modules/@typescript-eslint/typescript-estree/dist/parseSettings/resolveProjectList.d.ts.map +0 -1
- package/node_modules/@typescript-eslint/typescript-estree/dist/parseSettings/resolveProjectList.js +0 -103
- package/node_modules/@typescript-eslint/typescript-estree/dist/parseSettings/resolveProjectList.js.map +0 -1
- package/node_modules/@typescript-eslint/typescript-estree/dist/parseSettings/warnAboutTSVersion.d.ts +0 -3
- package/node_modules/@typescript-eslint/typescript-estree/dist/parseSettings/warnAboutTSVersion.d.ts.map +0 -1
- package/node_modules/@typescript-eslint/typescript-estree/dist/parseSettings/warnAboutTSVersion.js +0 -68
- package/node_modules/@typescript-eslint/typescript-estree/dist/parseSettings/warnAboutTSVersion.js.map +0 -1
- package/node_modules/@typescript-eslint/typescript-estree/dist/parser-options.d.ts +0 -181
- package/node_modules/@typescript-eslint/typescript-estree/dist/parser-options.d.ts.map +0 -1
- package/node_modules/@typescript-eslint/typescript-estree/dist/parser-options.js +0 -3
- package/node_modules/@typescript-eslint/typescript-estree/dist/parser-options.js.map +0 -1
- package/node_modules/@typescript-eslint/typescript-estree/dist/parser.d.ts +0 -25
- package/node_modules/@typescript-eslint/typescript-estree/dist/parser.d.ts.map +0 -1
- package/node_modules/@typescript-eslint/typescript-estree/dist/parser.js +0 -173
- package/node_modules/@typescript-eslint/typescript-estree/dist/parser.js.map +0 -1
- package/node_modules/@typescript-eslint/typescript-estree/dist/semantic-or-syntactic-errors.d.ts +0 -13
- package/node_modules/@typescript-eslint/typescript-estree/dist/semantic-or-syntactic-errors.d.ts.map +0 -1
- package/node_modules/@typescript-eslint/typescript-estree/dist/semantic-or-syntactic-errors.js +0 -93
- package/node_modules/@typescript-eslint/typescript-estree/dist/semantic-or-syntactic-errors.js.map +0 -1
- package/node_modules/@typescript-eslint/typescript-estree/dist/simple-traverse.d.ts +0 -9
- package/node_modules/@typescript-eslint/typescript-estree/dist/simple-traverse.d.ts.map +0 -1
- package/node_modules/@typescript-eslint/typescript-estree/dist/simple-traverse.js +0 -54
- package/node_modules/@typescript-eslint/typescript-estree/dist/simple-traverse.js.map +0 -1
- package/node_modules/@typescript-eslint/typescript-estree/dist/ts-estree/estree-to-ts-node-types.d.ts +0 -178
- package/node_modules/@typescript-eslint/typescript-estree/dist/ts-estree/estree-to-ts-node-types.d.ts.map +0 -1
- package/node_modules/@typescript-eslint/typescript-estree/dist/ts-estree/estree-to-ts-node-types.js +0 -3
- package/node_modules/@typescript-eslint/typescript-estree/dist/ts-estree/estree-to-ts-node-types.js.map +0 -1
- package/node_modules/@typescript-eslint/typescript-estree/dist/ts-estree/index.d.ts +0 -4
- package/node_modules/@typescript-eslint/typescript-estree/dist/ts-estree/index.d.ts.map +0 -1
- package/node_modules/@typescript-eslint/typescript-estree/dist/ts-estree/index.js +0 -25
- package/node_modules/@typescript-eslint/typescript-estree/dist/ts-estree/index.js.map +0 -1
- package/node_modules/@typescript-eslint/typescript-estree/dist/ts-estree/ts-nodes.d.ts +0 -20
- package/node_modules/@typescript-eslint/typescript-estree/dist/ts-estree/ts-nodes.d.ts.map +0 -1
- package/node_modules/@typescript-eslint/typescript-estree/dist/ts-estree/ts-nodes.js +0 -3
- package/node_modules/@typescript-eslint/typescript-estree/dist/ts-estree/ts-nodes.js.map +0 -1
- package/node_modules/@typescript-eslint/typescript-estree/dist/version-check.d.ts +0 -3
- package/node_modules/@typescript-eslint/typescript-estree/dist/version-check.d.ts.map +0 -1
- package/node_modules/@typescript-eslint/typescript-estree/dist/version-check.js +0 -55
- package/node_modules/@typescript-eslint/typescript-estree/dist/version-check.js.map +0 -1
- package/node_modules/@typescript-eslint/typescript-estree/package.json +0 -85
- package/node_modules/@typescript-eslint/visitor-keys/LICENSE +0 -21
- package/node_modules/@typescript-eslint/visitor-keys/README.md +0 -10
- package/node_modules/@typescript-eslint/visitor-keys/_ts3.4/dist/get-keys.d.ts +0 -4
- package/node_modules/@typescript-eslint/visitor-keys/_ts3.4/dist/index.d.ts +0 -3
- package/node_modules/@typescript-eslint/visitor-keys/_ts3.4/dist/visitor-keys.d.ts +0 -6
- package/node_modules/@typescript-eslint/visitor-keys/dist/get-keys.d.ts +0 -4
- package/node_modules/@typescript-eslint/visitor-keys/dist/get-keys.d.ts.map +0 -1
- package/node_modules/@typescript-eslint/visitor-keys/dist/get-keys.js +0 -7
- package/node_modules/@typescript-eslint/visitor-keys/dist/get-keys.js.map +0 -1
- package/node_modules/@typescript-eslint/visitor-keys/dist/index.d.ts +0 -3
- package/node_modules/@typescript-eslint/visitor-keys/dist/index.d.ts.map +0 -1
- package/node_modules/@typescript-eslint/visitor-keys/dist/index.js +0 -8
- package/node_modules/@typescript-eslint/visitor-keys/dist/index.js.map +0 -1
- package/node_modules/@typescript-eslint/visitor-keys/dist/visitor-keys.d.ts +0 -6
- package/node_modules/@typescript-eslint/visitor-keys/dist/visitor-keys.d.ts.map +0 -1
- package/node_modules/@typescript-eslint/visitor-keys/dist/visitor-keys.js +0 -175
- package/node_modules/@typescript-eslint/visitor-keys/dist/visitor-keys.js.map +0 -1
- package/node_modules/@typescript-eslint/visitor-keys/package.json +0 -60
package/node_modules/@typescript-eslint/typescript-estree/_ts3.4/dist/parseSettings/index.d.ts
DELETED
|
@@ -1,107 +0,0 @@
|
|
|
1
|
-
import * as ts from 'typescript';
|
|
2
|
-
import { CanonicalPath } from '../create-program/shared';
|
|
3
|
-
import { TSESTree } from '../ts-estree';
|
|
4
|
-
import { CacheLike } from './ExpiringCache';
|
|
5
|
-
type DebugModule = 'typescript-eslint' | 'eslint' | 'typescript';
|
|
6
|
-
/**
|
|
7
|
-
* Internal settings used by the parser to run on a file.
|
|
8
|
-
*/
|
|
9
|
-
export interface MutableParseSettings {
|
|
10
|
-
/**
|
|
11
|
-
* Code of the file being parsed.
|
|
12
|
-
*/
|
|
13
|
-
code: string;
|
|
14
|
-
/**
|
|
15
|
-
* Whether the `comment` parse option is enabled.
|
|
16
|
-
*/
|
|
17
|
-
comment: boolean;
|
|
18
|
-
/**
|
|
19
|
-
* If the `comment` parse option is enabled, retrieved comments.
|
|
20
|
-
*/
|
|
21
|
-
comments: TSESTree.Comment[];
|
|
22
|
-
/**
|
|
23
|
-
* Whether to create a TypeScript program if one is not provided.
|
|
24
|
-
*/
|
|
25
|
-
createDefaultProgram: boolean;
|
|
26
|
-
/**
|
|
27
|
-
* Which debug areas should be logged.
|
|
28
|
-
*/
|
|
29
|
-
debugLevel: Set<DebugModule>;
|
|
30
|
-
/**
|
|
31
|
-
* Whether to error if TypeScript reports a semantic or syntactic error diagnostic.
|
|
32
|
-
*/
|
|
33
|
-
errorOnTypeScriptSyntacticAndSemanticIssues: boolean;
|
|
34
|
-
/**
|
|
35
|
-
* Whether to error if an unknown AST node type is encountered.
|
|
36
|
-
*/
|
|
37
|
-
errorOnUnknownASTType: boolean;
|
|
38
|
-
/**
|
|
39
|
-
* Whether TS should use the source files for referenced projects instead of the compiled .d.ts files.
|
|
40
|
-
*
|
|
41
|
-
* @remarks
|
|
42
|
-
* This feature is not yet optimized, and is likely to cause OOMs for medium to large projects.
|
|
43
|
-
* This flag REQUIRES at least TS v3.9, otherwise it does nothing.
|
|
44
|
-
*/
|
|
45
|
-
EXPERIMENTAL_useSourceOfProjectReferenceRedirect: boolean;
|
|
46
|
-
/**
|
|
47
|
-
* Any non-standard file extensions which will be parsed.
|
|
48
|
-
*/
|
|
49
|
-
extraFileExtensions: string[];
|
|
50
|
-
/**
|
|
51
|
-
* Path of the file being parsed.
|
|
52
|
-
*/
|
|
53
|
-
filePath: string;
|
|
54
|
-
/**
|
|
55
|
-
* Whether parsing of JSX is enabled.
|
|
56
|
-
*
|
|
57
|
-
* @remarks The applicable file extension is still required.
|
|
58
|
-
*/
|
|
59
|
-
jsx: boolean;
|
|
60
|
-
/**
|
|
61
|
-
* Whether to add `loc` information to each node.
|
|
62
|
-
*/
|
|
63
|
-
loc: boolean;
|
|
64
|
-
/**
|
|
65
|
-
* Log function, if not `console.log`.
|
|
66
|
-
*/
|
|
67
|
-
log: (message: string) => void;
|
|
68
|
-
/**
|
|
69
|
-
* Path for a module resolver to use for the compiler host's `resolveModuleNames`.
|
|
70
|
-
*/
|
|
71
|
-
moduleResolver: string;
|
|
72
|
-
/**
|
|
73
|
-
* Whether two-way AST node maps are preserved during the AST conversion process.
|
|
74
|
-
*/
|
|
75
|
-
preserveNodeMaps?: boolean;
|
|
76
|
-
/**
|
|
77
|
-
* One or more instances of TypeScript Program objects to be used for type information.
|
|
78
|
-
*/
|
|
79
|
-
programs: null | Iterable<ts.Program>;
|
|
80
|
-
/**
|
|
81
|
-
* Normalized paths to provided project paths.
|
|
82
|
-
*/
|
|
83
|
-
projects: readonly CanonicalPath[];
|
|
84
|
-
/**
|
|
85
|
-
* Whether to add the `range` property to AST nodes.
|
|
86
|
-
*/
|
|
87
|
-
range: boolean;
|
|
88
|
-
/**
|
|
89
|
-
* Whether this is part of a single run, rather than a long-running process.
|
|
90
|
-
*/
|
|
91
|
-
singleRun: boolean;
|
|
92
|
-
/**
|
|
93
|
-
* If the `tokens` parse option is enabled, retrieved tokens.
|
|
94
|
-
*/
|
|
95
|
-
tokens: null | TSESTree.Token[];
|
|
96
|
-
/**
|
|
97
|
-
* Caches searches for TSConfigs from project directories.
|
|
98
|
-
*/
|
|
99
|
-
tsconfigMatchCache: CacheLike<string, string>;
|
|
100
|
-
/**
|
|
101
|
-
* The absolute path to the root directory for all provided `project`s.
|
|
102
|
-
*/
|
|
103
|
-
tsconfigRootDir: string;
|
|
104
|
-
}
|
|
105
|
-
export type ParseSettings = Readonly<MutableParseSettings>;
|
|
106
|
-
export {};
|
|
107
|
-
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import { TSESTreeOptions } from '../parser-options';
|
|
2
|
-
/**
|
|
3
|
-
* ESLint (and therefore typescript-eslint) is used in both "single run"/one-time contexts,
|
|
4
|
-
* such as an ESLint CLI invocation, and long-running sessions (such as continuous feedback
|
|
5
|
-
* on a file in an IDE).
|
|
6
|
-
*
|
|
7
|
-
* When typescript-eslint handles TypeScript Program management behind the scenes, this distinction
|
|
8
|
-
* is important because there is significant overhead to managing the so called Watch Programs
|
|
9
|
-
* needed for the long-running use-case. We therefore use the following logic to figure out which
|
|
10
|
-
* of these contexts applies to the current execution.
|
|
11
|
-
*
|
|
12
|
-
* @returns Whether this is part of a single run, rather than a long-running process.
|
|
13
|
-
*/
|
|
14
|
-
export declare function inferSingleRun(options: TSESTreeOptions | undefined): boolean;
|
|
15
|
-
//# sourceMappingURL=inferSingleRun.d.ts.map
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
import { CanonicalPath } from '../create-program/shared';
|
|
2
|
-
import { TSESTreeOptions } from '../parser-options';
|
|
3
|
-
export declare function clearGlobCache(): void;
|
|
4
|
-
/**
|
|
5
|
-
* Normalizes, sanitizes, resolves and filters the provided project paths
|
|
6
|
-
*/
|
|
7
|
-
export declare function resolveProjectList(options: Readonly<{
|
|
8
|
-
cacheLifetime?: TSESTreeOptions['cacheLifetime'];
|
|
9
|
-
project: TSESTreeOptions['project'];
|
|
10
|
-
projectFolderIgnoreList: TSESTreeOptions['projectFolderIgnoreList'];
|
|
11
|
-
singleRun: boolean;
|
|
12
|
-
tsconfigRootDir: string;
|
|
13
|
-
}>): readonly CanonicalPath[];
|
|
14
|
-
/**
|
|
15
|
-
* Exported for testing purposes only
|
|
16
|
-
* @internal
|
|
17
|
-
*/
|
|
18
|
-
export declare function clearGlobResolutionCache(): void;
|
|
19
|
-
//# sourceMappingURL=resolveProjectList.d.ts.map
|
|
@@ -1,181 +0,0 @@
|
|
|
1
|
-
import { CacheDurationSeconds, DebugLevel } from '@typescript-eslint/types';
|
|
2
|
-
import * as ts from 'typescript';
|
|
3
|
-
import { TSESTree, TSESTreeToTSNode, TSNode, TSToken } from './ts-estree';
|
|
4
|
-
interface ParseOptions {
|
|
5
|
-
/**
|
|
6
|
-
* create a top-level comments array containing all comments
|
|
7
|
-
*/
|
|
8
|
-
comment?: boolean;
|
|
9
|
-
/**
|
|
10
|
-
* An array of modules to turn explicit debugging on for.
|
|
11
|
-
* - 'typescript-eslint' is the same as setting the env var `DEBUG=typescript-eslint:*`
|
|
12
|
-
* - 'eslint' is the same as setting the env var `DEBUG=eslint:*`
|
|
13
|
-
* - 'typescript' is the same as setting `extendedDiagnostics: true` in your tsconfig compilerOptions
|
|
14
|
-
*
|
|
15
|
-
* For convenience, also supports a boolean:
|
|
16
|
-
* - true === ['typescript-eslint']
|
|
17
|
-
* - false === []
|
|
18
|
-
*/
|
|
19
|
-
debugLevel?: DebugLevel;
|
|
20
|
-
/**
|
|
21
|
-
* Cause the parser to error if it encounters an unknown AST node type (useful for testing).
|
|
22
|
-
* This case only usually occurs when TypeScript releases new features.
|
|
23
|
-
*/
|
|
24
|
-
errorOnUnknownASTType?: boolean;
|
|
25
|
-
/**
|
|
26
|
-
* Absolute (or relative to `cwd`) path to the file being parsed.
|
|
27
|
-
*/
|
|
28
|
-
filePath?: string;
|
|
29
|
-
/**
|
|
30
|
-
* Enable parsing of JSX.
|
|
31
|
-
* For more details, see https://www.typescriptlang.org/docs/handbook/jsx.html
|
|
32
|
-
*
|
|
33
|
-
* NOTE: this setting does not effect known file types (.js, .cjs, .mjs, .jsx, .ts, .mts, .cts, .tsx, .json) because the
|
|
34
|
-
* TypeScript compiler has its own internal handling for known file extensions.
|
|
35
|
-
*
|
|
36
|
-
* For the exact behavior, see https://github.com/typescript-eslint/typescript-eslint/tree/main/packages/parser#parseroptionsecmafeaturesjsx
|
|
37
|
-
*/
|
|
38
|
-
jsx?: boolean;
|
|
39
|
-
/**
|
|
40
|
-
* Controls whether the `loc` information to each node.
|
|
41
|
-
* The `loc` property is an object which contains the exact line/column the node starts/ends on.
|
|
42
|
-
* This is similar to the `range` property, except it is line/column relative.
|
|
43
|
-
*/
|
|
44
|
-
loc?: boolean;
|
|
45
|
-
loggerFn?: ((message: string) => void) | false;
|
|
46
|
-
/**
|
|
47
|
-
* Controls whether the `range` property is included on AST nodes.
|
|
48
|
-
* The `range` property is a [number, number] which indicates the start/end index of the node in the file contents.
|
|
49
|
-
* This is similar to the `loc` property, except this is the absolute index.
|
|
50
|
-
*/
|
|
51
|
-
range?: boolean;
|
|
52
|
-
/**
|
|
53
|
-
* Set to true to create a top-level array containing all tokens from the file.
|
|
54
|
-
*/
|
|
55
|
-
tokens?: boolean;
|
|
56
|
-
}
|
|
57
|
-
interface ParseAndGenerateServicesOptions extends ParseOptions {
|
|
58
|
-
/**
|
|
59
|
-
* Causes the parser to error if the TypeScript compiler returns any unexpected syntax/semantic errors.
|
|
60
|
-
*/
|
|
61
|
-
errorOnTypeScriptSyntacticAndSemanticIssues?: boolean;
|
|
62
|
-
/**
|
|
63
|
-
* ***EXPERIMENTAL FLAG*** - Use this at your own risk.
|
|
64
|
-
*
|
|
65
|
-
* Causes TS to use the source files for referenced projects instead of the compiled .d.ts files.
|
|
66
|
-
* This feature is not yet optimized, and is likely to cause OOMs for medium to large projects.
|
|
67
|
-
*
|
|
68
|
-
* This flag REQUIRES at least TS v3.9, otherwise it does nothing.
|
|
69
|
-
*
|
|
70
|
-
* See: https://github.com/typescript-eslint/typescript-eslint/issues/2094
|
|
71
|
-
*/
|
|
72
|
-
EXPERIMENTAL_useSourceOfProjectReferenceRedirect?: boolean;
|
|
73
|
-
/**
|
|
74
|
-
* When `project` is provided, this controls the non-standard file extensions which will be parsed.
|
|
75
|
-
* It accepts an array of file extensions, each preceded by a `.`.
|
|
76
|
-
*/
|
|
77
|
-
extraFileExtensions?: string[];
|
|
78
|
-
/**
|
|
79
|
-
* Absolute (or relative to `tsconfigRootDir`) path to the file being parsed.
|
|
80
|
-
* When `project` is provided, this is required, as it is used to fetch the file from the TypeScript compiler's cache.
|
|
81
|
-
*/
|
|
82
|
-
filePath?: string;
|
|
83
|
-
/**
|
|
84
|
-
* Allows the user to control whether or not two-way AST node maps are preserved
|
|
85
|
-
* during the AST conversion process.
|
|
86
|
-
*
|
|
87
|
-
* By default: the AST node maps are NOT preserved, unless `project` has been specified,
|
|
88
|
-
* in which case the maps are made available on the returned `parserServices`.
|
|
89
|
-
*
|
|
90
|
-
* NOTE: If `preserveNodeMaps` is explicitly set by the user, it will be respected,
|
|
91
|
-
* regardless of whether or not `project` is in use.
|
|
92
|
-
*/
|
|
93
|
-
preserveNodeMaps?: boolean;
|
|
94
|
-
/**
|
|
95
|
-
* Absolute (or relative to `tsconfigRootDir`) paths to the tsconfig(s),
|
|
96
|
-
* or `true` to find the nearest tsconfig.json to the file.
|
|
97
|
-
* If this is provided, type information will be returned.
|
|
98
|
-
*/
|
|
99
|
-
project?: string | string[] | true;
|
|
100
|
-
/**
|
|
101
|
-
* If you provide a glob (or globs) to the project option, you can use this option to ignore certain folders from
|
|
102
|
-
* being matched by the globs.
|
|
103
|
-
* This accepts an array of globs to ignore.
|
|
104
|
-
*
|
|
105
|
-
* By default, this is set to ["**\/node_modules/**"]
|
|
106
|
-
*/
|
|
107
|
-
projectFolderIgnoreList?: string[];
|
|
108
|
-
/**
|
|
109
|
-
* The absolute path to the root directory for all provided `project`s.
|
|
110
|
-
*/
|
|
111
|
-
tsconfigRootDir?: string;
|
|
112
|
-
/**
|
|
113
|
-
* An array of one or more instances of TypeScript Program objects to be used for type information.
|
|
114
|
-
* This overrides any program or programs that would have been computed from the `project` option.
|
|
115
|
-
* All linted files must be part of the provided program(s).
|
|
116
|
-
*/
|
|
117
|
-
programs?: ts.Program[];
|
|
118
|
-
/**
|
|
119
|
-
***************************************************************************************
|
|
120
|
-
* IT IS RECOMMENDED THAT YOU DO NOT USE THIS OPTION, AS IT CAUSES PERFORMANCE ISSUES. *
|
|
121
|
-
***************************************************************************************
|
|
122
|
-
*
|
|
123
|
-
* When passed with `project`, this allows the parser to create a catch-all, default program.
|
|
124
|
-
* This means that if the parser encounters a file not included in any of the provided `project`s,
|
|
125
|
-
* it will not error, but will instead parse the file and its dependencies in a new program.
|
|
126
|
-
*/
|
|
127
|
-
createDefaultProgram?: boolean;
|
|
128
|
-
/**
|
|
129
|
-
* ESLint (and therefore typescript-eslint) is used in both "single run"/one-time contexts,
|
|
130
|
-
* such as an ESLint CLI invocation, and long-running sessions (such as continuous feedback
|
|
131
|
-
* on a file in an IDE).
|
|
132
|
-
*
|
|
133
|
-
* When typescript-eslint handles TypeScript Program management behind the scenes, this distinction
|
|
134
|
-
* is important because there is significant overhead to managing the so called Watch Programs
|
|
135
|
-
* needed for the long-running use-case.
|
|
136
|
-
*
|
|
137
|
-
* When allowAutomaticSingleRunInference is enabled, we will use common heuristics to infer
|
|
138
|
-
* whether or not ESLint is being used as part of a single run.
|
|
139
|
-
*/
|
|
140
|
-
allowAutomaticSingleRunInference?: boolean;
|
|
141
|
-
/**
|
|
142
|
-
* Granular control of the expiry lifetime of our internal caches.
|
|
143
|
-
* You can specify the number of seconds as an integer number, or the string
|
|
144
|
-
* 'Infinity' if you never want the cache to expire.
|
|
145
|
-
*
|
|
146
|
-
* By default cache entries will be evicted after 30 seconds, or will persist
|
|
147
|
-
* indefinitely if `allowAutomaticSingleRunInference = true` AND the parser
|
|
148
|
-
* infers that it is a single run.
|
|
149
|
-
*/
|
|
150
|
-
cacheLifetime?: {
|
|
151
|
-
/**
|
|
152
|
-
* Glob resolution for `parserOptions.project` values.
|
|
153
|
-
*/
|
|
154
|
-
glob?: CacheDurationSeconds;
|
|
155
|
-
};
|
|
156
|
-
/**
|
|
157
|
-
* Path to a file exporting a custom `ModuleResolver`.
|
|
158
|
-
*/
|
|
159
|
-
moduleResolver?: string;
|
|
160
|
-
}
|
|
161
|
-
export type TSESTreeOptions = ParseAndGenerateServicesOptions;
|
|
162
|
-
export interface ParserWeakMap<TKey, TValueBase> {
|
|
163
|
-
get<TValue extends TValueBase>(key: TKey): TValue;
|
|
164
|
-
has(key: unknown): boolean;
|
|
165
|
-
}
|
|
166
|
-
export interface ParserWeakMapESTreeToTSNode<TKey extends TSESTree.Node = TSESTree.Node> {
|
|
167
|
-
get<TKeyBase extends TKey>(key: TKeyBase): TSESTreeToTSNode<TKeyBase>;
|
|
168
|
-
has(key: unknown): boolean;
|
|
169
|
-
}
|
|
170
|
-
export interface ParserServices {
|
|
171
|
-
program: ts.Program;
|
|
172
|
-
esTreeNodeToTSNodeMap: ParserWeakMapESTreeToTSNode;
|
|
173
|
-
tsNodeToESTreeNodeMap: ParserWeakMap<TSNode | TSToken, TSESTree.Node>;
|
|
174
|
-
hasFullTypeInformation: boolean;
|
|
175
|
-
}
|
|
176
|
-
export interface ModuleResolver {
|
|
177
|
-
version: 1;
|
|
178
|
-
resolveModuleNames(moduleNames: string[], containingFile: string, reusedNames: string[] | undefined, redirectedReference: ts.ResolvedProjectReference | undefined, options: ts.CompilerOptions): (ts.ResolvedModule | undefined)[];
|
|
179
|
-
}
|
|
180
|
-
export {};
|
|
181
|
-
//# sourceMappingURL=parser-options.d.ts.map
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
import { ParserServices, TSESTreeOptions } from './parser-options';
|
|
2
|
-
import { TSESTree } from './ts-estree';
|
|
3
|
-
declare function clearProgramCache(): void;
|
|
4
|
-
interface EmptyObject {
|
|
5
|
-
}
|
|
6
|
-
type AST<T extends TSESTreeOptions> = TSESTree.Program & (T['tokens'] extends true ? {
|
|
7
|
-
tokens: TSESTree.Token[];
|
|
8
|
-
} : EmptyObject) & (T['comment'] extends true ? {
|
|
9
|
-
comments: TSESTree.Comment[];
|
|
10
|
-
} : EmptyObject);
|
|
11
|
-
interface ParseAndGenerateServicesResult<T extends TSESTreeOptions> {
|
|
12
|
-
ast: AST<T>;
|
|
13
|
-
services: ParserServices;
|
|
14
|
-
}
|
|
15
|
-
interface ParseWithNodeMapsResult<T extends TSESTreeOptions> {
|
|
16
|
-
ast: AST<T>;
|
|
17
|
-
esTreeNodeToTSNodeMap: ParserServices['esTreeNodeToTSNodeMap'];
|
|
18
|
-
tsNodeToESTreeNodeMap: ParserServices['tsNodeToESTreeNodeMap'];
|
|
19
|
-
}
|
|
20
|
-
declare function parse<T extends TSESTreeOptions = TSESTreeOptions>(code: string, options?: T): AST<T>;
|
|
21
|
-
declare function parseWithNodeMaps<T extends TSESTreeOptions = TSESTreeOptions>(code: string, options?: T): ParseWithNodeMapsResult<T>;
|
|
22
|
-
declare function clearParseAndGenerateServicesCalls(): void;
|
|
23
|
-
declare function parseAndGenerateServices<T extends TSESTreeOptions = TSESTreeOptions>(code: string, options: T): ParseAndGenerateServicesResult<T>;
|
|
24
|
-
export { AST, parse, parseAndGenerateServices, parseWithNodeMaps, ParseAndGenerateServicesResult, ParseWithNodeMapsResult, clearProgramCache, clearParseAndGenerateServicesCalls, };
|
|
25
|
-
//# sourceMappingURL=parser.d.ts.map
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import { Diagnostic, Program, SourceFile } from 'typescript';
|
|
2
|
-
export interface SemanticOrSyntacticError extends Diagnostic {
|
|
3
|
-
message: string;
|
|
4
|
-
}
|
|
5
|
-
/**
|
|
6
|
-
* By default, diagnostics from the TypeScript compiler contain all errors - regardless of whether
|
|
7
|
-
* they are related to generic ECMAScript standards, or TypeScript-specific constructs.
|
|
8
|
-
*
|
|
9
|
-
* Therefore, we filter out all diagnostics, except for the ones we explicitly want to consider when
|
|
10
|
-
* the user opts in to throwing errors on semantic issues.
|
|
11
|
-
*/
|
|
12
|
-
export declare function getFirstSemanticOrSyntacticError(program: Program, ast: SourceFile): SemanticOrSyntacticError | undefined;
|
|
13
|
-
//# sourceMappingURL=semantic-or-syntactic-errors.d.ts.map
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import { TSESTree } from './ts-estree';
|
|
2
|
-
type SimpleTraverseOptions = {
|
|
3
|
-
enter: (node: TSESTree.Node, parent: TSESTree.Node | undefined) => void;
|
|
4
|
-
} | {
|
|
5
|
-
[key: string]: (node: TSESTree.Node, parent: TSESTree.Node | undefined) => void;
|
|
6
|
-
};
|
|
7
|
-
export declare function simpleTraverse(startingNode: TSESTree.Node, options: SimpleTraverseOptions, setParentPointers?: boolean): void;
|
|
8
|
-
export {};
|
|
9
|
-
//# sourceMappingURL=simple-traverse.d.ts.map
|
|
@@ -1,178 +0,0 @@
|
|
|
1
|
-
import { AST_NODE_TYPES, TSESTree } from '@typescript-eslint/types';
|
|
2
|
-
import * as ts from 'typescript';
|
|
3
|
-
import { TSNode } from './ts-nodes';
|
|
4
|
-
export interface EstreeToTsNodeTypes {
|
|
5
|
-
[AST_NODE_TYPES.AccessorProperty]: ts.PropertyDeclaration;
|
|
6
|
-
[AST_NODE_TYPES.ArrayExpression]: ts.ArrayLiteralExpression;
|
|
7
|
-
[AST_NODE_TYPES.ArrayPattern]: ts.ArrayLiteralExpression | ts.ArrayBindingPattern;
|
|
8
|
-
[AST_NODE_TYPES.ArrowFunctionExpression]: ts.ArrowFunction;
|
|
9
|
-
[AST_NODE_TYPES.AssignmentExpression]: ts.BinaryExpression;
|
|
10
|
-
[AST_NODE_TYPES.AssignmentPattern]: ts.ShorthandPropertyAssignment | ts.BindingElement | ts.BinaryExpression | ts.ParameterDeclaration;
|
|
11
|
-
[AST_NODE_TYPES.AwaitExpression]: ts.AwaitExpression;
|
|
12
|
-
[AST_NODE_TYPES.BinaryExpression]: ts.BinaryExpression;
|
|
13
|
-
[AST_NODE_TYPES.BlockStatement]: ts.Block;
|
|
14
|
-
[AST_NODE_TYPES.BreakStatement]: ts.BreakStatement;
|
|
15
|
-
[AST_NODE_TYPES.CallExpression]: ts.CallExpression;
|
|
16
|
-
[AST_NODE_TYPES.CatchClause]: ts.CatchClause;
|
|
17
|
-
[AST_NODE_TYPES.ChainExpression]: ts.CallExpression | ts.PropertyAccessExpression | ts.ElementAccessExpression | ts.NonNullExpression;
|
|
18
|
-
[AST_NODE_TYPES.ClassBody]: ts.ClassDeclaration | ts.ClassExpression;
|
|
19
|
-
[AST_NODE_TYPES.ClassDeclaration]: ts.ClassDeclaration;
|
|
20
|
-
[AST_NODE_TYPES.ClassExpression]: ts.ClassExpression;
|
|
21
|
-
[AST_NODE_TYPES.PropertyDefinition]: ts.PropertyDeclaration;
|
|
22
|
-
[AST_NODE_TYPES.ConditionalExpression]: ts.ConditionalExpression;
|
|
23
|
-
[AST_NODE_TYPES.ContinueStatement]: ts.ContinueStatement;
|
|
24
|
-
[AST_NODE_TYPES.DebuggerStatement]: ts.DebuggerStatement;
|
|
25
|
-
[AST_NODE_TYPES.Decorator]: ts.Decorator;
|
|
26
|
-
[AST_NODE_TYPES.DoWhileStatement]: ts.DoStatement;
|
|
27
|
-
[AST_NODE_TYPES.EmptyStatement]: ts.EmptyStatement;
|
|
28
|
-
[AST_NODE_TYPES.ExportAllDeclaration]: ts.ExportDeclaration;
|
|
29
|
-
[AST_NODE_TYPES.ExportDefaultDeclaration]: ts.ExportAssignment | ts.FunctionDeclaration | ts.VariableStatement | ts.ClassDeclaration | ts.ClassExpression | ts.TypeAliasDeclaration | ts.InterfaceDeclaration | ts.EnumDeclaration | ts.ModuleDeclaration;
|
|
30
|
-
[AST_NODE_TYPES.ExportNamedDeclaration]: ts.ExportDeclaration | ts.FunctionDeclaration | ts.VariableStatement | ts.ClassDeclaration | ts.ClassExpression | ts.TypeAliasDeclaration | ts.InterfaceDeclaration | ts.EnumDeclaration | ts.ModuleDeclaration;
|
|
31
|
-
[AST_NODE_TYPES.ExportSpecifier]: ts.ExportSpecifier;
|
|
32
|
-
[AST_NODE_TYPES.ExpressionStatement]: ts.ExpressionStatement;
|
|
33
|
-
[AST_NODE_TYPES.ForInStatement]: ts.ForInStatement;
|
|
34
|
-
[AST_NODE_TYPES.ForOfStatement]: ts.ForOfStatement;
|
|
35
|
-
[AST_NODE_TYPES.ForStatement]: ts.ForStatement;
|
|
36
|
-
[AST_NODE_TYPES.FunctionDeclaration]: ts.FunctionDeclaration;
|
|
37
|
-
[AST_NODE_TYPES.FunctionExpression]: ts.FunctionExpression | ts.ConstructorDeclaration | ts.GetAccessorDeclaration | ts.SetAccessorDeclaration | ts.MethodDeclaration;
|
|
38
|
-
[AST_NODE_TYPES.Identifier]: ts.Identifier | ts.ConstructorDeclaration | ts.Token<ts.SyntaxKind.NewKeyword | ts.SyntaxKind.ImportKeyword>;
|
|
39
|
-
[AST_NODE_TYPES.PrivateIdentifier]: ts.PrivateIdentifier;
|
|
40
|
-
[AST_NODE_TYPES.IfStatement]: ts.IfStatement;
|
|
41
|
-
[AST_NODE_TYPES.ImportAttribute]: ts.AssertEntry;
|
|
42
|
-
[AST_NODE_TYPES.ImportDeclaration]: ts.ImportDeclaration;
|
|
43
|
-
[AST_NODE_TYPES.ImportDefaultSpecifier]: ts.ImportClause;
|
|
44
|
-
[AST_NODE_TYPES.ImportExpression]: ts.CallExpression;
|
|
45
|
-
[AST_NODE_TYPES.ImportNamespaceSpecifier]: ts.NamespaceImport;
|
|
46
|
-
[AST_NODE_TYPES.ImportSpecifier]: ts.ImportSpecifier;
|
|
47
|
-
[AST_NODE_TYPES.JSXAttribute]: ts.JsxAttribute;
|
|
48
|
-
[AST_NODE_TYPES.JSXClosingElement]: ts.JsxClosingElement;
|
|
49
|
-
[AST_NODE_TYPES.JSXClosingFragment]: ts.JsxClosingFragment;
|
|
50
|
-
[AST_NODE_TYPES.JSXElement]: ts.JsxElement | ts.JsxSelfClosingElement;
|
|
51
|
-
[AST_NODE_TYPES.JSXEmptyExpression]: ts.JsxExpression;
|
|
52
|
-
[AST_NODE_TYPES.JSXExpressionContainer]: ts.JsxExpression;
|
|
53
|
-
[AST_NODE_TYPES.JSXFragment]: ts.JsxFragment;
|
|
54
|
-
[AST_NODE_TYPES.JSXIdentifier]: ts.Identifier | ts.ThisExpression;
|
|
55
|
-
[AST_NODE_TYPES.JSXOpeningElement]: ts.JsxOpeningElement | ts.JsxSelfClosingElement;
|
|
56
|
-
[AST_NODE_TYPES.JSXOpeningFragment]: ts.JsxOpeningFragment;
|
|
57
|
-
[AST_NODE_TYPES.JSXSpreadAttribute]: ts.JsxSpreadAttribute;
|
|
58
|
-
[AST_NODE_TYPES.JSXSpreadChild]: ts.JsxExpression;
|
|
59
|
-
[AST_NODE_TYPES.JSXMemberExpression]: ts.PropertyAccessExpression;
|
|
60
|
-
[AST_NODE_TYPES.JSXNamespacedName]: ts.JsxNamespacedName;
|
|
61
|
-
[AST_NODE_TYPES.JSXText]: ts.JsxText;
|
|
62
|
-
[AST_NODE_TYPES.LabeledStatement]: ts.LabeledStatement;
|
|
63
|
-
[AST_NODE_TYPES.Literal]: ts.StringLiteral | ts.NumericLiteral | ts.RegularExpressionLiteral | ts.NullLiteral | ts.BooleanLiteral | ts.BigIntLiteral;
|
|
64
|
-
[AST_NODE_TYPES.LogicalExpression]: ts.BinaryExpression;
|
|
65
|
-
[AST_NODE_TYPES.MemberExpression]: ts.PropertyAccessExpression | ts.ElementAccessExpression;
|
|
66
|
-
[AST_NODE_TYPES.MetaProperty]: ts.MetaProperty;
|
|
67
|
-
[AST_NODE_TYPES.MethodDefinition]: ts.GetAccessorDeclaration | ts.SetAccessorDeclaration | ts.MethodDeclaration | ts.ConstructorDeclaration;
|
|
68
|
-
[AST_NODE_TYPES.NewExpression]: ts.NewExpression;
|
|
69
|
-
[AST_NODE_TYPES.ObjectExpression]: ts.ObjectLiteralExpression;
|
|
70
|
-
[AST_NODE_TYPES.ObjectPattern]: ts.ObjectLiteralExpression | ts.ObjectBindingPattern;
|
|
71
|
-
[AST_NODE_TYPES.Program]: ts.SourceFile;
|
|
72
|
-
[AST_NODE_TYPES.Property]: ts.PropertyAssignment | ts.ShorthandPropertyAssignment | ts.GetAccessorDeclaration | ts.SetAccessorDeclaration | ts.MethodDeclaration | ts.BindingElement;
|
|
73
|
-
[AST_NODE_TYPES.RestElement]: ts.BindingElement | ts.SpreadAssignment | ts.SpreadElement | ts.ParameterDeclaration;
|
|
74
|
-
[AST_NODE_TYPES.ReturnStatement]: ts.ReturnStatement;
|
|
75
|
-
[AST_NODE_TYPES.SequenceExpression]: ts.BinaryExpression;
|
|
76
|
-
[AST_NODE_TYPES.SpreadElement]: ts.SpreadElement | ts.SpreadAssignment;
|
|
77
|
-
[AST_NODE_TYPES.StaticBlock]: ts.ClassStaticBlockDeclaration;
|
|
78
|
-
[AST_NODE_TYPES.Super]: ts.SuperExpression;
|
|
79
|
-
[AST_NODE_TYPES.SwitchCase]: ts.CaseClause | ts.DefaultClause;
|
|
80
|
-
[AST_NODE_TYPES.SwitchStatement]: ts.SwitchStatement;
|
|
81
|
-
[AST_NODE_TYPES.TaggedTemplateExpression]: ts.TaggedTemplateExpression;
|
|
82
|
-
[AST_NODE_TYPES.TemplateElement]: ts.NoSubstitutionTemplateLiteral | ts.TemplateHead | ts.TemplateMiddle | ts.TemplateTail;
|
|
83
|
-
[AST_NODE_TYPES.TemplateLiteral]: ts.NoSubstitutionTemplateLiteral | ts.TemplateExpression;
|
|
84
|
-
[AST_NODE_TYPES.ThisExpression]: ts.ThisExpression | ts.KeywordTypeNode | ts.Identifier;
|
|
85
|
-
[AST_NODE_TYPES.ThrowStatement]: ts.ThrowStatement;
|
|
86
|
-
[AST_NODE_TYPES.TryStatement]: ts.TryStatement;
|
|
87
|
-
[AST_NODE_TYPES.TSAbstractAccessorProperty]: ts.PropertyDeclaration;
|
|
88
|
-
[AST_NODE_TYPES.TSAbstractPropertyDefinition]: ts.PropertyDeclaration;
|
|
89
|
-
[AST_NODE_TYPES.TSAbstractMethodDefinition]: ts.GetAccessorDeclaration | ts.SetAccessorDeclaration | ts.MethodDeclaration | ts.ConstructorDeclaration;
|
|
90
|
-
[AST_NODE_TYPES.TSArrayType]: ts.ArrayTypeNode;
|
|
91
|
-
[AST_NODE_TYPES.TSAsExpression]: ts.AsExpression;
|
|
92
|
-
[AST_NODE_TYPES.TSCallSignatureDeclaration]: ts.CallSignatureDeclaration;
|
|
93
|
-
[AST_NODE_TYPES.TSClassImplements]: ts.ExpressionWithTypeArguments;
|
|
94
|
-
[AST_NODE_TYPES.TSConditionalType]: ts.ConditionalTypeNode;
|
|
95
|
-
[AST_NODE_TYPES.TSConstructorType]: ts.ConstructorTypeNode;
|
|
96
|
-
[AST_NODE_TYPES.TSConstructSignatureDeclaration]: ts.ConstructSignatureDeclaration;
|
|
97
|
-
[AST_NODE_TYPES.TSDeclareFunction]: ts.FunctionDeclaration;
|
|
98
|
-
[AST_NODE_TYPES.TSEnumDeclaration]: ts.EnumDeclaration;
|
|
99
|
-
[AST_NODE_TYPES.TSEnumMember]: ts.EnumMember;
|
|
100
|
-
[AST_NODE_TYPES.TSExportAssignment]: ts.ExportAssignment;
|
|
101
|
-
[AST_NODE_TYPES.TSExternalModuleReference]: ts.ExternalModuleReference;
|
|
102
|
-
[AST_NODE_TYPES.TSFunctionType]: ts.FunctionTypeNode;
|
|
103
|
-
[AST_NODE_TYPES.TSImportEqualsDeclaration]: ts.ImportEqualsDeclaration;
|
|
104
|
-
[AST_NODE_TYPES.TSImportType]: ts.ImportTypeNode;
|
|
105
|
-
[AST_NODE_TYPES.TSIndexedAccessType]: ts.IndexedAccessTypeNode;
|
|
106
|
-
[AST_NODE_TYPES.TSIndexSignature]: ts.IndexSignatureDeclaration;
|
|
107
|
-
[AST_NODE_TYPES.TSInferType]: ts.InferTypeNode;
|
|
108
|
-
[AST_NODE_TYPES.TSInterfaceDeclaration]: ts.InterfaceDeclaration;
|
|
109
|
-
[AST_NODE_TYPES.TSInterfaceBody]: ts.InterfaceDeclaration;
|
|
110
|
-
[AST_NODE_TYPES.TSInterfaceHeritage]: ts.ExpressionWithTypeArguments;
|
|
111
|
-
[AST_NODE_TYPES.TSIntersectionType]: ts.IntersectionTypeNode;
|
|
112
|
-
[AST_NODE_TYPES.TSInstantiationExpression]: ts.ExpressionWithTypeArguments;
|
|
113
|
-
[AST_NODE_TYPES.TSSatisfiesExpression]: ts.SatisfiesExpression;
|
|
114
|
-
[AST_NODE_TYPES.TSLiteralType]: ts.LiteralTypeNode;
|
|
115
|
-
[AST_NODE_TYPES.TSMappedType]: ts.MappedTypeNode;
|
|
116
|
-
[AST_NODE_TYPES.TSMethodSignature]: ts.MethodSignature | ts.GetAccessorDeclaration | ts.SetAccessorDeclaration;
|
|
117
|
-
[AST_NODE_TYPES.TSModuleBlock]: ts.ModuleBlock;
|
|
118
|
-
[AST_NODE_TYPES.TSModuleDeclaration]: ts.ModuleDeclaration;
|
|
119
|
-
[AST_NODE_TYPES.TSNamedTupleMember]: ts.NamedTupleMember;
|
|
120
|
-
[AST_NODE_TYPES.TSNamespaceExportDeclaration]: ts.NamespaceExportDeclaration;
|
|
121
|
-
[AST_NODE_TYPES.TSNonNullExpression]: ts.NonNullExpression;
|
|
122
|
-
[AST_NODE_TYPES.TSOptionalType]: ts.OptionalTypeNode;
|
|
123
|
-
[AST_NODE_TYPES.TSParameterProperty]: ts.ParameterDeclaration;
|
|
124
|
-
[AST_NODE_TYPES.TSPropertySignature]: ts.PropertySignature;
|
|
125
|
-
[AST_NODE_TYPES.TSQualifiedName]: ts.QualifiedName;
|
|
126
|
-
[AST_NODE_TYPES.TSRestType]: ts.RestTypeNode | ts.NamedTupleMember;
|
|
127
|
-
[AST_NODE_TYPES.TSThisType]: ts.ThisTypeNode;
|
|
128
|
-
[AST_NODE_TYPES.TSTupleType]: ts.TupleTypeNode;
|
|
129
|
-
[AST_NODE_TYPES.TSTemplateLiteralType]: ts.TemplateLiteralTypeNode;
|
|
130
|
-
[AST_NODE_TYPES.TSTypeAliasDeclaration]: ts.TypeAliasDeclaration;
|
|
131
|
-
[AST_NODE_TYPES.TSTypeAnnotation]: undefined;
|
|
132
|
-
[AST_NODE_TYPES.TSTypeAssertion]: ts.TypeAssertion;
|
|
133
|
-
[AST_NODE_TYPES.TSTypeLiteral]: ts.TypeLiteralNode;
|
|
134
|
-
[AST_NODE_TYPES.TSTypeOperator]: ts.TypeOperatorNode;
|
|
135
|
-
[AST_NODE_TYPES.TSTypeParameter]: ts.TypeParameterDeclaration;
|
|
136
|
-
[AST_NODE_TYPES.TSTypeParameterDeclaration]: undefined;
|
|
137
|
-
[AST_NODE_TYPES.TSTypeParameterInstantiation]: ts.TaggedTemplateExpression | ts.ImportTypeNode | ts.ExpressionWithTypeArguments | ts.TypeReferenceNode | ts.JsxOpeningElement | ts.JsxSelfClosingElement | ts.NewExpression | ts.CallExpression | ts.TypeQueryNode;
|
|
138
|
-
[AST_NODE_TYPES.TSTypePredicate]: ts.TypePredicateNode;
|
|
139
|
-
[AST_NODE_TYPES.TSTypeQuery]: ts.TypeQueryNode;
|
|
140
|
-
[AST_NODE_TYPES.TSTypeReference]: ts.TypeReferenceNode;
|
|
141
|
-
[AST_NODE_TYPES.TSUnionType]: ts.UnionTypeNode;
|
|
142
|
-
[AST_NODE_TYPES.UpdateExpression]: ts.PrefixUnaryExpression | ts.PostfixUnaryExpression;
|
|
143
|
-
[AST_NODE_TYPES.UnaryExpression]: ts.PrefixUnaryExpression | ts.PostfixUnaryExpression | ts.DeleteExpression | ts.VoidExpression | ts.TypeOfExpression;
|
|
144
|
-
[AST_NODE_TYPES.VariableDeclaration]: ts.VariableDeclarationList | ts.VariableStatement;
|
|
145
|
-
[AST_NODE_TYPES.VariableDeclarator]: ts.VariableDeclaration;
|
|
146
|
-
[AST_NODE_TYPES.WhileStatement]: ts.WhileStatement;
|
|
147
|
-
[AST_NODE_TYPES.WithStatement]: ts.WithStatement;
|
|
148
|
-
[AST_NODE_TYPES.YieldExpression]: ts.YieldExpression;
|
|
149
|
-
[AST_NODE_TYPES.TSEmptyBodyFunctionExpression]: ts.FunctionExpression | ts.ConstructorDeclaration | ts.GetAccessorDeclaration | ts.SetAccessorDeclaration | ts.MethodDeclaration;
|
|
150
|
-
[AST_NODE_TYPES.TSAbstractKeyword]: ts.Token<ts.SyntaxKind.AbstractKeyword>;
|
|
151
|
-
[AST_NODE_TYPES.TSNullKeyword]: ts.NullLiteral | ts.KeywordTypeNode;
|
|
152
|
-
[AST_NODE_TYPES.TSAnyKeyword]: ts.KeywordTypeNode;
|
|
153
|
-
[AST_NODE_TYPES.TSBigIntKeyword]: ts.KeywordTypeNode;
|
|
154
|
-
[AST_NODE_TYPES.TSBooleanKeyword]: ts.KeywordTypeNode;
|
|
155
|
-
[AST_NODE_TYPES.TSIntrinsicKeyword]: ts.KeywordTypeNode;
|
|
156
|
-
[AST_NODE_TYPES.TSNeverKeyword]: ts.KeywordTypeNode;
|
|
157
|
-
[AST_NODE_TYPES.TSNumberKeyword]: ts.KeywordTypeNode;
|
|
158
|
-
[AST_NODE_TYPES.TSObjectKeyword]: ts.KeywordTypeNode;
|
|
159
|
-
[AST_NODE_TYPES.TSStringKeyword]: ts.KeywordTypeNode;
|
|
160
|
-
[AST_NODE_TYPES.TSSymbolKeyword]: ts.KeywordTypeNode;
|
|
161
|
-
[AST_NODE_TYPES.TSUnknownKeyword]: ts.KeywordTypeNode;
|
|
162
|
-
[AST_NODE_TYPES.TSVoidKeyword]: ts.KeywordTypeNode;
|
|
163
|
-
[AST_NODE_TYPES.TSUndefinedKeyword]: ts.KeywordTypeNode;
|
|
164
|
-
[AST_NODE_TYPES.TSAsyncKeyword]: ts.Token<ts.SyntaxKind.AsyncKeyword>;
|
|
165
|
-
[AST_NODE_TYPES.TSDeclareKeyword]: ts.Token<ts.SyntaxKind.DeclareKeyword>;
|
|
166
|
-
[AST_NODE_TYPES.TSExportKeyword]: ts.Token<ts.SyntaxKind.ExportKeyword>;
|
|
167
|
-
[AST_NODE_TYPES.TSStaticKeyword]: ts.Token<ts.SyntaxKind.StaticKeyword>;
|
|
168
|
-
[AST_NODE_TYPES.TSPublicKeyword]: ts.Token<ts.SyntaxKind.PublicKeyword>;
|
|
169
|
-
[AST_NODE_TYPES.TSPrivateKeyword]: ts.Token<ts.SyntaxKind.PrivateKeyword>;
|
|
170
|
-
[AST_NODE_TYPES.TSProtectedKeyword]: ts.Token<ts.SyntaxKind.ProtectedKeyword>;
|
|
171
|
-
[AST_NODE_TYPES.TSReadonlyKeyword]: ts.Token<ts.SyntaxKind.ReadonlyKeyword>;
|
|
172
|
-
}
|
|
173
|
-
/**
|
|
174
|
-
* Maps TSESTree AST Node type to the expected TypeScript AST Node type(s).
|
|
175
|
-
* This mapping is based on the internal logic of the parser.
|
|
176
|
-
*/
|
|
177
|
-
export type TSESTreeToTSNode<T extends TSESTree.Node = TSESTree.Node> = Extract<TSNode | ts.Token<ts.SyntaxKind.NewKeyword | ts.SyntaxKind.ImportKeyword>, EstreeToTsNodeTypes[T['type']]>;
|
|
178
|
-
//# sourceMappingURL=estree-to-ts-node-types.d.ts.map
|
package/node_modules/@typescript-eslint/typescript-estree/_ts3.4/dist/ts-estree/ts-nodes.d.ts
DELETED
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
import * as ts from 'typescript';
|
|
2
|
-
declare module 'typescript' {
|
|
3
|
-
interface NamedTupleMember extends ts.Node {
|
|
4
|
-
}
|
|
5
|
-
interface TemplateLiteralTypeNode extends ts.Node {
|
|
6
|
-
}
|
|
7
|
-
interface PrivateIdentifier extends ts.Node {
|
|
8
|
-
}
|
|
9
|
-
interface ClassStaticBlockDeclaration extends ts.Node {
|
|
10
|
-
}
|
|
11
|
-
interface AssertClause extends ts.Node {
|
|
12
|
-
}
|
|
13
|
-
interface AssertEntry extends ts.Node {
|
|
14
|
-
}
|
|
15
|
-
interface SatisfiesExpression extends ts.Node {
|
|
16
|
-
}
|
|
17
|
-
}
|
|
18
|
-
export type TSToken = ts.Token<ts.SyntaxKind>;
|
|
19
|
-
export type TSNode = ts.AssertClause | ts.AssertEntry | ts.Modifier | ts.Identifier | ts.PrivateIdentifier | ts.QualifiedName | ts.ComputedPropertyName | ts.Decorator | ts.TypeParameterDeclaration | ts.CallSignatureDeclaration | ts.ConstructSignatureDeclaration | ts.VariableDeclaration | ts.VariableDeclarationList | ts.ParameterDeclaration | ts.BindingElement | ts.PropertySignature | ts.PropertyDeclaration | ts.PropertyAssignment | ts.ShorthandPropertyAssignment | ts.SpreadAssignment | ts.ObjectBindingPattern | ts.ArrayBindingPattern | ts.FunctionDeclaration | ts.MethodSignature | ts.MethodDeclaration | ts.ConstructorDeclaration | ts.SemicolonClassElement | ts.GetAccessorDeclaration | ts.SetAccessorDeclaration | ts.IndexSignatureDeclaration | ts.KeywordTypeNode | ts.ImportTypeNode | ts.ThisTypeNode | ts.ClassStaticBlockDeclaration | ts.ConstructorTypeNode | ts.FunctionTypeNode | ts.TypeReferenceNode | ts.TypePredicateNode | ts.TypeQueryNode | ts.TypeLiteralNode | ts.ArrayTypeNode | ts.NamedTupleMember | ts.TupleTypeNode | ts.OptionalTypeNode | ts.RestTypeNode | ts.UnionTypeNode | ts.IntersectionTypeNode | ts.ConditionalTypeNode | ts.InferTypeNode | ts.ParenthesizedTypeNode | ts.TypeOperatorNode | ts.IndexedAccessTypeNode | ts.MappedTypeNode | ts.LiteralTypeNode | ts.StringLiteral | ts.OmittedExpression | ts.PartiallyEmittedExpression | ts.PrefixUnaryExpression | ts.PostfixUnaryExpression | ts.NullLiteral | ts.BooleanLiteral | ts.ThisExpression | ts.SuperExpression | ts.ImportExpression | ts.DeleteExpression | ts.TypeOfExpression | ts.VoidExpression | ts.AwaitExpression | ts.YieldExpression | ts.SyntheticExpression | ts.BinaryExpression | ts.ConditionalExpression | ts.FunctionExpression | ts.ArrowFunction | ts.RegularExpressionLiteral | ts.NoSubstitutionTemplateLiteral | ts.NumericLiteral | ts.BigIntLiteral | ts.TemplateHead | ts.TemplateMiddle | ts.TemplateTail | ts.TemplateExpression | ts.TemplateSpan | ts.ParenthesizedExpression | ts.ArrayLiteralExpression | ts.SpreadElement | ts.ObjectLiteralExpression | ts.PropertyAccessExpression | ts.ElementAccessExpression | ts.CallExpression | ts.ExpressionWithTypeArguments | ts.NewExpression | ts.TaggedTemplateExpression | ts.AsExpression | ts.TypeAssertion | ts.NonNullExpression | ts.MetaProperty | ts.JsxElement | ts.JsxOpeningElement | ts.JsxSelfClosingElement | ts.JsxFragment | ts.JsxOpeningFragment | ts.JsxClosingFragment | ts.JsxAttribute | ts.JsxSpreadAttribute | ts.JsxClosingElement | ts.JsxExpression | ts.JsxNamespacedName | ts.JsxText | ts.NotEmittedStatement | ts.CommaListExpression | ts.EmptyStatement | ts.DebuggerStatement | ts.MissingDeclaration | ts.Block | ts.VariableStatement | ts.ExpressionStatement | ts.IfStatement | ts.DoStatement | ts.WhileStatement | ts.ForStatement | ts.ForInStatement | ts.ForOfStatement | ts.BreakStatement | ts.ContinueStatement | ts.ReturnStatement | ts.WithStatement | ts.SwitchStatement | ts.CaseBlock | ts.CaseClause | ts.DefaultClause | ts.LabeledStatement | ts.ThrowStatement | ts.TryStatement | ts.CatchClause | ts.ClassDeclaration | ts.ClassExpression | ts.InterfaceDeclaration | ts.HeritageClause | ts.TypeAliasDeclaration | ts.EnumMember | ts.EnumDeclaration | ts.ModuleDeclaration | ts.ModuleBlock | ts.ImportEqualsDeclaration | ts.ExternalModuleReference | ts.ImportDeclaration | ts.ImportClause | ts.NamespaceImport | ts.NamespaceExportDeclaration | ts.ExportDeclaration | ts.NamedImports | ts.NamedExports | ts.ImportSpecifier | ts.ExportSpecifier | ts.ExportAssignment | ts.SourceFile | ts.Bundle | ts.InputFiles | ts.UnparsedSource | ts.JsonMinusNumericLiteral | ts.TemplateLiteralTypeNode | ts.SatisfiesExpression | ts.JSDoc | ts.JSDocTypeExpression | ts.JSDocUnknownTag | ts.JSDocAugmentsTag | ts.JSDocClassTag | ts.JSDocEnumTag | ts.JSDocThisTag | ts.JSDocTemplateTag | ts.JSDocReturnTag | ts.JSDocTypeTag | ts.JSDocTypedefTag | ts.JSDocCallbackTag | ts.JSDocSignature | ts.JSDocPropertyTag | ts.JSDocParameterTag | ts.JSDocTypeLiteral | ts.JSDocFunctionType | ts.JSDocAllType | ts.JSDocUnknownType | ts.JSDocNullableType | ts.JSDocNonNullableType | ts.JSDocOptionalType | ts.JSDocVariadicType | ts.JSDocAuthorTag;
|
|
20
|
-
//# sourceMappingURL=ts-nodes.d.ts.map
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import type { SourceFile } from 'typescript';
|
|
2
|
-
import type { ASTMaps } from './convert';
|
|
3
|
-
import type { ParseSettings } from './parseSettings';
|
|
4
|
-
import type { TSESTree } from './ts-estree';
|
|
5
|
-
export declare function astConverter(ast: SourceFile, parseSettings: ParseSettings, shouldPreserveNodeMaps: boolean): {
|
|
6
|
-
estree: TSESTree.Program;
|
|
7
|
-
astMaps: ASTMaps;
|
|
8
|
-
};
|
|
9
|
-
//# sourceMappingURL=ast-converter.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ast-converter.d.ts","sourceRoot":"","sources":["../src/ast-converter.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,YAAY,CAAC;AAE7C,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AAIzC,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAErD,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AAE5C,wBAAgB,YAAY,CAC1B,GAAG,EAAE,UAAU,EACf,aAAa,EAAE,aAAa,EAC5B,sBAAsB,EAAE,OAAO,GAC9B;IAAE,MAAM,EAAE,QAAQ,CAAC,OAAO,CAAC;IAAC,OAAO,EAAE,OAAO,CAAA;CAAE,CAyDhD"}
|