@sprucelabs/spruce-cli 19.1.20 → 19.1.22
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/.DS_Store +0 -0
- package/.env +25 -0
- package/.eslintcache +1 -0
- package/CHANGELOG.md +16 -0
- package/build/.spruce/errors/options.types.d.ts +1 -1
- package/build/.spruce/events/events.contract.d.ts +77 -77
- package/build/.spruce/events/heartwood/didRegisterSkillViews.v2021_02_11.contract.d.ts +4 -4
- package/build/.spruce/events/heartwood/generateUrl.v2021_02_11.contract.d.ts +7 -7
- package/build/.spruce/events/heartwood/getActiveTheme.v2021_02_11.contract.d.ts +8 -8
- package/build/.spruce/events/heartwood/getSkillViews.v2021_02_11.contract.d.ts +7 -7
- package/build/.spruce/events/heartwood/listViews.v2021_02_11.contract.d.ts +5 -5
- package/build/.spruce/events/heartwood/registerDashboardCards.v2021_02_11.contract.d.ts +9 -9
- package/build/.spruce/events/heartwood/registerSkillViews.v2021_02_11.contract.d.ts +5 -5
- package/build/.spruce/events/heartwood/upsertTheme.v2021_02_11.contract.d.ts +7 -7
- package/build/.spruce/events/spruceCli/registerSkillViews.v2021_04_11.contract.d.ts +1 -1
- package/build/.spruce/schemas/schemas.types.d.ts +1 -1
- package/build/GlobalEmitter.d.ts +32 -74
- package/build/__tests__/behavioral/permissions/support/AbstractPermissionsTest.d.ts +1 -1
- package/build/__tests__/behavioral/views/RegisteringSkillViewOnBoot.test.d.ts +1 -1
- package/build/__tests__/testDirsAndFiles/dynamic_key_schemas/v2020_07_22/mercuryContract.builder.d.ts +5 -5
- package/build/__tests__/testDirsAndFiles/event_with_emit_and_response_payloads/emitPayload.builder.d.ts +2 -2
- package/build/__tests__/testDirsAndFiles/event_with_emit_and_response_payloads/emitPermissions.builder.d.ts +3 -3
- package/build/__tests__/testDirsAndFiles/event_with_emit_and_response_payloads/emitTarget.builder.d.ts +2 -2
- package/build/__tests__/testDirsAndFiles/event_with_emit_and_response_payloads/listenPermissions.builder.d.ts +3 -3
- package/build/__tests__/testDirsAndFiles/event_with_emit_and_response_payloads/responsePayload.builder.d.ts +2 -2
- package/build/__tests__/testDirsAndFiles/mock_core_builders/v2020_07_22/organization.builder.d.ts +9 -9
- package/build/__tests__/testDirsAndFiles/mock_core_builders/v2020_07_22/person.builder.d.ts +24 -24
- package/build/__tests__/testDirsAndFiles/nested_error_schemas/nestedError.builder.d.ts +3 -3
- package/build/__tests__/testDirsAndFiles/related_schemas/v2020_10_06/food.builder.d.ts +2 -2
- package/build/__tests__/testDirsAndFiles/related_schemas/v2020_10_06/pet.builder.d.ts +2 -2
- package/build/__tests__/testDirsAndFiles/related_schemas/v2020_10_06/skillWithExtraField.builder.d.ts +1 -68
- package/build/__tests__/testDirsAndFiles/related_schemas/v2020_10_06/testPerson.builder.d.ts +14 -14
- package/build/__tests__/testDirsAndFiles/schemas_with_imports/v2020_07_22/hasImports.builder.d.ts +1 -1
- package/build/__tests__/testDirsAndFiles/schemas_with_imports/v2020_07_22/hasImports2.builder.d.ts +1 -1
- package/build/__tests__/testDirsAndFiles/schemas_with_suffix/v2020_07_22/withSuffix1.builder.d.ts +1 -1
- package/build/__tests__/testDirsAndFiles/schemas_with_suffix/v2020_07_22/withSuffix2.builder.d.ts +1 -1
- package/build/__tests__/testDirsAndFiles/skill_register_skill_views_event/src/events/register-skill-views/v2021_04_11/emitPermissions.builder.d.ts +1 -1
- package/build/__tests__/testDirsAndFiles/skill_register_skill_views_event/src/events/register-skill-views/v2021_04_11/listenPermissions.builder.d.ts +1 -1
- package/build/__tests__/testDirsAndFiles/test_builders/v2020_06_23/schemaOne.builder.d.ts +4 -4
- package/build/__tests__/testDirsAndFiles/test_builders/v2020_06_23/schemaTwo.builder.d.ts +14 -14
- package/build/__tests__/testDirsAndFiles/test_builders_one_bad/v2020_06_23/schemaOne.builder.d.ts +4 -4
- package/build/__tests__/testDirsAndFiles/test_builders_one_bad/v2020_06_23/schemaTwo.builder.d.ts +3 -3
- package/build/__tests__/testDirsAndFiles/test_builders_two_bad/v2020_06_23/notDefault.builder.d.ts +4 -4
- package/build/__tests__/testDirsAndFiles/test_builders_two_bad/v2020_06_23/schemaOne.builder.d.ts +4 -4
- package/build/__tests__/testDirsAndFiles/test_builders_two_bad/v2020_06_23/schemaTwo.builder.d.ts +3 -3
- package/build/__tests__/testDirsAndFiles/test_builders_with_namespace_and_version/v2020_06_23/schemaWithNamespace.builder.d.ts +4 -4
- package/build/__tests__/testDirsAndFiles/test_builders_with_namespace_and_version/v2020_06_23/schemaWithVersion.builder.d.ts +4 -4
- package/build/components/FormComponent.d.ts +1 -1
- package/build/errors/SpruceError.d.ts +1 -1
- package/build/errors/buildFailed.builder.d.ts +1 -1
- package/build/errors/commandAborted.builder.d.ts +2 -2
- package/build/errors/commandBlocked.builder.d.ts +4 -4
- package/build/errors/commandNotImplemented.builder.d.ts +5 -5
- package/build/errors/createAutoloaderFailed.builder.d.ts +9 -9
- package/build/errors/dependencyExists.builder.d.ts +2 -2
- package/build/errors/deployFailed.builder.d.ts +2 -2
- package/build/errors/directoryEmpty.builder.d.ts +2 -2
- package/build/errors/executingCommandFailed.builder.d.ts +6 -6
- package/build/errors/failedToImport.builder.d.ts +2 -2
- package/build/errors/featureNotInstalled.builder.d.ts +2 -2
- package/build/errors/fileExists.builder.d.ts +2 -2
- package/build/errors/generic.builder.d.ts +1 -1
- package/build/errors/invalidCommand.builder.d.ts +3 -3
- package/build/errors/invalidEventContract.builder.d.ts +4 -4
- package/build/errors/invalidFeatureCode.builder.d.ts +2 -2
- package/build/errors/invalidTestDirectory.builder.d.ts +2 -2
- package/build/errors/lintFailed.builder.d.ts +2 -2
- package/build/errors/mercuryResponseError.builder.d.ts +3 -3
- package/build/errors/missingDependencies.builder.d.ts +7 -7
- package/build/errors/schemaExists.builder.d.ts +3 -3
- package/build/errors/schemaFailedToImport.builder.d.ts +2 -2
- package/build/errors/schemaTemplateItemBuildingFailed.builder.d.ts +8 -8
- package/build/errors/skillViewExists.builder.d.ts +2 -2
- package/build/errors/testFailed.builder.d.ts +6 -6
- package/build/errors/transportAlreadyExists.builder.d.ts +2 -2
- package/build/features/ActionQuestionAsker.d.ts +1 -4
- package/build/features/FeatureInstaller.d.ts +2 -2
- package/build/features/OverrideActionDecorator.d.ts +1 -1
- package/build/features/conversation/actions/CreateAction.d.ts +1 -1
- package/build/features/conversation/actions/TestAction.d.ts +8 -8
- package/build/features/conversation/stores/ConversationStore.d.ts +1 -1
- package/build/features/conversation/writers/ConversationWriter.d.ts +1 -1
- package/build/features/dependencies/actions/AddAction.d.ts +2 -2
- package/build/features/deploy/actions/HerokuAction.d.ts +16 -16
- package/build/features/error/actions/CreateAction.d.ts +1 -1
- package/build/features/error/actions/SyncAction.d.ts +1 -1
- package/build/features/event/EventFeature.d.ts +2 -2
- package/build/features/event/actions/CreateAction.d.ts +1 -65
- package/build/features/event/actions/ListenAction.d.ts +1 -1
- package/build/features/event/actions/SetRemoteAction.d.ts +2 -2
- package/build/features/event/actions/SyncAction.d.ts +1 -1
- package/build/features/event/builders/ListenerTemplateItemBuilder.d.ts +0 -1
- package/build/features/event/stores/ListenerStore.d.ts +1 -1
- package/build/features/event/writers/EventWriter.d.ts +2 -2
- package/build/features/eventContract/actions/PullAction.d.ts +2 -2
- package/build/features/log/actions/CreateTransportAction.d.ts +8 -8
- package/build/features/log/writers/LogWriter.d.ts +1 -1
- package/build/features/node/actions/UpgradeAction.d.ts +1 -1
- package/build/features/onboard/actions/OnboardAction.d.ts +1 -1
- package/build/features/onboard/scripts/onboarding.first.script.d.ts +1 -1
- package/build/features/onboard/stores/OnboardingStore.d.ts +2 -2
- package/build/features/organization/actions/CreateAction.d.ts +1 -1
- package/build/features/organization/actions/InstallAction.d.ts +1 -1
- package/build/features/organization/stores/OrganizationStore.d.ts +3 -3
- package/build/features/permission/PermissionFeature.d.ts +1 -1
- package/build/features/permission/actions/CreateAction.d.ts +8 -52
- package/build/features/permission/actions/SyncAction.d.ts +2 -2
- package/build/features/person/actions/LoginAction.d.ts +3 -3
- package/build/features/sandbox/actions/SetupAction.d.ts +1 -1
- package/build/features/schema/ValueTypeBuilder.d.ts +1 -2
- package/build/features/schema/actions/CreateAction.d.ts +1 -1
- package/build/features/schema/actions/SyncAction.d.ts +1 -1
- package/build/features/schema/actions/SyncFieldsAction.d.ts +1 -1
- package/build/features/schema/stores/SchemaStore.d.ts +14 -14
- package/build/features/skill/SkillFeature.d.ts +1 -1
- package/build/features/skill/actions/BootAction.d.ts +1 -1
- package/build/features/skill/actions/CreateAction.d.ts +2 -38
- package/build/features/skill/actions/LoginAction.d.ts +1 -1
- package/build/features/skill/actions/RebuildAction.d.ts +2 -2
- package/build/features/skill/actions/RegisterAction.d.ts +12 -12
- package/build/features/skill/stores/SkillStore.d.ts +2 -2
- package/build/features/skill/updaters/Updater.d.ts +1 -1
- package/build/features/store/actions/CreateAction.d.ts +16 -16
- package/build/features/store/actions/SyncAction.d.ts +1 -1
- package/build/features/store/writers/StoreWriter.d.ts +2 -2
- package/build/features/test/TestRunner.d.ts +4 -4
- package/build/features/test/actions/CreateAction.d.ts +1 -1
- package/build/features/test/actions/SetupAction.d.ts +1 -1
- package/build/features/test/actions/TestAction.d.ts +0 -1
- package/build/features/view/actions/CreateAction.d.ts +8 -8
- package/build/features/view/stores/ViewStore.d.ts +1 -1
- package/build/features/vscode/actions/SetupAction.d.ts +1 -1
- package/build/interfaces/SpyInterface.d.ts +1 -1
- package/build/interfaces/TerminalInterface.d.ts +1 -1
- package/build/schemas/v2020_07_22/actionResponse.builder.d.ts +23 -23
- package/build/schemas/v2020_07_22/bootSkillOptions.builder.d.ts +6 -6
- package/build/schemas/v2020_07_22/createConversationTopicOptions.builder.d.ts +4 -4
- package/build/schemas/v2020_07_22/createErrorOptions.builder.d.ts +71 -71
- package/build/schemas/v2020_07_22/createOrganizationOptions.builder.d.ts +3 -3
- package/build/schemas/v2020_07_22/createSchemaOptions.builder.d.ts +54 -54
- package/build/schemas/v2020_07_22/createTestOptions.builder.d.ts +8 -8
- package/build/schemas/v2020_07_22/generatedFile.builder.d.ts +7 -7
- package/build/schemas/v2020_07_22/installSkillAtOrganizationOptions.builder.d.ts +1 -1
- package/build/schemas/v2020_07_22/listenEventOptions.builder.d.ts +10 -10
- package/build/schemas/v2020_07_22/namedTemplateItem.builder.d.ts +14 -14
- package/build/schemas/v2020_07_22/nodeFeatureOptions.builder.d.ts +5 -5
- package/build/schemas/v2020_07_22/onboarding.builder.d.ts +3 -3
- package/build/schemas/v2020_07_22/personWithToken.builder.d.ts +5 -16
- package/build/schemas/v2020_07_22/registerDashboardWidgetsEmitPayloadSchema.builder.d.ts +1 -1
- package/build/schemas/v2020_07_22/setupTestsOptions.builder.d.ts +4 -4
- package/build/schemas/v2020_07_22/setupVscodeOptions.builder.d.ts +1 -1
- package/build/schemas/v2020_07_22/skillFeature.builder.d.ts +5 -5
- package/build/schemas/v2020_07_22/syncErrorOptions.builder.d.ts +62 -62
- package/build/schemas/v2020_07_22/syncEventOptions.builder.d.ts +5 -5
- package/build/schemas/v2020_07_22/syncSchemaFieldsOptions.builder.d.ts +6 -6
- package/build/schemas/v2020_07_22/syncSchemasOptions.builder.d.ts +40 -40
- package/build/schemas/v2020_07_22/testOptions.builder.d.ts +10 -10
- package/build/schemas/v2020_07_22/upgradeSkillOptions.builder.d.ts +1 -1
- package/build/schemas/v2020_07_22/watcherDidDetectChangesEmitPayload.builder.d.ts +10 -10
- package/build/tests/AbstractEventTest.d.ts +2 -2
- package/build/tests/fixtures/OrganizationFixture.d.ts +2 -2
- package/build/tests/fixtures/SkillFixture.d.ts +1 -1
- package/build/tests/fixtures/ViewFixture.d.ts +1 -1
- package/build/types/cli.types.d.ts +1 -1
- package/build/utilities/apiClient.utility.d.ts +2 -2
- package/build/utilities/eventContractCleaner.utility.d.ts +1 -2
- package/build/utilities/form.utility.d.ts +1 -4
- package/build/widgets/types/factory.types.d.ts +17 -17
- package/build/widgets/types/input.types.d.ts +2 -2
- package/build/widgets/types/menuBar.types.d.ts +2 -2
- package/build/widgets/types/text.types.d.ts +5 -5
- package/build/widgets/types/window.types.d.ts +8 -8
- package/junit.xml +7 -0
- package/package.json +32 -32
- package/src/.DS_Store +0 -0
- 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/yarn-error.log +12174 -0
- package/build/.spruce/errors/errors.types.js +0 -6
- package/build/.spruce/errors/errors.types.js.map +0 -1
- package/build/.spruce/errors/options.types.js +0 -6
- package/build/.spruce/errors/options.types.js.map +0 -1
- package/build/.spruce/errors/spruceCli/actionCancelled.schema.js +0 -17
- package/build/.spruce/errors/spruceCli/actionCancelled.schema.js.map +0 -1
- package/build/.spruce/errors/spruceCli/bootError.schema.js +0 -17
- package/build/.spruce/errors/spruceCli/bootError.schema.js.map +0 -1
- package/build/.spruce/errors/spruceCli/buildFailed.schema.js +0 -26
- package/build/.spruce/errors/spruceCli/buildFailed.schema.js.map +0 -1
- package/build/.spruce/errors/spruceCli/cacheNotEnabled.schema.js +0 -17
- package/build/.spruce/errors/spruceCli/cacheNotEnabled.schema.js.map +0 -1
- package/build/.spruce/errors/spruceCli/commandAborted.schema.js +0 -25
- package/build/.spruce/errors/spruceCli/commandAborted.schema.js.map +0 -1
- package/build/.spruce/errors/spruceCli/commandBlocked.schema.js +0 -30
- package/build/.spruce/errors/spruceCli/commandBlocked.schema.js.map +0 -1
- package/build/.spruce/errors/spruceCli/commandNotImplemented.schema.js +0 -35
- package/build/.spruce/errors/spruceCli/commandNotImplemented.schema.js.map +0 -1
- package/build/.spruce/errors/spruceCli/createAutoloaderFailed.schema.js +0 -52
- package/build/.spruce/errors/spruceCli/createAutoloaderFailed.schema.js.map +0 -1
- package/build/.spruce/errors/spruceCli/dependencyExists.schema.js +0 -24
- package/build/.spruce/errors/spruceCli/dependencyExists.schema.js.map +0 -1
- package/build/.spruce/errors/spruceCli/deployFailed.schema.js +0 -47
- package/build/.spruce/errors/spruceCli/deployFailed.schema.js.map +0 -1
- package/build/.spruce/errors/spruceCli/directoryEmpty.schema.js +0 -24
- package/build/.spruce/errors/spruceCli/directoryEmpty.schema.js.map +0 -1
- package/build/.spruce/errors/spruceCli/directoryNotSkill.schema.js +0 -17
- package/build/.spruce/errors/spruceCli/directoryNotSkill.schema.js.map +0 -1
- package/build/.spruce/errors/spruceCli/dockerNotStarted.schema.js +0 -17
- package/build/.spruce/errors/spruceCli/dockerNotStarted.schema.js.map +0 -1
- package/build/.spruce/errors/spruceCli/executingCommandFailed.schema.js +0 -50
- package/build/.spruce/errors/spruceCli/executingCommandFailed.schema.js.map +0 -1
- package/build/.spruce/errors/spruceCli/failedToImport.schema.js +0 -27
- package/build/.spruce/errors/spruceCli/failedToImport.schema.js.map +0 -1
- package/build/.spruce/errors/spruceCli/featureNotInstalled.schema.js +0 -24
- package/build/.spruce/errors/spruceCli/featureNotInstalled.schema.js.map +0 -1
- package/build/.spruce/errors/spruceCli/fileExists.schema.js +0 -27
- package/build/.spruce/errors/spruceCli/fileExists.schema.js.map +0 -1
- package/build/.spruce/errors/spruceCli/generic.schema.js +0 -25
- package/build/.spruce/errors/spruceCli/generic.schema.js.map +0 -1
- package/build/.spruce/errors/spruceCli/invalidCommand.schema.js +0 -27
- package/build/.spruce/errors/spruceCli/invalidCommand.schema.js.map +0 -1
- package/build/.spruce/errors/spruceCli/invalidEventContract.schema.js +0 -30
- package/build/.spruce/errors/spruceCli/invalidEventContract.schema.js.map +0 -1
- package/build/.spruce/errors/spruceCli/invalidFeatureCode.schema.js +0 -24
- package/build/.spruce/errors/spruceCli/invalidFeatureCode.schema.js.map +0 -1
- package/build/.spruce/errors/spruceCli/invalidTestDirectory.schema.js +0 -24
- package/build/.spruce/errors/spruceCli/invalidTestDirectory.schema.js.map +0 -1
- package/build/.spruce/errors/spruceCli/lintFailed.schema.js +0 -27
- package/build/.spruce/errors/spruceCli/lintFailed.schema.js.map +0 -1
- package/build/.spruce/errors/spruceCli/mercuryResponseError.schema.js +0 -27
- package/build/.spruce/errors/spruceCli/mercuryResponseError.schema.js.map +0 -1
- package/build/.spruce/errors/spruceCli/missingDependencies.schema.js +0 -29
- package/build/.spruce/errors/spruceCli/missingDependencies.schema.js.map +0 -1
- package/build/.spruce/errors/spruceCli/missingDependenciesDependency.schema.js +0 -30
- package/build/.spruce/errors/spruceCli/missingDependenciesDependency.schema.js.map +0 -1
- package/build/.spruce/errors/spruceCli/noOrganizationsFound.schema.js +0 -17
- package/build/.spruce/errors/spruceCli/noOrganizationsFound.schema.js.map +0 -1
- package/build/.spruce/errors/spruceCli/noSkillsRegistered.schema.js +0 -17
- package/build/.spruce/errors/spruceCli/noSkillsRegistered.schema.js.map +0 -1
- package/build/.spruce/errors/spruceCli/notImplemented.schema.js +0 -18
- package/build/.spruce/errors/spruceCli/notImplemented.schema.js.map +0 -1
- package/build/.spruce/errors/spruceCli/notLoggedIn.schema.js +0 -17
- package/build/.spruce/errors/spruceCli/notLoggedIn.schema.js.map +0 -1
- package/build/.spruce/errors/spruceCli/schemaExists.schema.js +0 -31
- package/build/.spruce/errors/spruceCli/schemaExists.schema.js.map +0 -1
- package/build/.spruce/errors/spruceCli/schemaFailedToImport.schema.js +0 -27
- package/build/.spruce/errors/spruceCli/schemaFailedToImport.schema.js.map +0 -1
- package/build/.spruce/errors/spruceCli/schemaTemplateItemBuildingFailed.schema.js +0 -44
- package/build/.spruce/errors/spruceCli/schemaTemplateItemBuildingFailed.schema.js.map +0 -1
- package/build/.spruce/errors/spruceCli/skillNotFound.schema.js +0 -17
- package/build/.spruce/errors/spruceCli/skillNotFound.schema.js.map +0 -1
- package/build/.spruce/errors/spruceCli/skillNotRegistered.schema.js +0 -17
- package/build/.spruce/errors/spruceCli/skillNotRegistered.schema.js.map +0 -1
- package/build/.spruce/errors/spruceCli/skillViewExists.schema.js +0 -24
- package/build/.spruce/errors/spruceCli/skillViewExists.schema.js.map +0 -1
- package/build/.spruce/errors/spruceCli/storeExists.schema.js +0 -17
- package/build/.spruce/errors/spruceCli/storeExists.schema.js.map +0 -1
- package/build/.spruce/errors/spruceCli/testFailed.schema.js +0 -36
- package/build/.spruce/errors/spruceCli/testFailed.schema.js.map +0 -1
- package/build/.spruce/errors/spruceCli/themeExists.schema.js +0 -17
- package/build/.spruce/errors/spruceCli/themeExists.schema.js.map +0 -1
- package/build/.spruce/errors/spruceCli/transportAlreadyExists.schema.js +0 -25
- package/build/.spruce/errors/spruceCli/transportAlreadyExists.schema.js.map +0 -1
- package/build/.spruce/errors/spruceCli/vscodeNotInstalled.schema.js +0 -17
- package/build/.spruce/errors/spruceCli/vscodeNotInstalled.schema.js.map +0 -1
- package/build/.spruce/events/events.contract.js +0 -21
- package/build/.spruce/events/events.contract.js.map +0 -1
- package/build/.spruce/events/heartwood/didRegisterSkillViews.v2021_02_11.contract.js +0 -49
- package/build/.spruce/events/heartwood/didRegisterSkillViews.v2021_02_11.contract.js.map +0 -1
- package/build/.spruce/events/heartwood/generateUrl.v2021_02_11.contract.js +0 -57
- package/build/.spruce/events/heartwood/generateUrl.v2021_02_11.contract.js.map +0 -1
- package/build/.spruce/events/heartwood/getActiveTheme.v2021_02_11.contract.js +0 -57
- package/build/.spruce/events/heartwood/getActiveTheme.v2021_02_11.contract.js.map +0 -1
- package/build/.spruce/events/heartwood/getSkillViews.v2021_02_11.contract.js +0 -57
- package/build/.spruce/events/heartwood/getSkillViews.v2021_02_11.contract.js.map +0 -1
- package/build/.spruce/events/heartwood/listViews.v2021_02_11.contract.js +0 -49
- package/build/.spruce/events/heartwood/listViews.v2021_02_11.contract.js.map +0 -1
- package/build/.spruce/events/heartwood/registerDashboardCards.v2021_02_11.contract.js +0 -78
- package/build/.spruce/events/heartwood/registerDashboardCards.v2021_02_11.contract.js.map +0 -1
- package/build/.spruce/events/heartwood/registerSkillViews.v2021_02_11.contract.js +0 -45
- package/build/.spruce/events/heartwood/registerSkillViews.v2021_02_11.contract.js.map +0 -1
- package/build/.spruce/events/heartwood/upsertTheme.v2021_02_11.contract.js +0 -51
- package/build/.spruce/events/heartwood/upsertTheme.v2021_02_11.contract.js.map +0 -1
- package/build/.spruce/events/spruceCli/registerSkillViews.v2021_04_11.contract.js +0 -17
- package/build/.spruce/events/spruceCli/registerSkillViews.v2021_04_11.contract.js.map +0 -1
- package/build/.spruce/schemas/fields/fieldClassMap.js +0 -10
- package/build/.spruce/schemas/fields/fieldClassMap.js.map +0 -1
- package/build/.spruce/schemas/fields/fields.types.js +0 -31
- package/build/.spruce/schemas/fields/fields.types.js.map +0 -1
- package/build/.spruce/schemas/heartwood/v2021_02_11/didRegisterSkillViewsEmitPayload.schema.js +0 -26
- package/build/.spruce/schemas/heartwood/v2021_02_11/didRegisterSkillViewsEmitPayload.schema.js.map +0 -1
- package/build/.spruce/schemas/heartwood/v2021_02_11/didRegisterSkillViewsEmitTarget.schema.js +0 -25
- package/build/.spruce/schemas/heartwood/v2021_02_11/didRegisterSkillViewsEmitTarget.schema.js.map +0 -1
- package/build/.spruce/schemas/heartwood/v2021_02_11/didRegisterSkillViewsEmitTargetAndPayload.schema.js +0 -47
- package/build/.spruce/schemas/heartwood/v2021_02_11/didRegisterSkillViewsEmitTargetAndPayload.schema.js.map +0 -1
- package/build/.spruce/schemas/heartwood/v2021_02_11/generateUrlEmitPayload.schema.js +0 -27
- package/build/.spruce/schemas/heartwood/v2021_02_11/generateUrlEmitPayload.schema.js.map +0 -1
- package/build/.spruce/schemas/heartwood/v2021_02_11/generateUrlEmitTarget.schema.js +0 -28
- package/build/.spruce/schemas/heartwood/v2021_02_11/generateUrlEmitTarget.schema.js.map +0 -1
- package/build/.spruce/schemas/heartwood/v2021_02_11/generateUrlEmitTargetAndPayload.schema.js +0 -45
- package/build/.spruce/schemas/heartwood/v2021_02_11/generateUrlEmitTargetAndPayload.schema.js.map +0 -1
- package/build/.spruce/schemas/heartwood/v2021_02_11/generateUrlResponsePayload.schema.js +0 -26
- package/build/.spruce/schemas/heartwood/v2021_02_11/generateUrlResponsePayload.schema.js.map +0 -1
- package/build/.spruce/schemas/heartwood/v2021_02_11/getActiveThemeEmitTarget.schema.js +0 -25
- package/build/.spruce/schemas/heartwood/v2021_02_11/getActiveThemeEmitTarget.schema.js.map +0 -1
- package/build/.spruce/schemas/heartwood/v2021_02_11/getActiveThemeEmitTargetAndPayload.schema.js +0 -38
- package/build/.spruce/schemas/heartwood/v2021_02_11/getActiveThemeEmitTargetAndPayload.schema.js.map +0 -1
- package/build/.spruce/schemas/heartwood/v2021_02_11/getActiveThemeResponsePayload.schema.js +0 -28
- package/build/.spruce/schemas/heartwood/v2021_02_11/getActiveThemeResponsePayload.schema.js.map +0 -1
- package/build/.spruce/schemas/heartwood/v2021_02_11/getSkillViewsEmitTargetAndPayload.schema.js +0 -38
- package/build/.spruce/schemas/heartwood/v2021_02_11/getSkillViewsEmitTargetAndPayload.schema.js.map +0 -1
- package/build/.spruce/schemas/heartwood/v2021_02_11/getSkillViewsResponsePayload.schema.js +0 -47
- package/build/.spruce/schemas/heartwood/v2021_02_11/getSkillViewsResponsePayload.schema.js.map +0 -1
- package/build/.spruce/schemas/heartwood/v2021_02_11/getViewControllersEmitTarget.schema.js +0 -25
- package/build/.spruce/schemas/heartwood/v2021_02_11/getViewControllersEmitTarget.schema.js.map +0 -1
- package/build/.spruce/schemas/heartwood/v2021_02_11/listViewsResponsePayload.schema.js +0 -31
- package/build/.spruce/schemas/heartwood/v2021_02_11/listViewsResponsePayload.schema.js.map +0 -1
- package/build/.spruce/schemas/heartwood/v2021_02_11/listViewsResult.schema.js +0 -45
- package/build/.spruce/schemas/heartwood/v2021_02_11/listViewsResult.schema.js.map +0 -1
- package/build/.spruce/schemas/heartwood/v2021_02_11/registerDashboardCardsResponsePayload.schema.js +0 -27
- package/build/.spruce/schemas/heartwood/v2021_02_11/registerDashboardCardsResponsePayload.schema.js.map +0 -1
- package/build/.spruce/schemas/heartwood/v2021_02_11/registerSkillViewsEmitPayload.schema.js +0 -41
- package/build/.spruce/schemas/heartwood/v2021_02_11/registerSkillViewsEmitPayload.schema.js.map +0 -1
- package/build/.spruce/schemas/heartwood/v2021_02_11/registerSkillViewsEmitTargetAndPayload.schema.js +0 -38
- package/build/.spruce/schemas/heartwood/v2021_02_11/registerSkillViewsEmitTargetAndPayload.schema.js.map +0 -1
- package/build/.spruce/schemas/heartwood/v2021_02_11/registerSkillViewsResponsePayload.schema.js +0 -26
- package/build/.spruce/schemas/heartwood/v2021_02_11/registerSkillViewsResponsePayload.schema.js.map +0 -1
- package/build/.spruce/schemas/heartwood/v2021_02_11/theme.schema.js +0 -41
- package/build/.spruce/schemas/heartwood/v2021_02_11/theme.schema.js.map +0 -1
- package/build/.spruce/schemas/heartwood/v2021_02_11/upsertThemeEmitPayload.schema.js +0 -29
- package/build/.spruce/schemas/heartwood/v2021_02_11/upsertThemeEmitPayload.schema.js.map +0 -1
- package/build/.spruce/schemas/heartwood/v2021_02_11/upsertThemeEmitTarget.schema.js +0 -25
- package/build/.spruce/schemas/heartwood/v2021_02_11/upsertThemeEmitTarget.schema.js.map +0 -1
- package/build/.spruce/schemas/heartwood/v2021_02_11/upsertThemeEmitTargetAndPayload.schema.js +0 -47
- package/build/.spruce/schemas/heartwood/v2021_02_11/upsertThemeEmitTargetAndPayload.schema.js.map +0 -1
- package/build/.spruce/schemas/heartwood/v2021_02_11/upsertThemeResponsePayload.schema.js +0 -29
- package/build/.spruce/schemas/heartwood/v2021_02_11/upsertThemeResponsePayload.schema.js.map +0 -1
- package/build/.spruce/schemas/heartwoodViewControllers/v2021_02_11/theme.schema.js +0 -13
- package/build/.spruce/schemas/heartwoodViewControllers/v2021_02_11/theme.schema.js.map +0 -1
- package/build/.spruce/schemas/heartwoodViewControllers/v2021_02_11/themeProps.schema.js +0 -13
- package/build/.spruce/schemas/heartwoodViewControllers/v2021_02_11/themeProps.schema.js.map +0 -1
- package/build/.spruce/schemas/schemas.types.js +0 -14
- package/build/.spruce/schemas/schemas.types.js.map +0 -1
- package/build/.spruce/schemas/spruce/v2020_07_22/choice.schema.js +0 -13
- package/build/.spruce/schemas/spruce/v2020_07_22/choice.schema.js.map +0 -1
- package/build/.spruce/schemas/spruce/v2020_07_22/link.schema.js +0 -13
- package/build/.spruce/schemas/spruce/v2020_07_22/link.schema.js.map +0 -1
- package/build/.spruce/schemas/spruce/v2020_07_22/location.schema.js +0 -13
- package/build/.spruce/schemas/spruce/v2020_07_22/location.schema.js.map +0 -1
- package/build/.spruce/schemas/spruce/v2020_07_22/message.schema.js +0 -13
- package/build/.spruce/schemas/spruce/v2020_07_22/message.schema.js.map +0 -1
- package/build/.spruce/schemas/spruce/v2020_07_22/messageSource.schema.js +0 -13
- package/build/.spruce/schemas/spruce/v2020_07_22/messageSource.schema.js.map +0 -1
- package/build/.spruce/schemas/spruce/v2020_07_22/messageTarget.schema.js +0 -13
- package/build/.spruce/schemas/spruce/v2020_07_22/messageTarget.schema.js.map +0 -1
- package/build/.spruce/schemas/spruce/v2020_07_22/organization.schema.js +0 -13
- package/build/.spruce/schemas/spruce/v2020_07_22/organization.schema.js.map +0 -1
- package/build/.spruce/schemas/spruce/v2020_07_22/person.schema.js +0 -13
- package/build/.spruce/schemas/spruce/v2020_07_22/person.schema.js.map +0 -1
- package/build/.spruce/schemas/spruce/v2020_07_22/personLocation.schema.js +0 -13
- package/build/.spruce/schemas/spruce/v2020_07_22/personLocation.schema.js.map +0 -1
- package/build/.spruce/schemas/spruce/v2020_07_22/personOrganization.schema.js +0 -13
- package/build/.spruce/schemas/spruce/v2020_07_22/personOrganization.schema.js.map +0 -1
- package/build/.spruce/schemas/spruce/v2020_07_22/role.schema.js +0 -13
- package/build/.spruce/schemas/spruce/v2020_07_22/role.schema.js.map +0 -1
- package/build/.spruce/schemas/spruce/v2020_07_22/sendMessage.schema.js +0 -13
- package/build/.spruce/schemas/spruce/v2020_07_22/sendMessage.schema.js.map +0 -1
- package/build/.spruce/schemas/spruce/v2020_07_22/skill.schema.js +0 -13
- package/build/.spruce/schemas/spruce/v2020_07_22/skill.schema.js.map +0 -1
- package/build/.spruce/schemas/spruce/v2020_07_22/skillCreator.schema.js +0 -13
- package/build/.spruce/schemas/spruce/v2020_07_22/skillCreator.schema.js.map +0 -1
- package/build/.spruce/schemas/spruceCli/v2020_07_22/actionResponse.schema.js +0 -70
- package/build/.spruce/schemas/spruceCli/v2020_07_22/actionResponse.schema.js.map +0 -1
- package/build/.spruce/schemas/spruceCli/v2020_07_22/bootSkillOptions.schema.js +0 -50
- package/build/.spruce/schemas/spruceCli/v2020_07_22/bootSkillOptions.schema.js.map +0 -1
- package/build/.spruce/schemas/spruceCli/v2020_07_22/createConversationTopicOptions.schema.js +0 -36
- package/build/.spruce/schemas/spruceCli/v2020_07_22/createConversationTopicOptions.schema.js.map +0 -1
- package/build/.spruce/schemas/spruceCli/v2020_07_22/createErrorOptions.schema.js +0 -218
- package/build/.spruce/schemas/spruceCli/v2020_07_22/createErrorOptions.schema.js.map +0 -1
- package/build/.spruce/schemas/spruceCli/v2020_07_22/createOrganizationOptions.schema.js +0 -35
- package/build/.spruce/schemas/spruceCli/v2020_07_22/createOrganizationOptions.schema.js.map +0 -1
- package/build/.spruce/schemas/spruceCli/v2020_07_22/createSchemaOptions.schema.js +0 -235
- package/build/.spruce/schemas/spruceCli/v2020_07_22/createSchemaOptions.schema.js.map +0 -1
- package/build/.spruce/schemas/spruceCli/v2020_07_22/createTestOptions.schema.js +0 -66
- package/build/.spruce/schemas/spruceCli/v2020_07_22/createTestOptions.schema.js.map +0 -1
- package/build/.spruce/schemas/spruceCli/v2020_07_22/generatedDir.schema.js +0 -56
- package/build/.spruce/schemas/spruceCli/v2020_07_22/generatedDir.schema.js.map +0 -1
- package/build/.spruce/schemas/spruceCli/v2020_07_22/generatedFile.schema.js +0 -56
- package/build/.spruce/schemas/spruceCli/v2020_07_22/generatedFile.schema.js.map +0 -1
- package/build/.spruce/schemas/spruceCli/v2020_07_22/installSkillAtOrganizationOptions.schema.js +0 -26
- package/build/.spruce/schemas/spruceCli/v2020_07_22/installSkillAtOrganizationOptions.schema.js.map +0 -1
- package/build/.spruce/schemas/spruceCli/v2020_07_22/listenEventOptions.schema.js +0 -85
- package/build/.spruce/schemas/spruceCli/v2020_07_22/listenEventOptions.schema.js.map +0 -1
- package/build/.spruce/schemas/spruceCli/v2020_07_22/namedTemplateItem.schema.js +0 -100
- package/build/.spruce/schemas/spruceCli/v2020_07_22/namedTemplateItem.schema.js.map +0 -1
- package/build/.spruce/schemas/spruceCli/v2020_07_22/nodeFeatureOptions.schema.js +0 -40
- package/build/.spruce/schemas/spruceCli/v2020_07_22/nodeFeatureOptions.schema.js.map +0 -1
- package/build/.spruce/schemas/spruceCli/v2020_07_22/npmPackage.schema.js +0 -35
- package/build/.spruce/schemas/spruceCli/v2020_07_22/npmPackage.schema.js.map +0 -1
- package/build/.spruce/schemas/spruceCli/v2020_07_22/onboardOptions.schema.js +0 -19
- package/build/.spruce/schemas/spruceCli/v2020_07_22/onboardOptions.schema.js.map +0 -1
- package/build/.spruce/schemas/spruceCli/v2020_07_22/onboarding.schema.js +0 -52
- package/build/.spruce/schemas/spruceCli/v2020_07_22/onboarding.schema.js.map +0 -1
- package/build/.spruce/schemas/spruceCli/v2020_07_22/personWithToken.schema.js +0 -47
- package/build/.spruce/schemas/spruceCli/v2020_07_22/personWithToken.schema.js.map +0 -1
- package/build/.spruce/schemas/spruceCli/v2020_07_22/registerDashboardWidgetsEmitPayloadSchema.schema.js +0 -26
- package/build/.spruce/schemas/spruceCli/v2020_07_22/registerDashboardWidgetsEmitPayloadSchema.schema.js.map +0 -1
- package/build/.spruce/schemas/spruceCli/v2020_07_22/setupTestsOptions.schema.js +0 -34
- package/build/.spruce/schemas/spruceCli/v2020_07_22/setupTestsOptions.schema.js.map +0 -1
- package/build/.spruce/schemas/spruceCli/v2020_07_22/setupVscodeOptions.schema.js +0 -26
- package/build/.spruce/schemas/spruceCli/v2020_07_22/setupVscodeOptions.schema.js.map +0 -1
- package/build/.spruce/schemas/spruceCli/v2020_07_22/skillFeature.schema.js +0 -39
- package/build/.spruce/schemas/spruceCli/v2020_07_22/skillFeature.schema.js.map +0 -1
- package/build/.spruce/schemas/spruceCli/v2020_07_22/syncErrorOptions.schema.js +0 -178
- package/build/.spruce/schemas/spruceCli/v2020_07_22/syncErrorOptions.schema.js.map +0 -1
- package/build/.spruce/schemas/spruceCli/v2020_07_22/syncEventOptions.schema.js +0 -57
- package/build/.spruce/schemas/spruceCli/v2020_07_22/syncEventOptions.schema.js.map +0 -1
- package/build/.spruce/schemas/spruceCli/v2020_07_22/syncSchemaFieldsOptions.schema.js +0 -46
- package/build/.spruce/schemas/spruceCli/v2020_07_22/syncSchemaFieldsOptions.schema.js.map +0 -1
- package/build/.spruce/schemas/spruceCli/v2020_07_22/syncSchemasOptions.schema.js +0 -171
- package/build/.spruce/schemas/spruceCli/v2020_07_22/syncSchemasOptions.schema.js.map +0 -1
- package/build/.spruce/schemas/spruceCli/v2020_07_22/testOptions.schema.js +0 -75
- package/build/.spruce/schemas/spruceCli/v2020_07_22/testOptions.schema.js.map +0 -1
- package/build/.spruce/schemas/spruceCli/v2020_07_22/upgradeSkillOptions.schema.js +0 -38
- package/build/.spruce/schemas/spruceCli/v2020_07_22/upgradeSkillOptions.schema.js.map +0 -1
- package/build/.spruce/schemas/spruceCli/v2020_07_22/watcherDidDetectChangesEmitPayload.schema.js +0 -31
- package/build/.spruce/schemas/spruceCli/v2020_07_22/watcherDidDetectChangesEmitPayload.schema.js.map +0 -1
- package/build/.spruce/schemas/spruceEventUtils/v2021_09_13/eventSource.schema.js +0 -13
- package/build/.spruce/schemas/spruceEventUtils/v2021_09_13/eventSource.schema.js.map +0 -1
- package/build/.spruce/settings.json +0 -46
- package/build/.spruce/skill.types.js +0 -7
- package/build/.spruce/skill.types.js.map +0 -1
- package/build/GlobalEmitter.js +0 -185
- package/build/GlobalEmitter.js.map +0 -1
- package/build/InFlightEntertainment.js +0 -53
- package/build/InFlightEntertainment.js.map +0 -1
- package/build/__tests__/behavioral/AddingADependency.test.js +0 -263
- package/build/__tests__/behavioral/AddingADependency.test.js.map +0 -1
- package/build/__tests__/behavioral/BlockingCommands.test.js +0 -121
- package/build/__tests__/behavioral/BlockingCommands.test.js.map +0 -1
- package/build/__tests__/behavioral/BootingTheCli.test.js +0 -96
- package/build/__tests__/behavioral/BootingTheCli.test.js.map +0 -1
- package/build/__tests__/behavioral/BootingWithBadFiles.test.js +0 -122
- package/build/__tests__/behavioral/BootingWithBadFiles.test.js.map +0 -1
- package/build/__tests__/behavioral/CreatingAConversationTopic.test.js +0 -125
- package/build/__tests__/behavioral/CreatingAConversationTopic.test.js.map +0 -1
- package/build/__tests__/behavioral/DeployingASkill.test.js +0 -806
- package/build/__tests__/behavioral/DeployingASkill.test.js.map +0 -1
- package/build/__tests__/behavioral/DeployingToSandbox.test.js +0 -575
- package/build/__tests__/behavioral/DeployingToSandbox.test.js.map +0 -1
- package/build/__tests__/behavioral/EnablingAndDisablingCache.test.js +0 -293
- package/build/__tests__/behavioral/EnablingAndDisablingCache.test.js.map +0 -1
- package/build/__tests__/behavioral/GettingCliVersion.test.js +0 -105
- package/build/__tests__/behavioral/GettingCliVersion.test.js.map +0 -1
- package/build/__tests__/behavioral/ManagingDependencies.test.js +0 -214
- package/build/__tests__/behavioral/ManagingDependencies.test.js.map +0 -1
- package/build/__tests__/behavioral/OverridingCommandsInPackageJson.test.js +0 -119
- package/build/__tests__/behavioral/OverridingCommandsInPackageJson.test.js.map +0 -1
- package/build/__tests__/behavioral/RegisteringConversationsOnBoot.test.js +0 -102
- package/build/__tests__/behavioral/RegisteringConversationsOnBoot.test.js.map +0 -1
- package/build/__tests__/behavioral/RememberingUpgradeSelections.test.js +0 -164
- package/build/__tests__/behavioral/RememberingUpgradeSelections.test.js.map +0 -1
- package/build/__tests__/behavioral/SettingLogTransportsInASkill.test.js +0 -228
- package/build/__tests__/behavioral/SettingLogTransportsInASkill.test.js.map +0 -1
- package/build/__tests__/behavioral/SettingRemote.test.js +0 -168
- package/build/__tests__/behavioral/SettingRemote.test.js.map +0 -1
- package/build/__tests__/behavioral/SettingUpVscode.test.js +0 -113
- package/build/__tests__/behavioral/SettingUpVscode.test.js.map +0 -1
- package/build/__tests__/behavioral/TestingAConversation.test.js +0 -268
- package/build/__tests__/behavioral/TestingAConversation.test.js.map +0 -1
- package/build/__tests__/behavioral/errors/CreatingANewErrorBuilder.test.js +0 -192
- package/build/__tests__/behavioral/errors/CreatingANewErrorBuilder.test.js.map +0 -1
- package/build/__tests__/behavioral/errors/KeepingErrorClassInSync.test.js +0 -140
- package/build/__tests__/behavioral/errors/KeepingErrorClassInSync.test.js.map +0 -1
- package/build/__tests__/behavioral/errors/KeepingErrorsInSync.test.js +0 -292
- package/build/__tests__/behavioral/errors/KeepingErrorsInSync.test.js.map +0 -1
- package/build/__tests__/behavioral/errors/SettingUpErrors.test.js +0 -94
- package/build/__tests__/behavioral/errors/SettingUpErrors.test.js.map +0 -1
- package/build/__tests__/behavioral/eventContract/PullingMercuryEventContract.test.js +0 -369
- package/build/__tests__/behavioral/eventContract/PullingMercuryEventContract.test.js.map +0 -1
- package/build/__tests__/behavioral/events/CreatingAListener.test.js +0 -739
- package/build/__tests__/behavioral/events/CreatingAListener.test.js.map +0 -1
- package/build/__tests__/behavioral/events/CreatingAnEvent.test.js +0 -496
- package/build/__tests__/behavioral/events/CreatingAnEvent.test.js.map +0 -1
- package/build/__tests__/behavioral/events/EventWriter.test.js +0 -114
- package/build/__tests__/behavioral/events/EventWriter.test.js.map +0 -1
- package/build/__tests__/behavioral/events/KeepingEventsInSync.test.js +0 -608
- package/build/__tests__/behavioral/events/KeepingEventsInSync.test.js.map +0 -1
- package/build/__tests__/behavioral/events/KeepingEventsInSync2.test.js +0 -596
- package/build/__tests__/behavioral/events/KeepingEventsInSync2.test.js.map +0 -1
- package/build/__tests__/behavioral/events/KeepingListenersInSync.test.js +0 -126
- package/build/__tests__/behavioral/events/KeepingListenersInSync.test.js.map +0 -1
- package/build/__tests__/behavioral/events/ListeningToAnEventYouCreate.test.js +0 -118
- package/build/__tests__/behavioral/events/ListeningToAnEventYouCreate.test.js.map +0 -1
- package/build/__tests__/behavioral/events/ListeningToCoreEvents.test.js +0 -93
- package/build/__tests__/behavioral/events/ListeningToCoreEvents.test.js.map +0 -1
- package/build/__tests__/behavioral/events/RegisteringEventsOnBoot.test.js +0 -157
- package/build/__tests__/behavioral/events/RegisteringEventsOnBoot.test.js.map +0 -1
- package/build/__tests__/behavioral/events/RegisteringGlobalEvents.test.js +0 -236
- package/build/__tests__/behavioral/events/RegisteringGlobalEvents.test.js.map +0 -1
- package/build/__tests__/behavioral/events/SettingUpEvents.test.js +0 -61
- package/build/__tests__/behavioral/events/SettingUpEvents.test.js.map +0 -1
- package/build/__tests__/behavioral/events/SkillEmitsBootEvents.test.js +0 -147
- package/build/__tests__/behavioral/events/SkillEmitsBootEvents.test.js.map +0 -1
- package/build/__tests__/behavioral/events/SyncingEventsOnlyFromDependencies.test.js +0 -159
- package/build/__tests__/behavioral/events/SyncingEventsOnlyFromDependencies.test.js.map +0 -1
- package/build/__tests__/behavioral/node/CreatingANodeModule.test.js +0 -124
- package/build/__tests__/behavioral/node/CreatingANodeModule.test.js.map +0 -1
- package/build/__tests__/behavioral/onboard/StartingOnboarding.test.js +0 -176
- package/build/__tests__/behavioral/onboard/StartingOnboarding.test.js.map +0 -1
- package/build/__tests__/behavioral/organization/CreatingAnOrg.test.js +0 -106
- package/build/__tests__/behavioral/organization/CreatingAnOrg.test.js.map +0 -1
- package/build/__tests__/behavioral/permissions/CreatingPermissions.test.js +0 -120
- package/build/__tests__/behavioral/permissions/CreatingPermissions.test.js.map +0 -1
- package/build/__tests__/behavioral/permissions/PermissionPlugin.test.js +0 -81
- package/build/__tests__/behavioral/permissions/PermissionPlugin.test.js.map +0 -1
- package/build/__tests__/behavioral/permissions/PermissionStore.test.js +0 -430
- package/build/__tests__/behavioral/permissions/PermissionStore.test.js.map +0 -1
- package/build/__tests__/behavioral/permissions/PermissionWriter.test.js +0 -84
- package/build/__tests__/behavioral/permissions/PermissionWriter.test.js.map +0 -1
- package/build/__tests__/behavioral/permissions/SyncingPermissions.test.js +0 -421
- package/build/__tests__/behavioral/permissions/SyncingPermissions.test.js.map +0 -1
- package/build/__tests__/behavioral/permissions/support/AbstractPermissionsTest.js +0 -111
- package/build/__tests__/behavioral/permissions/support/AbstractPermissionsTest.js.map +0 -1
- package/build/__tests__/behavioral/permissions/support/generateShortAlphaId.js +0 -11
- package/build/__tests__/behavioral/permissions/support/generateShortAlphaId.js.map +0 -1
- package/build/__tests__/behavioral/permissions/support/renderPermissionTestFile.js +0 -17
- package/build/__tests__/behavioral/permissions/support/renderPermissionTestFile.js.map +0 -1
- package/build/__tests__/behavioral/permissions/support/sortPermissionContracts.js +0 -10
- package/build/__tests__/behavioral/permissions/support/sortPermissionContracts.js.map +0 -1
- package/build/__tests__/behavioral/person/LoggingInAsPerson.test.js +0 -308
- package/build/__tests__/behavioral/person/LoggingInAsPerson.test.js.map +0 -1
- package/build/__tests__/behavioral/person/SeeWhoIsLoggedIn.test.js +0 -113
- package/build/__tests__/behavioral/person/SeeWhoIsLoggedIn.test.js.map +0 -1
- package/build/__tests__/behavioral/polish/SettingUpPolish.test.js +0 -232
- package/build/__tests__/behavioral/polish/SettingUpPolish.test.js.map +0 -1
- package/build/__tests__/behavioral/schemas/CreatingANewSchemaBuilder.test.js +0 -423
- package/build/__tests__/behavioral/schemas/CreatingANewSchemaBuilder.test.js.map +0 -1
- package/build/__tests__/behavioral/schemas/CreatingSchemasWithGenerics.test.js +0 -75
- package/build/__tests__/behavioral/schemas/CreatingSchemasWithGenerics.test.js.map +0 -1
- package/build/__tests__/behavioral/schemas/GeneratingFieldTypesOnly.test.js +0 -100
- package/build/__tests__/behavioral/schemas/GeneratingFieldTypesOnly.test.js.map +0 -1
- package/build/__tests__/behavioral/schemas/GettingSchemasFromHealthCheck.test.js +0 -156
- package/build/__tests__/behavioral/schemas/GettingSchemasFromHealthCheck.test.js.map +0 -1
- package/build/__tests__/behavioral/schemas/HandlesRelatedSchemas.test.js +0 -209
- package/build/__tests__/behavioral/schemas/HandlesRelatedSchemas.test.js.map +0 -1
- package/build/__tests__/behavioral/schemas/ImportingSchemaImports.test.js +0 -73
- package/build/__tests__/behavioral/schemas/ImportingSchemaImports.test.js.map +0 -1
- package/build/__tests__/behavioral/schemas/KeepingSchemasInSync.test.js +0 -756
- package/build/__tests__/behavioral/schemas/KeepingSchemasInSync.test.js.map +0 -1
- package/build/__tests__/behavioral/schemas/SettingUpSchemas.test.js +0 -126
- package/build/__tests__/behavioral/schemas/SettingUpSchemas.test.js.map +0 -1
- package/build/__tests__/behavioral/schemas/SettingUpSchemasForModuleDistribution.test.js +0 -741
- package/build/__tests__/behavioral/schemas/SettingUpSchemasForModuleDistribution.test.js.map +0 -1
- package/build/__tests__/behavioral/schemas/SyncingBadSchemasProvidesHelpfulErrorMessages.test.js +0 -78
- package/build/__tests__/behavioral/schemas/SyncingBadSchemasProvidesHelpfulErrorMessages.test.js.map +0 -1
- package/build/__tests__/behavioral/schemas/UsingSchemasInCli.test.js +0 -59
- package/build/__tests__/behavioral/schemas/UsingSchemasInCli.test.js.map +0 -1
- package/build/__tests__/behavioral/skill/BootingASkill.test.js +0 -139
- package/build/__tests__/behavioral/skill/BootingASkill.test.js.map +0 -1
- package/build/__tests__/behavioral/skill/CreatingASkill.test.js +0 -99
- package/build/__tests__/behavioral/skill/CreatingASkill.test.js.map +0 -1
- package/build/__tests__/behavioral/skill/InstallingASkillAtAnOrg.test.js +0 -327
- package/build/__tests__/behavioral/skill/InstallingASkillAtAnOrg.test.js.map +0 -1
- package/build/__tests__/behavioral/skill/LoggingInAsASkill.test.js +0 -312
- package/build/__tests__/behavioral/skill/LoggingInAsASkill.test.js.map +0 -1
- package/build/__tests__/behavioral/skill/RebuildingASkill.test.js +0 -112
- package/build/__tests__/behavioral/skill/RebuildingASkill.test.js.map +0 -1
- package/build/__tests__/behavioral/skill/RegisteringASkill.test.js +0 -186
- package/build/__tests__/behavioral/skill/RegisteringASkill.test.js.map +0 -1
- package/build/__tests__/behavioral/skill/SettingUpASkill.test.js +0 -316
- package/build/__tests__/behavioral/skill/SettingUpASkill.test.js.map +0 -1
- package/build/__tests__/behavioral/stores/CreatingADataStore.test.js +0 -363
- package/build/__tests__/behavioral/stores/CreatingADataStore.test.js.map +0 -1
- package/build/__tests__/behavioral/stores/KeepingDataStoresInSync.test.js +0 -277
- package/build/__tests__/behavioral/stores/KeepingDataStoresInSync.test.js.map +0 -1
- package/build/__tests__/behavioral/tests/CreatingATest.test.js +0 -359
- package/build/__tests__/behavioral/tests/CreatingATest.test.js.map +0 -1
- package/build/__tests__/behavioral/tests/RunningTests.test.js +0 -191
- package/build/__tests__/behavioral/tests/RunningTests.test.js.map +0 -1
- package/build/__tests__/behavioral/tests/SelectingAnAbstractTestClass.test.js +0 -505
- package/build/__tests__/behavioral/tests/SelectingAnAbstractTestClass.test.js.map +0 -1
- package/build/__tests__/behavioral/tests/SettingUpASkillForTesting.test.js +0 -168
- package/build/__tests__/behavioral/tests/SettingUpASkillForTesting.test.js.map +0 -1
- package/build/__tests__/behavioral/tests/SettingUpTests.test.js +0 -89
- package/build/__tests__/behavioral/tests/SettingUpTests.test.js.map +0 -1
- package/build/__tests__/behavioral/tests/TestReporterSettingsRemembered.test.js +0 -113
- package/build/__tests__/behavioral/tests/TestReporterSettingsRemembered.test.js.map +0 -1
- package/build/__tests__/behavioral/tests/TestingDataStores.test.js +0 -151
- package/build/__tests__/behavioral/tests/TestingDataStores.test.js.map +0 -1
- package/build/__tests__/behavioral/upgrading/UpdatingDependencies.test.js +0 -146
- package/build/__tests__/behavioral/upgrading/UpdatingDependencies.test.js.map +0 -1
- package/build/__tests__/behavioral/upgrading/UpdatingDependencies2.test.js +0 -280
- package/build/__tests__/behavioral/upgrading/UpdatingDependencies2.test.js.map +0 -1
- package/build/__tests__/behavioral/upgrading/UpgradingANodeModule.test.js +0 -171
- package/build/__tests__/behavioral/upgrading/UpgradingANodeModule.test.js.map +0 -1
- package/build/__tests__/behavioral/upgrading/UpgradingASkill.test.js +0 -477
- package/build/__tests__/behavioral/upgrading/UpgradingASkill.test.js.map +0 -1
- package/build/__tests__/behavioral/upgrading/UpgradingASkill2.test.js +0 -332
- package/build/__tests__/behavioral/upgrading/UpgradingASkill2.test.js.map +0 -1
- package/build/__tests__/behavioral/upgrading/UpgradingASkill3.test.js +0 -435
- package/build/__tests__/behavioral/upgrading/UpgradingASkill3.test.js.map +0 -1
- package/build/__tests__/behavioral/upgrading/UpgradingASkill4.test.js +0 -224
- package/build/__tests__/behavioral/upgrading/UpgradingASkill4.test.js.map +0 -1
- package/build/__tests__/behavioral/upgrading/UpgradingASkill5.test.js +0 -278
- package/build/__tests__/behavioral/upgrading/UpgradingASkill5.test.js.map +0 -1
- package/build/__tests__/behavioral/upgrading/UpgradingWithListeners.test.js +0 -138
- package/build/__tests__/behavioral/upgrading/UpgradingWithListeners.test.js.map +0 -1
- package/build/__tests__/behavioral/upgrading/UpgradingWithSandboxFeatureInstalled.test.js +0 -222
- package/build/__tests__/behavioral/upgrading/UpgradingWithSandboxFeatureInstalled.test.js.map +0 -1
- package/build/__tests__/behavioral/views/CreatingASkillView.test.js +0 -429
- package/build/__tests__/behavioral/views/CreatingASkillView.test.js.map +0 -1
- package/build/__tests__/behavioral/views/CreatingATheme.test.js +0 -205
- package/build/__tests__/behavioral/views/CreatingATheme.test.js.map +0 -1
- package/build/__tests__/behavioral/views/KeepingViewsInSync.test.js +0 -181
- package/build/__tests__/behavioral/views/KeepingViewsInSync.test.js.map +0 -1
- package/build/__tests__/behavioral/views/RegisteringSkillViewOnBoot.test.js +0 -220
- package/build/__tests__/behavioral/views/RegisteringSkillViewOnBoot.test.js.map +0 -1
- package/build/__tests__/behavioral/views/SettingUpViews.test.js +0 -93
- package/build/__tests__/behavioral/views/SettingUpViews.test.js.map +0 -1
- package/build/__tests__/behavioral/views/TestingViewControllers.test.js +0 -200
- package/build/__tests__/behavioral/views/TestingViewControllers.test.js.map +0 -1
- package/build/__tests__/behavioral/views/WatchingSkillViews.test.js +0 -107
- package/build/__tests__/behavioral/views/WatchingSkillViews.test.js.map +0 -1
- package/build/__tests__/behavioral/watchers/WatchingForChanges.test.js +0 -521
- package/build/__tests__/behavioral/watchers/WatchingForChanges.test.js.map +0 -1
- package/build/__tests__/implementation/ActionExecuter.test.js +0 -195
- package/build/__tests__/implementation/ActionExecuter.test.js.map +0 -1
- package/build/__tests__/implementation/ActionExecuter2.test.js +0 -428
- package/build/__tests__/implementation/ActionExecuter2.test.js.map +0 -1
- package/build/__tests__/implementation/ActionExecuter3.test.js +0 -153
- package/build/__tests__/implementation/ActionExecuter3.test.js.map +0 -1
- package/build/__tests__/implementation/ActionExecuter4.test.js +0 -119
- package/build/__tests__/implementation/ActionExecuter4.test.js.map +0 -1
- package/build/__tests__/implementation/ArgParser.test.js +0 -82
- package/build/__tests__/implementation/ArgParser.test.js.map +0 -1
- package/build/__tests__/implementation/BuildService.test.js +0 -91
- package/build/__tests__/implementation/BuildService.test.js.map +0 -1
- package/build/__tests__/implementation/BulkImporting.test.js +0 -306
- package/build/__tests__/implementation/BulkImporting.test.js.map +0 -1
- package/build/__tests__/implementation/CachingImports.test.js +0 -194
- package/build/__tests__/implementation/CachingImports.test.js.map +0 -1
- package/build/__tests__/implementation/CommandOptionBuilder.test.js +0 -111
- package/build/__tests__/implementation/CommandOptionBuilder.test.js.map +0 -1
- package/build/__tests__/implementation/CommanderCommandResultMapper.test.js +0 -257
- package/build/__tests__/implementation/CommanderCommandResultMapper.test.js.map +0 -1
- package/build/__tests__/implementation/DataStoreStore.test.js +0 -301
- package/build/__tests__/implementation/DataStoreStore.test.js.map +0 -1
- package/build/__tests__/implementation/DeletingOrphanedSchemaDefinitions.test.js +0 -120
- package/build/__tests__/implementation/DeletingOrphanedSchemaDefinitions.test.js.map +0 -1
- package/build/__tests__/implementation/EventContractCleanerUtil.test.js +0 -157
- package/build/__tests__/implementation/EventContractCleanerUtil.test.js.map +0 -1
- package/build/__tests__/implementation/EventStore.test.js +0 -608
- package/build/__tests__/implementation/EventStore.test.js.map +0 -1
- package/build/__tests__/implementation/EventTemplateItemBuilder.test.js +0 -447
- package/build/__tests__/implementation/EventTemplateItemBuilder.test.js.map +0 -1
- package/build/__tests__/implementation/FeatureCommandAttacher.test.js +0 -330
- package/build/__tests__/implementation/FeatureCommandAttacher.test.js.map +0 -1
- package/build/__tests__/implementation/FeatureFixture.test.js +0 -146
- package/build/__tests__/implementation/FeatureFixture.test.js.map +0 -1
- package/build/__tests__/implementation/FeatureInstaller.test.js +0 -159
- package/build/__tests__/implementation/FeatureInstaller.test.js.map +0 -1
- package/build/__tests__/implementation/FeaturesUtil.test.js +0 -56
- package/build/__tests__/implementation/FeaturesUtil.test.js.map +0 -1
- package/build/__tests__/implementation/FieldTemplateItemBuilder.test.js +0 -129
- package/build/__tests__/implementation/FieldTemplateItemBuilder.test.js.map +0 -1
- package/build/__tests__/implementation/GlobalEmitter.test.js +0 -87
- package/build/__tests__/implementation/GlobalEmitter.test.js.map +0 -1
- package/build/__tests__/implementation/Introspection.test.js +0 -64
- package/build/__tests__/implementation/Introspection.test.js.map +0 -1
- package/build/__tests__/implementation/JestJsonParser.test.js +0 -468
- package/build/__tests__/implementation/JestJsonParser.test.js.map +0 -1
- package/build/__tests__/implementation/LintService.test.js +0 -93
- package/build/__tests__/implementation/LintService.test.js.map +0 -1
- package/build/__tests__/implementation/ListenerStore.test.js +0 -38
- package/build/__tests__/implementation/ListenerStore.test.js.map +0 -1
- package/build/__tests__/implementation/OnboardingScriptLoader.test.js +0 -154
- package/build/__tests__/implementation/OnboardingScriptLoader.test.js.map +0 -1
- package/build/__tests__/implementation/OnboardingScriptPlayer.test.js +0 -377
- package/build/__tests__/implementation/OnboardingScriptPlayer.test.js.map +0 -1
- package/build/__tests__/implementation/OnboardingStore.test.js +0 -157
- package/build/__tests__/implementation/OnboardingStore.test.js.map +0 -1
- package/build/__tests__/implementation/OrganizationStore.test.js +0 -215
- package/build/__tests__/implementation/OrganizationStore.test.js.map +0 -1
- package/build/__tests__/implementation/ParentTestFinder.test.js +0 -114
- package/build/__tests__/implementation/ParentTestFinder.test.js.map +0 -1
- package/build/__tests__/implementation/PkgService.test.js +0 -180
- package/build/__tests__/implementation/PkgService.test.js.map +0 -1
- package/build/__tests__/implementation/SchemaStore.test.js +0 -602
- package/build/__tests__/implementation/SchemaStore.test.js.map +0 -1
- package/build/__tests__/implementation/SchemaTemplateItemBuilder.test.js +0 -1373
- package/build/__tests__/implementation/SchemaTemplateItemBuilder.test.js.map +0 -1
- package/build/__tests__/implementation/SchemaValueTypeWriter.test.js +0 -278
- package/build/__tests__/implementation/SchemaValueTypeWriter.test.js.map +0 -1
- package/build/__tests__/implementation/ServiceFactory.test.js +0 -62
- package/build/__tests__/implementation/ServiceFactory.test.js.map +0 -1
- package/build/__tests__/implementation/SettingUpANodeModule.test.js +0 -134
- package/build/__tests__/implementation/SettingUpANodeModule.test.js.map +0 -1
- package/build/__tests__/implementation/SkillStore.test.js +0 -316
- package/build/__tests__/implementation/SkillStore.test.js.map +0 -1
- package/build/__tests__/implementation/StoreFeature.test.js +0 -97
- package/build/__tests__/implementation/StoreFeature.test.js.map +0 -1
- package/build/__tests__/implementation/TestReporter.test.js +0 -119
- package/build/__tests__/implementation/TestReporter.test.js.map +0 -1
- package/build/__tests__/implementation/TestRunner.test.js +0 -389
- package/build/__tests__/implementation/TestRunner.test.js.map +0 -1
- package/build/__tests__/implementation/ValueTypeMapping.test.js +0 -85
- package/build/__tests__/implementation/ValueTypeMapping.test.js.map +0 -1
- package/build/__tests__/implementation/Widgets.test.js +0 -173
- package/build/__tests__/implementation/Widgets.test.js.map +0 -1
- package/build/__tests__/support/EventFaker.js +0 -46
- package/build/__tests__/support/EventFaker.js.map +0 -1
- package/build/__tests__/support/onTestFileResult.js +0 -872
- package/build/__tests__/support/onTestFileResult.js.map +0 -1
- package/build/__tests__/support/scripts/first.script.js +0 -30
- package/build/__tests__/support/scripts/first.script.js.map +0 -1
- package/build/__tests__/support/scripts/second.script.js +0 -12
- package/build/__tests__/support/scripts/second.script.js.map +0 -1
- package/build/__tests__/support/scripts/third.test.script.js +0 -10
- package/build/__tests__/support/scripts/third.test.script.js.map +0 -1
- package/build/__tests__/testDirsAndFiles/abstract_tests/AbstractTest.ts +0 -3
- package/build/__tests__/testDirsAndFiles/abstract_tests/AbstractTest2.ts +0 -3
- package/build/__tests__/testDirsAndFiles/abstract_tests/NotATest.ts +0 -1
- package/build/__tests__/testDirsAndFiles/abstract_tests/deeper/AbstractBananaTest.ts +0 -3
- package/build/__tests__/testDirsAndFiles/client-test.ts.hbs +0 -14
- package/build/__tests__/testDirsAndFiles/dynamic_key_schemas/v2020_07_22/mercuryContract.builder.ts +0 -57
- package/build/__tests__/testDirsAndFiles/event_with_emit_and_response_payloads/emitPayload.builder.ts +0 -13
- package/build/__tests__/testDirsAndFiles/event_with_emit_and_response_payloads/emitPermissions.builder.ts +0 -31
- package/build/__tests__/testDirsAndFiles/event_with_emit_and_response_payloads/emitTarget.builder.ts +0 -13
- package/build/__tests__/testDirsAndFiles/event_with_emit_and_response_payloads/event.options.ts +0 -15
- package/build/__tests__/testDirsAndFiles/event_with_emit_and_response_payloads/listenPermissions.builder.ts +0 -33
- package/build/__tests__/testDirsAndFiles/event_with_emit_and_response_payloads/responsePayload.builder.ts +0 -13
- package/build/__tests__/testDirsAndFiles/field_registrations/testField.addon.ts +0 -16
- package/build/__tests__/testDirsAndFiles/field_registrations_one_bad/badField.addon.ts +0 -4
- package/build/__tests__/testDirsAndFiles/field_registrations_one_bad/testField.addon.ts +0 -16
- package/build/__tests__/testDirsAndFiles/introspection/BadDefinition.ts +0 -6
- package/build/__tests__/testDirsAndFiles/introspection/ImplementsInterface.ts +0 -7
- package/build/__tests__/testDirsAndFiles/jest_test_results/mercury-api.txt +0 -80
- package/build/__tests__/testDirsAndFiles/mercury-types-package.json +0 -100
- package/build/__tests__/testDirsAndFiles/mock_core_builders/v2020_07_22/organization.builder.ts +0 -31
- package/build/__tests__/testDirsAndFiles/mock_core_builders/v2020_07_22/person.builder.ts +0 -92
- package/build/__tests__/testDirsAndFiles/nested_error_schemas/nestedError.builder.ts +0 -27
- package/build/__tests__/testDirsAndFiles/orphaned_schemas/namespace/v2020_07_22/one.schema.ts +0 -0
- package/build/__tests__/testDirsAndFiles/orphaned_schemas/namespacetwo/three.schema.ts +0 -0
- package/build/__tests__/testDirsAndFiles/orphaned_schemas/namespacetwo/v2020_07_22/four.schema.ts +0 -0
- package/build/__tests__/testDirsAndFiles/orphaned_schemas/two.schema.ts +0 -0
- package/build/__tests__/testDirsAndFiles/related_schemas/v2020_10_06/food.builder.ts +0 -13
- package/build/__tests__/testDirsAndFiles/related_schemas/v2020_10_06/pet.builder.ts +0 -13
- package/build/__tests__/testDirsAndFiles/related_schemas/v2020_10_06/skillWithExtraField.builder.ts +0 -16
- package/build/__tests__/testDirsAndFiles/related_schemas/v2020_10_06/testPerson.builder.ts +0 -80
- package/build/__tests__/testDirsAndFiles/schemas_with_imports/v2020_07_22/hasImports.builder.ts +0 -16
- package/build/__tests__/testDirsAndFiles/schemas_with_imports/v2020_07_22/hasImports2.builder.ts +0 -16
- package/build/__tests__/testDirsAndFiles/schemas_with_suffix/v2020_07_22/withSuffix1.builder.ts +0 -15
- package/build/__tests__/testDirsAndFiles/schemas_with_suffix/v2020_07_22/withSuffix2.builder.ts +0 -14
- package/build/__tests__/testDirsAndFiles/services/.ignoreThisToo/index.md +0 -1
- package/build/__tests__/testDirsAndFiles/services/IgnoreThis/index.md +0 -1
- package/build/__tests__/testDirsAndFiles/services/v2019_11_05/index.md +0 -1
- package/build/__tests__/testDirsAndFiles/services/v2020_01_10/index.md +0 -1
- package/build/__tests__/testDirsAndFiles/skill_register_skill_views_event/src/client-type-test.ts.hbs +0 -11
- package/build/__tests__/testDirsAndFiles/skill_register_skill_views_event/src/events/register-skill-views/v2021_04_11/emitPayload.builder.ts +0 -8
- package/build/__tests__/testDirsAndFiles/skill_register_skill_views_event/src/events/register-skill-views/v2021_04_11/emitPermissions.builder.ts +0 -11
- package/build/__tests__/testDirsAndFiles/skill_register_skill_views_event/src/events/register-skill-views/v2021_04_11/event.options.ts +0 -13
- package/build/__tests__/testDirsAndFiles/skill_register_skill_views_event/src/events/register-skill-views/v2021_04_11/listenPermissions.builder.ts +0 -11
- package/build/__tests__/testDirsAndFiles/skill_register_skill_views_event/src/events/register-skill-views/v2021_04_11/responsePayload.builder.ts +0 -8
- package/build/__tests__/testDirsAndFiles/store-test.ts.hbs +0 -25
- package/build/__tests__/testDirsAndFiles/test_builders/v2020_06_23/schemaOne.builder.ts +0 -26
- package/build/__tests__/testDirsAndFiles/test_builders/v2020_06_23/schemaThree.builder.ts +0 -11
- package/build/__tests__/testDirsAndFiles/test_builders/v2020_06_23/schemaTwo.builder.ts +0 -53
- package/build/__tests__/testDirsAndFiles/test_builders_one_bad/v2020_06_23/badSchema.builder.ts +0 -4
- package/build/__tests__/testDirsAndFiles/test_builders_one_bad/v2020_06_23/schemaOne.builder.ts +0 -26
- package/build/__tests__/testDirsAndFiles/test_builders_one_bad/v2020_06_23/schemaThree.builder.ts +0 -11
- package/build/__tests__/testDirsAndFiles/test_builders_one_bad/v2020_06_23/schemaTwo.builder.ts +0 -19
- package/build/__tests__/testDirsAndFiles/test_builders_two_bad/v2020_06_23/anotherBad.builder.ts +0 -4
- package/build/__tests__/testDirsAndFiles/test_builders_two_bad/v2020_06_23/badSchema.builder.ts +0 -4
- package/build/__tests__/testDirsAndFiles/test_builders_two_bad/v2020_06_23/notDefault.builder.ts +0 -26
- package/build/__tests__/testDirsAndFiles/test_builders_two_bad/v2020_06_23/schemaOne.builder.ts +0 -26
- package/build/__tests__/testDirsAndFiles/test_builders_two_bad/v2020_06_23/schemaThree.builder.ts +0 -11
- package/build/__tests__/testDirsAndFiles/test_builders_two_bad/v2020_06_23/schemaTwo.builder.ts +0 -19
- package/build/__tests__/testDirsAndFiles/test_builders_with_namespace_and_version/v2020_06_23/schemaWithNamespace.builder.ts +0 -27
- package/build/__tests__/testDirsAndFiles/test_builders_with_namespace_and_version/v2020_06_23/schemaWithVersion.builder.ts +0 -27
- package/build/__tests__/testDirsAndFiles/utilities/.ignoreThisToo/index.md +0 -1
- package/build/__tests__/testDirsAndFiles/utilities/IgnoreThis/index.md +0 -1
- package/build/__tests__/testDirsAndFiles/utilities/v2019_11_05/index.md +0 -1
- package/build/__tests__/testDirsAndFiles/utilities/v2020_02_15/index.md +0 -1
- package/build/__tests__/testDirsAndFiles/validFile.ts +0 -1
- package/build/addons/filePrompt.addon.js +0 -9
- package/build/addons/filePrompt.addon.js.map +0 -1
- package/build/boot.js +0 -162
- package/build/boot.js.map +0 -1
- package/build/cli/Cli.d.ts +0 -34
- package/build/cli/Cli.js +0 -528
- package/build/cli/Cli.js.map +0 -1
- package/build/components/AbstractComponent.js +0 -30
- package/build/components/AbstractComponent.js.map +0 -1
- package/build/components/FormComponent.js +0 -325
- package/build/components/FormComponent.js.map +0 -1
- package/build/components/QuizComponent.js +0 -272
- package/build/components/QuizComponent.js.map +0 -1
- package/build/constants.js +0 -17
- package/build/constants.js.map +0 -1
- package/build/errors/SpruceError.js +0 -228
- package/build/errors/SpruceError.js.map +0 -1
- package/build/errors/actionCancelled.builder.js +0 -14
- package/build/errors/actionCancelled.builder.js.map +0 -1
- package/build/errors/bootError.builder.js +0 -15
- package/build/errors/bootError.builder.js.map +0 -1
- package/build/errors/buildFailed.builder.js +0 -21
- package/build/errors/buildFailed.builder.js.map +0 -1
- package/build/errors/cacheNotEnabled.builder.js +0 -15
- package/build/errors/cacheNotEnabled.builder.js.map +0 -1
- package/build/errors/commandAborted.builder.js +0 -21
- package/build/errors/commandAborted.builder.js.map +0 -1
- package/build/errors/commandBlocked.builder.js +0 -24
- package/build/errors/commandBlocked.builder.js.map +0 -1
- package/build/errors/commandNotImplemented.builder.js +0 -29
- package/build/errors/commandNotImplemented.builder.js.map +0 -1
- package/build/errors/createAutoloaderFailed.builder.js +0 -41
- package/build/errors/createAutoloaderFailed.builder.js.map +0 -1
- package/build/errors/dependencyExists.builder.js +0 -19
- package/build/errors/dependencyExists.builder.js.map +0 -1
- package/build/errors/deployFailed.builder.js +0 -44
- package/build/errors/deployFailed.builder.js.map +0 -1
- package/build/errors/directoryEmpty.builder.js +0 -20
- package/build/errors/directoryEmpty.builder.js.map +0 -1
- package/build/errors/directoryNotSkill.builder.js +0 -15
- package/build/errors/directoryNotSkill.builder.js.map +0 -1
- package/build/errors/dockerNotStarted.builder.js +0 -15
- package/build/errors/dockerNotStarted.builder.js.map +0 -1
- package/build/errors/executingCommandFailed.builder.js +0 -37
- package/build/errors/executingCommandFailed.builder.js.map +0 -1
- package/build/errors/failedToImport.builder.js +0 -23
- package/build/errors/failedToImport.builder.js.map +0 -1
- package/build/errors/featureNotInstalled.builder.js +0 -20
- package/build/errors/featureNotInstalled.builder.js.map +0 -1
- package/build/errors/fileExists.builder.js +0 -23
- package/build/errors/fileExists.builder.js.map +0 -1
- package/build/errors/generic.builder.js +0 -21
- package/build/errors/generic.builder.js.map +0 -1
- package/build/errors/invalidCommand.builder.js +0 -23
- package/build/errors/invalidCommand.builder.js.map +0 -1
- package/build/errors/invalidEventContract.builder.js +0 -24
- package/build/errors/invalidEventContract.builder.js.map +0 -1
- package/build/errors/invalidFeatureCode.builder.js +0 -20
- package/build/errors/invalidFeatureCode.builder.js.map +0 -1
- package/build/errors/invalidTestDirectory.builder.js +0 -20
- package/build/errors/invalidTestDirectory.builder.js.map +0 -1
- package/build/errors/lintFailed.builder.js +0 -23
- package/build/errors/lintFailed.builder.js.map +0 -1
- package/build/errors/mercuryResponseError.builder.js +0 -25
- package/build/errors/mercuryResponseError.builder.js.map +0 -1
- package/build/errors/missingDependencies.builder.js +0 -36
- package/build/errors/missingDependencies.builder.js.map +0 -1
- package/build/errors/noOrganizationsFound.builder.js +0 -15
- package/build/errors/noOrganizationsFound.builder.js.map +0 -1
- package/build/errors/noSkillsRegistered.builder.js +0 -15
- package/build/errors/noSkillsRegistered.builder.js.map +0 -1
- package/build/errors/notImplemented.builder.js +0 -16
- package/build/errors/notImplemented.builder.js.map +0 -1
- package/build/errors/notLoggedIn.builder.js +0 -15
- package/build/errors/notLoggedIn.builder.js.map +0 -1
- package/build/errors/schemaExists.builder.js +0 -25
- package/build/errors/schemaExists.builder.js.map +0 -1
- package/build/errors/schemaFailedToImport.builder.js +0 -22
- package/build/errors/schemaFailedToImport.builder.js.map +0 -1
- package/build/errors/schemaTemplateItemBuildingFailed.builder.js +0 -35
- package/build/errors/schemaTemplateItemBuildingFailed.builder.js.map +0 -1
- package/build/errors/skillNotFound.builder.js +0 -15
- package/build/errors/skillNotFound.builder.js.map +0 -1
- package/build/errors/skillNotRegistered.builder.js +0 -15
- package/build/errors/skillNotRegistered.builder.js.map +0 -1
- package/build/errors/skillViewExists.builder.js +0 -20
- package/build/errors/skillViewExists.builder.js.map +0 -1
- package/build/errors/storeExists.builder.js +0 -15
- package/build/errors/storeExists.builder.js.map +0 -1
- package/build/errors/testFailed.builder.js +0 -28
- package/build/errors/testFailed.builder.js.map +0 -1
- package/build/errors/themeExists.builder.js +0 -15
- package/build/errors/themeExists.builder.js.map +0 -1
- package/build/errors/transportAlreadyExists.builder.js +0 -20
- package/build/errors/transportAlreadyExists.builder.js.map +0 -1
- package/build/errors/vscodeNotInstalled.builder.js +0 -15
- package/build/errors/vscodeNotInstalled.builder.js.map +0 -1
- package/build/features/AbstractAction.js +0 -208
- package/build/features/AbstractAction.js.map +0 -1
- package/build/features/AbstractFeature.js +0 -212
- package/build/features/AbstractFeature.js.map +0 -1
- package/build/features/ActionExecuter.js +0 -299
- package/build/features/ActionExecuter.js.map +0 -1
- package/build/features/ActionFactory.js +0 -112
- package/build/features/ActionFactory.js.map +0 -1
- package/build/features/ActionQuestionAsker.js +0 -495
- package/build/features/ActionQuestionAsker.js.map +0 -1
- package/build/features/FeatureCommandAttacher.js +0 -187
- package/build/features/FeatureCommandAttacher.js.map +0 -1
- package/build/features/FeatureInstaller.js +0 -690
- package/build/features/FeatureInstaller.js.map +0 -1
- package/build/features/FeatureInstallerFactory.js +0 -73
- package/build/features/FeatureInstallerFactory.js.map +0 -1
- package/build/features/OverrideActionDecorator.js +0 -192
- package/build/features/OverrideActionDecorator.js.map +0 -1
- package/build/features/cache/CacheFeature.js +0 -60
- package/build/features/cache/CacheFeature.js.map +0 -1
- package/build/features/cache/actions/DisableAction.js +0 -105
- package/build/features/cache/actions/DisableAction.js.map +0 -1
- package/build/features/cache/actions/EnableAction.js +0 -100
- package/build/features/cache/actions/EnableAction.js.map +0 -1
- package/build/features/cache/constants.js +0 -11
- package/build/features/cache/constants.js.map +0 -1
- package/build/features/conversation/ConversationFeature.js +0 -128
- package/build/features/conversation/ConversationFeature.js.map +0 -1
- package/build/features/conversation/actions/CreateAction.js +0 -69
- package/build/features/conversation/actions/CreateAction.js.map +0 -1
- package/build/features/conversation/actions/TestAction.js +0 -185
- package/build/features/conversation/actions/TestAction.js.map +0 -1
- package/build/features/conversation/stores/ConversationStore.js +0 -73
- package/build/features/conversation/stores/ConversationStore.js.map +0 -1
- package/build/features/conversation/writers/ConversationWriter.js +0 -74
- package/build/features/conversation/writers/ConversationWriter.js.map +0 -1
- package/build/features/dependencies/DependencyFeature.js +0 -65
- package/build/features/dependencies/DependencyFeature.js.map +0 -1
- package/build/features/dependencies/actions/AddAction.js +0 -131
- package/build/features/dependencies/actions/AddAction.js.map +0 -1
- package/build/features/dependencies/actions/ManageAction.js +0 -125
- package/build/features/dependencies/actions/ManageAction.js.map +0 -1
- package/build/features/deploy/DeployFeature.js +0 -75
- package/build/features/deploy/DeployFeature.js.map +0 -1
- package/build/features/deploy/actions/HerokuAction.js +0 -617
- package/build/features/deploy/actions/HerokuAction.js.map +0 -1
- package/build/features/deploy/writers/DeployWriter.js +0 -36
- package/build/features/deploy/writers/DeployWriter.js.map +0 -1
- package/build/features/error/ErrorFeature.js +0 -181
- package/build/features/error/ErrorFeature.js.map +0 -1
- package/build/features/error/ParentTestFinder.js +0 -61
- package/build/features/error/ParentTestFinder.js.map +0 -1
- package/build/features/error/actions/CreateAction.js +0 -83
- package/build/features/error/actions/CreateAction.js.map +0 -1
- package/build/features/error/actions/SyncAction.js +0 -185
- package/build/features/error/actions/SyncAction.js.map +0 -1
- package/build/features/error/writers/ErrorWriter.js +0 -244
- package/build/features/error/writers/ErrorWriter.js.map +0 -1
- package/build/features/event/EventFeature.js +0 -347
- package/build/features/event/EventFeature.js.map +0 -1
- package/build/features/event/actions/CreateAction.js +0 -148
- package/build/features/event/actions/CreateAction.js.map +0 -1
- package/build/features/event/actions/ListenAction.js +0 -437
- package/build/features/event/actions/ListenAction.js.map +0 -1
- package/build/features/event/actions/SetRemoteAction.js +0 -98
- package/build/features/event/actions/SetRemoteAction.js.map +0 -1
- package/build/features/event/actions/SyncAction.js +0 -85
- package/build/features/event/actions/SyncAction.js.map +0 -1
- package/build/features/event/actions/SyncListenersAction.js +0 -83
- package/build/features/event/actions/SyncListenersAction.js.map +0 -1
- package/build/features/event/builders/EventContractBuilder.js +0 -251
- package/build/features/event/builders/EventContractBuilder.js.map +0 -1
- package/build/features/event/builders/ListenerTemplateItemBuilder.js +0 -47
- package/build/features/event/builders/ListenerTemplateItemBuilder.js.map +0 -1
- package/build/features/event/services/EventSettingsService.js +0 -46
- package/build/features/event/services/EventSettingsService.js.map +0 -1
- package/build/features/event/services/RemoteService.js +0 -10
- package/build/features/event/services/RemoteService.js.map +0 -1
- package/build/features/event/stores/EventStore.d.ts +0 -28
- package/build/features/event/stores/EventStore.js +0 -444
- package/build/features/event/stores/EventStore.js.map +0 -1
- package/build/features/event/stores/ListenerStore.js +0 -89
- package/build/features/event/stores/ListenerStore.js.map +0 -1
- package/build/features/event/writers/EventWriter.js +0 -302
- package/build/features/event/writers/EventWriter.js.map +0 -1
- package/build/features/eventContract/EventContractFeature.js +0 -54
- package/build/features/eventContract/EventContractFeature.js.map +0 -1
- package/build/features/eventContract/actions/PullAction.js +0 -141
- package/build/features/eventContract/actions/PullAction.js.map +0 -1
- package/build/features/feature.utilities.js +0 -54
- package/build/features/feature.utilities.js.map +0 -1
- package/build/features/features.types.js +0 -6
- package/build/features/features.types.js.map +0 -1
- package/build/features/log/LogFeature.js +0 -48
- package/build/features/log/LogFeature.js.map +0 -1
- package/build/features/log/actions/CreateTransportAction.js +0 -84
- package/build/features/log/actions/CreateTransportAction.js.map +0 -1
- package/build/features/log/writers/LogWriter.js +0 -68
- package/build/features/log/writers/LogWriter.js.map +0 -1
- package/build/features/node/NodeFeature.js +0 -239
- package/build/features/node/NodeFeature.js.map +0 -1
- package/build/features/node/actions/CreateAction.js +0 -64
- package/build/features/node/actions/CreateAction.js.map +0 -1
- package/build/features/node/actions/UpdateDependenciesAction.js +0 -257
- package/build/features/node/actions/UpdateDependenciesAction.js.map +0 -1
- package/build/features/node/actions/UpgradeAction.js +0 -159
- package/build/features/node/actions/UpgradeAction.js.map +0 -1
- package/build/features/node/writers/NodeWriter.js +0 -81
- package/build/features/node/writers/NodeWriter.js.map +0 -1
- package/build/features/onboard/OnboardFeature.js +0 -205
- package/build/features/onboard/OnboardFeature.js.map +0 -1
- package/build/features/onboard/ScriptLoader.js +0 -70
- package/build/features/onboard/ScriptLoader.js.map +0 -1
- package/build/features/onboard/ScriptPlayer.js +0 -188
- package/build/features/onboard/ScriptPlayer.js.map +0 -1
- package/build/features/onboard/actions/OnboardAction.js +0 -94
- package/build/features/onboard/actions/OnboardAction.js.map +0 -1
- package/build/features/onboard/scripts/onboarding.first.script.js +0 -143
- package/build/features/onboard/scripts/onboarding.first.script.js.map +0 -1
- package/build/features/onboard/scripts/onboarding.immersive.script.js +0 -57
- package/build/features/onboard/scripts/onboarding.immersive.script.js.map +0 -1
- package/build/features/onboard/scripts/onboarding.returning.script.js +0 -73
- package/build/features/onboard/scripts/onboarding.returning.script.js.map +0 -1
- package/build/features/onboard/scripts/onboarding.short.script.js +0 -112
- package/build/features/onboard/scripts/onboarding.short.script.js.map +0 -1
- package/build/features/onboard/scripts/todo/todo.create.skill.script.js +0 -31
- package/build/features/onboard/scripts/todo/todo.create.skill.script.js.map +0 -1
- package/build/features/onboard/scripts/todo/todo.test.script.js +0 -29
- package/build/features/onboard/scripts/todo/todo.test.script.js.map +0 -1
- package/build/features/onboard/scripts/wrongCommand.script.js +0 -66
- package/build/features/onboard/scripts/wrongCommand.script.js.map +0 -1
- package/build/features/onboard/stores/OnboardingStore.js +0 -107
- package/build/features/onboard/stores/OnboardingStore.js.map +0 -1
- package/build/features/onboard/templates/RootViewController.test.ts.hbs +0 -41
- package/build/features/organization/OrganizationFeature.js +0 -46
- package/build/features/organization/OrganizationFeature.js.map +0 -1
- package/build/features/organization/actions/CreateAction.js +0 -71
- package/build/features/organization/actions/CreateAction.js.map +0 -1
- package/build/features/organization/actions/InstallAction.js +0 -138
- package/build/features/organization/actions/InstallAction.js.map +0 -1
- package/build/features/organization/stores/OrganizationStore.js +0 -209
- package/build/features/organization/stores/OrganizationStore.js.map +0 -1
- package/build/features/permission/PermissionFeature.js +0 -173
- package/build/features/permission/PermissionFeature.js.map +0 -1
- package/build/features/permission/actions/CreateAction.js +0 -94
- package/build/features/permission/actions/CreateAction.js.map +0 -1
- package/build/features/permission/actions/SyncAction.js +0 -127
- package/build/features/permission/actions/SyncAction.js.map +0 -1
- package/build/features/permission/stores/PermissionStore.js +0 -171
- package/build/features/permission/stores/PermissionStore.js.map +0 -1
- package/build/features/permission/writers/PermissionWriter.js +0 -137
- package/build/features/permission/writers/PermissionWriter.js.map +0 -1
- package/build/features/person/PersonFeature.js +0 -46
- package/build/features/person/PersonFeature.js.map +0 -1
- package/build/features/person/actions/LoginAction.js +0 -144
- package/build/features/person/actions/LoginAction.js.map +0 -1
- package/build/features/person/actions/LogoutAction.js +0 -81
- package/build/features/person/actions/LogoutAction.js.map +0 -1
- package/build/features/person/actions/WhoamiAction.js +0 -84
- package/build/features/person/actions/WhoamiAction.js.map +0 -1
- package/build/features/polish/PolishFeature.js +0 -49
- package/build/features/polish/PolishFeature.js.map +0 -1
- package/build/features/polish/actions/SetupAction.js +0 -82
- package/build/features/polish/actions/SetupAction.js.map +0 -1
- package/build/features/polish/writers/PolishWriter.js +0 -60
- package/build/features/polish/writers/PolishWriter.js.map +0 -1
- package/build/features/sandbox/SandboxFeature.js +0 -74
- package/build/features/sandbox/SandboxFeature.js.map +0 -1
- package/build/features/sandbox/actions/SetupAction.js +0 -103
- package/build/features/sandbox/actions/SetupAction.js.map +0 -1
- package/build/features/sandbox/writers/SandboxWriter.js +0 -53
- package/build/features/sandbox/writers/SandboxWriter.js.map +0 -1
- package/build/features/schema/SchemaFeature.js +0 -194
- package/build/features/schema/SchemaFeature.js.map +0 -1
- package/build/features/schema/ValueTypeBuilder.js +0 -66
- package/build/features/schema/ValueTypeBuilder.js.map +0 -1
- package/build/features/schema/actions/CreateAction.js +0 -109
- package/build/features/schema/actions/CreateAction.js.map +0 -1
- package/build/features/schema/actions/SyncAction.js +0 -393
- package/build/features/schema/actions/SyncAction.js.map +0 -1
- package/build/features/schema/actions/SyncFieldsAction.js +0 -100
- package/build/features/schema/actions/SyncFieldsAction.js.map +0 -1
- package/build/features/schema/services/SchemaService.js +0 -70
- package/build/features/schema/services/SchemaService.js.map +0 -1
- package/build/features/schema/stores/SchemaStore.js +0 -415
- package/build/features/schema/stores/SchemaStore.js.map +0 -1
- package/build/features/schema/utilities/schema.utility.js +0 -24
- package/build/features/schema/utilities/schema.utility.js.map +0 -1
- package/build/features/schema/utilities/schemaDisk.utility.js +0 -72
- package/build/features/schema/utilities/schemaDisk.utility.js.map +0 -1
- package/build/features/schema/utilities/schemaGenerator.utility.js +0 -68
- package/build/features/schema/utilities/schemaGenerator.utility.js.map +0 -1
- package/build/features/schema/writers/SchemaWriter.js +0 -326
- package/build/features/schema/writers/SchemaWriter.js.map +0 -1
- package/build/features/skill/SkillFeature.js +0 -310
- package/build/features/skill/SkillFeature.js.map +0 -1
- package/build/features/skill/actions/BootAction.js +0 -172
- package/build/features/skill/actions/BootAction.js.map +0 -1
- package/build/features/skill/actions/CreateAction.js +0 -72
- package/build/features/skill/actions/CreateAction.js.map +0 -1
- package/build/features/skill/actions/DashboardAction.js +0 -68
- package/build/features/skill/actions/DashboardAction.js.map +0 -1
- package/build/features/skill/actions/LoginAction.js +0 -195
- package/build/features/skill/actions/LoginAction.js.map +0 -1
- package/build/features/skill/actions/RebuildAction.js +0 -106
- package/build/features/skill/actions/RebuildAction.js.map +0 -1
- package/build/features/skill/actions/RegisterAction.js +0 -119
- package/build/features/skill/actions/RegisterAction.js.map +0 -1
- package/build/features/skill/stores/SkillStore.js +0 -395
- package/build/features/skill/stores/SkillStore.js.map +0 -1
- package/build/features/skill/updaters/Updater.js +0 -85
- package/build/features/skill/updaters/Updater.js.map +0 -1
- package/build/features/skill/writers/SkillWriter.js +0 -65
- package/build/features/skill/writers/SkillWriter.js.map +0 -1
- package/build/features/store/StoreFeature.js +0 -143
- package/build/features/store/StoreFeature.js.map +0 -1
- package/build/features/store/actions/CreateAction.js +0 -106
- package/build/features/store/actions/CreateAction.js.map +0 -1
- package/build/features/store/actions/SyncAction.js +0 -96
- package/build/features/store/actions/SyncAction.js.map +0 -1
- package/build/features/store/stores/StoreStore.js +0 -99
- package/build/features/store/stores/StoreStore.js.map +0 -1
- package/build/features/store/templateItemBuilders/StoreTemplateItemBuilder.js +0 -48
- package/build/features/store/templateItemBuilders/StoreTemplateItemBuilder.js.map +0 -1
- package/build/features/store/writers/StoreWriter.js +0 -162
- package/build/features/store/writers/StoreWriter.js.map +0 -1
- package/build/features/test/TestFeature.js +0 -256
- package/build/features/test/TestFeature.js.map +0 -1
- package/build/features/test/TestLogItemGenerator.js +0 -181
- package/build/features/test/TestLogItemGenerator.js.map +0 -1
- package/build/features/test/TestReporter.js +0 -837
- package/build/features/test/TestReporter.js.map +0 -1
- package/build/features/test/TestRunner.js +0 -222
- package/build/features/test/TestRunner.js.map +0 -1
- package/build/features/test/actions/CreateAction.js +0 -244
- package/build/features/test/actions/CreateAction.js.map +0 -1
- package/build/features/test/actions/SetupAction.js +0 -93
- package/build/features/test/actions/SetupAction.js.map +0 -1
- package/build/features/test/actions/TestAction.js +0 -560
- package/build/features/test/actions/TestAction.js.map +0 -1
- package/build/features/test/test.types.js +0 -6
- package/build/features/test/test.types.js.map +0 -1
- package/build/features/test/writers/TestWriter.js +0 -61
- package/build/features/test/writers/TestWriter.js.map +0 -1
- package/build/features/universalDevDependencies.js +0 -41
- package/build/features/universalDevDependencies.js.map +0 -1
- package/build/features/universalFileDescriptions.js +0 -42
- package/build/features/universalFileDescriptions.js.map +0 -1
- package/build/features/universalScripts.js +0 -32
- package/build/features/universalScripts.js.map +0 -1
- package/build/features/validateAndNormalize.utility.js +0 -33
- package/build/features/validateAndNormalize.utility.js.map +0 -1
- package/build/features/view/ViewFeature.js +0 -135
- package/build/features/view/ViewFeature.js.map +0 -1
- package/build/features/view/actions/CreateAction.js +0 -183
- package/build/features/view/actions/CreateAction.js.map +0 -1
- package/build/features/view/actions/CreateThemeAction.js +0 -96
- package/build/features/view/actions/CreateThemeAction.js.map +0 -1
- package/build/features/view/actions/SyncAction.js +0 -147
- package/build/features/view/actions/SyncAction.js.map +0 -1
- package/build/features/view/actions/WatchAction.js +0 -111
- package/build/features/view/actions/WatchAction.js.map +0 -1
- package/build/features/view/stores/ViewStore.js +0 -89
- package/build/features/view/stores/ViewStore.js.map +0 -1
- package/build/features/view/writers/ViewWriter.js +0 -181
- package/build/features/view/writers/ViewWriter.js.map +0 -1
- package/build/features/vscode/VsCodeFeature.js +0 -80
- package/build/features/vscode/VsCodeFeature.js.map +0 -1
- package/build/features/vscode/actions/SetupAction.js +0 -315
- package/build/features/vscode/actions/SetupAction.js.map +0 -1
- package/build/features/vscode/services/VsCodeService.js +0 -137
- package/build/features/vscode/services/VsCodeService.js.map +0 -1
- package/build/features/vscode/writers/VsCodeWriter.js +0 -57
- package/build/features/vscode/writers/VsCodeWriter.js.map +0 -1
- package/build/features/watch/WatchFeature.js +0 -199
- package/build/features/watch/WatchFeature.js.map +0 -1
- package/build/index.js +0 -17
- package/build/index.js.map +0 -1
- package/build/interfaces/SpyInterface.js +0 -490
- package/build/interfaces/SpyInterface.js.map +0 -1
- package/build/interfaces/TerminalInterface.js +0 -711
- package/build/interfaces/TerminalInterface.js.map +0 -1
- package/build/schemas/v2020_07_22/actionResponse.builder.js +0 -70
- package/build/schemas/v2020_07_22/actionResponse.builder.js.map +0 -1
- package/build/schemas/v2020_07_22/bootSkillOptions.builder.js +0 -41
- package/build/schemas/v2020_07_22/bootSkillOptions.builder.js.map +0 -1
- package/build/schemas/v2020_07_22/createConversationTopicOptions.builder.js +0 -26
- package/build/schemas/v2020_07_22/createConversationTopicOptions.builder.js.map +0 -1
- package/build/schemas/v2020_07_22/createErrorOptions.builder.js +0 -34
- package/build/schemas/v2020_07_22/createErrorOptions.builder.js.map +0 -1
- package/build/schemas/v2020_07_22/createOrganizationOptions.builder.js +0 -27
- package/build/schemas/v2020_07_22/createOrganizationOptions.builder.js.map +0 -1
- package/build/schemas/v2020_07_22/createSchemaOptions.builder.js +0 -57
- package/build/schemas/v2020_07_22/createSchemaOptions.builder.js.map +0 -1
- package/build/schemas/v2020_07_22/createTestOptions.builder.js +0 -46
- package/build/schemas/v2020_07_22/createTestOptions.builder.js.map +0 -1
- package/build/schemas/v2020_07_22/generatedFile.builder.js +0 -45
- package/build/schemas/v2020_07_22/generatedFile.builder.js.map +0 -1
- package/build/schemas/v2020_07_22/installSkillAtOrganizationOptions.builder.js +0 -20
- package/build/schemas/v2020_07_22/installSkillAtOrganizationOptions.builder.js.map +0 -1
- package/build/schemas/v2020_07_22/listenEventOptions.builder.js +0 -41
- package/build/schemas/v2020_07_22/listenEventOptions.builder.js.map +0 -1
- package/build/schemas/v2020_07_22/namedTemplateItem.builder.js +0 -74
- package/build/schemas/v2020_07_22/namedTemplateItem.builder.js.map +0 -1
- package/build/schemas/v2020_07_22/nodeFeatureOptions.builder.js +0 -30
- package/build/schemas/v2020_07_22/nodeFeatureOptions.builder.js.map +0 -1
- package/build/schemas/v2020_07_22/onboardOptions.builder.js +0 -15
- package/build/schemas/v2020_07_22/onboardOptions.builder.js.map +0 -1
- package/build/schemas/v2020_07_22/onboarding.builder.js +0 -46
- package/build/schemas/v2020_07_22/onboarding.builder.js.map +0 -1
- package/build/schemas/v2020_07_22/personWithToken.builder.js +0 -28
- package/build/schemas/v2020_07_22/personWithToken.builder.js.map +0 -1
- package/build/schemas/v2020_07_22/registerDashboardWidgetsEmitPayloadSchema.builder.js +0 -23
- package/build/schemas/v2020_07_22/registerDashboardWidgetsEmitPayloadSchema.builder.js.map +0 -1
- package/build/schemas/v2020_07_22/setupTestsOptions.builder.js +0 -26
- package/build/schemas/v2020_07_22/setupTestsOptions.builder.js.map +0 -1
- package/build/schemas/v2020_07_22/setupVscodeOptions.builder.js +0 -20
- package/build/schemas/v2020_07_22/setupVscodeOptions.builder.js.map +0 -1
- package/build/schemas/v2020_07_22/skillFeature.builder.js +0 -29
- package/build/schemas/v2020_07_22/skillFeature.builder.js.map +0 -1
- package/build/schemas/v2020_07_22/syncErrorOptions.builder.js +0 -40
- package/build/schemas/v2020_07_22/syncErrorOptions.builder.js.map +0 -1
- package/build/schemas/v2020_07_22/syncEventOptions.builder.js +0 -45
- package/build/schemas/v2020_07_22/syncEventOptions.builder.js.map +0 -1
- package/build/schemas/v2020_07_22/syncSchemaFieldsOptions.builder.js +0 -36
- package/build/schemas/v2020_07_22/syncSchemaFieldsOptions.builder.js.map +0 -1
- package/build/schemas/v2020_07_22/syncSchemasOptions.builder.js +0 -117
- package/build/schemas/v2020_07_22/syncSchemasOptions.builder.js.map +0 -1
- package/build/schemas/v2020_07_22/testOptions.builder.js +0 -60
- package/build/schemas/v2020_07_22/testOptions.builder.js.map +0 -1
- package/build/schemas/v2020_07_22/upgradeSkillOptions.builder.js +0 -33
- package/build/schemas/v2020_07_22/upgradeSkillOptions.builder.js.map +0 -1
- package/build/schemas/v2020_07_22/watcherDidDetectChangesEmitPayload.builder.js +0 -28
- package/build/schemas/v2020_07_22/watcherDidDetectChangesEmitPayload.builder.js.map +0 -1
- package/build/services/BuildService.js +0 -64
- package/build/services/BuildService.js.map +0 -1
- package/build/services/CommandService.js +0 -202
- package/build/services/CommandService.js.map +0 -1
- package/build/services/DependencyService.js +0 -56
- package/build/services/DependencyService.js.map +0 -1
- package/build/services/GameService.js +0 -112
- package/build/services/GameService.js.map +0 -1
- package/build/services/ImportService.js +0 -387
- package/build/services/ImportService.js.map +0 -1
- package/build/services/LintService.js +0 -136
- package/build/services/LintService.js.map +0 -1
- package/build/services/PkgService.js +0 -177
- package/build/services/PkgService.js.map +0 -1
- package/build/services/ServiceFactory.js +0 -95
- package/build/services/ServiceFactory.js.map +0 -1
- package/build/services/TypeCheckerService.js +0 -37
- package/build/services/TypeCheckerService.js.map +0 -1
- package/build/stores/AbstractLocalStore.js +0 -66
- package/build/stores/AbstractLocalStore.js.map +0 -1
- package/build/stores/AbstractStore.js +0 -64
- package/build/stores/AbstractStore.js.map +0 -1
- package/build/stores/README.md +0 -3
- package/build/stores/StoreFactory.js +0 -75
- package/build/stores/StoreFactory.js.map +0 -1
- package/build/templateItemBuilders/EventTemplateItemBuilder.js +0 -241
- package/build/templateItemBuilders/EventTemplateItemBuilder.js.map +0 -1
- package/build/templateItemBuilders/FieldTemplateItemBuilder.js +0 -63
- package/build/templateItemBuilders/FieldTemplateItemBuilder.js.map +0 -1
- package/build/templateItemBuilders/SchemaTemplateItemBuilder.js +0 -235
- package/build/templateItemBuilders/SchemaTemplateItemBuilder.js.map +0 -1
- package/build/tests/AbstractCliTest.js +0 -783
- package/build/tests/AbstractCliTest.js.map +0 -1
- package/build/tests/AbstractErrorTest.js +0 -67
- package/build/tests/AbstractErrorTest.js.map +0 -1
- package/build/tests/AbstractEventTest.js +0 -191
- package/build/tests/AbstractEventTest.js.map +0 -1
- package/build/tests/AbstractSchemaTest.js +0 -221
- package/build/tests/AbstractSchemaTest.js.map +0 -1
- package/build/tests/AbstractSkillTest.js +0 -115
- package/build/tests/AbstractSkillTest.js.map +0 -1
- package/build/tests/AbstractTestTest.js +0 -68
- package/build/tests/AbstractTestTest.js.map +0 -1
- package/build/tests/CommandFaker.js +0 -52
- package/build/tests/CommandFaker.js.map +0 -1
- package/build/tests/JestJsonParser.js +0 -203
- package/build/tests/JestJsonParser.js.map +0 -1
- package/build/tests/MockProgramFactory.js +0 -100
- package/build/tests/MockProgramFactory.js.map +0 -1
- package/build/tests/buildTestCache.js +0 -300
- package/build/tests/buildTestCache.js.map +0 -1
- package/build/tests/cleanTestCache.js +0 -21
- package/build/tests/cleanTestCache.js.map +0 -1
- package/build/tests/cleanTestData.js +0 -113
- package/build/tests/cleanTestData.js.map +0 -1
- package/build/tests/constants.js +0 -25
- package/build/tests/constants.js.map +0 -1
- package/build/tests/fixtures/FeatureFixture.js +0 -380
- package/build/tests/fixtures/FeatureFixture.js.map +0 -1
- package/build/tests/fixtures/MercuryFixture.js +0 -65
- package/build/tests/fixtures/MercuryFixture.js.map +0 -1
- package/build/tests/fixtures/OrganizationFixture.js +0 -133
- package/build/tests/fixtures/OrganizationFixture.js.map +0 -1
- package/build/tests/fixtures/PersonFixture.js +0 -130
- package/build/tests/fixtures/PersonFixture.js.map +0 -1
- package/build/tests/fixtures/SkillFixture.js +0 -233
- package/build/tests/fixtures/SkillFixture.js.map +0 -1
- package/build/tests/fixtures/ViewFixture.js +0 -54
- package/build/tests/fixtures/ViewFixture.js.map +0 -1
- package/build/tests/utilities/test.utility.js +0 -106
- package/build/tests/utilities/test.utility.js.map +0 -1
- package/build/tests/utilities/uiAssert.utility.js +0 -85
- package/build/tests/utilities/uiAssert.utility.js.map +0 -1
- package/build/types/apiClient.types.js +0 -6
- package/build/types/apiClient.types.js.map +0 -1
- package/build/types/cli.types.js +0 -13
- package/build/types/cli.types.js.map +0 -1
- package/build/types/graphicsInterface.types.js +0 -37
- package/build/types/graphicsInterface.types.js.map +0 -1
- package/build/updaters/ScriptUpdater.js +0 -144
- package/build/updaters/ScriptUpdater.js.map +0 -1
- package/build/utilities/action.utility.js +0 -51
- package/build/utilities/action.utility.js.map +0 -1
- package/build/utilities/apiClient.utility.js +0 -54
- package/build/utilities/apiClient.utility.js.map +0 -1
- package/build/utilities/argParser.utility.js +0 -42
- package/build/utilities/argParser.utility.js.map +0 -1
- package/build/utilities/commander.utility.js +0 -39
- package/build/utilities/commander.utility.js.map +0 -1
- package/build/utilities/duration.utility.js +0 -35
- package/build/utilities/duration.utility.js.map +0 -1
- package/build/utilities/eventContractCleaner.utility.js +0 -55
- package/build/utilities/eventContractCleaner.utility.js.map +0 -1
- package/build/utilities/form.utility.js +0 -68
- package/build/utilities/form.utility.js.map +0 -1
- package/build/utilities/introspection.utility.js +0 -136
- package/build/utilities/introspection.utility.js.map +0 -1
- package/build/utilities/isCi.js +0 -16
- package/build/utilities/isCi.js.map +0 -1
- package/build/utilities/tsConfig.utility.js +0 -61
- package/build/utilities/tsConfig.utility.js.map +0 -1
- package/build/utilities/ui.utility.js +0 -26
- package/build/utilities/ui.utility.js.map +0 -1
- package/build/widgets/Theme.js +0 -20
- package/build/widgets/Theme.js.map +0 -1
- package/build/widgets/WidgetFactory.js +0 -40
- package/build/widgets/WidgetFactory.js.map +0 -1
- package/build/widgets/keySelectChoices.js +0 -850
- package/build/widgets/keySelectChoices.js.map +0 -1
- package/build/widgets/terminalKit/TKButtonWidget.js +0 -71
- package/build/widgets/terminalKit/TKButtonWidget.js.map +0 -1
- package/build/widgets/terminalKit/TkBaseWidget.js +0 -258
- package/build/widgets/terminalKit/TkBaseWidget.js.map +0 -1
- package/build/widgets/terminalKit/TkInputWidget.js +0 -140
- package/build/widgets/terminalKit/TkInputWidget.js.map +0 -1
- package/build/widgets/terminalKit/TkLayoutCellWidget.js +0 -65
- package/build/widgets/terminalKit/TkLayoutCellWidget.js.map +0 -1
- package/build/widgets/terminalKit/TkLayoutWidget.js +0 -213
- package/build/widgets/terminalKit/TkLayoutWidget.js.map +0 -1
- package/build/widgets/terminalKit/TkMenuBarWidget.js +0 -156
- package/build/widgets/terminalKit/TkMenuBarWidget.js.map +0 -1
- package/build/widgets/terminalKit/TkPopupWidget.js +0 -66
- package/build/widgets/terminalKit/TkPopupWidget.js.map +0 -1
- package/build/widgets/terminalKit/TkProgressBarWidget.js +0 -85
- package/build/widgets/terminalKit/TkProgressBarWidget.js.map +0 -1
- package/build/widgets/terminalKit/TkTextWidget.js +0 -160
- package/build/widgets/terminalKit/TkTextWidget.js.map +0 -1
- package/build/widgets/terminalKit/TkWindowWidget.js +0 -195
- package/build/widgets/terminalKit/TkWindowWidget.js.map +0 -1
- package/build/widgets/terminalKit/termKit.utility.js +0 -147
- package/build/widgets/terminalKit/termKit.utility.js.map +0 -1
- package/build/widgets/types/button.types.js +0 -13
- package/build/widgets/types/button.types.js.map +0 -1
- package/build/widgets/types/factory.types.js +0 -46
- package/build/widgets/types/factory.types.js.map +0 -1
- package/build/widgets/types/input.types.js +0 -28
- package/build/widgets/types/input.types.js.map +0 -1
- package/build/widgets/types/layout.types.js +0 -6
- package/build/widgets/types/layout.types.js.map +0 -1
- package/build/widgets/types/menuBar.types.js +0 -27
- package/build/widgets/types/menuBar.types.js.map +0 -1
- package/build/widgets/types/popup.types.js +0 -13
- package/build/widgets/types/popup.types.js.map +0 -1
- package/build/widgets/types/progressBar.types.js +0 -6
- package/build/widgets/types/progressBar.types.js.map +0 -1
- package/build/widgets/types/table.types.js +0 -6
- package/build/widgets/types/table.types.js.map +0 -1
- package/build/widgets/types/text.types.js +0 -33
- package/build/widgets/types/text.types.js.map +0 -1
- package/build/widgets/types/widgets.types.js +0 -6
- package/build/widgets/types/widgets.types.js.map +0 -1
- package/build/widgets/types/window.types.js +0 -53
- package/build/widgets/types/window.types.js.map +0 -1
- package/build/widgets/widget.utilities.js +0 -38
- package/build/widgets/widget.utilities.js.map +0 -1
- package/build/writers/AbstractWriter.js +0 -325
- package/build/writers/AbstractWriter.js.map +0 -1
- package/build/writers/README.md +0 -3
- package/build/writers/WriterFactory.js +0 -76
- package/build/writers/WriterFactory.js.map +0 -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
|
@@ -1,235 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, "__esModule", {
|
|
4
|
-
value: true
|
|
5
|
-
});
|
|
6
|
-
exports["default"] = void 0;
|
|
7
|
-
var _schema = require("@sprucelabs/schema");
|
|
8
|
-
var createSchemaOptionsSchema = {
|
|
9
|
-
id: 'createSchemaOptions',
|
|
10
|
-
version: 'v2020_07_22',
|
|
11
|
-
namespace: 'SpruceCli',
|
|
12
|
-
name: 'Create schema',
|
|
13
|
-
description: 'Create the builder to a fresh new schema!',
|
|
14
|
-
fields: {
|
|
15
|
-
/** Field types directory. Where field types and interfaces will be generated. */
|
|
16
|
-
'fieldTypesDestinationDir': {
|
|
17
|
-
label: 'Field types directory',
|
|
18
|
-
type: 'text',
|
|
19
|
-
isPrivate: true,
|
|
20
|
-
hint: 'Where field types and interfaces will be generated.',
|
|
21
|
-
defaultValue: "#spruce/schemas",
|
|
22
|
-
options: undefined
|
|
23
|
-
},
|
|
24
|
-
/** Addons lookup directory. Where I'll look for new schema fields to be registered. */
|
|
25
|
-
'addonsLookupDir': {
|
|
26
|
-
label: 'Addons lookup directory',
|
|
27
|
-
type: 'text',
|
|
28
|
-
hint: 'Where I\'ll look for new schema fields to be registered.',
|
|
29
|
-
defaultValue: "src/addons",
|
|
30
|
-
options: undefined
|
|
31
|
-
},
|
|
32
|
-
/** Generate field types. Should I generate field types too? */
|
|
33
|
-
'generateFieldTypes': {
|
|
34
|
-
label: 'Generate field types',
|
|
35
|
-
type: 'boolean',
|
|
36
|
-
isPrivate: true,
|
|
37
|
-
hint: 'Should I generate field types too?',
|
|
38
|
-
defaultValue: true,
|
|
39
|
-
options: undefined
|
|
40
|
-
},
|
|
41
|
-
/** Schema types destination directory. Where I will generate schema types and interfaces. */
|
|
42
|
-
'schemaTypesDestinationDirOrFile': {
|
|
43
|
-
label: 'Schema types destination directory',
|
|
44
|
-
type: 'text',
|
|
45
|
-
hint: 'Where I will generate schema types and interfaces.',
|
|
46
|
-
defaultValue: "#spruce/schemas",
|
|
47
|
-
options: undefined
|
|
48
|
-
},
|
|
49
|
-
/** . Where I should look for your schema builders? */
|
|
50
|
-
'schemaLookupDir': {
|
|
51
|
-
type: 'text',
|
|
52
|
-
hint: 'Where I should look for your schema builders?',
|
|
53
|
-
defaultValue: "src/schemas",
|
|
54
|
-
options: undefined
|
|
55
|
-
},
|
|
56
|
-
/** Source module. If this schema should be imported from a node module vs generated locally. */
|
|
57
|
-
'moduleToImportFromWhenRemote': {
|
|
58
|
-
label: 'Source module',
|
|
59
|
-
type: 'text',
|
|
60
|
-
hint: 'If this schema should be imported from a node module vs generated locally.',
|
|
61
|
-
options: undefined
|
|
62
|
-
},
|
|
63
|
-
/** Auto install missing dependencies. */
|
|
64
|
-
'shouldInstallMissingDependencies': {
|
|
65
|
-
label: 'Auto install missing dependencies',
|
|
66
|
-
type: 'boolean',
|
|
67
|
-
options: undefined
|
|
68
|
-
},
|
|
69
|
-
/** Enable versioning. Should we use versioning? */
|
|
70
|
-
'shouldEnableVersioning': {
|
|
71
|
-
label: 'Enable versioning',
|
|
72
|
-
type: 'boolean',
|
|
73
|
-
isPrivate: true,
|
|
74
|
-
hint: 'Should we use versioning?',
|
|
75
|
-
defaultValue: true,
|
|
76
|
-
options: undefined
|
|
77
|
-
},
|
|
78
|
-
/** Global namespace. The name you'll use when accessing these schemas, e.g. SpruceSchemas */
|
|
79
|
-
'globalSchemaNamespace': {
|
|
80
|
-
label: 'Global namespace',
|
|
81
|
-
type: 'text',
|
|
82
|
-
isPrivate: true,
|
|
83
|
-
hint: 'The name you\'ll use when accessing these schemas, e.g. SpruceSchemas',
|
|
84
|
-
defaultValue: "SpruceSchemas",
|
|
85
|
-
options: undefined
|
|
86
|
-
},
|
|
87
|
-
/** Fetch remote schemas. I will pull in schemas from other features. */
|
|
88
|
-
'shouldFetchRemoteSchemas': {
|
|
89
|
-
label: 'Fetch remote schemas',
|
|
90
|
-
type: 'boolean',
|
|
91
|
-
isPrivate: true,
|
|
92
|
-
hint: 'I will pull in schemas from other features.',
|
|
93
|
-
defaultValue: true,
|
|
94
|
-
options: undefined
|
|
95
|
-
},
|
|
96
|
-
/** Fetch local schemas. I will look in schemaLookupDir to load local schemas. */
|
|
97
|
-
'shouldFetchLocalSchemas': {
|
|
98
|
-
label: 'Fetch local schemas',
|
|
99
|
-
type: 'boolean',
|
|
100
|
-
isPrivate: true,
|
|
101
|
-
hint: 'I will look in schemaLookupDir to load local schemas.',
|
|
102
|
-
defaultValue: true,
|
|
103
|
-
options: undefined
|
|
104
|
-
},
|
|
105
|
-
/** Fetch core schemas. Should I pull in core schemas too? */
|
|
106
|
-
'shouldFetchCoreSchemas': {
|
|
107
|
-
label: 'Fetch core schemas',
|
|
108
|
-
type: 'boolean',
|
|
109
|
-
isPrivate: true,
|
|
110
|
-
hint: 'Should I pull in core schemas too?',
|
|
111
|
-
defaultValue: true,
|
|
112
|
-
options: undefined
|
|
113
|
-
},
|
|
114
|
-
/** Generate core schemas. Used only for updating the @sprucelabs/spruce-core-schemas. Ensures core schemas are generated like local schemas. Also an alias for `--shouldFetchRemoteSchemas=false --shouldFetchCoreSchemas=false --generateStandaloneTypesFile. */
|
|
115
|
-
'shouldGenerateCoreSchemaTypes': {
|
|
116
|
-
label: 'Generate core schemas',
|
|
117
|
-
type: 'boolean',
|
|
118
|
-
isPrivate: true,
|
|
119
|
-
hint: 'Used only for updating the @sprucelabs/spruce-core-schemas. Ensures core schemas are generated like local schemas. Also an alias for `--shouldFetchRemoteSchemas=false --shouldFetchCoreSchemas=false --generateStandaloneTypesFile.',
|
|
120
|
-
options: undefined
|
|
121
|
-
},
|
|
122
|
-
/** Register built schemas. Should the schemas use the SchemaRegistry for tracking? */
|
|
123
|
-
'registerBuiltSchemas': {
|
|
124
|
-
label: 'Register built schemas',
|
|
125
|
-
type: 'boolean',
|
|
126
|
-
isPrivate: true,
|
|
127
|
-
hint: 'Should the schemas use the SchemaRegistry for tracking?',
|
|
128
|
-
defaultValue: true,
|
|
129
|
-
options: undefined
|
|
130
|
-
},
|
|
131
|
-
/** Delete directory if no schemas. Should I delete the schema directory if no schemas are found? */
|
|
132
|
-
'deleteDestinationDirIfNoSchemas': {
|
|
133
|
-
label: 'Delete directory if no schemas',
|
|
134
|
-
type: 'boolean',
|
|
135
|
-
isPrivate: true,
|
|
136
|
-
hint: 'Should I delete the schema directory if no schemas are found?',
|
|
137
|
-
defaultValue: false,
|
|
138
|
-
options: undefined
|
|
139
|
-
},
|
|
140
|
-
/** Delete orphaned schemas. Should I delete schemas where the builders are missing? */
|
|
141
|
-
'deleteOrphanedSchemas': {
|
|
142
|
-
label: 'Delete orphaned schemas',
|
|
143
|
-
type: 'boolean',
|
|
144
|
-
isPrivate: true,
|
|
145
|
-
hint: 'Should I delete schemas where the builders are missing?',
|
|
146
|
-
defaultValue: true,
|
|
147
|
-
options: undefined
|
|
148
|
-
},
|
|
149
|
-
/** Generate standalone types file. By default, I'll generate a types file that augments core types from @sprucelabs/spruce-core-schemas. Setting this to true will generate a stand alone types file. */
|
|
150
|
-
'generateStandaloneTypesFile': {
|
|
151
|
-
label: 'Generate standalone types file',
|
|
152
|
-
type: 'boolean',
|
|
153
|
-
isPrivate: true,
|
|
154
|
-
hint: 'By default, I\'ll generate a types file that augments core types from @sprucelabs/spruce-core-schemas. Setting this to true will generate a stand alone types file.',
|
|
155
|
-
defaultValue: false,
|
|
156
|
-
options: undefined
|
|
157
|
-
},
|
|
158
|
-
/** message. */
|
|
159
|
-
'syncingMessage': {
|
|
160
|
-
label: ' message',
|
|
161
|
-
type: 'text',
|
|
162
|
-
isPrivate: true,
|
|
163
|
-
defaultValue: "Syncing schemas...",
|
|
164
|
-
options: undefined
|
|
165
|
-
},
|
|
166
|
-
/** Schema builder destination directory. Where I'll save the new schema builder. */
|
|
167
|
-
'schemaBuilderDestinationDir': {
|
|
168
|
-
label: 'Schema builder destination directory',
|
|
169
|
-
type: 'text',
|
|
170
|
-
hint: 'Where I\'ll save the new schema builder.',
|
|
171
|
-
defaultValue: "src/schemas",
|
|
172
|
-
options: undefined
|
|
173
|
-
},
|
|
174
|
-
/** Builder function. The function that builds this schema */
|
|
175
|
-
'builderFunction': {
|
|
176
|
-
label: 'Builder function',
|
|
177
|
-
type: 'text',
|
|
178
|
-
isPrivate: true,
|
|
179
|
-
hint: 'The function that builds this schema',
|
|
180
|
-
defaultValue: "buildSchema",
|
|
181
|
-
options: undefined
|
|
182
|
-
},
|
|
183
|
-
/** Sync after creation. This will ensure types and schemas are in sync after you create your builder. */
|
|
184
|
-
'syncAfterCreate': {
|
|
185
|
-
label: 'Sync after creation',
|
|
186
|
-
type: 'boolean',
|
|
187
|
-
isPrivate: true,
|
|
188
|
-
hint: 'This will ensure types and schemas are in sync after you create your builder.',
|
|
189
|
-
defaultValue: true,
|
|
190
|
-
options: undefined
|
|
191
|
-
},
|
|
192
|
-
/** Version. Set a version yourself instead of letting me generate one for you */
|
|
193
|
-
'version': {
|
|
194
|
-
label: 'Version',
|
|
195
|
-
type: 'text',
|
|
196
|
-
isPrivate: true,
|
|
197
|
-
hint: 'Set a version yourself instead of letting me generate one for you',
|
|
198
|
-
options: undefined
|
|
199
|
-
},
|
|
200
|
-
/** Readable name. The name people will read */
|
|
201
|
-
'nameReadable': {
|
|
202
|
-
label: 'Readable name',
|
|
203
|
-
type: 'text',
|
|
204
|
-
isRequired: true,
|
|
205
|
-
hint: 'The name people will read',
|
|
206
|
-
options: undefined
|
|
207
|
-
},
|
|
208
|
-
/** Pascal case name. PascalCase of the name */
|
|
209
|
-
'namePascal': {
|
|
210
|
-
label: 'Pascal case name',
|
|
211
|
-
type: 'text',
|
|
212
|
-
hint: 'PascalCase of the name',
|
|
213
|
-
options: undefined
|
|
214
|
-
},
|
|
215
|
-
/** Camel case name. camelCase version of the name */
|
|
216
|
-
'nameCamel': {
|
|
217
|
-
label: 'Camel case name',
|
|
218
|
-
type: 'text',
|
|
219
|
-
isRequired: true,
|
|
220
|
-
hint: 'camelCase version of the name',
|
|
221
|
-
options: undefined
|
|
222
|
-
},
|
|
223
|
-
/** Description. Describe a bit more here */
|
|
224
|
-
'description': {
|
|
225
|
-
label: 'Description',
|
|
226
|
-
type: 'text',
|
|
227
|
-
hint: 'Describe a bit more here',
|
|
228
|
-
options: undefined
|
|
229
|
-
}
|
|
230
|
-
}
|
|
231
|
-
};
|
|
232
|
-
_schema.SchemaRegistry.getInstance().trackSchema(createSchemaOptionsSchema);
|
|
233
|
-
var _default = createSchemaOptionsSchema;
|
|
234
|
-
exports["default"] = _default;
|
|
235
|
-
//# sourceMappingURL=createSchemaOptions.schema.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"createSchemaOptions.schema.js","names":["_schema","require","createSchemaOptionsSchema","id","version","namespace","name","description","fields","label","type","isPrivate","hint","defaultValue","options","undefined","isRequired","SchemaRegistry","getInstance","trackSchema","_default","exports"],"sources":["../../../../../src/.spruce/schemas/spruceCli/v2020_07_22/createSchemaOptions.schema.ts"],"sourcesContent":["import { SchemaRegistry } from '@sprucelabs/schema'\nimport { SpruceSchemas } from '../../schemas.types'\n\n\n\nconst createSchemaOptionsSchema: SpruceSchemas.SpruceCli.v2020_07_22.CreateSchemaOptionsSchema = {\n\tid: 'createSchemaOptions',\n\tversion: 'v2020_07_22',\n\tnamespace: 'SpruceCli',\n\tname: 'Create schema',\n\tdescription: 'Create the builder to a fresh new schema!',\n\t fields: {\n\t /** Field types directory. Where field types and interfaces will be generated. */\n\t 'fieldTypesDestinationDir': {\n\t label: 'Field types directory',\n\t type: 'text',\n\t isPrivate: true,\n\t hint: 'Where field types and interfaces will be generated.',\n\t defaultValue: \"#spruce/schemas\",\n\t options: undefined\n\t },\n\t /** Addons lookup directory. Where I'll look for new schema fields to be registered. */\n\t 'addonsLookupDir': {\n\t label: 'Addons lookup directory',\n\t type: 'text',\n\t hint: 'Where I\\'ll look for new schema fields to be registered.',\n\t defaultValue: \"src/addons\",\n\t options: undefined\n\t },\n\t /** Generate field types. Should I generate field types too? */\n\t 'generateFieldTypes': {\n\t label: 'Generate field types',\n\t type: 'boolean',\n\t isPrivate: true,\n\t hint: 'Should I generate field types too?',\n\t defaultValue: true,\n\t options: undefined\n\t },\n\t /** Schema types destination directory. Where I will generate schema types and interfaces. */\n\t 'schemaTypesDestinationDirOrFile': {\n\t label: 'Schema types destination directory',\n\t type: 'text',\n\t hint: 'Where I will generate schema types and interfaces.',\n\t defaultValue: \"#spruce/schemas\",\n\t options: undefined\n\t },\n\t /** . Where I should look for your schema builders? */\n\t 'schemaLookupDir': {\n\t type: 'text',\n\t hint: 'Where I should look for your schema builders?',\n\t defaultValue: \"src/schemas\",\n\t options: undefined\n\t },\n\t /** Source module. If this schema should be imported from a node module vs generated locally. */\n\t 'moduleToImportFromWhenRemote': {\n\t label: 'Source module',\n\t type: 'text',\n\t hint: 'If this schema should be imported from a node module vs generated locally.',\n\t options: undefined\n\t },\n\t /** Auto install missing dependencies. */\n\t 'shouldInstallMissingDependencies': {\n\t label: 'Auto install missing dependencies',\n\t type: 'boolean',\n\t options: undefined\n\t },\n\t /** Enable versioning. Should we use versioning? */\n\t 'shouldEnableVersioning': {\n\t label: 'Enable versioning',\n\t type: 'boolean',\n\t isPrivate: true,\n\t hint: 'Should we use versioning?',\n\t defaultValue: true,\n\t options: undefined\n\t },\n\t /** Global namespace. The name you'll use when accessing these schemas, e.g. SpruceSchemas */\n\t 'globalSchemaNamespace': {\n\t label: 'Global namespace',\n\t type: 'text',\n\t isPrivate: true,\n\t hint: 'The name you\\'ll use when accessing these schemas, e.g. SpruceSchemas',\n\t defaultValue: \"SpruceSchemas\",\n\t options: undefined\n\t },\n\t /** Fetch remote schemas. I will pull in schemas from other features. */\n\t 'shouldFetchRemoteSchemas': {\n\t label: 'Fetch remote schemas',\n\t type: 'boolean',\n\t isPrivate: true,\n\t hint: 'I will pull in schemas from other features.',\n\t defaultValue: true,\n\t options: undefined\n\t },\n\t /** Fetch local schemas. I will look in schemaLookupDir to load local schemas. */\n\t 'shouldFetchLocalSchemas': {\n\t label: 'Fetch local schemas',\n\t type: 'boolean',\n\t isPrivate: true,\n\t hint: 'I will look in schemaLookupDir to load local schemas.',\n\t defaultValue: true,\n\t options: undefined\n\t },\n\t /** Fetch core schemas. Should I pull in core schemas too? */\n\t 'shouldFetchCoreSchemas': {\n\t label: 'Fetch core schemas',\n\t type: 'boolean',\n\t isPrivate: true,\n\t hint: 'Should I pull in core schemas too?',\n\t defaultValue: true,\n\t options: undefined\n\t },\n\t /** Generate core schemas. Used only for updating the @sprucelabs/spruce-core-schemas. Ensures core schemas are generated like local schemas. Also an alias for `--shouldFetchRemoteSchemas=false --shouldFetchCoreSchemas=false --generateStandaloneTypesFile. */\n\t 'shouldGenerateCoreSchemaTypes': {\n\t label: 'Generate core schemas',\n\t type: 'boolean',\n\t isPrivate: true,\n\t hint: 'Used only for updating the @sprucelabs/spruce-core-schemas. Ensures core schemas are generated like local schemas. Also an alias for `--shouldFetchRemoteSchemas=false --shouldFetchCoreSchemas=false --generateStandaloneTypesFile.',\n\t options: undefined\n\t },\n\t /** Register built schemas. Should the schemas use the SchemaRegistry for tracking? */\n\t 'registerBuiltSchemas': {\n\t label: 'Register built schemas',\n\t type: 'boolean',\n\t isPrivate: true,\n\t hint: 'Should the schemas use the SchemaRegistry for tracking?',\n\t defaultValue: true,\n\t options: undefined\n\t },\n\t /** Delete directory if no schemas. Should I delete the schema directory if no schemas are found? */\n\t 'deleteDestinationDirIfNoSchemas': {\n\t label: 'Delete directory if no schemas',\n\t type: 'boolean',\n\t isPrivate: true,\n\t hint: 'Should I delete the schema directory if no schemas are found?',\n\t defaultValue: false,\n\t options: undefined\n\t },\n\t /** Delete orphaned schemas. Should I delete schemas where the builders are missing? */\n\t 'deleteOrphanedSchemas': {\n\t label: 'Delete orphaned schemas',\n\t type: 'boolean',\n\t isPrivate: true,\n\t hint: 'Should I delete schemas where the builders are missing?',\n\t defaultValue: true,\n\t options: undefined\n\t },\n\t /** Generate standalone types file. By default, I'll generate a types file that augments core types from @sprucelabs/spruce-core-schemas. Setting this to true will generate a stand alone types file. */\n\t 'generateStandaloneTypesFile': {\n\t label: 'Generate standalone types file',\n\t type: 'boolean',\n\t isPrivate: true,\n\t hint: 'By default, I\\'ll generate a types file that augments core types from @sprucelabs/spruce-core-schemas. Setting this to true will generate a stand alone types file.',\n\t defaultValue: false,\n\t options: undefined\n\t },\n\t /** message. */\n\t 'syncingMessage': {\n\t label: ' message',\n\t type: 'text',\n\t isPrivate: true,\n\t defaultValue: \"Syncing schemas...\",\n\t options: undefined\n\t },\n\t /** Schema builder destination directory. Where I'll save the new schema builder. */\n\t 'schemaBuilderDestinationDir': {\n\t label: 'Schema builder destination directory',\n\t type: 'text',\n\t hint: 'Where I\\'ll save the new schema builder.',\n\t defaultValue: \"src/schemas\",\n\t options: undefined\n\t },\n\t /** Builder function. The function that builds this schema */\n\t 'builderFunction': {\n\t label: 'Builder function',\n\t type: 'text',\n\t isPrivate: true,\n\t hint: 'The function that builds this schema',\n\t defaultValue: \"buildSchema\",\n\t options: undefined\n\t },\n\t /** Sync after creation. This will ensure types and schemas are in sync after you create your builder. */\n\t 'syncAfterCreate': {\n\t label: 'Sync after creation',\n\t type: 'boolean',\n\t isPrivate: true,\n\t hint: 'This will ensure types and schemas are in sync after you create your builder.',\n\t defaultValue: true,\n\t options: undefined\n\t },\n\t /** Version. Set a version yourself instead of letting me generate one for you */\n\t 'version': {\n\t label: 'Version',\n\t type: 'text',\n\t isPrivate: true,\n\t hint: 'Set a version yourself instead of letting me generate one for you',\n\t options: undefined\n\t },\n\t /** Readable name. The name people will read */\n\t 'nameReadable': {\n\t label: 'Readable name',\n\t type: 'text',\n\t isRequired: true,\n\t hint: 'The name people will read',\n\t options: undefined\n\t },\n\t /** Pascal case name. PascalCase of the name */\n\t 'namePascal': {\n\t label: 'Pascal case name',\n\t type: 'text',\n\t hint: 'PascalCase of the name',\n\t options: undefined\n\t },\n\t /** Camel case name. camelCase version of the name */\n\t 'nameCamel': {\n\t label: 'Camel case name',\n\t type: 'text',\n\t isRequired: true,\n\t hint: 'camelCase version of the name',\n\t options: undefined\n\t },\n\t /** Description. Describe a bit more here */\n\t 'description': {\n\t label: 'Description',\n\t type: 'text',\n\t hint: 'Describe a bit more here',\n\t options: undefined\n\t },\n\t }\n}\n\nSchemaRegistry.getInstance().trackSchema(createSchemaOptionsSchema)\n\nexport default createSchemaOptionsSchema\n"],"mappings":";;;;;;AAAA,IAAAA,OAAA,GAAAC,OAAA;AAKA,IAAMC,yBAAwF,GAAI;EACjGC,EAAE,EAAE,qBAAqB;EACzBC,OAAO,EAAE,aAAa;EACtBC,SAAS,EAAE,WAAW;EACtBC,IAAI,EAAE,eAAe;EACrBC,WAAW,EAAE,2CAA2C;EACpDC,MAAM,EAAE;IACA;IACA,0BAA0B,EAAE;MACxBC,KAAK,EAAE,uBAAuB;MAC9BC,IAAI,EAAE,MAAM;MACZC,SAAS,EAAE,IAAI;MACfC,IAAI,EAAE,qDAAqD;MAC3DC,YAAY,EAAE,iBAAiB;MAC/BC,OAAO,EAAEC;IACb,CAAC;IACD;IACA,iBAAiB,EAAE;MACfN,KAAK,EAAE,yBAAyB;MAChCC,IAAI,EAAE,MAAM;MACZE,IAAI,EAAE,0DAA0D;MAChEC,YAAY,EAAE,YAAY;MAC1BC,OAAO,EAAEC;IACb,CAAC;IACD;IACA,oBAAoB,EAAE;MAClBN,KAAK,EAAE,sBAAsB;MAC7BC,IAAI,EAAE,SAAS;MACfC,SAAS,EAAE,IAAI;MACfC,IAAI,EAAE,oCAAoC;MAC1CC,YAAY,EAAE,IAAI;MAClBC,OAAO,EAAEC;IACb,CAAC;IACD;IACA,iCAAiC,EAAE;MAC/BN,KAAK,EAAE,oCAAoC;MAC3CC,IAAI,EAAE,MAAM;MACZE,IAAI,EAAE,oDAAoD;MAC1DC,YAAY,EAAE,iBAAiB;MAC/BC,OAAO,EAAEC;IACb,CAAC;IACD;IACA,iBAAiB,EAAE;MACfL,IAAI,EAAE,MAAM;MACZE,IAAI,EAAE,+CAA+C;MACrDC,YAAY,EAAE,aAAa;MAC3BC,OAAO,EAAEC;IACb,CAAC;IACD;IACA,8BAA8B,EAAE;MAC5BN,KAAK,EAAE,eAAe;MACtBC,IAAI,EAAE,MAAM;MACZE,IAAI,EAAE,4EAA4E;MAClFE,OAAO,EAAEC;IACb,CAAC;IACD;IACA,kCAAkC,EAAE;MAChCN,KAAK,EAAE,mCAAmC;MAC1CC,IAAI,EAAE,SAAS;MACfI,OAAO,EAAEC;IACb,CAAC;IACD;IACA,wBAAwB,EAAE;MACtBN,KAAK,EAAE,mBAAmB;MAC1BC,IAAI,EAAE,SAAS;MACfC,SAAS,EAAE,IAAI;MACfC,IAAI,EAAE,2BAA2B;MACjCC,YAAY,EAAE,IAAI;MAClBC,OAAO,EAAEC;IACb,CAAC;IACD;IACA,uBAAuB,EAAE;MACrBN,KAAK,EAAE,kBAAkB;MACzBC,IAAI,EAAE,MAAM;MACZC,SAAS,EAAE,IAAI;MACfC,IAAI,EAAE,uEAAuE;MAC7EC,YAAY,EAAE,eAAe;MAC7BC,OAAO,EAAEC;IACb,CAAC;IACD;IACA,0BAA0B,EAAE;MACxBN,KAAK,EAAE,sBAAsB;MAC7BC,IAAI,EAAE,SAAS;MACfC,SAAS,EAAE,IAAI;MACfC,IAAI,EAAE,6CAA6C;MACnDC,YAAY,EAAE,IAAI;MAClBC,OAAO,EAAEC;IACb,CAAC;IACD;IACA,yBAAyB,EAAE;MACvBN,KAAK,EAAE,qBAAqB;MAC5BC,IAAI,EAAE,SAAS;MACfC,SAAS,EAAE,IAAI;MACfC,IAAI,EAAE,uDAAuD;MAC7DC,YAAY,EAAE,IAAI;MAClBC,OAAO,EAAEC;IACb,CAAC;IACD;IACA,wBAAwB,EAAE;MACtBN,KAAK,EAAE,oBAAoB;MAC3BC,IAAI,EAAE,SAAS;MACfC,SAAS,EAAE,IAAI;MACfC,IAAI,EAAE,oCAAoC;MAC1CC,YAAY,EAAE,IAAI;MAClBC,OAAO,EAAEC;IACb,CAAC;IACD;IACA,+BAA+B,EAAE;MAC7BN,KAAK,EAAE,uBAAuB;MAC9BC,IAAI,EAAE,SAAS;MACfC,SAAS,EAAE,IAAI;MACfC,IAAI,EAAE,sOAAsO;MAC5OE,OAAO,EAAEC;IACb,CAAC;IACD;IACA,sBAAsB,EAAE;MACpBN,KAAK,EAAE,wBAAwB;MAC/BC,IAAI,EAAE,SAAS;MACfC,SAAS,EAAE,IAAI;MACfC,IAAI,EAAE,yDAAyD;MAC/DC,YAAY,EAAE,IAAI;MAClBC,OAAO,EAAEC;IACb,CAAC;IACD;IACA,iCAAiC,EAAE;MAC/BN,KAAK,EAAE,gCAAgC;MACvCC,IAAI,EAAE,SAAS;MACfC,SAAS,EAAE,IAAI;MACfC,IAAI,EAAE,+DAA+D;MACrEC,YAAY,EAAE,KAAK;MACnBC,OAAO,EAAEC;IACb,CAAC;IACD;IACA,uBAAuB,EAAE;MACrBN,KAAK,EAAE,yBAAyB;MAChCC,IAAI,EAAE,SAAS;MACfC,SAAS,EAAE,IAAI;MACfC,IAAI,EAAE,yDAAyD;MAC/DC,YAAY,EAAE,IAAI;MAClBC,OAAO,EAAEC;IACb,CAAC;IACD;IACA,6BAA6B,EAAE;MAC3BN,KAAK,EAAE,gCAAgC;MACvCC,IAAI,EAAE,SAAS;MACfC,SAAS,EAAE,IAAI;MACfC,IAAI,EAAE,qKAAqK;MAC3KC,YAAY,EAAE,KAAK;MACnBC,OAAO,EAAEC;IACb,CAAC;IACD;IACA,gBAAgB,EAAE;MACdN,KAAK,EAAE,UAAU;MACjBC,IAAI,EAAE,MAAM;MACZC,SAAS,EAAE,IAAI;MACfE,YAAY,EAAE,oBAAoB;MAClCC,OAAO,EAAEC;IACb,CAAC;IACD;IACA,6BAA6B,EAAE;MAC3BN,KAAK,EAAE,sCAAsC;MAC7CC,IAAI,EAAE,MAAM;MACZE,IAAI,EAAE,0CAA0C;MAChDC,YAAY,EAAE,aAAa;MAC3BC,OAAO,EAAEC;IACb,CAAC;IACD;IACA,iBAAiB,EAAE;MACfN,KAAK,EAAE,kBAAkB;MACzBC,IAAI,EAAE,MAAM;MACZC,SAAS,EAAE,IAAI;MACfC,IAAI,EAAE,sCAAsC;MAC5CC,YAAY,EAAE,aAAa;MAC3BC,OAAO,EAAEC;IACb,CAAC;IACD;IACA,iBAAiB,EAAE;MACfN,KAAK,EAAE,qBAAqB;MAC5BC,IAAI,EAAE,SAAS;MACfC,SAAS,EAAE,IAAI;MACfC,IAAI,EAAE,+EAA+E;MACrFC,YAAY,EAAE,IAAI;MAClBC,OAAO,EAAEC;IACb,CAAC;IACD;IACA,SAAS,EAAE;MACPN,KAAK,EAAE,SAAS;MAChBC,IAAI,EAAE,MAAM;MACZC,SAAS,EAAE,IAAI;MACfC,IAAI,EAAE,mEAAmE;MACzEE,OAAO,EAAEC;IACb,CAAC;IACD;IACA,cAAc,EAAE;MACZN,KAAK,EAAE,eAAe;MACtBC,IAAI,EAAE,MAAM;MACZM,UAAU,EAAE,IAAI;MAChBJ,IAAI,EAAE,2BAA2B;MACjCE,OAAO,EAAEC;IACb,CAAC;IACD;IACA,YAAY,EAAE;MACVN,KAAK,EAAE,kBAAkB;MACzBC,IAAI,EAAE,MAAM;MACZE,IAAI,EAAE,wBAAwB;MAC9BE,OAAO,EAAEC;IACb,CAAC;IACD;IACA,WAAW,EAAE;MACTN,KAAK,EAAE,iBAAiB;MACxBC,IAAI,EAAE,MAAM;MACZM,UAAU,EAAE,IAAI;MAChBJ,IAAI,EAAE,+BAA+B;MACrCE,OAAO,EAAEC;IACb,CAAC;IACD;IACA,aAAa,EAAE;MACXN,KAAK,EAAE,aAAa;MACpBC,IAAI,EAAE,MAAM;MACZE,IAAI,EAAE,0BAA0B;MAChCE,OAAO,EAAEC;IACb;EACR;AACL,CAAC;AAEDE,sBAAc,CAACC,WAAW,CAAC,CAAC,CAACC,WAAW,CAACjB,yBAAyB,CAAC;AAAA,IAAAkB,QAAA,GAEpDlB,yBAAyB;AAAAmB,OAAA,cAAAD,QAAA"}
|
|
@@ -1,66 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, "__esModule", {
|
|
4
|
-
value: true
|
|
5
|
-
});
|
|
6
|
-
exports["default"] = void 0;
|
|
7
|
-
var _schema = require("@sprucelabs/schema");
|
|
8
|
-
var createTestOptionsSchema = {
|
|
9
|
-
id: 'createTestOptions',
|
|
10
|
-
version: 'v2020_07_22',
|
|
11
|
-
namespace: 'SpruceCli',
|
|
12
|
-
name: 'Create test action',
|
|
13
|
-
description: 'Your first failing test just a command away! ⚔️',
|
|
14
|
-
fields: {
|
|
15
|
-
/** Type of test. */
|
|
16
|
-
'type': {
|
|
17
|
-
label: 'Type of test',
|
|
18
|
-
type: 'select',
|
|
19
|
-
isRequired: true,
|
|
20
|
-
options: {
|
|
21
|
-
choices: [{
|
|
22
|
-
"value": "behavioral",
|
|
23
|
-
"label": "Behavioral"
|
|
24
|
-
}, {
|
|
25
|
-
"value": "implementation",
|
|
26
|
-
"label": "Implementation"
|
|
27
|
-
}]
|
|
28
|
-
}
|
|
29
|
-
},
|
|
30
|
-
/** What are you testing?. E.g. Todo Card or Systems List */
|
|
31
|
-
'nameReadable': {
|
|
32
|
-
label: 'What are you testing?',
|
|
33
|
-
type: 'text',
|
|
34
|
-
isRequired: true,
|
|
35
|
-
hint: 'E.g. Todo Card or Systems List',
|
|
36
|
-
options: undefined
|
|
37
|
-
},
|
|
38
|
-
/** Test destination directory. Where I'll save your new test. */
|
|
39
|
-
'testDestinationDir': {
|
|
40
|
-
label: 'Test destination directory',
|
|
41
|
-
type: 'text',
|
|
42
|
-
hint: 'Where I\'ll save your new test.',
|
|
43
|
-
defaultValue: "src/__tests__",
|
|
44
|
-
options: undefined
|
|
45
|
-
},
|
|
46
|
-
/** Camel case name. camelCase version of the name */
|
|
47
|
-
'nameCamel': {
|
|
48
|
-
label: 'Camel case name',
|
|
49
|
-
type: 'text',
|
|
50
|
-
isRequired: true,
|
|
51
|
-
hint: 'camelCase version of the name',
|
|
52
|
-
options: undefined
|
|
53
|
-
},
|
|
54
|
-
/** Pascal case name. PascalCase of the name */
|
|
55
|
-
'namePascal': {
|
|
56
|
-
label: 'Pascal case name',
|
|
57
|
-
type: 'text',
|
|
58
|
-
hint: 'PascalCase of the name',
|
|
59
|
-
options: undefined
|
|
60
|
-
}
|
|
61
|
-
}
|
|
62
|
-
};
|
|
63
|
-
_schema.SchemaRegistry.getInstance().trackSchema(createTestOptionsSchema);
|
|
64
|
-
var _default = createTestOptionsSchema;
|
|
65
|
-
exports["default"] = _default;
|
|
66
|
-
//# sourceMappingURL=createTestOptions.schema.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"createTestOptions.schema.js","names":["_schema","require","createTestOptionsSchema","id","version","namespace","name","description","fields","label","type","isRequired","options","choices","hint","undefined","defaultValue","SchemaRegistry","getInstance","trackSchema","_default","exports"],"sources":["../../../../../src/.spruce/schemas/spruceCli/v2020_07_22/createTestOptions.schema.ts"],"sourcesContent":["import { SchemaRegistry } from '@sprucelabs/schema'\nimport { SpruceSchemas } from '../../schemas.types'\n\n\n\nconst createTestOptionsSchema: SpruceSchemas.SpruceCli.v2020_07_22.CreateTestOptionsSchema = {\n\tid: 'createTestOptions',\n\tversion: 'v2020_07_22',\n\tnamespace: 'SpruceCli',\n\tname: 'Create test action',\n\tdescription: 'Your first failing test just a command away! ⚔️',\n\t fields: {\n\t /** Type of test. */\n\t 'type': {\n\t label: 'Type of test',\n\t type: 'select',\n\t isRequired: true,\n\t options: {choices: [{\"value\":\"behavioral\",\"label\":\"Behavioral\"},{\"value\":\"implementation\",\"label\":\"Implementation\"}],}\n\t },\n\t /** What are you testing?. E.g. Todo Card or Systems List */\n\t 'nameReadable': {\n\t label: 'What are you testing?',\n\t type: 'text',\n\t isRequired: true,\n\t hint: 'E.g. Todo Card or Systems List',\n\t options: undefined\n\t },\n\t /** Test destination directory. Where I'll save your new test. */\n\t 'testDestinationDir': {\n\t label: 'Test destination directory',\n\t type: 'text',\n\t hint: 'Where I\\'ll save your new test.',\n\t defaultValue: \"src/__tests__\",\n\t options: undefined\n\t },\n\t /** Camel case name. camelCase version of the name */\n\t 'nameCamel': {\n\t label: 'Camel case name',\n\t type: 'text',\n\t isRequired: true,\n\t hint: 'camelCase version of the name',\n\t options: undefined\n\t },\n\t /** Pascal case name. PascalCase of the name */\n\t 'namePascal': {\n\t label: 'Pascal case name',\n\t type: 'text',\n\t hint: 'PascalCase of the name',\n\t options: undefined\n\t },\n\t }\n}\n\nSchemaRegistry.getInstance().trackSchema(createTestOptionsSchema)\n\nexport default createTestOptionsSchema\n"],"mappings":";;;;;;AAAA,IAAAA,OAAA,GAAAC,OAAA;AAKA,IAAMC,uBAAoF,GAAI;EAC7FC,EAAE,EAAE,mBAAmB;EACvBC,OAAO,EAAE,aAAa;EACtBC,SAAS,EAAE,WAAW;EACtBC,IAAI,EAAE,oBAAoB;EAC1BC,WAAW,EAAE,iDAAiD;EAC1DC,MAAM,EAAE;IACA;IACA,MAAM,EAAE;MACJC,KAAK,EAAE,cAAc;MACrBC,IAAI,EAAE,QAAQ;MACdC,UAAU,EAAE,IAAI;MAChBC,OAAO,EAAE;QAACC,OAAO,EAAE,CAAC;UAAC,OAAO,EAAC,YAAY;UAAC,OAAO,EAAC;QAAY,CAAC,EAAC;UAAC,OAAO,EAAC,gBAAgB;UAAC,OAAO,EAAC;QAAgB,CAAC;MAAE;IACzH,CAAC;IACD;IACA,cAAc,EAAE;MACZJ,KAAK,EAAE,uBAAuB;MAC9BC,IAAI,EAAE,MAAM;MACZC,UAAU,EAAE,IAAI;MAChBG,IAAI,EAAE,gCAAgC;MACtCF,OAAO,EAAEG;IACb,CAAC;IACD;IACA,oBAAoB,EAAE;MAClBN,KAAK,EAAE,4BAA4B;MACnCC,IAAI,EAAE,MAAM;MACZI,IAAI,EAAE,iCAAiC;MACvCE,YAAY,EAAE,eAAe;MAC7BJ,OAAO,EAAEG;IACb,CAAC;IACD;IACA,WAAW,EAAE;MACTN,KAAK,EAAE,iBAAiB;MACxBC,IAAI,EAAE,MAAM;MACZC,UAAU,EAAE,IAAI;MAChBG,IAAI,EAAE,+BAA+B;MACrCF,OAAO,EAAEG;IACb,CAAC;IACD;IACA,YAAY,EAAE;MACVN,KAAK,EAAE,kBAAkB;MACzBC,IAAI,EAAE,MAAM;MACZI,IAAI,EAAE,wBAAwB;MAC9BF,OAAO,EAAEG;IACb;EACR;AACL,CAAC;AAEDE,sBAAc,CAACC,WAAW,CAAC,CAAC,CAACC,WAAW,CAACjB,uBAAuB,CAAC;AAAA,IAAAkB,QAAA,GAElDlB,uBAAuB;AAAAmB,OAAA,cAAAD,QAAA"}
|
|
@@ -1,56 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, "__esModule", {
|
|
4
|
-
value: true
|
|
5
|
-
});
|
|
6
|
-
exports["default"] = void 0;
|
|
7
|
-
var _schema = require("@sprucelabs/schema");
|
|
8
|
-
var generatedDirSchema = {
|
|
9
|
-
id: 'generatedDir',
|
|
10
|
-
version: 'v2020_07_22',
|
|
11
|
-
namespace: 'SpruceCli',
|
|
12
|
-
name: '',
|
|
13
|
-
fields: {
|
|
14
|
-
/** . */
|
|
15
|
-
'name': {
|
|
16
|
-
type: 'text',
|
|
17
|
-
isRequired: true,
|
|
18
|
-
options: undefined
|
|
19
|
-
},
|
|
20
|
-
/** . */
|
|
21
|
-
'path': {
|
|
22
|
-
type: 'text',
|
|
23
|
-
isRequired: true,
|
|
24
|
-
options: undefined
|
|
25
|
-
},
|
|
26
|
-
/** . */
|
|
27
|
-
'description': {
|
|
28
|
-
type: 'text',
|
|
29
|
-
options: undefined
|
|
30
|
-
},
|
|
31
|
-
/** . */
|
|
32
|
-
'action': {
|
|
33
|
-
type: 'select',
|
|
34
|
-
isRequired: true,
|
|
35
|
-
options: {
|
|
36
|
-
choices: [{
|
|
37
|
-
"label": "Skipped",
|
|
38
|
-
"value": "skipped"
|
|
39
|
-
}, {
|
|
40
|
-
"label": "Generated",
|
|
41
|
-
"value": "generated"
|
|
42
|
-
}, {
|
|
43
|
-
"label": "Updated",
|
|
44
|
-
"value": "updated"
|
|
45
|
-
}, {
|
|
46
|
-
"label": "Deleted",
|
|
47
|
-
"value": "deleted"
|
|
48
|
-
}]
|
|
49
|
-
}
|
|
50
|
-
}
|
|
51
|
-
}
|
|
52
|
-
};
|
|
53
|
-
_schema.SchemaRegistry.getInstance().trackSchema(generatedDirSchema);
|
|
54
|
-
var _default = generatedDirSchema;
|
|
55
|
-
exports["default"] = _default;
|
|
56
|
-
//# sourceMappingURL=generatedDir.schema.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"generatedDir.schema.js","names":["_schema","require","generatedDirSchema","id","version","namespace","name","fields","type","isRequired","options","undefined","choices","SchemaRegistry","getInstance","trackSchema","_default","exports"],"sources":["../../../../../src/.spruce/schemas/spruceCli/v2020_07_22/generatedDir.schema.ts"],"sourcesContent":["import { SchemaRegistry } from '@sprucelabs/schema'\nimport { SpruceSchemas } from '../../schemas.types'\n\n\n\nconst generatedDirSchema: SpruceSchemas.SpruceCli.v2020_07_22.GeneratedDirSchema = {\n\tid: 'generatedDir',\n\tversion: 'v2020_07_22',\n\tnamespace: 'SpruceCli',\n\tname: '',\n\t fields: {\n\t /** . */\n\t 'name': {\n\t type: 'text',\n\t isRequired: true,\n\t options: undefined\n\t },\n\t /** . */\n\t 'path': {\n\t type: 'text',\n\t isRequired: true,\n\t options: undefined\n\t },\n\t /** . */\n\t 'description': {\n\t type: 'text',\n\t options: undefined\n\t },\n\t /** . */\n\t 'action': {\n\t type: 'select',\n\t isRequired: true,\n\t options: {choices: [{\"label\":\"Skipped\",\"value\":\"skipped\"},{\"label\":\"Generated\",\"value\":\"generated\"},{\"label\":\"Updated\",\"value\":\"updated\"},{\"label\":\"Deleted\",\"value\":\"deleted\"}],}\n\t },\n\t }\n}\n\nSchemaRegistry.getInstance().trackSchema(generatedDirSchema)\n\nexport default generatedDirSchema\n"],"mappings":";;;;;;AAAA,IAAAA,OAAA,GAAAC,OAAA;AAKA,IAAMC,kBAA0E,GAAI;EACnFC,EAAE,EAAE,cAAc;EAClBC,OAAO,EAAE,aAAa;EACtBC,SAAS,EAAE,WAAW;EACtBC,IAAI,EAAE,EAAE;EACJC,MAAM,EAAE;IACA;IACA,MAAM,EAAE;MACJC,IAAI,EAAE,MAAM;MACZC,UAAU,EAAE,IAAI;MAChBC,OAAO,EAAEC;IACb,CAAC;IACD;IACA,MAAM,EAAE;MACJH,IAAI,EAAE,MAAM;MACZC,UAAU,EAAE,IAAI;MAChBC,OAAO,EAAEC;IACb,CAAC;IACD;IACA,aAAa,EAAE;MACXH,IAAI,EAAE,MAAM;MACZE,OAAO,EAAEC;IACb,CAAC;IACD;IACA,QAAQ,EAAE;MACNH,IAAI,EAAE,QAAQ;MACdC,UAAU,EAAE,IAAI;MAChBC,OAAO,EAAE;QAACE,OAAO,EAAE,CAAC;UAAC,OAAO,EAAC,SAAS;UAAC,OAAO,EAAC;QAAS,CAAC,EAAC;UAAC,OAAO,EAAC,WAAW;UAAC,OAAO,EAAC;QAAW,CAAC,EAAC;UAAC,OAAO,EAAC,SAAS;UAAC,OAAO,EAAC;QAAS,CAAC,EAAC;UAAC,OAAO,EAAC,SAAS;UAAC,OAAO,EAAC;QAAS,CAAC;MAAE;IACrL;EACR;AACL,CAAC;AAEDC,sBAAc,CAACC,WAAW,CAAC,CAAC,CAACC,WAAW,CAACb,kBAAkB,CAAC;AAAA,IAAAc,QAAA,GAE7Cd,kBAAkB;AAAAe,OAAA,cAAAD,QAAA"}
|
|
@@ -1,56 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, "__esModule", {
|
|
4
|
-
value: true
|
|
5
|
-
});
|
|
6
|
-
exports["default"] = void 0;
|
|
7
|
-
var _schema = require("@sprucelabs/schema");
|
|
8
|
-
var generatedFileSchema = {
|
|
9
|
-
id: 'generatedFile',
|
|
10
|
-
version: 'v2020_07_22',
|
|
11
|
-
namespace: 'SpruceCli',
|
|
12
|
-
name: '',
|
|
13
|
-
fields: {
|
|
14
|
-
/** . */
|
|
15
|
-
'name': {
|
|
16
|
-
type: 'text',
|
|
17
|
-
isRequired: true,
|
|
18
|
-
options: undefined
|
|
19
|
-
},
|
|
20
|
-
/** . */
|
|
21
|
-
'path': {
|
|
22
|
-
type: 'text',
|
|
23
|
-
isRequired: true,
|
|
24
|
-
options: undefined
|
|
25
|
-
},
|
|
26
|
-
/** . */
|
|
27
|
-
'description': {
|
|
28
|
-
type: 'text',
|
|
29
|
-
options: undefined
|
|
30
|
-
},
|
|
31
|
-
/** . */
|
|
32
|
-
'action': {
|
|
33
|
-
type: 'select',
|
|
34
|
-
isRequired: true,
|
|
35
|
-
options: {
|
|
36
|
-
choices: [{
|
|
37
|
-
"label": "Skipped",
|
|
38
|
-
"value": "skipped"
|
|
39
|
-
}, {
|
|
40
|
-
"label": "Generated",
|
|
41
|
-
"value": "generated"
|
|
42
|
-
}, {
|
|
43
|
-
"label": "Updated",
|
|
44
|
-
"value": "updated"
|
|
45
|
-
}, {
|
|
46
|
-
"label": "Deleted",
|
|
47
|
-
"value": "deleted"
|
|
48
|
-
}]
|
|
49
|
-
}
|
|
50
|
-
}
|
|
51
|
-
}
|
|
52
|
-
};
|
|
53
|
-
_schema.SchemaRegistry.getInstance().trackSchema(generatedFileSchema);
|
|
54
|
-
var _default = generatedFileSchema;
|
|
55
|
-
exports["default"] = _default;
|
|
56
|
-
//# sourceMappingURL=generatedFile.schema.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"generatedFile.schema.js","names":["_schema","require","generatedFileSchema","id","version","namespace","name","fields","type","isRequired","options","undefined","choices","SchemaRegistry","getInstance","trackSchema","_default","exports"],"sources":["../../../../../src/.spruce/schemas/spruceCli/v2020_07_22/generatedFile.schema.ts"],"sourcesContent":["import { SchemaRegistry } from '@sprucelabs/schema'\nimport { SpruceSchemas } from '../../schemas.types'\n\n\n\nconst generatedFileSchema: SpruceSchemas.SpruceCli.v2020_07_22.GeneratedFileSchema = {\n\tid: 'generatedFile',\n\tversion: 'v2020_07_22',\n\tnamespace: 'SpruceCli',\n\tname: '',\n\t fields: {\n\t /** . */\n\t 'name': {\n\t type: 'text',\n\t isRequired: true,\n\t options: undefined\n\t },\n\t /** . */\n\t 'path': {\n\t type: 'text',\n\t isRequired: true,\n\t options: undefined\n\t },\n\t /** . */\n\t 'description': {\n\t type: 'text',\n\t options: undefined\n\t },\n\t /** . */\n\t 'action': {\n\t type: 'select',\n\t isRequired: true,\n\t options: {choices: [{\"label\":\"Skipped\",\"value\":\"skipped\"},{\"label\":\"Generated\",\"value\":\"generated\"},{\"label\":\"Updated\",\"value\":\"updated\"},{\"label\":\"Deleted\",\"value\":\"deleted\"}],}\n\t },\n\t }\n}\n\nSchemaRegistry.getInstance().trackSchema(generatedFileSchema)\n\nexport default generatedFileSchema\n"],"mappings":";;;;;;AAAA,IAAAA,OAAA,GAAAC,OAAA;AAKA,IAAMC,mBAA4E,GAAI;EACrFC,EAAE,EAAE,eAAe;EACnBC,OAAO,EAAE,aAAa;EACtBC,SAAS,EAAE,WAAW;EACtBC,IAAI,EAAE,EAAE;EACJC,MAAM,EAAE;IACA;IACA,MAAM,EAAE;MACJC,IAAI,EAAE,MAAM;MACZC,UAAU,EAAE,IAAI;MAChBC,OAAO,EAAEC;IACb,CAAC;IACD;IACA,MAAM,EAAE;MACJH,IAAI,EAAE,MAAM;MACZC,UAAU,EAAE,IAAI;MAChBC,OAAO,EAAEC;IACb,CAAC;IACD;IACA,aAAa,EAAE;MACXH,IAAI,EAAE,MAAM;MACZE,OAAO,EAAEC;IACb,CAAC;IACD;IACA,QAAQ,EAAE;MACNH,IAAI,EAAE,QAAQ;MACdC,UAAU,EAAE,IAAI;MAChBC,OAAO,EAAE;QAACE,OAAO,EAAE,CAAC;UAAC,OAAO,EAAC,SAAS;UAAC,OAAO,EAAC;QAAS,CAAC,EAAC;UAAC,OAAO,EAAC,WAAW;UAAC,OAAO,EAAC;QAAW,CAAC,EAAC;UAAC,OAAO,EAAC,SAAS;UAAC,OAAO,EAAC;QAAS,CAAC,EAAC;UAAC,OAAO,EAAC,SAAS;UAAC,OAAO,EAAC;QAAS,CAAC;MAAE;IACrL;EACR;AACL,CAAC;AAEDC,sBAAc,CAACC,WAAW,CAAC,CAAC,CAACC,WAAW,CAACb,mBAAmB,CAAC;AAAA,IAAAc,QAAA,GAE9Cd,mBAAmB;AAAAe,OAAA,cAAAD,QAAA"}
|
package/build/.spruce/schemas/spruceCli/v2020_07_22/installSkillAtOrganizationOptions.schema.js
DELETED
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, "__esModule", {
|
|
4
|
-
value: true
|
|
5
|
-
});
|
|
6
|
-
exports["default"] = void 0;
|
|
7
|
-
var _schema = require("@sprucelabs/schema");
|
|
8
|
-
var installSkillAtOrganizationOptionsSchema = {
|
|
9
|
-
id: 'installSkillAtOrganizationOptions',
|
|
10
|
-
version: 'v2020_07_22',
|
|
11
|
-
namespace: 'SpruceCli',
|
|
12
|
-
name: 'install skill at organization action',
|
|
13
|
-
description: 'Install your skill at any organization you are connected to.',
|
|
14
|
-
fields: {
|
|
15
|
-
/** Organization id. */
|
|
16
|
-
'organizationId': {
|
|
17
|
-
label: 'Organization id',
|
|
18
|
-
type: 'id',
|
|
19
|
-
options: undefined
|
|
20
|
-
}
|
|
21
|
-
}
|
|
22
|
-
};
|
|
23
|
-
_schema.SchemaRegistry.getInstance().trackSchema(installSkillAtOrganizationOptionsSchema);
|
|
24
|
-
var _default = installSkillAtOrganizationOptionsSchema;
|
|
25
|
-
exports["default"] = _default;
|
|
26
|
-
//# sourceMappingURL=installSkillAtOrganizationOptions.schema.js.map
|
package/build/.spruce/schemas/spruceCli/v2020_07_22/installSkillAtOrganizationOptions.schema.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"installSkillAtOrganizationOptions.schema.js","names":["_schema","require","installSkillAtOrganizationOptionsSchema","id","version","namespace","name","description","fields","label","type","options","undefined","SchemaRegistry","getInstance","trackSchema","_default","exports"],"sources":["../../../../../src/.spruce/schemas/spruceCli/v2020_07_22/installSkillAtOrganizationOptions.schema.ts"],"sourcesContent":["import { SchemaRegistry } from '@sprucelabs/schema'\nimport { SpruceSchemas } from '../../schemas.types'\n\n\n\nconst installSkillAtOrganizationOptionsSchema: SpruceSchemas.SpruceCli.v2020_07_22.InstallSkillAtOrganizationOptionsSchema = {\n\tid: 'installSkillAtOrganizationOptions',\n\tversion: 'v2020_07_22',\n\tnamespace: 'SpruceCli',\n\tname: 'install skill at organization action',\n\tdescription: 'Install your skill at any organization you are connected to.',\n\t fields: {\n\t /** Organization id. */\n\t 'organizationId': {\n\t label: 'Organization id',\n\t type: 'id',\n\t options: undefined\n\t },\n\t }\n}\n\nSchemaRegistry.getInstance().trackSchema(installSkillAtOrganizationOptionsSchema)\n\nexport default installSkillAtOrganizationOptionsSchema\n"],"mappings":";;;;;;AAAA,IAAAA,OAAA,GAAAC,OAAA;AAKA,IAAMC,uCAAoH,GAAI;EAC7HC,EAAE,EAAE,mCAAmC;EACvCC,OAAO,EAAE,aAAa;EACtBC,SAAS,EAAE,WAAW;EACtBC,IAAI,EAAE,sCAAsC;EAC5CC,WAAW,EAAE,8DAA8D;EACvEC,MAAM,EAAE;IACA;IACA,gBAAgB,EAAE;MACdC,KAAK,EAAE,iBAAiB;MACxBC,IAAI,EAAE,IAAI;MACVC,OAAO,EAAEC;IACb;EACR;AACL,CAAC;AAEDC,sBAAc,CAACC,WAAW,CAAC,CAAC,CAACC,WAAW,CAACb,uCAAuC,CAAC;AAAA,IAAAc,QAAA,GAElEd,uCAAuC;AAAAe,OAAA,cAAAD,QAAA"}
|
|
@@ -1,85 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, "__esModule", {
|
|
4
|
-
value: true
|
|
5
|
-
});
|
|
6
|
-
exports["default"] = void 0;
|
|
7
|
-
var _schema = require("@sprucelabs/schema");
|
|
8
|
-
var listenEventOptionsSchema = {
|
|
9
|
-
id: 'listenEventOptions',
|
|
10
|
-
version: 'v2020_07_22',
|
|
11
|
-
namespace: 'SpruceCli',
|
|
12
|
-
name: 'Listen to event action',
|
|
13
|
-
description: 'Options for event.listen.',
|
|
14
|
-
fields: {
|
|
15
|
-
/** Contract destination. Where I will generate event contracts. */
|
|
16
|
-
'contractDestinationDir': {
|
|
17
|
-
label: 'Contract destination',
|
|
18
|
-
type: 'text',
|
|
19
|
-
hint: 'Where I will generate event contracts.',
|
|
20
|
-
defaultValue: "#spruce/events",
|
|
21
|
-
options: undefined
|
|
22
|
-
},
|
|
23
|
-
/** Schema types lookup directory. Where I will lookup schema types and interfaces. */
|
|
24
|
-
'schemaTypesLookupDir': {
|
|
25
|
-
label: 'Schema types lookup directory',
|
|
26
|
-
type: 'text',
|
|
27
|
-
hint: 'Where I will lookup schema types and interfaces.',
|
|
28
|
-
defaultValue: "#spruce/schemas",
|
|
29
|
-
options: undefined
|
|
30
|
-
},
|
|
31
|
-
/** Sync only core events. For use in @sprucelabs/mercury-types */
|
|
32
|
-
'shouldSyncOnlyCoreEvents': {
|
|
33
|
-
label: 'Sync only core events',
|
|
34
|
-
type: 'boolean',
|
|
35
|
-
hint: 'For use in @sprucelabs/mercury-types',
|
|
36
|
-
options: undefined
|
|
37
|
-
},
|
|
38
|
-
/** Event signature types file. */
|
|
39
|
-
'skillEventContractTypesFile': {
|
|
40
|
-
label: 'Event signature types file',
|
|
41
|
-
type: 'text',
|
|
42
|
-
defaultValue: "@sprucelabs/mercury-types/build/types/mercury.types",
|
|
43
|
-
options: undefined
|
|
44
|
-
},
|
|
45
|
-
/** Event builder file. */
|
|
46
|
-
'eventBuilderFile': {
|
|
47
|
-
label: 'Event builder file',
|
|
48
|
-
type: 'text',
|
|
49
|
-
defaultValue: "@sprucelabs/mercury-types",
|
|
50
|
-
options: undefined
|
|
51
|
-
},
|
|
52
|
-
/** Namespace. */
|
|
53
|
-
'namespace': {
|
|
54
|
-
label: 'Namespace',
|
|
55
|
-
type: 'text',
|
|
56
|
-
options: undefined
|
|
57
|
-
},
|
|
58
|
-
/** Event name. */
|
|
59
|
-
'eventName': {
|
|
60
|
-
label: 'Event name',
|
|
61
|
-
type: 'text',
|
|
62
|
-
options: undefined
|
|
63
|
-
},
|
|
64
|
-
/** Events destination directory. Where should I add your listeners? */
|
|
65
|
-
'listenerDestinationDir': {
|
|
66
|
-
label: 'Events destination directory',
|
|
67
|
-
type: 'text',
|
|
68
|
-
hint: 'Where should I add your listeners?',
|
|
69
|
-
defaultValue: "src/listeners",
|
|
70
|
-
options: undefined
|
|
71
|
-
},
|
|
72
|
-
/** Version. Set a version yourself instead of letting me generate one for you */
|
|
73
|
-
'version': {
|
|
74
|
-
label: 'Version',
|
|
75
|
-
type: 'text',
|
|
76
|
-
isPrivate: true,
|
|
77
|
-
hint: 'Set a version yourself instead of letting me generate one for you',
|
|
78
|
-
options: undefined
|
|
79
|
-
}
|
|
80
|
-
}
|
|
81
|
-
};
|
|
82
|
-
_schema.SchemaRegistry.getInstance().trackSchema(listenEventOptionsSchema);
|
|
83
|
-
var _default = listenEventOptionsSchema;
|
|
84
|
-
exports["default"] = _default;
|
|
85
|
-
//# sourceMappingURL=listenEventOptions.schema.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"listenEventOptions.schema.js","names":["_schema","require","listenEventOptionsSchema","id","version","namespace","name","description","fields","label","type","hint","defaultValue","options","undefined","isPrivate","SchemaRegistry","getInstance","trackSchema","_default","exports"],"sources":["../../../../../src/.spruce/schemas/spruceCli/v2020_07_22/listenEventOptions.schema.ts"],"sourcesContent":["import { SchemaRegistry } from '@sprucelabs/schema'\nimport { SpruceSchemas } from '../../schemas.types'\n\n\n\nconst listenEventOptionsSchema: SpruceSchemas.SpruceCli.v2020_07_22.ListenEventOptionsSchema = {\n\tid: 'listenEventOptions',\n\tversion: 'v2020_07_22',\n\tnamespace: 'SpruceCli',\n\tname: 'Listen to event action',\n\tdescription: 'Options for event.listen.',\n\t fields: {\n\t /** Contract destination. Where I will generate event contracts. */\n\t 'contractDestinationDir': {\n\t label: 'Contract destination',\n\t type: 'text',\n\t hint: 'Where I will generate event contracts.',\n\t defaultValue: \"#spruce/events\",\n\t options: undefined\n\t },\n\t /** Schema types lookup directory. Where I will lookup schema types and interfaces. */\n\t 'schemaTypesLookupDir': {\n\t label: 'Schema types lookup directory',\n\t type: 'text',\n\t hint: 'Where I will lookup schema types and interfaces.',\n\t defaultValue: \"#spruce/schemas\",\n\t options: undefined\n\t },\n\t /** Sync only core events. For use in @sprucelabs/mercury-types */\n\t 'shouldSyncOnlyCoreEvents': {\n\t label: 'Sync only core events',\n\t type: 'boolean',\n\t hint: 'For use in @sprucelabs/mercury-types',\n\t options: undefined\n\t },\n\t /** Event signature types file. */\n\t 'skillEventContractTypesFile': {\n\t label: 'Event signature types file',\n\t type: 'text',\n\t defaultValue: \"@sprucelabs/mercury-types/build/types/mercury.types\",\n\t options: undefined\n\t },\n\t /** Event builder file. */\n\t 'eventBuilderFile': {\n\t label: 'Event builder file',\n\t type: 'text',\n\t defaultValue: \"@sprucelabs/mercury-types\",\n\t options: undefined\n\t },\n\t /** Namespace. */\n\t 'namespace': {\n\t label: 'Namespace',\n\t type: 'text',\n\t options: undefined\n\t },\n\t /** Event name. */\n\t 'eventName': {\n\t label: 'Event name',\n\t type: 'text',\n\t options: undefined\n\t },\n\t /** Events destination directory. Where should I add your listeners? */\n\t 'listenerDestinationDir': {\n\t label: 'Events destination directory',\n\t type: 'text',\n\t hint: 'Where should I add your listeners?',\n\t defaultValue: \"src/listeners\",\n\t options: undefined\n\t },\n\t /** Version. Set a version yourself instead of letting me generate one for you */\n\t 'version': {\n\t label: 'Version',\n\t type: 'text',\n\t isPrivate: true,\n\t hint: 'Set a version yourself instead of letting me generate one for you',\n\t options: undefined\n\t },\n\t }\n}\n\nSchemaRegistry.getInstance().trackSchema(listenEventOptionsSchema)\n\nexport default listenEventOptionsSchema\n"],"mappings":";;;;;;AAAA,IAAAA,OAAA,GAAAC,OAAA;AAKA,IAAMC,wBAAsF,GAAI;EAC/FC,EAAE,EAAE,oBAAoB;EACxBC,OAAO,EAAE,aAAa;EACtBC,SAAS,EAAE,WAAW;EACtBC,IAAI,EAAE,wBAAwB;EAC9BC,WAAW,EAAE,2BAA2B;EACpCC,MAAM,EAAE;IACA;IACA,wBAAwB,EAAE;MACtBC,KAAK,EAAE,sBAAsB;MAC7BC,IAAI,EAAE,MAAM;MACZC,IAAI,EAAE,wCAAwC;MAC9CC,YAAY,EAAE,gBAAgB;MAC9BC,OAAO,EAAEC;IACb,CAAC;IACD;IACA,sBAAsB,EAAE;MACpBL,KAAK,EAAE,+BAA+B;MACtCC,IAAI,EAAE,MAAM;MACZC,IAAI,EAAE,kDAAkD;MACxDC,YAAY,EAAE,iBAAiB;MAC/BC,OAAO,EAAEC;IACb,CAAC;IACD;IACA,0BAA0B,EAAE;MACxBL,KAAK,EAAE,uBAAuB;MAC9BC,IAAI,EAAE,SAAS;MACfC,IAAI,EAAE,sCAAsC;MAC5CE,OAAO,EAAEC;IACb,CAAC;IACD;IACA,6BAA6B,EAAE;MAC3BL,KAAK,EAAE,4BAA4B;MACnCC,IAAI,EAAE,MAAM;MACZE,YAAY,EAAE,qDAAqD;MACnEC,OAAO,EAAEC;IACb,CAAC;IACD;IACA,kBAAkB,EAAE;MAChBL,KAAK,EAAE,oBAAoB;MAC3BC,IAAI,EAAE,MAAM;MACZE,YAAY,EAAE,2BAA2B;MACzCC,OAAO,EAAEC;IACb,CAAC;IACD;IACA,WAAW,EAAE;MACTL,KAAK,EAAE,WAAW;MAClBC,IAAI,EAAE,MAAM;MACZG,OAAO,EAAEC;IACb,CAAC;IACD;IACA,WAAW,EAAE;MACTL,KAAK,EAAE,YAAY;MACnBC,IAAI,EAAE,MAAM;MACZG,OAAO,EAAEC;IACb,CAAC;IACD;IACA,wBAAwB,EAAE;MACtBL,KAAK,EAAE,8BAA8B;MACrCC,IAAI,EAAE,MAAM;MACZC,IAAI,EAAE,oCAAoC;MAC1CC,YAAY,EAAE,eAAe;MAC7BC,OAAO,EAAEC;IACb,CAAC;IACD;IACA,SAAS,EAAE;MACPL,KAAK,EAAE,SAAS;MAChBC,IAAI,EAAE,MAAM;MACZK,SAAS,EAAE,IAAI;MACfJ,IAAI,EAAE,mEAAmE;MACzEE,OAAO,EAAEC;IACb;EACR;AACL,CAAC;AAEDE,sBAAc,CAACC,WAAW,CAAC,CAAC,CAACC,WAAW,CAAChB,wBAAwB,CAAC;AAAA,IAAAiB,QAAA,GAEnDjB,wBAAwB;AAAAkB,OAAA,cAAAD,QAAA"}
|