@artel/artc 0.6.26017 → 0.6.26019
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/build/Cli.js +3 -3
- package/build/api/Api.js +39 -161
- package/build/api/ApiNodeJS.js +3 -3
- package/build/api/ApiServices.js +6744 -8943
- package/build/{chunk-UCBPXOLW.js → chunk-27AIX6Z7.js} +3 -5
- package/build/{chunk-SJFIPH42.js → chunk-LYYIQT6J.js} +63496 -60655
- package/build/{chunk-65XBWCU7.js → chunk-QBUXIP7E.js} +11 -11
- package/build/types/analysis/AccessedFunction.d.ts +3 -6
- package/build/types/analysis/AccessedFunctionParameter.d.ts +7 -0
- package/build/types/analysis/Analyzer.d.ts +81 -580
- package/build/types/analysis/BaseMemberConflictsValidator.d.ts +1 -1
- package/build/types/analysis/DeclarationsUsageMap.d.ts +14 -0
- package/build/types/analysis/EntityOrPackageNameTreeNode.d.ts +13 -0
- package/build/types/analysis/ImportedPackageNameTree.d.ts +6 -2
- package/build/types/analysis/NodeOrDiagnosticLocation.d.ts +12 -0
- package/build/types/analysis/OverridableTypeMember.d.ts +6 -0
- package/build/types/analysis/ReferencedPackagesCollector.d.ts +24 -0
- package/build/types/analysis/ResolvedImplementationPackage.d.ts +1 -2
- package/build/types/analysis/SignatureComparisonOptions.d.ts +6 -0
- package/build/types/analysis/SourcePackageDependencyGraph.d.ts +2 -3
- package/build/types/analysis/SpecialNameKey.d.ts +1 -1
- package/build/types/analysis/SubstitutedFunction.d.ts +1 -1
- package/build/types/analysis/TsInteropInputs.d.ts +9 -0
- package/build/types/analysis/TypeAssignabilityFlags.d.ts +22 -0
- package/build/types/analysis/TypeMemberLookup.d.ts +1 -1
- package/build/types/analysis/a/Analyzer.d.ts +466 -0
- package/build/types/analysis/{ArgumentToParameterMatchResult.d.ts → a/ArgumentToParameterMatchResult.d.ts} +4 -4
- package/build/types/analysis/{ArgumentsToParametersMatcher.d.ts → a/ArgumentsToParametersMatcher.d.ts} +5 -5
- package/build/types/analysis/{AutotypeCallExpressionMeaning.d.ts → a/AutotypeCallExpressionMeaning.d.ts} +8 -9
- package/build/types/analysis/{BaseExpressionMeaning.d.ts → a/BaseExpressionMeaning.d.ts} +7 -8
- package/build/types/analysis/{CallExpressionMeaning.d.ts → a/CallExpressionMeaning.d.ts} +11 -16
- package/build/types/analysis/{ConstructorCallResolver.d.ts → a/ConstructorCallResolver.d.ts} +9 -7
- package/build/types/analysis/a/DeclarationsUsageCounter.d.ts +12 -0
- package/build/types/analysis/{DereferenceExpressionMeaning.d.ts → a/DereferenceExpressionMeaning.d.ts} +5 -5
- package/build/types/analysis/a/ExpressionAnalysisOptions.d.ts +21 -0
- package/build/types/analysis/a/FindModifier.d.ts +5 -0
- package/build/types/analysis/{FunctionAccessResolver.d.ts → a/FunctionAccessResolver.d.ts} +11 -8
- package/build/types/analysis/{IdentifierExpressionMeaning.d.ts → a/IdentifierExpressionMeaning.d.ts} +11 -13
- package/build/types/analysis/{IndexedAccessExpressionMeaning.d.ts → a/IndexedAccessExpressionMeaning.d.ts} +5 -5
- package/build/types/analysis/{InstanceFieldsInitializationValidator.d.ts → a/InstanceFieldsInitializationValidator.d.ts} +4 -4
- package/build/types/analysis/{MemberAccessExpressionMeaning.d.ts → a/MemberAccessExpressionMeaning.d.ts} +15 -23
- package/build/types/analysis/{ModifierValidator.d.ts → a/ModifierValidator.d.ts} +3 -3
- package/build/types/analysis/{NamedTypeResolver.d.ts → a/NamedTypeResolver.d.ts} +5 -5
- package/build/types/analysis/{NamedTypeSpecifierResolver.d.ts → a/NamedTypeSpecifierResolver.d.ts} +4 -4
- package/build/types/analysis/{NodeTypeUtils.d.ts → a/NodeTypeUtils.d.ts} +1 -1
- package/build/types/analysis/{ObjectExpressionMeaning.d.ts → a/ObjectExpressionMeaning.d.ts} +4 -5
- package/build/types/analysis/{OverloadResolver.d.ts → a/OverloadResolver.d.ts} +9 -8
- package/build/types/analysis/{OwnAndBaseConstructorCallsChecker.d.ts → a/OwnAndBaseConstructorCallsChecker.d.ts} +4 -4
- package/build/types/analysis/{OwnConstructorCallExpressionMeaning.d.ts → a/OwnConstructorCallExpressionMeaning.d.ts} +6 -8
- package/build/types/analysis/{PackageAndStaticVariablesInitializationValidator.d.ts → a/PackageAndStaticVariablesInitializationValidator.d.ts} +4 -4
- package/build/types/analysis/{ReductionSourceMemberFinder.d.ts → a/ReductionSourceMemberFinder.d.ts} +5 -6
- package/build/types/analysis/{ReservedNameDictionary.d.ts → a/ReservedNameDictionary.d.ts} +3 -1
- package/build/types/analysis/{AnalyzedTranslationPackage.d.ts → a/ResolvedTranslationPackage.d.ts} +10 -12
- package/build/types/analysis/{ReturnTypeInferrer.d.ts → a/ReturnTypeInferrer.d.ts} +3 -3
- package/build/types/analysis/{SourceFileAnalyzer.d.ts → a/SourceFileAnalyzer.d.ts} +6 -6
- package/build/types/analysis/{SourcePackageMembersCreator.d.ts → a/SourcePackageMembersCreator.d.ts} +3 -3
- package/build/types/analysis/a/SyntacticAccessKind.d.ts +6 -0
- package/build/types/analysis/{TagMeaning.d.ts → a/TagMeaning.d.ts} +14 -21
- package/build/types/analysis/{TextIdentity.d.ts → a/TextIdentity.d.ts} +2 -2
- package/build/types/analysis/{TranslatedEntityNameConflictsValidator.d.ts → a/TranslatedEntityNameConflictsValidator.d.ts} +3 -3
- package/build/types/analysis/{TreeQuery.d.ts → a/TreeQuery.d.ts} +7 -8
- package/build/types/analysis/{TypeArgumentInferrer.d.ts → a/TypeArgumentInferrer.d.ts} +5 -4
- package/build/types/analysis/{TypeInferrer.d.ts → a/TypeInferrer.d.ts} +2 -2
- package/build/types/analysis/{TypeNarrower.d.ts → a/TypeNarrower.d.ts} +2 -2
- package/build/types/analysis/{TypeOverloadResolver.d.ts → a/TypeOverloadResolver.d.ts} +1 -1
- package/build/types/analysis/{UserDefinableBinaryOperatorResolver.d.ts → a/UserDefinableBinaryOperatorResolver.d.ts} +6 -6
- package/build/types/analysis/{UserDefinableUnaryOperatorResolver.d.ts → a/UserDefinableUnaryOperatorResolver.d.ts} +4 -4
- package/build/types/analysis/{control-flow → a/control-flow}/GraphBuilder.d.ts +6 -7
- package/build/types/analysis/{control-flow → a/control-flow}/NarrowableExpression.d.ts +1 -1
- package/build/types/analysis/{control-flow → a/control-flow}/NarrowableReference.d.ts +3 -3
- package/build/types/analysis/{control-flow → a/control-flow}/Nodes.d.ts +1 -1
- package/build/types/analysis/{semantic-context → a/semantic-context}/Declarations.d.ts +4 -4
- package/build/types/analysis/{semantic-context → a/semantic-context}/FieldWithInitializerSemanticContext.d.ts +3 -3
- package/build/types/analysis/{semantic-context → a/semantic-context}/SemanticContextBase.d.ts +28 -22
- package/build/types/analysis/{semantic-context → a/semantic-context}/SemanticContextBuilder.d.ts +16 -13
- package/build/types/analysis/{semantic-context → a/semantic-context}/SemanticContextValidatingNameConflicts.d.ts +4 -4
- package/build/types/analysis/{semantic-context → a/semantic-context}/SemanticContextWithParent.d.ts +1 -1
- package/build/types/analysis/{semantic-context → a/semantic-context}/SourceFileSemanticContext.d.ts +9 -10
- package/build/types/analysis/{semantic-context → a/semantic-context}/SpecialLocalDeclarationsBuilder.d.ts +2 -2
- package/build/types/analysis/{semantic-context → a/semantic-context}/SubprogramBodyAndParametersSemanticContext.d.ts +3 -3
- package/build/types/analysis/{semantic-context → a/semantic-context}/SubprogramSemanticContext.d.ts +7 -8
- package/build/types/analysis/{semantic-context → a/semantic-context}/TypeSemanticContext.d.ts +8 -9
- package/build/types/analysis/m/Analyzer.d.ts +10 -0
- package/build/types/api/Api.d.ts +24 -25
- package/build/types/common/LocalizationHelper.d.ts +1 -11
- package/build/types/common/LocalizationHelperA.d.ts +16 -0
- package/build/types/common/Logger.d.ts +1 -1
- package/build/types/common/index.d.ts +1 -1
- package/build/types/diagnostic/DiagnosticCode.d.ts +177 -174
- package/build/types/diagnostic/TokenDiagnostic.d.ts +1 -1
- package/build/types/emitter/Emitter.d.ts +1 -1
- package/build/types/emitter/{IrBuilder.d.ts → IrBuilderA.d.ts} +7 -7
- package/build/types/entities/BaseObjectType.d.ts +1 -1
- package/build/types/entities/Entity.d.ts +3 -47
- package/build/types/entities/EntityKind.d.ts +16 -0
- package/build/types/entities/EntityLocalizationContext.d.ts +8 -6
- package/build/types/entities/EntityToStringDecorator.d.ts +4 -0
- package/build/types/entities/IEntity.d.ts +1 -3
- package/build/types/entities/OperatorKind.d.ts +2 -2
- package/build/types/entities/PackageEntityMembers.d.ts +1 -2
- package/build/types/{analysis → entities}/Tag.d.ts +5 -2
- package/build/types/{analysis → entities}/Translation.d.ts +7 -7
- package/build/types/entities/TypeEntity.d.ts +2 -1
- package/build/types/entities/TypeMemberEntity.d.ts +31 -0
- package/build/types/entities/index.d.ts +5 -1
- package/build/types/entities/interfaces/AliasTypeEntity.d.ts +4 -5
- package/build/types/entities/interfaces/ConstructorEntity.d.ts +3 -4
- package/build/types/entities/interfaces/DereferenceOperatorEntity.d.ts +2 -2
- package/build/types/entities/interfaces/DestructorEntity.d.ts +2 -2
- package/build/types/entities/interfaces/FunctionEntity.d.ts +3 -5
- package/build/types/entities/interfaces/FunctionTypeEntity.d.ts +3 -5
- package/build/types/entities/interfaces/GetterEntity.d.ts +2 -2
- package/build/types/entities/interfaces/IndexerEntity.d.ts +2 -2
- package/build/types/entities/interfaces/PackageAliasEntity.d.ts +2 -2
- package/build/types/entities/interfaces/PackageEntity.d.ts +23 -2
- package/build/types/entities/interfaces/ReducedTypeEntity.d.ts +4 -5
- package/build/types/entities/interfaces/SetterEntity.d.ts +2 -2
- package/build/types/entities/interfaces/StructuredTypeEntity.d.ts +3 -5
- package/build/types/entities/interfaces/TextTranslationEntity.d.ts +3 -3
- package/build/types/entities/interfaces/TypeExtensionEntity.d.ts +3 -4
- package/build/types/entities/interfaces/TypeParameterEntity.d.ts +2 -2
- package/build/types/entities/interfaces/VariableEntity.d.ts +11 -11
- package/build/types/entities/interfaces/VariantTypeEntity.d.ts +3 -5
- package/build/types/entities/intrinsic/IntrinsicConstructorEntity.d.ts +7 -5
- package/build/types/entities/intrinsic/IntrinsicFunctionEntity.d.ts +9 -4
- package/build/types/entities/intrinsic/IntrinsicFunctionTypeEntity.d.ts +3 -3
- package/build/types/entities/intrinsic/IntrinsicGetterEntity.d.ts +5 -4
- package/build/types/entities/intrinsic/IntrinsicSetterEntity.d.ts +21 -0
- package/build/types/entities/intrinsic/IntrinsicStructuredTypeEntity.d.ts +5 -3
- package/build/types/entities/intrinsic/IntrinsicTypeParameterEntity.d.ts +6 -4
- package/build/types/entities/intrinsic/IntrinsicVariableEntity.d.ts +6 -4
- package/build/types/entities/intrinsic/index.d.ts +1 -0
- package/build/types/entities/source/{SourceAliasTypeEntity.d.ts → a/SourceAliasTypeEntity.d.ts} +5 -8
- package/build/types/entities/source/{SourceConstructorEntity.d.ts → a/SourceConstructorEntity.d.ts} +6 -8
- package/build/types/entities/source/{SourceDereferenceOperatorEntity.d.ts → a/SourceDereferenceOperatorEntity.d.ts} +7 -8
- package/build/types/entities/source/{SourceDestructorEntity.d.ts → a/SourceDestructorEntity.d.ts} +6 -8
- package/build/types/entities/source/{SourceFunctionEntity.d.ts → a/SourceFunctionEntity.d.ts} +7 -8
- package/build/types/entities/source/{SourceFunctionTypeEntity.d.ts → a/SourceFunctionTypeEntity.d.ts} +7 -12
- package/build/types/entities/source/{SourceGetterEntity.d.ts → a/SourceGetterEntity.d.ts} +9 -11
- package/build/types/entities/source/{SourceIndexerEntity.d.ts → a/SourceIndexerEntity.d.ts} +6 -7
- package/build/types/entities/source/{SourcePackageAliasEntity.d.ts → a/SourcePackageAliasEntity.d.ts} +5 -7
- package/build/types/entities/source/a/SourcePackageEntity.d.ts +67 -0
- package/build/types/entities/source/{SourceReducedTypeEntity.d.ts → a/SourceReducedTypeEntity.d.ts} +6 -9
- package/build/types/entities/source/{SourceSetterEntity.d.ts → a/SourceSetterEntity.d.ts} +8 -25
- package/build/types/entities/source/{SourceStructuredTypeEntity.d.ts → a/SourceStructuredTypeEntity.d.ts} +10 -15
- package/build/types/entities/source/{SourceTextTranslationEntity.d.ts → a/SourceTextTranslationEntity.d.ts} +4 -7
- package/build/types/entities/source/{SourceTypeExtensionEntity.d.ts → a/SourceTypeExtensionEntity.d.ts} +5 -8
- package/build/types/entities/source/{SourceTypeParameterEntity.d.ts → a/SourceTypeParameterEntity.d.ts} +6 -9
- package/build/types/entities/source/{SourceVariableEntity.d.ts → a/SourceVariableEntity.d.ts} +7 -8
- package/build/types/entities/source/{SourceVariantTypeEntity.d.ts → a/SourceVariantTypeEntity.d.ts} +6 -10
- package/build/types/entities/translated/TranslatedAliasTypeEntity.d.ts +11 -21
- package/build/types/entities/translated/TranslatedConstructorEntity.d.ts +5 -17
- package/build/types/entities/translated/TranslatedDereferenceOperatorEntity.d.ts +5 -8
- package/build/types/entities/translated/TranslatedDestructorEntity.d.ts +10 -14
- package/build/types/entities/translated/TranslatedFunctionEntity.d.ts +14 -31
- package/build/types/entities/translated/TranslatedFunctionTypeEntity.d.ts +9 -25
- package/build/types/entities/translated/TranslatedGetterEntity.d.ts +5 -9
- package/build/types/entities/translated/TranslatedIndexerEntity.d.ts +6 -16
- package/build/types/entities/translated/TranslatedPackageEntity.d.ts +37 -12
- package/build/types/entities/translated/TranslatedReducedTypeEntity.d.ts +10 -19
- package/build/types/entities/translated/TranslatedSetterEntity.d.ts +5 -9
- package/build/types/entities/translated/TranslatedStructuredTypeEntity.d.ts +18 -27
- package/build/types/entities/translated/TranslatedTypeExtensionEntity.d.ts +8 -15
- package/build/types/entities/translated/TranslatedTypeParameterEntity.d.ts +5 -9
- package/build/types/entities/translated/TranslatedVariableEntity.d.ts +10 -16
- package/build/types/entities/translated/TranslatedVariantTypeEntity.d.ts +10 -25
- package/build/types/entities/translated/source/a/SourceTranslatedAliasTypeEntity.d.ts +14 -0
- package/build/types/entities/translated/source/a/SourceTranslatedConstructorEntity.d.ts +12 -0
- package/build/types/entities/translated/source/a/SourceTranslatedDestructorEntity.d.ts +9 -0
- package/build/types/entities/translated/source/a/SourceTranslatedFunctionEntity.d.ts +24 -0
- package/build/types/entities/translated/source/a/SourceTranslatedFunctionTypeEntity.d.ts +13 -0
- package/build/types/entities/translated/source/a/SourceTranslatedIndexerEntity.d.ts +11 -0
- package/build/types/entities/translated/source/a/SourceTranslatedPackageEntity.d.ts +19 -0
- package/build/types/entities/translated/source/a/SourceTranslatedPackageStructuredTypeEntity.d.ts +20 -0
- package/build/types/entities/translated/source/a/SourceTranslatedPackageVariantTypeEntity.d.ts +14 -0
- package/build/types/entities/translated/source/a/SourceTranslatedReducedTypeEntity.d.ts +14 -0
- package/build/types/entities/translated/source/a/SourceTranslatedTypeExtensionEntity.d.ts +9 -0
- package/build/types/entities/translated/source/a/index.d.ts +11 -0
- package/build/types/executor/NodeCompiler.d.ts +1 -1
- package/build/types/parser/{ConvertTokenKind.d.ts → a/ConvertTokenKind.d.ts} +1 -1
- package/build/types/parser/{KeywordDictionary.d.ts → a/KeywordDictionary.d.ts} +4 -3
- package/build/types/parser/{Parser.d.ts → a/Parser.d.ts} +2 -2
- package/build/types/parser/a/TokenKind.d.ts +80 -0
- package/build/types/parser/{TriviaInterner.d.ts → a/TriviaInterner.d.ts} +1 -1
- package/build/types/project/CompilationLoader.d.ts +3 -3
- package/build/types/project/SourceFile.d.ts +34 -10
- package/build/types/project/SourcePackage.d.ts +71 -19
- package/build/types/project/configuration/ConfigurationConverter.d.ts +3 -5
- package/build/types/project/configuration/ConfigurationFileParser.d.ts +7 -6
- package/build/types/project/configuration/ConfigurationTranslator.d.ts +1 -3
- package/build/types/project/configuration/types/PackageConfigurationEn.d.ts +1 -2
- package/build/types/project/configuration/types/PackageConfigurationRu.d.ts +1 -2
- package/build/types/services/LanguageServer.d.ts +10 -10
- package/build/types/services/a/CodeActionsService.d.ts +10 -0
- package/build/types/services/{CompletionService.d.ts → a/CompletionService.d.ts} +5 -52
- package/build/types/services/a/DefinitionService.d.ts +11 -0
- package/build/types/services/a/DisplayService.d.ts +57 -0
- package/build/types/services/a/EvaluatableExpressionService.d.ts +10 -0
- package/build/types/services/a/HoverService.d.ts +11 -0
- package/build/types/services/a/NodeSemanticInfo.d.ts +45 -0
- package/build/types/services/a/RenameService.d.ts +11 -0
- package/build/types/services/a/ScriptEditingService.d.ts +13 -0
- package/build/types/services/a/SelectionRangeService.d.ts +7 -0
- package/build/types/services/a/SemanticTokensService.d.ts +11 -0
- package/build/types/services/a/SourceFileItemsService.d.ts +11 -0
- package/build/types/services/{TranslationService.d.ts → a/TranslationService.d.ts} +4 -4
- package/build/types/services/a/TranslationsGenerationService.d.ts +7 -0
- package/build/types/services/{TreeUtils.d.ts → a/TreeUtils.d.ts} +1 -1
- package/build/types/services/a/references/DefinitionInfoFinder.d.ts +6 -0
- package/build/types/services/a/references/ReferencesFinder.d.ts +7 -0
- package/build/types/services/{signature-help → a/signature-help}/ParametersSignatureHelpProvider.d.ts +4 -4
- package/build/types/services/a/signature-help/SignatureHelpService.d.ts +6 -0
- package/build/types/services/{signature-help → a/signature-help}/SignatureWithParameters.d.ts +6 -6
- package/build/types/services/{signature-help → a/signature-help}/TypeParameterSignatureHelpProvider.d.ts +4 -4
- package/build/types/services/{signature-help → a/signature-help}/utils.d.ts +1 -1
- package/build/types/services/{FileSystemTreeDisplayService.d.ts → common/FileSystemTreeDisplayService.d.ts} +1 -1
- package/build/types/services/{Types.d.ts → common/Types.d.ts} +5 -5
- package/build/types/services/{Utils.d.ts → common/Utils.d.ts} +2 -2
- package/build/types/services/common/WorkspaceItemsService.d.ts +6 -0
- package/build/types/services/{CodeActionsService.d.ts → common/code-action/Types.d.ts} +8 -9
- package/build/types/services/common/completion/Types.d.ts +49 -0
- package/build/types/services/common/definition/DefinitionService.d.ts +23 -0
- package/build/types/services/common/definition/Types.d.ts +7 -0
- package/build/types/services/common/display/BaseDisplayService.d.ts +41 -0
- package/build/types/services/common/display/DisplayService.d.ts +52 -0
- package/build/types/services/{DisplayService.d.ts → common/display/Types.d.ts} +60 -177
- package/build/types/services/common/display/index.d.ts +2 -0
- package/build/types/services/common/document-highlights/DocumentHighlightsService.d.ts +9 -0
- package/build/types/services/common/document-highlights/Types.d.ts +11 -0
- package/build/types/services/common/evaluatable-expression/Types.d.ts +6 -0
- package/build/types/services/common/hover/HoverService.d.ts +16 -0
- package/build/types/services/common/hover/Types.d.ts +8 -0
- package/build/types/services/common/node-semantic-info/Types.d.ts +101 -0
- package/build/types/services/common/references/ReferencesFinder.d.ts +14 -0
- package/build/types/services/common/references/ReferencesSearchUtils.d.ts +5 -0
- package/build/types/services/common/references/ReferencesService.d.ts +12 -0
- package/build/types/services/common/references/Types.d.ts +41 -0
- package/build/types/services/common/rename/RenameService.d.ts +17 -0
- package/build/types/services/common/rename/Types.d.ts +8 -0
- package/build/types/services/common/script-editing/ScriptEditingService.d.ts +9 -0
- package/build/types/services/common/script-editing/Types.d.ts +9 -0
- package/build/types/services/common/selection-rage/Types.d.ts +6 -0
- package/build/types/services/{SemanticTokensService.d.ts → common/semantic-tokens/Types.d.ts} +1 -10
- package/build/types/services/{signature-help/SignatureHelpService.d.ts → common/signature-help/Types.d.ts} +1 -6
- package/build/types/services/{SourceFileItemsService.d.ts → common/source-file-items/Types.d.ts} +7 -16
- package/build/types/services/{source-generation → common/source-generation}/EntityToSyntax.d.ts +3 -3
- package/build/types/services/{source-generation → common/source-generation}/SourceGenerationService.d.ts +6 -6
- package/build/types/services/workspace/CompilationController.d.ts +5 -4
- package/build/types/services/workspace/FileSystemTreeProviderBasedOnWatchedFileSystem.d.ts +1 -1
- package/build/types/services/workspace/Workspace.d.ts +1 -1
- package/build/types/tree/NodePath.d.ts +6 -2
- package/build/types/tree/Types.d.ts +7 -0
- package/build/types/tree/Utils.d.ts +4 -7
- package/build/types/tree/a/BaseNode.d.ts +42 -0
- package/build/types/tree/{Nodes.d.ts → a/Nodes.d.ts} +87 -66
- package/build/types/tree/{SyntaxFactory.d.ts → a/SyntaxFactory.d.ts} +8 -4
- package/build/types/tree/{SyntaxToCode.d.ts → a/SyntaxToCode.d.ts} +2 -2
- package/build/types/tree/a/Token.d.ts +46 -0
- package/build/types/tree/a/TokenKind.d.ts +74 -0
- package/build/types/tree/a/TreeTraversal.d.ts +18 -0
- package/build/types/tree/a/Types.d.ts +45 -0
- package/build/types/tree/a/Utils.d.ts +3 -0
- package/build/types/tree/a/index.d.ts +15 -0
- package/build/types/tree/index.d.ts +1 -9
- package/build/types/tree/{BaseNode.d.ts → m/BaseNode.d.ts} +4 -27
- package/build/types/tree/m/NodeKind.d.ts +4 -0
- package/build/types/tree/m/Nodes.d.ts +17 -0
- package/build/types/tree/m/TokenKind.d.ts +74 -0
- package/build/types/tree/m/TriviaKind.d.ts +7 -0
- package/build/types/tree/m/index.d.ts +5 -0
- package/build/types/ts-interop/Entities.d.ts +9 -353
- package/build/types/ts-interop/TsInteropContext.d.ts +5 -14
- package/build/types/ts-interop/TsPackageMembersCreator.d.ts +1 -1
- package/build/types/ts-interop/TsTypeMembersCreator.d.ts +1 -2
- package/build/types/ts-interop/TsUtils.d.ts +10 -0
- package/build/types/ts-interop/TypeEntities.d.ts +359 -0
- package/build/types/ts-interop/Utils.d.ts +1 -1
- package/build/types/types/AliasType.d.ts +6 -8
- package/build/types/types/FunctionType.d.ts +7 -8
- package/build/types/types/IntersectionType.d.ts +4 -7
- package/build/types/types/ParameterType.d.ts +7 -9
- package/build/types/types/ReducedType.d.ts +6 -8
- package/build/types/types/StandardTypes.d.ts +4 -2
- package/build/types/types/StructuredType.d.ts +6 -7
- package/build/types/types/SubstitutionStubType.d.ts +5 -8
- package/build/types/types/Substitutions.d.ts +1 -1
- package/build/types/types/Type.d.ts +15 -9
- package/build/types/types/TypeFactory.d.ts +11 -2
- package/build/types/types/TypeMembers.d.ts +5 -2
- package/build/types/types/UnionType.d.ts +4 -7
- package/build/types/types/UnresolvedType.d.ts +4 -7
- package/build/types/types/VariantType.d.ts +6 -8
- package/package.json +13 -11
- package/build/types/analysis/DeclarationsUsageCounter.d.ts +0 -21
- package/build/types/analysis/FindModifier.d.ts +0 -7
- package/build/types/analysis/ResolvedTextTranslationPackage.d.ts +0 -9
- package/build/types/analysis/Utils.d.ts +0 -47
- package/build/types/analysis/Visitor.d.ts +0 -7
- package/build/types/analysis/index.d.ts +0 -8
- package/build/types/common/TreeTraversal.d.ts +0 -14
- package/build/types/entities/source/SourcePackageEntity.d.ts +0 -33
- package/build/types/parser/TokenKind.d.ts +0 -75
- package/build/types/services/DefinitionService.d.ts +0 -24
- package/build/types/services/DocumentHighlightsService.d.ts +0 -18
- package/build/types/services/EvaluatableExpressionService.d.ts +0 -15
- package/build/types/services/HoverService.d.ts +0 -17
- package/build/types/services/NodeSemanticInfo.d.ts +0 -147
- package/build/types/services/ReferencesService.d.ts +0 -30
- package/build/types/services/RenameService.d.ts +0 -17
- package/build/types/services/ScriptEditingService.d.ts +0 -25
- package/build/types/services/SelectionRangeService.d.ts +0 -12
- package/build/types/services/TranslationsGenerationService.d.ts +0 -7
- package/build/types/services/WorkspaceItemsService.d.ts +0 -6
- package/build/types/tree/TokenKind.d.ts +0 -74
- /package/build/types/analysis/{ModifierFlags.d.ts → a/ModifierFlags.d.ts} +0 -0
- /package/build/types/analysis/{ReachabilityChecker.d.ts → a/ReachabilityChecker.d.ts} +0 -0
- /package/build/types/analysis/{VariableIsAssignedChecker.d.ts → a/VariableIsAssignedChecker.d.ts} +0 -0
- /package/build/types/analysis/{VariableIsNotAssignedChecker.d.ts → a/VariableIsNotAssignedChecker.d.ts} +0 -0
- /package/build/types/analysis/{control-flow → a/control-flow}/GraphVisualizer.d.ts +0 -0
- /package/build/types/analysis/{control-flow → a/control-flow}/index.d.ts +0 -0
- /package/build/types/analysis/{semantic-context → a/semantic-context}/SemanticContext.d.ts +0 -0
- /package/build/types/analysis/{semantic-context → a/semantic-context}/index.d.ts +0 -0
- /package/build/types/entities/source/{index.d.ts → a/index.d.ts} +0 -0
- /package/build/types/parser/{Scanner.d.ts → a/Scanner.d.ts} +0 -0
- /package/build/types/tree/{KeywordFlags.d.ts → a/KeywordFlags.d.ts} +0 -0
- /package/build/types/tree/{KeywordKind.d.ts → a/KeywordKind.d.ts} +0 -0
- /package/build/types/tree/{NodeKind.d.ts → a/NodeKind.d.ts} +0 -0
- /package/build/types/tree/{NodesDebug.d.ts → a/NodesDebug.d.ts} +0 -0
- /package/build/types/tree/{OperatorKind.d.ts → a/OperatorKind.d.ts} +0 -0
- /package/build/types/tree/{TokenFlags.d.ts → a/TokenFlags.d.ts} +0 -0
- /package/build/types/tree/{TriviaKind.d.ts → a/TriviaKind.d.ts} +0 -0
|
@@ -1,9 +1,8 @@
|
|
|
1
|
-
import { SetterDeclaration, SubprogramDeclarationOrLiteral } from '../../analysis/NodeTypeUtils.js';
|
|
2
1
|
import { Name } from '../../common/index.js';
|
|
3
|
-
import * as
|
|
2
|
+
import * as treeA from '../../tree/a/index.js';
|
|
4
3
|
import * as types from '../../types/index.js';
|
|
5
4
|
import { IEntity } from '../IEntity.js';
|
|
6
|
-
import { ConstructorEntity, DefinitionKind, DestructorEntity, EntityHidingLevel, EntityKind, FunctionEntity, FunctionTypeEntity, GetterEntity, IndexerEntity, PackageEntity, PreservedReducedTypeEntityMemberInfo, SetterEntity, TypeWithMembersOrExtensionEntity } from '../index.js';
|
|
5
|
+
import { AnonymousFunctionEntity, ConstructorEntity, DefinitionKind, DestructorEntity, EntityHidingLevel, EntityKind, FunctionEntity, FunctionTypeEntity, GetterEntity, IndexerEntity, PackageEntity, PreservedReducedTypeEntityMemberInfo, SetterEntity, TextTranslationEntity, TypeWithMembersOrExtensionEntity } from '../index.js';
|
|
7
6
|
export type VariableEntity = PackageVariableEntity | FieldEntity | ParameterEntity | LocalVariableEntity;
|
|
8
7
|
interface IVariableEntity extends IEntity {
|
|
9
8
|
readonly kind: EntityKind.Variable;
|
|
@@ -63,22 +62,23 @@ export type VariableEntityDefinition = {
|
|
|
63
62
|
export type SourceVariableEntityDefinition = SingleSourceVariableEntityDefinition | MultiSourceVariableEntityDefinition;
|
|
64
63
|
export type SingleSourceVariableEntityDefinition = {
|
|
65
64
|
kind: 'single';
|
|
66
|
-
node:
|
|
65
|
+
node: treeA.PackageVariableDeclaration | treeA.FieldDeclaration | treeA.LocalVariableDeclaration | treeA.ForStatementVariableDeclaration | treeA.ErrorVariableDeclaration | treeA.ParameterDeclaration | treeA.VariantValueDeclaration | treeA.TranslationTextTemplateParameter;
|
|
67
66
|
};
|
|
68
67
|
export type MultiSourceVariableEntityDefinition = {
|
|
69
68
|
kind: 'multi';
|
|
70
|
-
nodes: ReadonlyArray<
|
|
69
|
+
nodes: ReadonlyArray<treeA.PackageVariableGetterDeclaration | treeA.PackageVariableSetterDeclaration | treeA.FieldGetterDeclaration | treeA.FieldSetterDeclaration | treeA.ParameterDeclaration>;
|
|
71
70
|
};
|
|
72
71
|
export type SpecialVariableEntityInfo = ResultSpecialVariableEntityInfo | ValueSpecialVariableEntityInfo | BackingSpecialVariableEntityInfo | ImplicitFunctionBlockParameterSpecialVariableEntityInfo;
|
|
73
72
|
export declare class ResultSpecialVariableEntityInfo {
|
|
74
|
-
readonly
|
|
73
|
+
readonly subprogramEntity: EntityContainingResultLocalVariable;
|
|
75
74
|
readonly kind = "result";
|
|
76
|
-
constructor(
|
|
75
|
+
constructor(subprogramEntity: EntityContainingResultLocalVariable);
|
|
77
76
|
}
|
|
77
|
+
export type EntityContainingResultLocalVariable = GetterEntity | SetterEntity | FunctionEntity | ConstructorEntity | DestructorEntity | FunctionTypeEntity | TextTranslationEntity;
|
|
78
78
|
export declare class ValueSpecialVariableEntityInfo {
|
|
79
|
-
readonly
|
|
79
|
+
readonly setterEntity: SetterEntity;
|
|
80
80
|
readonly kind = "value";
|
|
81
|
-
constructor(
|
|
81
|
+
constructor(setterEntity: SetterEntity);
|
|
82
82
|
}
|
|
83
83
|
export declare class BackingSpecialVariableEntityInfo {
|
|
84
84
|
readonly computedVariable: PackageVariableEntity | FieldEntity;
|
|
@@ -87,8 +87,8 @@ export declare class BackingSpecialVariableEntityInfo {
|
|
|
87
87
|
}
|
|
88
88
|
export declare class ImplicitFunctionBlockParameterSpecialVariableEntityInfo {
|
|
89
89
|
readonly targetTypeParameter: types.Parameter;
|
|
90
|
-
readonly
|
|
90
|
+
readonly functionEntity: AnonymousFunctionEntity;
|
|
91
91
|
readonly kind = "implicit-function-block-parameter";
|
|
92
|
-
constructor(targetTypeParameter: types.Parameter,
|
|
92
|
+
constructor(targetTypeParameter: types.Parameter, functionEntity: AnonymousFunctionEntity);
|
|
93
93
|
}
|
|
94
94
|
export {};
|
|
@@ -1,10 +1,8 @@
|
|
|
1
1
|
import { Name } from '../../common/index.js';
|
|
2
|
-
import * as
|
|
2
|
+
import * as treeA from '../../tree/a/index.js';
|
|
3
3
|
import * as types from '../../types/index.js';
|
|
4
4
|
import { BaseObjectType } from '../BaseObjectType.js';
|
|
5
|
-
import { EntityNaming } from '../
|
|
6
|
-
import { TypeEntityMembers } from '../TypeEntityMembers.js';
|
|
7
|
-
import { DefinitionKind, EntityHidingLevel, EntityKind, ITypeEntity, SubstitutionApplicationMode, TypeEntityKind, TypeParameterEntity } from '../index.js';
|
|
5
|
+
import { DefinitionKind, EntityHidingLevel, EntityKind, EntityNaming, ITypeEntity, SubstitutionApplicationMode, TypeEntityKind, TypeEntityMembers, TypeParameterEntity } from '../index.js';
|
|
8
6
|
export type VariantTypeEntity = PackageVariantTypeEntity;
|
|
9
7
|
interface IVariantTypeEntity extends ITypeEntity {
|
|
10
8
|
readonly kind: EntityKind.Type;
|
|
@@ -30,7 +28,7 @@ export interface PackageVariantTypeEntity extends IVariantTypeEntity {
|
|
|
30
28
|
}
|
|
31
29
|
export type VariantTypeEntityDefinition = {
|
|
32
30
|
kind: DefinitionKind.Source;
|
|
33
|
-
node:
|
|
31
|
+
node: treeA.PackageVariantDeclaration;
|
|
34
32
|
} | {
|
|
35
33
|
kind: DefinitionKind.TypeScript;
|
|
36
34
|
};
|
|
@@ -1,10 +1,12 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { Translation } from '../../analysis/Translation.js';
|
|
3
|
-
import { Analyzer } from '../../analysis/index.js';
|
|
1
|
+
import { Analyzer } from '../../analysis/Analyzer.js';
|
|
4
2
|
import { PackageDialect, PackageLocale } from '../../common/index.js';
|
|
5
3
|
import * as types from '../../types/index.js';
|
|
6
|
-
import
|
|
7
|
-
import {
|
|
4
|
+
import { TypeEntityWithMembers, TypeWithMembersOrExtensionEntity } from '../Entity.js';
|
|
5
|
+
import { EntityHidingLevel } from '../EntityHiding.js';
|
|
6
|
+
import { EntityKind } from '../EntityKind.js';
|
|
7
|
+
import { ConstructorEntity, ConstructorEntityDefinition, DefaultConstructorEntityInfo, FieldEntity, PackageEntity, ParameterEntity, PreservedReducedTypeEntityMemberInfo } from '../interfaces/index.js';
|
|
8
|
+
import { Tag } from '../Tag.js';
|
|
9
|
+
import { Translation } from '../Translation.js';
|
|
8
10
|
export declare class IntrinsicConstructorEntity implements ConstructorEntity {
|
|
9
11
|
private readonly parameters;
|
|
10
12
|
private readonly containingEntity;
|
|
@@ -1,9 +1,14 @@
|
|
|
1
|
-
import { Tag } from '../../analysis/Tag.js';
|
|
2
|
-
import { Translation } from '../../analysis/Translation.js';
|
|
3
1
|
import { Name, PackageDialect, PackageLocale } from '../../common/index.js';
|
|
4
2
|
import * as types from '../../types/index.js';
|
|
5
|
-
import
|
|
6
|
-
import { EntityHidingLevel
|
|
3
|
+
import { TypeWithMembersOrExtensionEntity } from '../Entity.js';
|
|
4
|
+
import { EntityHidingLevel } from '../EntityHiding.js';
|
|
5
|
+
import { EntityKind } from '../EntityKind.js';
|
|
6
|
+
import { EntityNaming } from '../EntityNaming.js';
|
|
7
|
+
import { FunctionEntityDefinition, MethodEntity, PackageEntity, PackageFunctionEntity, ParameterEntity, PreservedReducedTypeEntityMemberInfo, TypeParameterEntity } from '../interfaces/index.js';
|
|
8
|
+
import { OperatorKind } from '../OperatorKind.js';
|
|
9
|
+
import { SubstitutionApplicationMode } from '../SubstitutionApplicationMode.js';
|
|
10
|
+
import { Tag } from '../Tag.js';
|
|
11
|
+
import { Translation } from '../Translation.js';
|
|
7
12
|
export declare class IntrinsicPackageFunctionEntity implements PackageFunctionEntity {
|
|
8
13
|
private readonly name;
|
|
9
14
|
private readonly typeParameters;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { Analyzer } from '../../analysis/
|
|
1
|
+
import { Analyzer } from '../../analysis/Analyzer.js';
|
|
2
2
|
import * as types from '../../types/index.js';
|
|
3
|
-
import
|
|
4
|
-
import {
|
|
3
|
+
import { EntityHidingLevel } from '../EntityHiding.js';
|
|
4
|
+
import { AnonymousFunctionTypeEntity, PackageEntity, ParameterEntity, TypeParameterEntity } from '../interfaces/index.js';
|
|
5
5
|
export declare class UnfinishedIntrinsicAnonymousFunctionTypeEntity {
|
|
6
6
|
private readonly unfinishedValue_;
|
|
7
7
|
get unfinishedValue(): AnonymousFunctionTypeEntity;
|
|
@@ -1,9 +1,10 @@
|
|
|
1
|
-
import { Tag } from '../../analysis/Tag.js';
|
|
2
|
-
import { Translation } from '../../analysis/Translation.js';
|
|
3
1
|
import { PackageDialect, PackageLocale } from '../../common/index.js';
|
|
4
2
|
import * as types from '../../types/index.js';
|
|
5
|
-
import
|
|
6
|
-
import {
|
|
3
|
+
import { EntityHidingLevel } from '../EntityHiding.js';
|
|
4
|
+
import { EntityKind } from '../EntityKind.js';
|
|
5
|
+
import { EntityOwningGetter, GetterEntity, GetterEntityDefinition, PackageEntity } from '../interfaces/index.js';
|
|
6
|
+
import { Tag } from '../Tag.js';
|
|
7
|
+
import { Translation } from '../Translation.js';
|
|
7
8
|
export declare class IntrinsicGetterEntity implements GetterEntity {
|
|
8
9
|
private readonly returnType;
|
|
9
10
|
private readonly owningEntity;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { PackageDialect, PackageLocale } from '../../common/index.js';
|
|
2
|
+
import { EntityHidingLevel } from '../EntityHiding.js';
|
|
3
|
+
import { EntityKind } from '../EntityKind.js';
|
|
4
|
+
import { EntityOwningSetter, PackageEntity, SetterEntity, SetterEntityDefinition } from '../interfaces/index.js';
|
|
5
|
+
import { Tag } from '../Tag.js';
|
|
6
|
+
import { Translation } from '../Translation.js';
|
|
7
|
+
export declare class IntrinsicSetterEntity implements SetterEntity {
|
|
8
|
+
private readonly owningEntity;
|
|
9
|
+
private readonly isHidden_;
|
|
10
|
+
readonly kind = EntityKind.Setter;
|
|
11
|
+
constructor(owningEntity: EntityOwningSetter, isHidden_: EntityHidingLevel | undefined);
|
|
12
|
+
getDefinition(): SetterEntityDefinition;
|
|
13
|
+
getOwningEntity(): EntityOwningSetter;
|
|
14
|
+
getContainingPackage(): PackageEntity;
|
|
15
|
+
isHidden(): EntityHidingLevel | undefined;
|
|
16
|
+
getTags(): readonly Tag[];
|
|
17
|
+
getTranslation(): Translation | undefined;
|
|
18
|
+
getLocale(): PackageLocale;
|
|
19
|
+
getDialect(): PackageDialect;
|
|
20
|
+
getOriginalEntity(): SetterEntity;
|
|
21
|
+
}
|
|
@@ -1,8 +1,10 @@
|
|
|
1
|
-
import { Analyzer } from '../../analysis/
|
|
1
|
+
import { Analyzer } from '../../analysis/Analyzer.js';
|
|
2
2
|
import { Name } from '../../common/index.js';
|
|
3
3
|
import * as types from '../../types/index.js';
|
|
4
|
-
import
|
|
5
|
-
import {
|
|
4
|
+
import { NamedTypeMemberEntity } from '../Entity.js';
|
|
5
|
+
import { EntityHidingLevel } from '../EntityHiding.js';
|
|
6
|
+
import { AnonymousStructuredTypeEntity, ConstructorEntity, DereferenceOperatorEntity, DestructorEntity, IndexerEntity, PackageEntity, PackageStructuredTypeEntity, StructuredTypeKind, TypeParameterEntity } from '../interfaces/index.js';
|
|
7
|
+
import { SubstitutionApplicationMode } from '../SubstitutionApplicationMode.js';
|
|
6
8
|
export declare class UnfinishedIntrinsicPackageStructuredTypeEntity {
|
|
7
9
|
private readonly unfinishedValue_;
|
|
8
10
|
get unfinishedValue(): PackageStructuredTypeEntity;
|
|
@@ -1,9 +1,11 @@
|
|
|
1
|
-
import { Tag } from '../../analysis/Tag.js';
|
|
2
|
-
import { Translation } from '../../analysis/Translation.js';
|
|
3
1
|
import { Name, PackageDialect, PackageLocale } from '../../common/index.js';
|
|
4
2
|
import * as types from '../../types/index.js';
|
|
5
|
-
import
|
|
6
|
-
import {
|
|
3
|
+
import { EntityHidingLevel } from '../EntityHiding.js';
|
|
4
|
+
import { EntityKind } from '../EntityKind.js';
|
|
5
|
+
import { EntityContainingTypeParameter, PackageEntity, TypeParameterConstraint, TypeParameterEntity, TypeParameterEntityDefinition } from '../interfaces/index.js';
|
|
6
|
+
import { Tag } from '../Tag.js';
|
|
7
|
+
import { Translation } from '../Translation.js';
|
|
8
|
+
import { TypeEntityKind } from '../TypeEntity.js';
|
|
7
9
|
export declare class IntrinsicTypeParameterEntity implements TypeParameterEntity {
|
|
8
10
|
private readonly name;
|
|
9
11
|
private readonly constraint;
|
|
@@ -1,9 +1,11 @@
|
|
|
1
|
-
import { Tag } from '../../analysis/Tag.js';
|
|
2
|
-
import { Translation } from '../../analysis/Translation.js';
|
|
3
1
|
import { Lazy, Name, PackageDialect, PackageLocale } from '../../common/index.js';
|
|
4
2
|
import * as types from '../../types/index.js';
|
|
5
|
-
import
|
|
6
|
-
import { EntityHidingLevel
|
|
3
|
+
import { TypeWithMembersOrExtensionEntity } from '../Entity.js';
|
|
4
|
+
import { EntityHidingLevel } from '../EntityHiding.js';
|
|
5
|
+
import { EntityKind } from '../EntityKind.js';
|
|
6
|
+
import { EntityContainingParameter, FieldEntity, GetterEntity, LocalVariableEntity, LocalVariableKind, PackageEntity, PackageVariableEntity, ParameterEntity, PreservedReducedTypeEntityMemberInfo, SetterEntity, SpecialVariableEntityInfo, VariableEntityDefinition } from '../interfaces/index.js';
|
|
7
|
+
import { Tag } from '../Tag.js';
|
|
8
|
+
import { Translation } from '../Translation.js';
|
|
7
9
|
export declare class IntrinsicPackageVariableEntity implements PackageVariableEntity {
|
|
8
10
|
private readonly name;
|
|
9
11
|
private readonly type;
|
|
@@ -2,6 +2,7 @@ export * from './IntrinsicConstructorEntity.js';
|
|
|
2
2
|
export * from './IntrinsicFunctionEntity.js';
|
|
3
3
|
export * from './IntrinsicFunctionTypeEntity.js';
|
|
4
4
|
export * from './IntrinsicGetterEntity.js';
|
|
5
|
+
export * from './IntrinsicSetterEntity.js';
|
|
5
6
|
export * from './IntrinsicStructuredTypeEntity.js';
|
|
6
7
|
export * from './IntrinsicTypeParameterEntity.js';
|
|
7
8
|
export * from './IntrinsicVariableEntity.js';
|
package/build/types/entities/source/{SourceAliasTypeEntity.d.ts → a/SourceAliasTypeEntity.d.ts}
RENAMED
|
@@ -1,10 +1,7 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import
|
|
4
|
-
import {
|
|
5
|
-
import { PackageAliasTypeDeclaration } from '../../tree/index.js';
|
|
6
|
-
import { TypeEntityMembers } from '../TypeEntityMembers.js';
|
|
7
|
-
import { AliasedType, AliasTypeEntity, AliasTypeEntityDefinition, EntityHidingLevel, EntityKind, PackageEntity, SubstitutionApplicationMode, TypeEntityKind, TypeParameterEntity } from '../index.js';
|
|
1
|
+
import { Analyzer } from '../../../analysis/a/Analyzer.js';
|
|
2
|
+
import { Name, PackageDialect, PackageLocale } from '../../../common/index.js';
|
|
3
|
+
import * as tree from '../../../tree/a/index.js';
|
|
4
|
+
import { AliasedType, AliasTypeEntity, AliasTypeEntityDefinition, EntityHidingLevel, EntityKind, PackageEntity, SubstitutionApplicationMode, Tag, Translation, TypeEntityKind, TypeEntityMembers, TypeParameterEntity } from '../../index.js';
|
|
8
5
|
export declare class PackageAliasTypeDeclarationEntity implements AliasTypeEntity {
|
|
9
6
|
private readonly analyzer;
|
|
10
7
|
private readonly node;
|
|
@@ -17,7 +14,7 @@ export declare class PackageAliasTypeDeclarationEntity implements AliasTypeEntit
|
|
|
17
14
|
private readonly hiding;
|
|
18
15
|
private modifierFlags_;
|
|
19
16
|
private get modifierFlags();
|
|
20
|
-
constructor(analyzer: Analyzer, node: PackageAliasTypeDeclaration);
|
|
17
|
+
constructor(analyzer: Analyzer, node: tree.PackageAliasTypeDeclaration);
|
|
21
18
|
getName(): Name;
|
|
22
19
|
getContainingPackage(): PackageEntity;
|
|
23
20
|
getAliasedType(): AliasedType;
|
package/build/types/entities/source/{SourceConstructorEntity.d.ts → a/SourceConstructorEntity.d.ts}
RENAMED
|
@@ -1,10 +1,8 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import
|
|
4
|
-
import
|
|
5
|
-
import {
|
|
6
|
-
import * as types from '../../types/index.js';
|
|
7
|
-
import { ConstructorEntity, ConstructorEntityDefinition, DefaultConstructorEntityInfo, EntityHidingLevel, EntityKind, PackageEntity, ParameterEntity, PreservedReducedTypeEntityMemberInfo, TypeWithMembersOrExtensionEntity } from '../index.js';
|
|
1
|
+
import { Analyzer } from '../../../analysis/a/Analyzer.js';
|
|
2
|
+
import { PackageDialect, PackageLocale } from '../../../common/index.js';
|
|
3
|
+
import * as tree from '../../../tree/a/index.js';
|
|
4
|
+
import * as types from '../../../types/index.js';
|
|
5
|
+
import { ConstructorEntity, ConstructorEntityDefinition, DefaultConstructorEntityInfo, EntityHidingLevel, EntityKind, PackageEntity, ParameterEntity, PreservedReducedTypeEntityMemberInfo, Tag, Translation, TypeWithMembersOrExtensionEntity } from '../../index.js';
|
|
8
6
|
export declare class ConstructorDeclarationEntity implements ConstructorEntity {
|
|
9
7
|
private readonly analyzer;
|
|
10
8
|
private readonly node;
|
|
@@ -16,7 +14,7 @@ export declare class ConstructorDeclarationEntity implements ConstructorEntity {
|
|
|
16
14
|
private modifierFlags_;
|
|
17
15
|
private hasReportedAllDiagnostics;
|
|
18
16
|
private get modifierFlags();
|
|
19
|
-
constructor(analyzer: Analyzer, node: ConstructorDeclaration);
|
|
17
|
+
constructor(analyzer: Analyzer, node: tree.ConstructorDeclaration);
|
|
20
18
|
getParameters(): readonly ParameterEntity[];
|
|
21
19
|
getDefinition(): ConstructorEntityDefinition;
|
|
22
20
|
getContainingEntity(): TypeWithMembersOrExtensionEntity;
|
|
@@ -1,22 +1,21 @@
|
|
|
1
|
-
import { Analyzer } from '
|
|
2
|
-
import {
|
|
3
|
-
import
|
|
4
|
-
import
|
|
5
|
-
import {
|
|
6
|
-
import * as types from '../../types/index.js';
|
|
7
|
-
import { DereferenceOperatorEntity, DereferenceOperatorEntityDefinition, EntityHidingLevel, EntityKind, GetterEntity, PackageEntity, PreservedReducedTypeEntityMemberInfo, SetterEntity, TypeWithMembersOrExtensionEntity } from '../index.js';
|
|
1
|
+
import { Analyzer } from '../../../analysis/a/Analyzer.js';
|
|
2
|
+
import { PackageDialect, PackageLocale } from '../../../common/index.js';
|
|
3
|
+
import * as tree from '../../../tree/a/index.js';
|
|
4
|
+
import * as types from '../../../types/index.js';
|
|
5
|
+
import { DereferenceOperatorEntity, DereferenceOperatorEntityDefinition, EntityHidingLevel, EntityKind, GetterEntity, PackageEntity, PreservedReducedTypeEntityMemberInfo, SetterEntity, Tag, Translation, TypeWithMembersOrExtensionEntity } from '../../index.js';
|
|
8
6
|
export declare class DereferenceOperatorDeclarationEntity implements DereferenceOperatorEntity {
|
|
9
7
|
readonly kind = EntityKind.DereferenceOperator;
|
|
10
8
|
private readonly analyzer;
|
|
11
9
|
private readonly getterDeclaration;
|
|
12
10
|
private readonly setterDeclaration;
|
|
13
11
|
private readonly getterOrSetterDeclaration;
|
|
12
|
+
private readonly overriddenMembers;
|
|
14
13
|
private readonly isPreservedReducedTypeMember_;
|
|
15
14
|
private containingEntity;
|
|
16
15
|
private modifierFlags_;
|
|
17
16
|
private hasReportedAllDiagnostics;
|
|
18
17
|
private get modifierFlags();
|
|
19
|
-
constructor(analyzer: Analyzer, getterDeclaration: DereferencedVariableGetterDeclaration | undefined, setterDeclaration: DereferencedVariableSetterDeclaration | undefined);
|
|
18
|
+
constructor(analyzer: Analyzer, getterDeclaration: tree.DereferencedVariableGetterDeclaration | undefined, setterDeclaration: tree.DereferencedVariableSetterDeclaration | undefined);
|
|
20
19
|
getType(): types.Type;
|
|
21
20
|
getGetter(): GetterEntity | undefined;
|
|
22
21
|
getSetter(): SetterEntity | undefined;
|
package/build/types/entities/source/{SourceDestructorEntity.d.ts → a/SourceDestructorEntity.d.ts}
RENAMED
|
@@ -1,10 +1,8 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import
|
|
4
|
-
import
|
|
5
|
-
import {
|
|
6
|
-
import * as types from '../../types/index.js';
|
|
7
|
-
import { DestructorEntity, DestructorEntityDefinition, EntityHidingLevel, EntityKind, PackageEntity, ParameterEntity, PreservedReducedTypeEntityMemberInfo, TypeWithMembersOrExtensionEntity } from '../index.js';
|
|
1
|
+
import { Analyzer } from '../../../analysis/a/Analyzer.js';
|
|
2
|
+
import { PackageDialect, PackageLocale } from '../../../common/index.js';
|
|
3
|
+
import * as tree from '../../../tree/a/index.js';
|
|
4
|
+
import * as types from '../../../types/index.js';
|
|
5
|
+
import { DestructorEntity, DestructorEntityDefinition, EntityHidingLevel, EntityKind, PackageEntity, ParameterEntity, PreservedReducedTypeEntityMemberInfo, Tag, Translation, TypeWithMembersOrExtensionEntity } from '../../index.js';
|
|
8
6
|
export declare class DestructorDeclarationEntity implements DestructorEntity {
|
|
9
7
|
private readonly analyzer;
|
|
10
8
|
private readonly node;
|
|
@@ -16,7 +14,7 @@ export declare class DestructorDeclarationEntity implements DestructorEntity {
|
|
|
16
14
|
private modifierFlags_;
|
|
17
15
|
private hasReportedAllDiagnostics;
|
|
18
16
|
private get modifierFlags();
|
|
19
|
-
constructor(analyzer: Analyzer, node: DestructorDeclaration);
|
|
17
|
+
constructor(analyzer: Analyzer, node: tree.DestructorDeclaration);
|
|
20
18
|
getParameters(): readonly ParameterEntity[];
|
|
21
19
|
getContainingEntity(): TypeWithMembersOrExtensionEntity;
|
|
22
20
|
getContainingPackage(): PackageEntity;
|
package/build/types/entities/source/{SourceFunctionEntity.d.ts → a/SourceFunctionEntity.d.ts}
RENAMED
|
@@ -1,11 +1,9 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import
|
|
4
|
-
import
|
|
5
|
-
import
|
|
6
|
-
import
|
|
7
|
-
import type { AnonymousFunctionEntity, EntityNaming, FunctionEntityDefinition, FunctionLiteralParameterDeclarationEntity, MethodEntity, NestedFunctionEntity, PackageEntity, PackageFunctionEntity, TypeWithMembersOrExtensionEntity } from '../index.js';
|
|
8
|
-
import { EntityHidingLevel, EntityKind, OperatorKind, ParameterEntity, PreservedReducedTypeEntityMemberInfo, SubstitutionApplicationMode, TypeParameterEntity } from '../index.js';
|
|
1
|
+
import { Analyzer } from '../../../analysis/a/Analyzer.js';
|
|
2
|
+
import { Name, PackageDialect, PackageLocale } from '../../../common/index.js';
|
|
3
|
+
import * as tree from '../../../tree/a/index.js';
|
|
4
|
+
import * as types from '../../../types/index.js';
|
|
5
|
+
import { AnonymousFunctionEntity, EntityHidingLevel, EntityKind, EntityNaming, FunctionEntityDefinition, MethodEntity, NestedFunctionEntity, OperatorKind, PackageEntity, PackageFunctionEntity, ParameterEntity, PreservedReducedTypeEntityMemberInfo, SubstitutionApplicationMode, Tag, Translation, TypeParameterEntity, TypeWithMembersOrExtensionEntity } from '../../index.js';
|
|
6
|
+
import { FunctionLiteralParameterDeclarationEntity } from './SourceVariableEntity.js';
|
|
9
7
|
export declare class PackageFunctionDeclarationEntity implements PackageFunctionEntity {
|
|
10
8
|
private readonly analyzer;
|
|
11
9
|
private readonly node;
|
|
@@ -47,6 +45,7 @@ export declare class MethodDeclarationEntity implements MethodEntity {
|
|
|
47
45
|
private readonly parameters;
|
|
48
46
|
private readonly returnType;
|
|
49
47
|
private readonly hiding;
|
|
48
|
+
private readonly overriddenMembers;
|
|
50
49
|
private readonly isPreservedReducedTypeMember_;
|
|
51
50
|
private containingEntity;
|
|
52
51
|
private modifierFlags_;
|
|
@@ -1,14 +1,9 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import
|
|
4
|
-
import
|
|
5
|
-
import {
|
|
6
|
-
import
|
|
7
|
-
import { BaseObjectType } from '../BaseObjectType.js';
|
|
8
|
-
import { EntityNaming } from '../EntityNaming.js';
|
|
9
|
-
import { TypeEntityMembers } from '../TypeEntityMembers.js';
|
|
10
|
-
import type { AnonymousFunctionTypeEntity, FunctionTypeEntityDefinition, PackageEntity } from '../index.js';
|
|
11
|
-
import { EntityHidingLevel, EntityKind, ParameterEntity, SubstitutionApplicationMode, TypeEntityKind, TypeParameterEntity } from '../index.js';
|
|
1
|
+
import { Analyzer } from '../../../analysis/a/Analyzer.js';
|
|
2
|
+
import { PackageDialect, PackageLocale } from '../../../common/index.js';
|
|
3
|
+
import * as tree from '../../../tree/a/index.js';
|
|
4
|
+
import * as types from '../../../types/index.js';
|
|
5
|
+
import { BaseObjectType } from '../../BaseObjectType.js';
|
|
6
|
+
import { AnonymousFunctionTypeEntity, EntityHidingLevel, EntityKind, EntityNaming, FunctionTypeEntityDefinition, PackageEntity, ParameterEntity, SubstitutionApplicationMode, Tag, Translation, TypeEntityKind, TypeEntityMembers, TypeParameterEntity } from '../../index.js';
|
|
12
7
|
export declare class AnonymousFunctionTypeDeclarationEntity implements AnonymousFunctionTypeEntity {
|
|
13
8
|
private readonly analyzer;
|
|
14
9
|
private readonly node;
|
|
@@ -19,7 +14,7 @@ export declare class AnonymousFunctionTypeDeclarationEntity implements Anonymous
|
|
|
19
14
|
private readonly returnType;
|
|
20
15
|
private readonly members;
|
|
21
16
|
private readonly baseObjectType;
|
|
22
|
-
constructor(analyzer: Analyzer, node: AnonymousFunctionTypeDeclaration);
|
|
17
|
+
constructor(analyzer: Analyzer, node: tree.AnonymousFunctionTypeDeclaration);
|
|
23
18
|
getNaming(): EntityNaming;
|
|
24
19
|
getTypeParameters(): readonly TypeParameterEntity[];
|
|
25
20
|
getParameters(): readonly ParameterEntity[];
|
|
@@ -1,10 +1,8 @@
|
|
|
1
|
-
import { Analyzer } from '
|
|
2
|
-
import {
|
|
3
|
-
import
|
|
4
|
-
import
|
|
5
|
-
import {
|
|
6
|
-
import * as types from '../../types/index.js';
|
|
7
|
-
import { EntityHidingLevel, EntityKind, EntityOwningGetter, GetterEntity, GetterEntityDefinition, PackageEntity } from '../index.js';
|
|
1
|
+
import { Analyzer } from '../../../analysis/a/Analyzer.js';
|
|
2
|
+
import { PackageDialect, PackageLocale } from '../../../common/index.js';
|
|
3
|
+
import * as tree from '../../../tree/a/index.js';
|
|
4
|
+
import * as types from '../../../types/index.js';
|
|
5
|
+
import { EntityHidingLevel, EntityKind, EntityOwningGetter, GetterEntity, GetterEntityDefinition, PackageEntity, Tag, Translation } from '../../index.js';
|
|
8
6
|
export declare class PackageVariableGetterDeclarationEntity implements GetterEntity {
|
|
9
7
|
private readonly analyzer;
|
|
10
8
|
private readonly node;
|
|
@@ -12,7 +10,7 @@ export declare class PackageVariableGetterDeclarationEntity implements GetterEnt
|
|
|
12
10
|
private modifierFlags_;
|
|
13
11
|
private readonly hiding;
|
|
14
12
|
private get modifierFlags();
|
|
15
|
-
constructor(analyzer: Analyzer, node: PackageVariableGetterDeclaration);
|
|
13
|
+
constructor(analyzer: Analyzer, node: tree.PackageVariableGetterDeclaration);
|
|
16
14
|
getReturnType(): types.Type;
|
|
17
15
|
getDefinition(): GetterEntityDefinition;
|
|
18
16
|
getOwningEntity(): EntityOwningGetter;
|
|
@@ -31,7 +29,7 @@ export declare class FieldGetterDeclarationEntity implements GetterEntity {
|
|
|
31
29
|
private readonly hiding;
|
|
32
30
|
private modifierFlags_;
|
|
33
31
|
private get modifierFlags();
|
|
34
|
-
constructor(analyzer: Analyzer, node: FieldGetterDeclaration);
|
|
32
|
+
constructor(analyzer: Analyzer, node: tree.FieldGetterDeclaration);
|
|
35
33
|
getReturnType(): types.Type;
|
|
36
34
|
getDefinition(): GetterEntityDefinition;
|
|
37
35
|
getOwningEntity(): EntityOwningGetter;
|
|
@@ -50,7 +48,7 @@ export declare class IndexedElementGetterDeclarationEntity implements GetterEnti
|
|
|
50
48
|
private readonly hiding;
|
|
51
49
|
private modifierFlags_;
|
|
52
50
|
private get modifierFlags();
|
|
53
|
-
constructor(analyzer: Analyzer, node: IndexedElementGetterDeclaration);
|
|
51
|
+
constructor(analyzer: Analyzer, node: tree.IndexedElementGetterDeclaration);
|
|
54
52
|
getReturnType(): types.Type;
|
|
55
53
|
getDefinition(): GetterEntityDefinition;
|
|
56
54
|
getOwningEntity(): EntityOwningGetter;
|
|
@@ -69,7 +67,7 @@ export declare class DereferencedVariableGetterDeclarationEntity implements Gett
|
|
|
69
67
|
private readonly hiding;
|
|
70
68
|
private modifierFlags_;
|
|
71
69
|
private get modifierFlags();
|
|
72
|
-
constructor(analyzer: Analyzer, node: DereferencedVariableGetterDeclaration);
|
|
70
|
+
constructor(analyzer: Analyzer, node: tree.DereferencedVariableGetterDeclaration);
|
|
73
71
|
getReturnType(): types.Type;
|
|
74
72
|
getDefinition(): GetterEntityDefinition;
|
|
75
73
|
getOwningEntity(): EntityOwningGetter;
|
|
@@ -1,10 +1,8 @@
|
|
|
1
|
-
import { Analyzer } from '
|
|
2
|
-
import {
|
|
3
|
-
import
|
|
4
|
-
import
|
|
5
|
-
import
|
|
6
|
-
import * as types from '../../types/index.js';
|
|
7
|
-
import { EntityHidingLevel, EntityKind, GetterEntity, IndexerEntity, IndexerEntityDefinition, PackageEntity, ParameterEntity, PreservedReducedTypeEntityMemberInfo, SetterEntity, TypeWithMembersOrExtensionEntity } from '../index.js';
|
|
1
|
+
import { Analyzer } from '../../../analysis/a/Analyzer.js';
|
|
2
|
+
import { PackageDialect, PackageLocale } from '../../../common/index.js';
|
|
3
|
+
import * as tree from '../../../tree/a/index.js';
|
|
4
|
+
import * as types from '../../../types/index.js';
|
|
5
|
+
import { EntityHidingLevel, EntityKind, GetterEntity, IndexerEntity, IndexerEntityDefinition, PackageEntity, ParameterEntity, PreservedReducedTypeEntityMemberInfo, SetterEntity, Tag, Translation, TypeWithMembersOrExtensionEntity } from '../../index.js';
|
|
8
6
|
export declare class IndexerDeclarationEntity implements IndexerEntity {
|
|
9
7
|
readonly kind = EntityKind.Indexer;
|
|
10
8
|
private readonly analyzer;
|
|
@@ -12,6 +10,7 @@ export declare class IndexerDeclarationEntity implements IndexerEntity {
|
|
|
12
10
|
private readonly setterDeclaration;
|
|
13
11
|
private readonly getterOrSetterDeclaration;
|
|
14
12
|
private readonly parameters;
|
|
13
|
+
private readonly overriddenMembers;
|
|
15
14
|
private readonly isPreservedReducedTypeMember_;
|
|
16
15
|
private containingEntity;
|
|
17
16
|
private modifierFlags_;
|
|
@@ -1,10 +1,8 @@
|
|
|
1
|
-
import { Analyzer } from '
|
|
2
|
-
import {
|
|
3
|
-
import
|
|
4
|
-
import {
|
|
5
|
-
import
|
|
6
|
-
import { PackageImport } from '../../tree/index.js';
|
|
7
|
-
import { EntityHidingLevel, EntityKind, PackageAliasEntity, PackageAliasEntityDefinition, PackageEntity } from '../index.js';
|
|
1
|
+
import { Analyzer } from '../../../analysis/a/Analyzer.js';
|
|
2
|
+
import { Name, PackageDialect, PackageLocale } from '../../../common/index.js';
|
|
3
|
+
import * as tree from '../../../tree/a/index.js';
|
|
4
|
+
import { PackageImport } from '../../../tree/a/index.js';
|
|
5
|
+
import { EntityHidingLevel, EntityKind, PackageAliasEntity, PackageAliasEntityDefinition, PackageEntity, Tag, Translation } from '../../index.js';
|
|
8
6
|
export declare class AliasedPackageImportEntity implements PackageAliasEntity {
|
|
9
7
|
private readonly analyzer;
|
|
10
8
|
private readonly node;
|
|
@@ -0,0 +1,67 @@
|
|
|
1
|
+
import { Analyzer } from '../../../analysis/a/Analyzer.js';
|
|
2
|
+
import { ResolvedTranslationPackage } from '../../../analysis/a/ResolvedTranslationPackage.js';
|
|
3
|
+
import { PackageDialect, PackageLocale } from '../../../common/index.js';
|
|
4
|
+
import { PackageName, PlatformKind, ProgramPackageA, SourcePackageA, TextTranslationPackageA, TranslationPackageA } from '../../../project/index.js';
|
|
5
|
+
import { AnonymousTypeEntity, EntityKind, EntityLocalizationContext, InterfacePackageEntityInfo, IPackageEntity, LocalizablePackageMemberEntity, NameTranslationPackageEntity, PackageEntity, PackageEntityDefinition, PackageEntityMembers, ProgramPackageEntity, Tag, TextTranslationPackageEntity, TextTranslationPackageEntityInfo, Translation, TypeMemberEntity } from '../../index.js';
|
|
6
|
+
export declare abstract class SourcePackageEntity implements IPackageEntity {
|
|
7
|
+
readonly kind = EntityKind.Package;
|
|
8
|
+
protected readonly analyzer: Analyzer;
|
|
9
|
+
protected abstract package_: SourcePackageA;
|
|
10
|
+
protected abstract asPackageEntity: PackageEntity;
|
|
11
|
+
private readonly members;
|
|
12
|
+
private readonly interfaceInfo;
|
|
13
|
+
private readonly implementedInterfacePackage;
|
|
14
|
+
private readonly textTranslationInfo;
|
|
15
|
+
constructor(analyzer: Analyzer);
|
|
16
|
+
getName(): PackageName;
|
|
17
|
+
getLocale(): PackageLocale;
|
|
18
|
+
getDialect(): PackageDialect;
|
|
19
|
+
getMembers(): PackageEntityMembers;
|
|
20
|
+
getInterfacePackageInfo(): InterfacePackageEntityInfo | undefined;
|
|
21
|
+
getImplementedInterfacePackage(): PackageEntity | undefined;
|
|
22
|
+
getSupportedPlatforms(): readonly PlatformKind[];
|
|
23
|
+
getContainingPackage(): PackageEntity;
|
|
24
|
+
getDefinition(): PackageEntityDefinition;
|
|
25
|
+
getTranslation(): Translation | undefined;
|
|
26
|
+
getOriginalEntity(): PackageEntity;
|
|
27
|
+
getTags(): readonly Tag[];
|
|
28
|
+
getTextTranslationPackageInfo(): TextTranslationPackageEntityInfo | undefined;
|
|
29
|
+
private createPackageMembers;
|
|
30
|
+
private createInterfacePackageInfo;
|
|
31
|
+
private createTextTranslationInfo;
|
|
32
|
+
}
|
|
33
|
+
export declare class SourceProgramPackageEntity extends SourcePackageEntity implements ProgramPackageEntity {
|
|
34
|
+
readonly subkind = "program";
|
|
35
|
+
protected readonly package_: ProgramPackageA;
|
|
36
|
+
protected get asPackageEntity(): PackageEntity;
|
|
37
|
+
constructor(analyzer: Analyzer, package_: ProgramPackageA);
|
|
38
|
+
}
|
|
39
|
+
export declare class SourceNameTranslationPackageEntity extends SourcePackageEntity implements NameTranslationPackageEntity {
|
|
40
|
+
readonly subkind = "name-translation";
|
|
41
|
+
protected readonly package_: TranslationPackageA;
|
|
42
|
+
private readonly targetPackage;
|
|
43
|
+
private readonly translatedTargetPackage;
|
|
44
|
+
private readonly localizedReferencedPackagesMap;
|
|
45
|
+
private readonly localizationContext;
|
|
46
|
+
private readonly resolvedTranslationPackage_;
|
|
47
|
+
protected get asPackageEntity(): PackageEntity;
|
|
48
|
+
constructor(analyzer: Analyzer, package_: TranslationPackageA);
|
|
49
|
+
getTranslationLocale(): PackageLocale;
|
|
50
|
+
getTargetPackage(): PackageEntity | undefined;
|
|
51
|
+
getTranslatedTargetPackage(): PackageEntity | undefined;
|
|
52
|
+
getResolvedTranslationPackage(): ResolvedTranslationPackage | undefined;
|
|
53
|
+
getLocalizationContext(): EntityLocalizationContext;
|
|
54
|
+
getLocalizedReferencedPackagesMap(): ReadonlyMap<PackageEntity, PackageEntity>;
|
|
55
|
+
getTranslatedPackageMember(entity: LocalizablePackageMemberEntity): LocalizablePackageMemberEntity;
|
|
56
|
+
getTranslatedTypeMember(entity: TypeMemberEntity): TypeMemberEntity;
|
|
57
|
+
getTranslatedAnonymousTypeEntity(entity: AnonymousTypeEntity): AnonymousTypeEntity;
|
|
58
|
+
}
|
|
59
|
+
export declare class SourceTextTranslationPackageEntity extends SourcePackageEntity implements TextTranslationPackageEntity {
|
|
60
|
+
readonly subkind = "text-translation";
|
|
61
|
+
protected readonly package_: TextTranslationPackageA;
|
|
62
|
+
private readonly targetPackage;
|
|
63
|
+
protected get asPackageEntity(): PackageEntity;
|
|
64
|
+
constructor(analyzer: Analyzer, package_: TextTranslationPackageA);
|
|
65
|
+
getTargetPackage(): PackageEntity | undefined;
|
|
66
|
+
isPrimary(): boolean;
|
|
67
|
+
}
|
package/build/types/entities/source/{SourceReducedTypeEntity.d.ts → a/SourceReducedTypeEntity.d.ts}
RENAMED
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import
|
|
4
|
-
import {
|
|
5
|
-
import
|
|
6
|
-
import {
|
|
7
|
-
import { BaseObjectType } from '../BaseObjectType.js';
|
|
8
|
-
import { TypeEntityMembers } from '../TypeEntityMembers.js';
|
|
9
|
-
import { EntityHidingLevel, EntityKind, PackageEntity, ReducedTypeEntity, ReducedTypeEntityDefinition, ReductionSource, SubstitutionApplicationMode, TypeEntityKind, TypeParameterEntity } from '../index.js';
|
|
1
|
+
import { Analyzer } from '../../../analysis/a/Analyzer.js';
|
|
2
|
+
import { Name, PackageDialect, PackageLocale } from '../../../common/index.js';
|
|
3
|
+
import * as tree from '../../../tree/a/index.js';
|
|
4
|
+
import { BaseAspectTypes } from '../../BaseAspectTypes.js';
|
|
5
|
+
import { BaseObjectType } from '../../BaseObjectType.js';
|
|
6
|
+
import { EntityHidingLevel, EntityKind, PackageEntity, ReducedTypeEntity, ReducedTypeEntityDefinition, ReductionSource, SubstitutionApplicationMode, Tag, Translation, TypeEntityKind, TypeEntityMembers, TypeParameterEntity } from '../../index.js';
|
|
10
7
|
export declare class PackageReducedTypeDeclarationEntity implements ReducedTypeEntity {
|
|
11
8
|
private readonly analyzer;
|
|
12
9
|
private readonly node;
|