@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,25 +1,21 @@
|
|
|
1
|
-
import { AnalyzedTranslationPackage } from '../../analysis/AnalyzedTranslationPackage.js';
|
|
2
|
-
import { Tag } from '../../analysis/Tag.js';
|
|
3
|
-
import { Translation } from '../../analysis/Translation.js';
|
|
4
1
|
import { PackageDialect, PackageLocale } from '../../common/index.js';
|
|
5
|
-
import * as tree from '../../tree/index.js';
|
|
6
2
|
import * as types from '../../types/index.js';
|
|
7
|
-
import { EntityHidingLevel } from '../
|
|
8
|
-
import {
|
|
9
|
-
import type { IndexerEntity, IndexerEntityDefinition } from '../interfaces/IndexerEntity.js';
|
|
3
|
+
import { EntityHidingLevel, EntityKind, GetterEntity, PackageEntity, PreservedReducedTypeEntityMemberInfo, SetterEntity, Tag, Translation, TypeWithMembersOrExtensionEntity } from '../index.js';
|
|
4
|
+
import { IndexerEntity, IndexerEntityDefinition } from '../interfaces/IndexerEntity.js';
|
|
10
5
|
import { ParameterEntity } from '../interfaces/VariableEntity.js';
|
|
11
6
|
export declare abstract class TranslatedIndexerEntity implements IndexerEntity {
|
|
12
7
|
readonly kind = EntityKind.Indexer;
|
|
13
8
|
protected readonly originalEntity: IndexerEntity;
|
|
14
9
|
protected readonly translation: Translation;
|
|
15
|
-
protected readonly translationPackage: AnalyzedTranslationPackage;
|
|
16
10
|
protected readonly containingEntity: TypeWithMembersOrExtensionEntity;
|
|
11
|
+
private readonly containingPackage;
|
|
17
12
|
private readonly type;
|
|
18
13
|
private readonly getter;
|
|
19
14
|
private readonly setter;
|
|
20
15
|
private readonly overriddenMembers;
|
|
21
16
|
private readonly isPreservedReducedTypeMember_;
|
|
22
|
-
|
|
17
|
+
private get localizationContext();
|
|
18
|
+
constructor(originalEntity: IndexerEntity, translation: Translation, translatedContainingEntity: TypeWithMembersOrExtensionEntity);
|
|
23
19
|
abstract getParameters(): readonly ParameterEntity[];
|
|
24
20
|
getContainingEntity(): TypeWithMembersOrExtensionEntity;
|
|
25
21
|
getContainingPackage(): PackageEntity;
|
|
@@ -41,15 +37,9 @@ export declare abstract class TranslatedIndexerEntity implements IndexerEntity {
|
|
|
41
37
|
ensureAllDiagnosticsReported?(): void;
|
|
42
38
|
getTags(): readonly Tag[];
|
|
43
39
|
}
|
|
44
|
-
export declare class SourceTranslatedIndexerEntity extends TranslatedIndexerEntity {
|
|
45
|
-
private readonly node;
|
|
46
|
-
private readonly parameters;
|
|
47
|
-
constructor(originalEntity: IndexerEntity, translation: Translation, translationPackage: AnalyzedTranslationPackage, translatedContainingEntity: TypeWithMembersOrExtensionEntity, node: tree.IndexerTranslation | undefined);
|
|
48
|
-
getParameters(): readonly ParameterEntity[];
|
|
49
|
-
}
|
|
50
40
|
export declare class UnfinishedIntrinsicTranslatedIndexerEntity {
|
|
51
41
|
private readonly unfinishedValue_;
|
|
52
42
|
get unfinishedValue(): IndexerEntity;
|
|
53
|
-
constructor(originalEntity: IndexerEntity, translation: Translation,
|
|
43
|
+
constructor(originalEntity: IndexerEntity, translation: Translation, translatedContainingEntity: TypeWithMembersOrExtensionEntity);
|
|
54
44
|
finish(parameters: readonly ParameterEntity[]): IndexerEntity;
|
|
55
45
|
}
|
|
@@ -1,23 +1,20 @@
|
|
|
1
|
-
import { AnalyzedTranslationPackage } from '../../analysis/AnalyzedTranslationPackage.js';
|
|
2
|
-
import { Tag } from '../../analysis/Tag.js';
|
|
3
|
-
import { Translation } from '../../analysis/Translation.js';
|
|
4
1
|
import { PackageDialect, PackageLocale } from '../../common/index.js';
|
|
5
|
-
import { PackageName, PlatformKind } from '../../project/
|
|
6
|
-
import { EntityKind } from '../index.js';
|
|
7
|
-
import
|
|
8
|
-
import {
|
|
2
|
+
import { PackageName, PlatformKind } from '../../project/index.js';
|
|
3
|
+
import { AnonymousTypeEntity, EntityKind, EntityLocalizationContext, LocalizablePackageMemberEntity, Tag, Translation, TypeMemberEntity } from '../index.js';
|
|
4
|
+
import { InterfacePackageEntityInfo, PackageEntityDefinition } from '../interfaces/index.js';
|
|
5
|
+
import { IPackageEntity, NameTranslationPackageEntity, PackageEntity, ProgramPackageEntity, TextTranslationPackageEntity, TextTranslationPackageEntityInfo } from '../interfaces/PackageEntity.js';
|
|
9
6
|
import { PackageEntityMembers } from '../PackageEntityMembers.js';
|
|
10
|
-
export declare class TranslatedPackageEntity implements
|
|
7
|
+
export declare abstract class TranslatedPackageEntity implements IPackageEntity {
|
|
11
8
|
readonly kind = EntityKind.Package;
|
|
12
|
-
|
|
9
|
+
protected abstract readonly originalEntity: PackageEntity;
|
|
10
|
+
protected abstract asPackageEntity: PackageEntity;
|
|
13
11
|
private readonly translation;
|
|
14
12
|
private readonly name;
|
|
15
|
-
|
|
16
|
-
|
|
13
|
+
constructor(translation: Translation, name: PackageName);
|
|
14
|
+
abstract getMembers(): PackageEntityMembers;
|
|
17
15
|
getName(): PackageName;
|
|
18
16
|
getLocale(): PackageLocale;
|
|
19
17
|
getDialect(): PackageDialect;
|
|
20
|
-
getMembers(): PackageEntityMembers;
|
|
21
18
|
getInterfacePackageInfo(): InterfacePackageEntityInfo | undefined;
|
|
22
19
|
getImplementedInterfacePackage(): PackageEntity | undefined;
|
|
23
20
|
getSupportedPlatforms(): readonly PlatformKind[];
|
|
@@ -28,3 +25,31 @@ export declare class TranslatedPackageEntity implements PackageEntity {
|
|
|
28
25
|
getTags(): readonly Tag[];
|
|
29
26
|
getTextTranslationPackageInfo(): TextTranslationPackageEntityInfo | undefined;
|
|
30
27
|
}
|
|
28
|
+
export declare abstract class TranslatedProgramPackageEntity extends TranslatedPackageEntity implements ProgramPackageEntity {
|
|
29
|
+
readonly subkind = "program";
|
|
30
|
+
protected readonly originalEntity: ProgramPackageEntity;
|
|
31
|
+
protected get asPackageEntity(): PackageEntity;
|
|
32
|
+
constructor(originalEntity: ProgramPackageEntity, translation: Translation, name: PackageName);
|
|
33
|
+
}
|
|
34
|
+
export declare abstract class TranslatedNameTranslationPackageEntity extends TranslatedPackageEntity implements NameTranslationPackageEntity {
|
|
35
|
+
readonly subkind = "name-translation";
|
|
36
|
+
protected readonly originalEntity: NameTranslationPackageEntity;
|
|
37
|
+
protected get asPackageEntity(): PackageEntity;
|
|
38
|
+
constructor(originalEntity: NameTranslationPackageEntity, translation: Translation, name: PackageName);
|
|
39
|
+
getTranslationLocale(): PackageLocale;
|
|
40
|
+
getTargetPackage(): PackageEntity | undefined;
|
|
41
|
+
getTranslatedTargetPackage(): PackageEntity | undefined;
|
|
42
|
+
getLocalizedReferencedPackagesMap(): ReadonlyMap<PackageEntity, PackageEntity>;
|
|
43
|
+
getLocalizationContext(): EntityLocalizationContext;
|
|
44
|
+
getTranslatedPackageMember(entity: LocalizablePackageMemberEntity): LocalizablePackageMemberEntity;
|
|
45
|
+
getTranslatedTypeMember(entity: TypeMemberEntity): TypeMemberEntity;
|
|
46
|
+
getTranslatedAnonymousTypeEntity(entity: AnonymousTypeEntity): AnonymousTypeEntity;
|
|
47
|
+
}
|
|
48
|
+
export declare abstract class TranslatedTextTranslationPackageEntity extends TranslatedPackageEntity implements TextTranslationPackageEntity {
|
|
49
|
+
readonly subkind = "text-translation";
|
|
50
|
+
protected readonly originalEntity: TextTranslationPackageEntity;
|
|
51
|
+
protected get asPackageEntity(): PackageEntity;
|
|
52
|
+
constructor(originalEntity: TextTranslationPackageEntity, translation: Translation, name: PackageName);
|
|
53
|
+
getTargetPackage(): PackageEntity | undefined;
|
|
54
|
+
isPrimary(): boolean;
|
|
55
|
+
}
|
|
@@ -1,34 +1,27 @@
|
|
|
1
|
-
import { AnalyzedTranslationPackage } from '../../analysis/AnalyzedTranslationPackage.js';
|
|
2
|
-
import { Tag } from '../../analysis/Tag.js';
|
|
3
|
-
import { Translation } from '../../analysis/Translation.js';
|
|
4
1
|
import { Name, PackageDialect, PackageLocale } from '../../common/index.js';
|
|
5
|
-
import * as tree from '../../tree/index.js';
|
|
6
2
|
import * as types from '../../types/index.js';
|
|
7
3
|
import { BaseAspectTypes } from '../BaseAspectTypes.js';
|
|
8
4
|
import { BaseObjectType } from '../BaseObjectType.js';
|
|
9
|
-
import { EntityHidingLevel } from '../EntityHiding.js';
|
|
10
5
|
import { EntityLocalizationContext } from '../EntityLocalizationContext.js';
|
|
11
|
-
import
|
|
12
|
-
import { CycleFreeReductionSourceResolutionResult, EntityKind, ReductionSource } from '../index.js';
|
|
6
|
+
import { CycleFreeReductionSourceResolutionResult, EntityHidingLevel, EntityKind, ReducedTypeEntity, ReducedTypeEntityDefinition, ReductionSource, Tag, Translation, TypeEntityMembers } from '../index.js';
|
|
13
7
|
import { PackageEntity, TypeParameterEntity } from '../interfaces/index.js';
|
|
14
8
|
import { SubstitutionApplicationMode } from '../SubstitutionApplicationMode.js';
|
|
15
9
|
import { TypeEntityKind } from '../TypeEntity.js';
|
|
16
|
-
|
|
17
|
-
export declare class TranslatedReducedTypeEntity implements ReducedTypeEntity {
|
|
10
|
+
export declare abstract class TranslatedReducedTypeEntity implements ReducedTypeEntity {
|
|
18
11
|
readonly kind = EntityKind.Type;
|
|
19
12
|
readonly typeEntityKind = TypeEntityKind.Reduced;
|
|
20
13
|
readonly subkind = "package";
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
private readonly
|
|
25
|
-
private readonly node;
|
|
26
|
-
private readonly typeParameters;
|
|
27
|
-
private readonly members;
|
|
14
|
+
protected readonly originalEntity: ReducedTypeEntity;
|
|
15
|
+
protected readonly translation: Translation;
|
|
16
|
+
protected readonly name: Name;
|
|
17
|
+
private readonly containingPackage;
|
|
28
18
|
private readonly reductionSource;
|
|
29
19
|
private readonly baseObjectType;
|
|
30
20
|
private readonly baseAspectTypes;
|
|
31
|
-
|
|
21
|
+
private get localizationContext();
|
|
22
|
+
constructor(originalEntity: ReducedTypeEntity, translation: Translation, name: Name);
|
|
23
|
+
abstract getTypeParameters(): readonly TypeParameterEntity[];
|
|
24
|
+
abstract getMembers(): TypeEntityMembers;
|
|
32
25
|
getName(): Name;
|
|
33
26
|
getContainingPackage(): PackageEntity;
|
|
34
27
|
getTranslation(): Translation | undefined;
|
|
@@ -36,8 +29,6 @@ export declare class TranslatedReducedTypeEntity implements ReducedTypeEntity {
|
|
|
36
29
|
getDialect(): PackageDialect;
|
|
37
30
|
getOriginalEntity(): ReducedTypeEntity;
|
|
38
31
|
getReductionSource(): ReductionSource;
|
|
39
|
-
getTypeParameters(): readonly TypeParameterEntity[];
|
|
40
|
-
getMembers(): TypeEntityMembers;
|
|
41
32
|
getDefinition(): ReducedTypeEntityDefinition;
|
|
42
33
|
getArity(): number;
|
|
43
34
|
getBaseObjectType(): BaseObjectType;
|
|
@@ -1,18 +1,14 @@
|
|
|
1
|
-
import { AnalyzedTranslationPackage } from '../../analysis/AnalyzedTranslationPackage.js';
|
|
2
|
-
import { Tag } from '../../analysis/Tag.js';
|
|
3
|
-
import { Translation } from '../../analysis/Translation.js';
|
|
4
1
|
import { PackageDialect, PackageLocale } from '../../common/index.js';
|
|
5
|
-
import { EntityHidingLevel } from '../
|
|
6
|
-
import {
|
|
7
|
-
import type { EntityOwningSetter, SetterEntity } from '../interfaces/SetterEntity.js';
|
|
8
|
-
import { SetterEntityDefinition } from '../interfaces/SetterEntity.js';
|
|
2
|
+
import { EntityHidingLevel, EntityKind, PackageEntity, Tag, Translation } from '../index.js';
|
|
3
|
+
import { EntityOwningSetter, SetterEntity, SetterEntityDefinition } from '../interfaces/SetterEntity.js';
|
|
9
4
|
export declare class TranslatedSetterEntity implements SetterEntity {
|
|
10
5
|
readonly kind = EntityKind.Setter;
|
|
11
6
|
private readonly originalEntity;
|
|
12
7
|
private readonly translation;
|
|
13
|
-
private readonly translationPackage;
|
|
14
8
|
private readonly owningEntity;
|
|
15
|
-
|
|
9
|
+
private readonly containingPackage;
|
|
10
|
+
private get localizationContext();
|
|
11
|
+
constructor(originalEntity: SetterEntity, translation: Translation, translatedOwningEntity: EntityOwningSetter);
|
|
16
12
|
getDefinition(): SetterEntityDefinition;
|
|
17
13
|
getOwningEntity(): EntityOwningSetter;
|
|
18
14
|
getContainingPackage(): PackageEntity;
|
|
@@ -1,35 +1,28 @@
|
|
|
1
|
-
import { AnalyzedTranslationPackage } from '../../analysis/AnalyzedTranslationPackage.js';
|
|
2
|
-
import { Tag } from '../../analysis/Tag.js';
|
|
3
|
-
import { Translation } from '../../analysis/Translation.js';
|
|
4
1
|
import { Name, PackageDialect, PackageLocale } from '../../common/index.js';
|
|
5
|
-
import * as tree from '../../tree/index.js';
|
|
6
2
|
import * as types from '../../types/index.js';
|
|
7
3
|
import { BaseAspectTypes, CycleFreeBaseAspectTypesResolutionResult } from '../BaseAspectTypes.js';
|
|
8
4
|
import { BaseObjectType, CycleFreeBaseObjectTypeResolutionResult } from '../BaseObjectType.js';
|
|
9
|
-
import { EntityHidingLevel } from '../EntityHiding.js';
|
|
10
5
|
import { EntityLocalizationContext } from '../EntityLocalizationContext.js';
|
|
11
|
-
import { EntityNaming } from '../
|
|
12
|
-
import { EntityKind } from '../index.js';
|
|
6
|
+
import { EntityHidingLevel, EntityKind, EntityNaming, Tag, Translation, TypeEntityMembers } from '../index.js';
|
|
13
7
|
import { PackageEntity } from '../interfaces/PackageEntity.js';
|
|
14
|
-
import
|
|
8
|
+
import { AnonymousStructuredTypeEntity, PackageStructuredTypeEntity, StructuredTypeEntityDefinition, StructuredTypeKind } from '../interfaces/StructuredTypeEntity.js';
|
|
15
9
|
import { TypeParameterEntity } from '../interfaces/TypeParameterEntity.js';
|
|
16
10
|
import { SubstitutionApplicationMode } from '../SubstitutionApplicationMode.js';
|
|
17
11
|
import { TypeEntityKind } from '../TypeEntity.js';
|
|
18
|
-
|
|
19
|
-
export declare class TranslatedPackageStructuredTypeEntity implements PackageStructuredTypeEntity {
|
|
12
|
+
export declare abstract class TranslatedPackageStructuredTypeEntity implements PackageStructuredTypeEntity {
|
|
20
13
|
readonly kind = EntityKind.Type;
|
|
21
14
|
readonly typeEntityKind = TypeEntityKind.Structured;
|
|
22
15
|
readonly subkind = "package";
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
private readonly
|
|
27
|
-
private readonly node;
|
|
28
|
-
private readonly typeParameters;
|
|
29
|
-
private readonly members;
|
|
16
|
+
protected readonly originalEntity: PackageStructuredTypeEntity;
|
|
17
|
+
protected readonly translation: Translation;
|
|
18
|
+
protected readonly name: Name;
|
|
19
|
+
private readonly containingPackage;
|
|
30
20
|
private readonly baseObjectType;
|
|
31
21
|
private readonly baseAspectTypes;
|
|
32
|
-
|
|
22
|
+
private get localizationContext();
|
|
23
|
+
constructor(originalEntity: PackageStructuredTypeEntity, translation: Translation, name: Name);
|
|
24
|
+
abstract getTypeParameters(): readonly TypeParameterEntity[];
|
|
25
|
+
abstract getMembers(): TypeEntityMembers;
|
|
33
26
|
getName(): Name;
|
|
34
27
|
getContainingPackage(): PackageEntity;
|
|
35
28
|
getTranslation(): Translation | undefined;
|
|
@@ -37,8 +30,6 @@ export declare class TranslatedPackageStructuredTypeEntity implements PackageStr
|
|
|
37
30
|
getDialect(): PackageDialect;
|
|
38
31
|
getOriginalEntity(): PackageStructuredTypeEntity;
|
|
39
32
|
getNaming(): EntityNaming;
|
|
40
|
-
getTypeParameters(): readonly TypeParameterEntity[];
|
|
41
|
-
getMembers(): TypeEntityMembers;
|
|
42
33
|
getDefinition(): StructuredTypeEntityDefinition;
|
|
43
34
|
markedBasic(): boolean;
|
|
44
35
|
isAbstract(): boolean;
|
|
@@ -50,17 +41,18 @@ export declare class TranslatedPackageStructuredTypeEntity implements PackageStr
|
|
|
50
41
|
getTags(): readonly Tag[];
|
|
51
42
|
getSubstitutionApplicationMode(): SubstitutionApplicationMode;
|
|
52
43
|
}
|
|
53
|
-
export declare class TranslatedAnonymousStructuredTypeEntity implements AnonymousStructuredTypeEntity {
|
|
44
|
+
export declare abstract class TranslatedAnonymousStructuredTypeEntity implements AnonymousStructuredTypeEntity {
|
|
54
45
|
readonly kind = EntityKind.Type;
|
|
55
46
|
readonly typeEntityKind = TypeEntityKind.Structured;
|
|
56
47
|
readonly subkind = "anonymous";
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
private readonly
|
|
60
|
-
private readonly members;
|
|
48
|
+
protected readonly originalEntity: AnonymousStructuredTypeEntity;
|
|
49
|
+
protected readonly translation: Translation;
|
|
50
|
+
private readonly containingPackage;
|
|
61
51
|
private readonly baseObjectType;
|
|
62
52
|
private readonly baseAspectTypes;
|
|
63
|
-
|
|
53
|
+
private get localizationContext();
|
|
54
|
+
constructor(originalEntity: AnonymousStructuredTypeEntity, translation: Translation);
|
|
55
|
+
abstract getMembers(): TypeEntityMembers;
|
|
64
56
|
getContainingPackage(): PackageEntity;
|
|
65
57
|
getTranslation(): Translation | undefined;
|
|
66
58
|
getLocale(): PackageLocale;
|
|
@@ -68,7 +60,6 @@ export declare class TranslatedAnonymousStructuredTypeEntity implements Anonymou
|
|
|
68
60
|
getOriginalEntity(): AnonymousStructuredTypeEntity;
|
|
69
61
|
getNaming(): EntityNaming;
|
|
70
62
|
getTypeParameters(): readonly TypeParameterEntity[];
|
|
71
|
-
getMembers(): TypeEntityMembers;
|
|
72
63
|
getDefinition(): StructuredTypeEntityDefinition;
|
|
73
64
|
markedBasic(): boolean;
|
|
74
65
|
isAbstract(): boolean;
|
|
@@ -1,21 +1,14 @@
|
|
|
1
|
-
import { AnalyzedTranslationPackage } from '../../analysis/AnalyzedTranslationPackage.js';
|
|
2
|
-
import { Tag } from '../../analysis/Tag.js';
|
|
3
|
-
import { Translation } from '../../analysis/Translation.js';
|
|
4
1
|
import { PackageDialect, PackageLocale } from '../../common/index.js';
|
|
5
|
-
import { EntityHidingLevel } from '../
|
|
6
|
-
|
|
7
|
-
import { PackageEntity } from '../interfaces/PackageEntity.js';
|
|
8
|
-
import type { TypeExtensionEntity, TypeExtensionEntityDefinition } from '../interfaces/TypeExtensionEntity.js';
|
|
9
|
-
import { TypeEntityMembers } from '../TypeEntityMembers.js';
|
|
10
|
-
export declare class TranslatedTypeExtensionEntity implements TypeExtensionEntity {
|
|
2
|
+
import { EntityHidingLevel, EntityKind, NamedTypeEntity, PackageEntity, Tag, Translation, TypeEntityMembers, TypeExtensionEntity, TypeExtensionEntityDefinition } from '../index.js';
|
|
3
|
+
export declare abstract class TranslatedTypeExtensionEntity implements TypeExtensionEntity {
|
|
11
4
|
readonly kind = EntityKind.TypeExtension;
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
private readonly
|
|
15
|
-
private readonly members;
|
|
5
|
+
protected readonly originalEntity: TypeExtensionEntity;
|
|
6
|
+
protected readonly translation: Translation;
|
|
7
|
+
private readonly containingPackage;
|
|
16
8
|
private readonly extendedTypeEntity;
|
|
17
|
-
|
|
18
|
-
|
|
9
|
+
private get localizationContext();
|
|
10
|
+
constructor(originalEntity: TypeExtensionEntity, translation: Translation);
|
|
11
|
+
abstract getMembers(): TypeEntityMembers;
|
|
19
12
|
getContainingPackage(): PackageEntity;
|
|
20
13
|
getExtendedTypeEntity(): NamedTypeEntity | undefined;
|
|
21
14
|
getDefinition(): TypeExtensionEntityDefinition;
|
|
@@ -1,13 +1,8 @@
|
|
|
1
|
-
import { AnalyzedTranslationPackage } from '../../analysis/AnalyzedTranslationPackage.js';
|
|
2
|
-
import { Tag } from '../../analysis/Tag.js';
|
|
3
|
-
import { Translation } from '../../analysis/Translation.js';
|
|
4
1
|
import { Name, PackageDialect, PackageLocale } from '../../common/index.js';
|
|
5
2
|
import * as types from '../../types/index.js';
|
|
6
|
-
import { EntityHidingLevel } from '../EntityHiding.js';
|
|
7
3
|
import { EntityLocalizationContext } from '../EntityLocalizationContext.js';
|
|
8
|
-
import { EntityKind, PackageEntity } from '../index.js';
|
|
9
|
-
import
|
|
10
|
-
import { CycleFreeConstraintResolutionResult, TypeParameterConstraint, TypeParameterEntityDefinition } from '../interfaces/TypeParameterEntity.js';
|
|
4
|
+
import { EntityHidingLevel, EntityKind, PackageEntity, Tag, Translation } from '../index.js';
|
|
5
|
+
import { CycleFreeConstraintResolutionResult, EntityContainingTypeParameter, TypeParameterConstraint, TypeParameterEntity, TypeParameterEntityDefinition } from '../interfaces/TypeParameterEntity.js';
|
|
11
6
|
import { TypeEntityKind } from '../TypeEntity.js';
|
|
12
7
|
export declare class TranslatedTypeParameterEntity implements TypeParameterEntity {
|
|
13
8
|
readonly kind = EntityKind.Type;
|
|
@@ -15,11 +10,12 @@ export declare class TranslatedTypeParameterEntity implements TypeParameterEntit
|
|
|
15
10
|
private readonly originalEntity;
|
|
16
11
|
private readonly translation;
|
|
17
12
|
private readonly name;
|
|
18
|
-
private readonly translationPackage;
|
|
19
13
|
private readonly containingEntity;
|
|
14
|
+
private readonly containingPackage;
|
|
20
15
|
private readonly defaultType;
|
|
21
16
|
private readonly constraint;
|
|
22
|
-
|
|
17
|
+
private get localizationContext();
|
|
18
|
+
constructor(originalEntity: TypeParameterEntity, translation: Translation, name: Name, translatedContainingEntity: EntityContainingTypeParameter);
|
|
23
19
|
getName(): Name;
|
|
24
20
|
getConstraint(): TypeParameterConstraint;
|
|
25
21
|
getDefaultType(): types.Type | undefined;
|
|
@@ -1,26 +1,18 @@
|
|
|
1
|
-
import { AnalyzedTranslationPackage } from '../../analysis/AnalyzedTranslationPackage.js';
|
|
2
|
-
import { Tag } from '../../analysis/Tag.js';
|
|
3
|
-
import { Translation } from '../../analysis/Translation.js';
|
|
4
1
|
import { Name, PackageDialect, PackageLocale } from '../../common/index.js';
|
|
5
2
|
import * as types from '../../types/index.js';
|
|
6
|
-
import { EntityHidingLevel } from '../
|
|
7
|
-
import { EntityKind, PreservedReducedTypeEntityMemberInfo, TypeWithMembersOrExtensionEntity } from '../index.js';
|
|
8
|
-
import { GetterEntity } from '../interfaces/GetterEntity.js';
|
|
9
|
-
import { PackageEntity } from '../interfaces/PackageEntity.js';
|
|
10
|
-
import { SetterEntity } from '../interfaces/SetterEntity.js';
|
|
11
|
-
import type { EntityContainingParameter, FieldEntity, PackageVariableEntity, ParameterEntity } from '../interfaces/VariableEntity.js';
|
|
12
|
-
import { SpecialVariableEntityInfo, VariableEntityDefinition } from '../interfaces/VariableEntity.js';
|
|
3
|
+
import { EntityContainingParameter, EntityHidingLevel, EntityKind, FieldEntity, GetterEntity, PackageEntity, PackageVariableEntity, ParameterEntity, PreservedReducedTypeEntityMemberInfo, SetterEntity, SpecialVariableEntityInfo, Tag, Translation, TypeWithMembersOrExtensionEntity, VariableEntityDefinition } from '../index.js';
|
|
13
4
|
export declare class TranslatedPackageVariableEntity implements PackageVariableEntity {
|
|
14
5
|
readonly kind = EntityKind.Variable;
|
|
15
6
|
readonly subkind = "package";
|
|
16
7
|
private readonly originalEntity;
|
|
17
8
|
private readonly translation;
|
|
18
9
|
private readonly name;
|
|
19
|
-
private readonly
|
|
10
|
+
private readonly containingPackage;
|
|
20
11
|
private readonly type;
|
|
21
12
|
private readonly getter;
|
|
22
13
|
private readonly setter;
|
|
23
|
-
|
|
14
|
+
private get localizationContext();
|
|
15
|
+
constructor(originalEntity: PackageVariableEntity, translation: Translation, name: Name);
|
|
24
16
|
getContainingPackage(): PackageEntity;
|
|
25
17
|
getTranslation(): Translation | undefined;
|
|
26
18
|
getLocale(): PackageLocale;
|
|
@@ -43,14 +35,15 @@ export declare class TranslatedFieldEntity implements FieldEntity {
|
|
|
43
35
|
private readonly originalEntity;
|
|
44
36
|
private readonly translation;
|
|
45
37
|
private readonly name;
|
|
46
|
-
private readonly translationPackage;
|
|
47
38
|
private readonly containingEntity;
|
|
39
|
+
private readonly containingPackage;
|
|
48
40
|
private readonly type;
|
|
49
41
|
private readonly getter;
|
|
50
42
|
private readonly setter;
|
|
51
43
|
private readonly overriddenMembers;
|
|
52
44
|
private readonly isPreservedReducedTypeMember_;
|
|
53
|
-
|
|
45
|
+
private get localizationContext();
|
|
46
|
+
constructor(originalEntity: FieldEntity, translation: Translation, name: Name, translatedContainingEntity: TypeWithMembersOrExtensionEntity);
|
|
54
47
|
getContainingEntity(): TypeWithMembersOrExtensionEntity;
|
|
55
48
|
getContainingPackage(): PackageEntity;
|
|
56
49
|
getTranslation(): Translation | undefined;
|
|
@@ -81,10 +74,11 @@ export declare class TranslatedParameterEntity implements ParameterEntity {
|
|
|
81
74
|
private readonly originalEntity;
|
|
82
75
|
private readonly translation;
|
|
83
76
|
private readonly name;
|
|
84
|
-
private readonly translationPackage;
|
|
85
77
|
private readonly containingEntity;
|
|
78
|
+
private readonly containingPackage;
|
|
86
79
|
private readonly type;
|
|
87
|
-
|
|
80
|
+
private get localizationContext();
|
|
81
|
+
constructor(originalEntity: ParameterEntity, translation: Translation, name: Name, translatedContainingEntity: EntityContainingParameter);
|
|
88
82
|
getContainingEntity(): EntityContainingParameter;
|
|
89
83
|
getContainingPackage(): PackageEntity;
|
|
90
84
|
isOptional(): boolean;
|
|
@@ -1,34 +1,21 @@
|
|
|
1
|
-
import { AnalyzedTranslationPackage } from '../../analysis/AnalyzedTranslationPackage.js';
|
|
2
|
-
import { Tag } from '../../analysis/Tag.js';
|
|
3
|
-
import { Translation } from '../../analysis/Translation.js';
|
|
4
1
|
import { Name, PackageDialect, PackageLocale } from '../../common/index.js';
|
|
5
|
-
import * as tree from '../../tree/index.js';
|
|
6
2
|
import * as types from '../../types/Type.js';
|
|
7
3
|
import { BaseObjectType } from '../BaseObjectType.js';
|
|
8
|
-
import { EntityHidingLevel } from '../
|
|
9
|
-
|
|
10
|
-
import { EntityKind } from '../index.js';
|
|
11
|
-
import { PackageEntity } from '../interfaces/PackageEntity.js';
|
|
12
|
-
import { TypeParameterEntity } from '../interfaces/TypeParameterEntity.js';
|
|
13
|
-
import type { PackageVariantTypeEntity } from '../interfaces/VariantTypeEntity.js';
|
|
14
|
-
import { VariantTypeEntityDefinition } from '../interfaces/VariantTypeEntity.js';
|
|
15
|
-
import { SubstitutionApplicationMode } from '../SubstitutionApplicationMode.js';
|
|
16
|
-
import { TypeEntityKind } from '../TypeEntity.js';
|
|
17
|
-
import { TypeEntityMembers } from '../TypeEntityMembers.js';
|
|
18
|
-
export declare class TranslatedPackageVariantTypeEntity implements PackageVariantTypeEntity {
|
|
4
|
+
import { EntityHidingLevel, EntityKind, EntityNaming, PackageEntity, PackageVariantTypeEntity, SubstitutionApplicationMode, Tag, Translation, TypeEntityKind, TypeEntityMembers, TypeParameterEntity, VariantTypeEntityDefinition } from '../index.js';
|
|
5
|
+
export declare abstract class TranslatedPackageVariantTypeEntity implements PackageVariantTypeEntity {
|
|
19
6
|
readonly kind = EntityKind.Type;
|
|
20
7
|
readonly typeEntityKind = TypeEntityKind.Variant;
|
|
21
8
|
readonly subkind = "package";
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
private readonly
|
|
26
|
-
private readonly node;
|
|
27
|
-
private readonly typeParameters;
|
|
9
|
+
protected readonly originalEntity: PackageVariantTypeEntity;
|
|
10
|
+
protected readonly translation: Translation;
|
|
11
|
+
protected readonly name: Name;
|
|
12
|
+
private readonly containingPackage;
|
|
28
13
|
private readonly underlyingType;
|
|
29
|
-
private readonly members;
|
|
30
14
|
private readonly baseObjectType;
|
|
31
|
-
|
|
15
|
+
private get localizationContext();
|
|
16
|
+
constructor(originalEntity: PackageVariantTypeEntity, translation: Translation, name: Name);
|
|
17
|
+
abstract getTypeParameters(): readonly TypeParameterEntity[];
|
|
18
|
+
abstract getMembers(): TypeEntityMembers;
|
|
32
19
|
getName(): Name;
|
|
33
20
|
getContainingPackage(): PackageEntity;
|
|
34
21
|
getTranslation(): Translation | undefined;
|
|
@@ -36,9 +23,7 @@ export declare class TranslatedPackageVariantTypeEntity implements PackageVarian
|
|
|
36
23
|
getDialect(): PackageDialect;
|
|
37
24
|
getOriginalEntity(): PackageVariantTypeEntity;
|
|
38
25
|
getNaming(): EntityNaming;
|
|
39
|
-
getTypeParameters(): readonly TypeParameterEntity[];
|
|
40
26
|
getUnderlyingType(): types.Type;
|
|
41
|
-
getMembers(): TypeEntityMembers;
|
|
42
27
|
getDefinition(): VariantTypeEntityDefinition;
|
|
43
28
|
getArity(): number;
|
|
44
29
|
isHidden(): EntityHidingLevel | undefined;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { ResolvedTranslationPackage } from '../../../../analysis/a/ResolvedTranslationPackage.js';
|
|
2
|
+
import { Name } from '../../../../common/index.js';
|
|
3
|
+
import * as tree from '../../../../tree/a/index.js';
|
|
4
|
+
import { AliasTypeEntity, Translation, TypeEntityMembers, TypeParameterEntity } from '../../../index.js';
|
|
5
|
+
import { TranslatedAliasTypeEntity } from '../../index.js';
|
|
6
|
+
export declare class SourceTranslatedAliasTypeEntity extends TranslatedAliasTypeEntity {
|
|
7
|
+
private readonly translationPackage;
|
|
8
|
+
private readonly node;
|
|
9
|
+
private readonly typeParameters;
|
|
10
|
+
private readonly members;
|
|
11
|
+
constructor(originalEntity: AliasTypeEntity, translation: Translation, name: Name, translationPackage: ResolvedTranslationPackage, node: tree.TypeTranslationDeclaration | tree.FunctionTypeTranslationDeclaration | undefined);
|
|
12
|
+
getTypeParameters(): readonly TypeParameterEntity[];
|
|
13
|
+
getMembers(): TypeEntityMembers;
|
|
14
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { ResolvedTranslationPackage } from '../../../../analysis/a/ResolvedTranslationPackage.js';
|
|
2
|
+
import { Analyzer } from '../../../../analysis/Analyzer.js';
|
|
3
|
+
import * as tree from '../../../../tree/a/index.js';
|
|
4
|
+
import { ConstructorEntity, ParameterEntity, Translation, TypeWithMembersOrExtensionEntity } from '../../../index.js';
|
|
5
|
+
import { TranslatedConstructorEntity } from '../../TranslatedConstructorEntity.js';
|
|
6
|
+
export declare class SourceTranslatedConstructorEntity extends TranslatedConstructorEntity {
|
|
7
|
+
private readonly translationPackage;
|
|
8
|
+
private readonly node;
|
|
9
|
+
private readonly parameters;
|
|
10
|
+
constructor(analyzer: Analyzer, originalEntity: ConstructorEntity, translation: Translation, translationPackage: ResolvedTranslationPackage, translatedContainingEntity: TypeWithMembersOrExtensionEntity, node: tree.ConstructorTranslation | undefined);
|
|
11
|
+
getParameters(): readonly ParameterEntity[];
|
|
12
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { ResolvedTranslationPackage } from '../../../../analysis/a/ResolvedTranslationPackage.js';
|
|
2
|
+
import { DestructorEntity, ParameterEntity, Translation, TypeWithMembersOrExtensionEntity } from '../../../index.js';
|
|
3
|
+
import { TranslatedDestructorEntity } from '../../TranslatedDestructorEntity.js';
|
|
4
|
+
export declare class SourceTranslatedDestructorEntity extends TranslatedDestructorEntity {
|
|
5
|
+
private readonly translationPackage;
|
|
6
|
+
private readonly parameters;
|
|
7
|
+
constructor(originalEntity: DestructorEntity, translation: Translation, translationPackage: ResolvedTranslationPackage, translatedContainingEntity: TypeWithMembersOrExtensionEntity);
|
|
8
|
+
getParameters(): readonly ParameterEntity[];
|
|
9
|
+
}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { ResolvedTranslationPackage } from '../../../../analysis/a/ResolvedTranslationPackage.js';
|
|
2
|
+
import { Analyzer } from '../../../../analysis/Analyzer.js';
|
|
3
|
+
import { Name } from '../../../../common/index.js';
|
|
4
|
+
import * as tree from '../../../../tree/a/index.js';
|
|
5
|
+
import { MethodEntity, PackageFunctionEntity, ParameterEntity, Translation, TypeParameterEntity, TypeWithMembersOrExtensionEntity } from '../../../index.js';
|
|
6
|
+
import { TranslatedMethodEntity, TranslatedPackageFunctionEntity } from '../../index.js';
|
|
7
|
+
export declare class SourceTranslatedPackageFunctionEntity extends TranslatedPackageFunctionEntity {
|
|
8
|
+
private readonly translationPackage;
|
|
9
|
+
private readonly node;
|
|
10
|
+
private readonly typeParameters;
|
|
11
|
+
private readonly parameters;
|
|
12
|
+
constructor(originalEntity: PackageFunctionEntity, translation: Translation, name: Name, translationPackage: ResolvedTranslationPackage, node: tree.PackageFunctionTranslationDeclaration | undefined);
|
|
13
|
+
getTypeParameters(): readonly TypeParameterEntity[];
|
|
14
|
+
getParameters(): readonly ParameterEntity[];
|
|
15
|
+
}
|
|
16
|
+
export declare class SourceTranslatedMethodEntity extends TranslatedMethodEntity {
|
|
17
|
+
private readonly node;
|
|
18
|
+
private readonly translationPackage;
|
|
19
|
+
private readonly typeParameters;
|
|
20
|
+
private readonly parameters;
|
|
21
|
+
constructor(analyzer: Analyzer, originalEntity: MethodEntity, translation: Translation, name: Name, translationPackage: ResolvedTranslationPackage, translatedContainingEntity: TypeWithMembersOrExtensionEntity, node: tree.MethodTranslation | undefined);
|
|
22
|
+
getTypeParameters(): readonly TypeParameterEntity[];
|
|
23
|
+
getParameters(): readonly ParameterEntity[];
|
|
24
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { ResolvedTranslationPackage } from '../../../../analysis/a/ResolvedTranslationPackage.js';
|
|
2
|
+
import * as tree from '../../../../tree/a/index.js';
|
|
3
|
+
import { AnonymousFunctionTypeEntity, ParameterEntity, Translation, TypeEntityMembers } from '../../../index.js';
|
|
4
|
+
import { TranslatedAnonymousFunctionTypeEntity } from '../../TranslatedFunctionTypeEntity.js';
|
|
5
|
+
export declare class SourceTranslatedAnonymousFunctionTypeEntity extends TranslatedAnonymousFunctionTypeEntity {
|
|
6
|
+
private readonly translationPackage;
|
|
7
|
+
private readonly node;
|
|
8
|
+
private readonly parameters;
|
|
9
|
+
private readonly members;
|
|
10
|
+
constructor(originalEntity: AnonymousFunctionTypeEntity, translation: Translation, translationPackage: ResolvedTranslationPackage, node: tree.FunctionTypeTranslationDeclaration | undefined);
|
|
11
|
+
getParameters(): readonly ParameterEntity[];
|
|
12
|
+
getMembers(): TypeEntityMembers;
|
|
13
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { ResolvedTranslationPackage } from '../../../../analysis/a/ResolvedTranslationPackage.js';
|
|
2
|
+
import * as tree from '../../../../tree/a/index.js';
|
|
3
|
+
import { IndexerEntity, ParameterEntity, Translation, TypeWithMembersOrExtensionEntity } from '../../../index.js';
|
|
4
|
+
import { TranslatedIndexerEntity } from '../../TranslatedIndexerEntity.js';
|
|
5
|
+
export declare class SourceTranslatedIndexerEntity extends TranslatedIndexerEntity {
|
|
6
|
+
readonly translationPackage: ResolvedTranslationPackage;
|
|
7
|
+
private readonly node;
|
|
8
|
+
private readonly parameters;
|
|
9
|
+
constructor(originalEntity: IndexerEntity, translation: Translation, translationPackage: ResolvedTranslationPackage, translatedContainingEntity: TypeWithMembersOrExtensionEntity, node: tree.IndexerTranslation | undefined);
|
|
10
|
+
getParameters(): readonly ParameterEntity[];
|
|
11
|
+
}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { ResolvedTranslationPackage } from '../../../../analysis/a/ResolvedTranslationPackage.js';
|
|
2
|
+
import { PackageName } from '../../../../project/SourcePackage.js';
|
|
3
|
+
import { NameTranslationPackageEntity, PackageEntityMembers, ProgramPackageEntity, TextTranslationPackageEntity, Translation } from '../../../index.js';
|
|
4
|
+
import { TranslatedNameTranslationPackageEntity, TranslatedProgramPackageEntity, TranslatedTextTranslationPackageEntity } from '../../index.js';
|
|
5
|
+
export declare class SourceTranslatedProgramPackageEntity extends TranslatedProgramPackageEntity {
|
|
6
|
+
private readonly translationPackage;
|
|
7
|
+
constructor(originalEntity: ProgramPackageEntity, translation: Translation, name: PackageName, translationPackage: ResolvedTranslationPackage);
|
|
8
|
+
getMembers(): PackageEntityMembers;
|
|
9
|
+
}
|
|
10
|
+
export declare class SourceTranslatedNameTranslationPackageEntity extends TranslatedNameTranslationPackageEntity {
|
|
11
|
+
private readonly translationPackage;
|
|
12
|
+
constructor(originalEntity: NameTranslationPackageEntity, translation: Translation, name: PackageName, translationPackage: ResolvedTranslationPackage);
|
|
13
|
+
getMembers(): PackageEntityMembers;
|
|
14
|
+
}
|
|
15
|
+
export declare class SourceTranslatedTextTranslationPackageEntity extends TranslatedTextTranslationPackageEntity {
|
|
16
|
+
private readonly translationPackage;
|
|
17
|
+
constructor(originalEntity: TextTranslationPackageEntity, translation: Translation, name: PackageName, translationPackage: ResolvedTranslationPackage);
|
|
18
|
+
getMembers(): PackageEntityMembers;
|
|
19
|
+
}
|
package/build/types/entities/translated/source/a/SourceTranslatedPackageStructuredTypeEntity.d.ts
ADDED
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { ResolvedTranslationPackage } from '../../../../analysis/a/ResolvedTranslationPackage.js';
|
|
2
|
+
import { Name } from '../../../../common/index.js';
|
|
3
|
+
import * as tree from '../../../../tree/a/index.js';
|
|
4
|
+
import { AnonymousStructuredTypeEntity, PackageStructuredTypeEntity, Translation, TypeEntityMembers, TypeParameterEntity } from '../../../index.js';
|
|
5
|
+
import { TranslatedAnonymousStructuredTypeEntity, TranslatedPackageStructuredTypeEntity } from '../../TranslatedStructuredTypeEntity.js';
|
|
6
|
+
export declare class SourceTranslatedPackageStructuredTypeEntity extends TranslatedPackageStructuredTypeEntity {
|
|
7
|
+
private readonly translationPackage;
|
|
8
|
+
private readonly node;
|
|
9
|
+
private readonly typeParameters;
|
|
10
|
+
private readonly members;
|
|
11
|
+
constructor(originalEntity: PackageStructuredTypeEntity, translation: Translation, name: Name, translationPackage: ResolvedTranslationPackage, node: tree.TypeTranslationDeclaration | undefined);
|
|
12
|
+
getTypeParameters(): readonly TypeParameterEntity[];
|
|
13
|
+
getMembers(): TypeEntityMembers;
|
|
14
|
+
}
|
|
15
|
+
export declare class SourceTranslatedAnonymousStructuredTypeEntity extends TranslatedAnonymousStructuredTypeEntity {
|
|
16
|
+
private readonly translationPackage;
|
|
17
|
+
private readonly members;
|
|
18
|
+
constructor(originalEntity: AnonymousStructuredTypeEntity, translation: Translation, translationPackage: ResolvedTranslationPackage);
|
|
19
|
+
getMembers(): TypeEntityMembers;
|
|
20
|
+
}
|
package/build/types/entities/translated/source/a/SourceTranslatedPackageVariantTypeEntity.d.ts
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { ResolvedTranslationPackage } from '../../../../analysis/a/ResolvedTranslationPackage.js';
|
|
2
|
+
import { Name } from '../../../../common/index.js';
|
|
3
|
+
import * as tree from '../../../../tree/a/index.js';
|
|
4
|
+
import { PackageVariantTypeEntity, Translation, TypeEntityMembers, TypeParameterEntity } from '../../../index.js';
|
|
5
|
+
import { TranslatedPackageVariantTypeEntity } from '../../TranslatedVariantTypeEntity.js';
|
|
6
|
+
export declare class SourceTranslatedPackageVariantTypeEntity extends TranslatedPackageVariantTypeEntity {
|
|
7
|
+
private readonly translationPackage;
|
|
8
|
+
private readonly node;
|
|
9
|
+
private readonly typeParameters;
|
|
10
|
+
private readonly members;
|
|
11
|
+
constructor(originalEntity: PackageVariantTypeEntity, translation: Translation, name: Name, translationPackage: ResolvedTranslationPackage, node: tree.TypeTranslationDeclaration | undefined);
|
|
12
|
+
getTypeParameters(): readonly TypeParameterEntity[];
|
|
13
|
+
getMembers(): TypeEntityMembers;
|
|
14
|
+
}
|