@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,7 @@
|
|
|
1
|
-
import { Analyzer } from '
|
|
2
|
-
import {
|
|
3
|
-
import
|
|
4
|
-
import {
|
|
5
|
-
import { DereferencedVariableSetterDeclaration, FieldSetterDeclaration, IndexedElementSetterDeclaration, PackageVariableSetterDeclaration } from '../../tree/index.js';
|
|
6
|
-
import { EntityHidingLevel, EntityKind, EntityOwningSetter, PackageEntity, SetterEntity, SetterEntityDefinition } 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 { EntityHidingLevel, EntityKind, EntityOwningSetter, PackageEntity, SetterEntity, SetterEntityDefinition, Tag, Translation } from '../../index.js';
|
|
7
5
|
export declare class PackageVariableSetterDeclarationEntity implements SetterEntity {
|
|
8
6
|
private readonly analyzer;
|
|
9
7
|
private readonly node;
|
|
@@ -11,7 +9,7 @@ export declare class PackageVariableSetterDeclarationEntity implements SetterEnt
|
|
|
11
9
|
private readonly hiding;
|
|
12
10
|
private modifierFlags_;
|
|
13
11
|
private get modifierFlags();
|
|
14
|
-
constructor(analyzer: Analyzer, node: PackageVariableSetterDeclaration);
|
|
12
|
+
constructor(analyzer: Analyzer, node: tree.PackageVariableSetterDeclaration);
|
|
15
13
|
getDefinition(): SetterEntityDefinition;
|
|
16
14
|
getOwningEntity(): EntityOwningSetter;
|
|
17
15
|
getContainingPackage(): PackageEntity;
|
|
@@ -29,7 +27,7 @@ export declare class FieldSetterDeclarationEntity implements SetterEntity {
|
|
|
29
27
|
private readonly hiding;
|
|
30
28
|
private modifierFlags_;
|
|
31
29
|
private get modifierFlags();
|
|
32
|
-
constructor(analyzer: Analyzer, node: FieldSetterDeclaration);
|
|
30
|
+
constructor(analyzer: Analyzer, node: tree.FieldSetterDeclaration);
|
|
33
31
|
getDefinition(): SetterEntityDefinition;
|
|
34
32
|
getOwningEntity(): EntityOwningSetter;
|
|
35
33
|
getContainingPackage(): PackageEntity;
|
|
@@ -47,7 +45,7 @@ export declare class IndexedElementSetterDeclarationEntity implements SetterEnti
|
|
|
47
45
|
private readonly hiding;
|
|
48
46
|
private modifierFlags_;
|
|
49
47
|
private get modifierFlags();
|
|
50
|
-
constructor(analyzer: Analyzer, node: IndexedElementSetterDeclaration);
|
|
48
|
+
constructor(analyzer: Analyzer, node: tree.IndexedElementSetterDeclaration);
|
|
51
49
|
getDefinition(): SetterEntityDefinition;
|
|
52
50
|
getOwningEntity(): EntityOwningSetter;
|
|
53
51
|
getContainingPackage(): PackageEntity;
|
|
@@ -65,22 +63,7 @@ export declare class DereferencedVariableSetterDeclarationEntity implements Sett
|
|
|
65
63
|
private readonly hiding;
|
|
66
64
|
private modifierFlags_;
|
|
67
65
|
private get modifierFlags();
|
|
68
|
-
constructor(analyzer: Analyzer, node: DereferencedVariableSetterDeclaration);
|
|
69
|
-
getDefinition(): SetterEntityDefinition;
|
|
70
|
-
getOwningEntity(): EntityOwningSetter;
|
|
71
|
-
getContainingPackage(): PackageEntity;
|
|
72
|
-
isHidden(): EntityHidingLevel | undefined;
|
|
73
|
-
getTags(): readonly Tag[];
|
|
74
|
-
getTranslation(): Translation | undefined;
|
|
75
|
-
getLocale(): PackageLocale;
|
|
76
|
-
getDialect(): PackageDialect;
|
|
77
|
-
getOriginalEntity(): SetterEntity;
|
|
78
|
-
}
|
|
79
|
-
export declare class IntrinsicSetterEntity implements SetterEntity {
|
|
80
|
-
private readonly owningEntity;
|
|
81
|
-
private readonly isHidden_;
|
|
82
|
-
readonly kind = EntityKind.Setter;
|
|
83
|
-
constructor(owningEntity: EntityOwningSetter, isHidden_: EntityHidingLevel | undefined);
|
|
66
|
+
constructor(analyzer: Analyzer, node: tree.DereferencedVariableSetterDeclaration);
|
|
84
67
|
getDefinition(): SetterEntityDefinition;
|
|
85
68
|
getOwningEntity(): EntityOwningSetter;
|
|
86
69
|
getContainingPackage(): PackageEntity;
|
|
@@ -1,14 +1,9 @@
|
|
|
1
|
-
import
|
|
2
|
-
import {
|
|
3
|
-
import
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
6
|
-
import
|
|
7
|
-
import { BaseAspectTypes } from '../BaseAspectTypes.js';
|
|
8
|
-
import { BaseObjectType } from '../BaseObjectType.js';
|
|
9
|
-
import { EntityNaming } from '../EntityNaming.js';
|
|
10
|
-
import { TypeEntityMembers } from '../TypeEntityMembers.js';
|
|
11
|
-
import { AnonymousStructuredTypeEntity, EntityHidingLevel, EntityKind, PackageEntity, PackageStructuredTypeEntity, StructuredTypeEntity, StructuredTypeEntityDefinition, StructuredTypeKind, 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 { AnonymousStructuredTypeEntity, EntityHidingLevel, EntityKind, EntityNaming, PackageEntity, PackageStructuredTypeEntity, StructuredTypeEntity, StructuredTypeEntityDefinition, StructuredTypeKind, SubstitutionApplicationMode, Tag, Translation, TypeEntityKind, TypeEntityMembers, TypeParameterEntity } from '../../index.js';
|
|
12
7
|
export declare class PackageStructuredTypeDeclarationEntity implements PackageStructuredTypeEntity {
|
|
13
8
|
readonly kind = EntityKind.Type;
|
|
14
9
|
readonly typeEntityKind = TypeEntityKind.Structured;
|
|
@@ -16,7 +11,7 @@ export declare class PackageStructuredTypeDeclarationEntity implements PackageSt
|
|
|
16
11
|
private readonly analyzer;
|
|
17
12
|
private readonly node;
|
|
18
13
|
private readonly data;
|
|
19
|
-
constructor(analyzer: Analyzer, node: PackageStructuredTypeDeclaration);
|
|
14
|
+
constructor(analyzer: Analyzer, node: tree.PackageStructuredTypeDeclaration);
|
|
20
15
|
getNaming(): EntityNaming;
|
|
21
16
|
getName(): Name;
|
|
22
17
|
getContainingPackage(): PackageEntity;
|
|
@@ -44,7 +39,7 @@ export declare class AnonymousStructuredTypeDeclarationEntity implements Anonymo
|
|
|
44
39
|
readonly typeEntityKind = TypeEntityKind.Structured;
|
|
45
40
|
readonly subkind = "anonymous";
|
|
46
41
|
private readonly data;
|
|
47
|
-
constructor(analyzer: Analyzer, node: AnonymousStructuredTypeDeclaration);
|
|
42
|
+
constructor(analyzer: Analyzer, node: tree.AnonymousStructuredTypeDeclaration);
|
|
48
43
|
getNaming(): EntityNaming;
|
|
49
44
|
getTypeParameters(): readonly TypeParameterEntity[];
|
|
50
45
|
getArity(): number;
|
|
@@ -90,7 +85,7 @@ export declare class SourcePackageStructuredTypeDeclarationData extends SourceSt
|
|
|
90
85
|
protected get memberBlock(): tree.TypeMemberDeclarationBlock;
|
|
91
86
|
protected get extendsClause(): tree.ExtendsClause | undefined;
|
|
92
87
|
private get modifierFlags();
|
|
93
|
-
constructor(analyzer: Analyzer, node: PackageStructuredTypeDeclaration, entity: PackageStructuredTypeEntity);
|
|
88
|
+
constructor(analyzer: Analyzer, node: tree.PackageStructuredTypeDeclaration, entity: PackageStructuredTypeEntity);
|
|
94
89
|
getNaming(): EntityNaming;
|
|
95
90
|
getName(): Name;
|
|
96
91
|
getTypeParameters(): readonly TypeParameterEntity[];
|
|
@@ -108,7 +103,7 @@ export declare class SourceAnonymousStructuredTypeDeclarationData extends Source
|
|
|
108
103
|
private readonly node;
|
|
109
104
|
protected get memberBlock(): tree.TypeMemberDeclarationBlock;
|
|
110
105
|
protected get extendsClause(): tree.ExtendsClause | undefined;
|
|
111
|
-
constructor(analyzer: Analyzer, node: AnonymousStructuredTypeDeclaration, entity: AnonymousStructuredTypeEntity);
|
|
106
|
+
constructor(analyzer: Analyzer, node: tree.AnonymousStructuredTypeDeclaration, entity: AnonymousStructuredTypeEntity);
|
|
112
107
|
getNaming(): EntityNaming;
|
|
113
108
|
getTypeParameters(): readonly TypeParameterEntity[];
|
|
114
109
|
getArity(): number;
|
|
@@ -1,10 +1,7 @@
|
|
|
1
|
-
import { Analyzer } from '
|
|
2
|
-
import {
|
|
3
|
-
import
|
|
4
|
-
import { Translation } from '../../
|
|
5
|
-
import { PackageDialect, PackageLocale } from '../../common/index.js';
|
|
6
|
-
import * as tree from '../../tree/index.js';
|
|
7
|
-
import { EntityHidingLevel, EntityKind, PackageEntity, ParameterEntity, TextTranslationEntity, TextTranslationEntityDefinition } 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 { EntityHidingLevel, EntityKind, PackageEntity, ParameterEntity, Tag, TextKey, TextTranslationEntity, TextTranslationEntityDefinition, Translation } from '../../index.js';
|
|
8
5
|
export declare class TextTranslationDeclarationEntity implements TextTranslationEntity {
|
|
9
6
|
private readonly analyzer;
|
|
10
7
|
private readonly node;
|
|
@@ -1,10 +1,7 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import
|
|
4
|
-
import {
|
|
5
|
-
import { TypeExtensionDeclaration } from '../../tree/index.js';
|
|
6
|
-
import { TypeEntityMembers } from '../TypeEntityMembers.js';
|
|
7
|
-
import { EntityHidingLevel, EntityKind, NamedTypeEntity, PackageEntity, TypeExtensionEntity, TypeExtensionEntityDefinition } 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 { EntityHidingLevel, EntityKind, NamedTypeEntity, PackageEntity, Tag, Translation, TypeEntityMembers, TypeExtensionEntity, TypeExtensionEntityDefinition } from '../../index.js';
|
|
8
5
|
export declare class SourceTypeExtensionEntity implements TypeExtensionEntity {
|
|
9
6
|
readonly kind = EntityKind.TypeExtension;
|
|
10
7
|
private readonly analyzer;
|
|
@@ -15,7 +12,7 @@ export declare class SourceTypeExtensionEntity implements TypeExtensionEntity {
|
|
|
15
12
|
private modifierFlags_;
|
|
16
13
|
private hasReportedAllDiagnostics;
|
|
17
14
|
private get modifierFlags();
|
|
18
|
-
constructor(analyzer: Analyzer, node: TypeExtensionDeclaration);
|
|
15
|
+
constructor(analyzer: Analyzer, node: tree.TypeExtensionDeclaration);
|
|
19
16
|
getMembers(): TypeEntityMembers;
|
|
20
17
|
getContainingPackage(): PackageEntity;
|
|
21
18
|
getExtendedTypeEntity(): NamedTypeEntity | undefined;
|
|
@@ -1,11 +1,8 @@
|
|
|
1
|
-
import { Analyzer } from '
|
|
2
|
-
import {
|
|
3
|
-
import
|
|
4
|
-
import
|
|
5
|
-
import {
|
|
6
|
-
import * as types from '../../types/index.js';
|
|
7
|
-
import type { EntityContainingTypeParameter } from '../index.js';
|
|
8
|
-
import { EntityHidingLevel, EntityKind, PackageEntity, TypeEntityKind, TypeParameterConstraint, TypeParameterEntity, TypeParameterEntityDefinition } 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 { EntityContainingTypeParameter, EntityHidingLevel, EntityKind, PackageEntity, Tag, Translation, TypeEntityKind, TypeParameterConstraint, TypeParameterEntity, TypeParameterEntityDefinition } from '../../index.js';
|
|
9
6
|
export declare class SourceTypeParameterEntity implements TypeParameterEntity {
|
|
10
7
|
private readonly analyzer;
|
|
11
8
|
private readonly node;
|
|
@@ -15,7 +12,7 @@ export declare class SourceTypeParameterEntity implements TypeParameterEntity {
|
|
|
15
12
|
private readonly definition;
|
|
16
13
|
private readonly constraint;
|
|
17
14
|
private readonly default;
|
|
18
|
-
constructor(analyzer: Analyzer, node: TypeParameterDeclaration);
|
|
15
|
+
constructor(analyzer: Analyzer, node: tree.TypeParameterDeclaration);
|
|
19
16
|
getName(): Name;
|
|
20
17
|
getConstraint(): TypeParameterConstraint;
|
|
21
18
|
getDefaultType(): types.Type | undefined;
|
package/build/types/entities/source/{SourceVariableEntity.d.ts → a/SourceVariableEntity.d.ts}
RENAMED
|
@@ -1,11 +1,8 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import
|
|
4
|
-
import
|
|
5
|
-
import
|
|
6
|
-
import * as types from '../../types/index.js';
|
|
7
|
-
import type { IndexerEntity } from '../index.js';
|
|
8
|
-
import { EntityContainingParameter, EntityHidingLevel, EntityKind, FieldEntity, GetterEntity, LocalVariableEntity, LocalVariableKind, PackageEntity, PackageVariableEntity, ParameterEntity, PreservedReducedTypeEntityMemberInfo, SetterEntity, SpecialVariableEntityInfo, TypeWithMembersOrExtensionEntity, VariableEntityDefinition } 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 { EntityContainingParameter, EntityHidingLevel, EntityKind, FieldEntity, GetterEntity, IndexerEntity, LocalVariableEntity, LocalVariableKind, PackageEntity, PackageVariableEntity, ParameterEntity, PreservedReducedTypeEntityMemberInfo, SetterEntity, SpecialVariableEntityInfo, Tag, Translation, TypeWithMembersOrExtensionEntity, VariableEntityDefinition } from '../../index.js';
|
|
9
6
|
export declare class PackageVariableDeclarationEntity implements PackageVariableEntity {
|
|
10
7
|
private readonly analyzer;
|
|
11
8
|
private readonly node;
|
|
@@ -70,6 +67,7 @@ export declare class FieldDeclarationEntity implements FieldEntity {
|
|
|
70
67
|
private readonly name;
|
|
71
68
|
private readonly typeInferrer;
|
|
72
69
|
private readonly hiding;
|
|
70
|
+
private readonly overriddenMembers;
|
|
73
71
|
private readonly isPreservedReducedTypeMember_;
|
|
74
72
|
private containingEntity;
|
|
75
73
|
private modifierFlags_;
|
|
@@ -108,6 +106,7 @@ export declare class ComputedFieldDeclarationEntity implements FieldEntity {
|
|
|
108
106
|
private readonly setterDeclaration;
|
|
109
107
|
private readonly getterOrSetterDeclaration;
|
|
110
108
|
private readonly name;
|
|
109
|
+
private readonly overriddenMembers;
|
|
111
110
|
private readonly isPreservedReducedTypeMember_;
|
|
112
111
|
private containingEntity;
|
|
113
112
|
private modifierFlags_;
|
package/build/types/entities/source/{SourceVariantTypeEntity.d.ts → a/SourceVariantTypeEntity.d.ts}
RENAMED
|
@@ -1,13 +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 { EntityHidingLevel, EntityKind, PackageEntity, PackageVariantTypeEntity, SubstitutionApplicationMode, TypeEntityKind, TypeParameterEntity, VariantTypeEntityDefinition } 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 { BaseObjectType } from '../../BaseObjectType.js';
|
|
6
|
+
import { EntityHidingLevel, EntityKind, EntityNaming, PackageEntity, PackageVariantTypeEntity, SubstitutionApplicationMode, Tag, Translation, TypeEntityKind, TypeEntityMembers, TypeParameterEntity, VariantTypeEntityDefinition } from '../../index.js';
|
|
11
7
|
export declare class PackageVariantDeclarationEntity implements PackageVariantTypeEntity {
|
|
12
8
|
private readonly analyzer;
|
|
13
9
|
private readonly node;
|
|
@@ -1,41 +1,31 @@
|
|
|
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
|
-
import { EntityHidingLevel } from '../EntityHiding.js';
|
|
8
3
|
import { EntityLocalizationContext } from '../EntityLocalizationContext.js';
|
|
9
|
-
import { EntityKind } from '../index.js';
|
|
10
|
-
import
|
|
11
|
-
import { AliasedType, AliasTypeEntityDefinition } from '../interfaces/AliasTypeEntity.js';
|
|
4
|
+
import { EntityHidingLevel, EntityKind, Tag, Translation, TypeEntityMembers, TypeParameterEntity } from '../index.js';
|
|
5
|
+
import { AliasedType, AliasTypeEntity, AliasTypeEntityDefinition, CycleFreeAliasedTypeResolutionResult } from '../interfaces/AliasTypeEntity.js';
|
|
12
6
|
import { PackageEntity } from '../interfaces/PackageEntity.js';
|
|
13
|
-
import { TypeParameterEntity } from '../interfaces/TypeParameterEntity.js';
|
|
14
7
|
import { SubstitutionApplicationMode } from '../SubstitutionApplicationMode.js';
|
|
15
8
|
import { TypeEntityKind } from '../TypeEntity.js';
|
|
16
|
-
|
|
17
|
-
export declare class TranslatedAliasTypeEntity implements AliasTypeEntity {
|
|
9
|
+
export declare abstract class TranslatedAliasTypeEntity implements AliasTypeEntity {
|
|
18
10
|
readonly kind = EntityKind.Type;
|
|
19
11
|
readonly typeEntityKind = TypeEntityKind.Alias;
|
|
20
12
|
readonly subkind = "package";
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
private readonly
|
|
25
|
-
private readonly node;
|
|
26
|
-
private readonly typeParameters;
|
|
13
|
+
protected readonly originalEntity: AliasTypeEntity;
|
|
14
|
+
protected readonly translation: Translation;
|
|
15
|
+
protected readonly name: Name;
|
|
16
|
+
private readonly containingPackage;
|
|
27
17
|
private readonly aliasedType;
|
|
28
|
-
private
|
|
29
|
-
constructor(originalEntity: AliasTypeEntity, translation: Translation, name: Name
|
|
18
|
+
private get localizationContext();
|
|
19
|
+
constructor(originalEntity: AliasTypeEntity, translation: Translation, name: Name);
|
|
20
|
+
abstract getTypeParameters(): readonly TypeParameterEntity[];
|
|
21
|
+
abstract getMembers(): TypeEntityMembers;
|
|
30
22
|
getName(): Name;
|
|
31
23
|
getContainingPackage(): PackageEntity;
|
|
32
24
|
getTranslation(): Translation | undefined;
|
|
33
25
|
getLocale(): PackageLocale;
|
|
34
26
|
getDialect(): PackageDialect;
|
|
35
27
|
getOriginalEntity(): AliasTypeEntity;
|
|
36
|
-
getTypeParameters(): readonly TypeParameterEntity[];
|
|
37
28
|
getAliasedType(): AliasedType;
|
|
38
|
-
getMembers(): TypeEntityMembers;
|
|
39
29
|
getDefinition(): AliasTypeEntityDefinition;
|
|
40
30
|
getArity(): number;
|
|
41
31
|
isHidden(): EntityHidingLevel | undefined;
|
|
@@ -1,23 +1,17 @@
|
|
|
1
|
-
import { AnalyzedTranslationPackage } from '../../analysis/AnalyzedTranslationPackage.js';
|
|
2
1
|
import { Analyzer } from '../../analysis/Analyzer.js';
|
|
3
|
-
import { Tag } from '../../analysis/Tag.js';
|
|
4
|
-
import { Translation } from '../../analysis/Translation.js';
|
|
5
2
|
import { PackageDialect, PackageLocale } from '../../common/index.js';
|
|
6
|
-
import * as tree from '../../tree/index.js';
|
|
7
3
|
import * as types from '../../types/index.js';
|
|
8
|
-
import { EntityHidingLevel } from '../
|
|
9
|
-
import { EntityKind, PackageEntity, PreservedReducedTypeEntityMemberInfo, TypeWithMembersOrExtensionEntity } from '../index.js';
|
|
10
|
-
import type { ConstructorEntity, ConstructorEntityDefinition, DefaultConstructorEntityInfo } from '../interfaces/ConstructorEntity.js';
|
|
11
|
-
import { ParameterEntity } from '../interfaces/VariableEntity.js';
|
|
4
|
+
import { ConstructorEntity, ConstructorEntityDefinition, DefaultConstructorEntityInfo, EntityHidingLevel, EntityKind, PackageEntity, ParameterEntity, PreservedReducedTypeEntityMemberInfo, Tag, Translation, TypeWithMembersOrExtensionEntity } from '../index.js';
|
|
12
5
|
export declare abstract class TranslatedConstructorEntity implements ConstructorEntity {
|
|
13
6
|
readonly kind = EntityKind.Constructor;
|
|
14
7
|
protected readonly analyzer: Analyzer;
|
|
15
8
|
protected readonly originalEntity: ConstructorEntity;
|
|
16
9
|
protected readonly translation: Translation;
|
|
17
|
-
protected readonly translationPackage: AnalyzedTranslationPackage;
|
|
18
10
|
protected readonly containingEntity: TypeWithMembersOrExtensionEntity;
|
|
11
|
+
private readonly containingPackage;
|
|
19
12
|
private readonly isPreservedReducedTypeMember_;
|
|
20
|
-
|
|
13
|
+
private get localizationContext();
|
|
14
|
+
constructor(analyzer: Analyzer, originalEntity: ConstructorEntity, translation: Translation, translatedContainingEntity: TypeWithMembersOrExtensionEntity);
|
|
21
15
|
abstract getParameters(): readonly ParameterEntity[];
|
|
22
16
|
getContainingEntity(): TypeWithMembersOrExtensionEntity;
|
|
23
17
|
getContainingPackage(): PackageEntity;
|
|
@@ -32,15 +26,9 @@ export declare abstract class TranslatedConstructorEntity implements Constructor
|
|
|
32
26
|
getTags(): readonly Tag[];
|
|
33
27
|
isPreservedReducedTypeMember(): PreservedReducedTypeEntityMemberInfo<types.Constructor> | undefined;
|
|
34
28
|
}
|
|
35
|
-
export declare class SourceTranslatedConstructorEntity extends TranslatedConstructorEntity {
|
|
36
|
-
private readonly node;
|
|
37
|
-
private readonly parameters;
|
|
38
|
-
constructor(analyzer: Analyzer, originalEntity: ConstructorEntity, translation: Translation, translationPackage: AnalyzedTranslationPackage, translatedContainingEntity: TypeWithMembersOrExtensionEntity, node: tree.ConstructorTranslation | undefined);
|
|
39
|
-
getParameters(): readonly ParameterEntity[];
|
|
40
|
-
}
|
|
41
29
|
export declare class UnfinishedIntrinsicTranslatedConstructorEntity {
|
|
42
30
|
private readonly unfinishedValue_;
|
|
43
31
|
get unfinishedValue(): ConstructorEntity;
|
|
44
|
-
constructor(analyzer: Analyzer, originalEntity: ConstructorEntity, translation: Translation,
|
|
32
|
+
constructor(analyzer: Analyzer, originalEntity: ConstructorEntity, translation: Translation, translatedContainingEntity: TypeWithMembersOrExtensionEntity);
|
|
45
33
|
finish(parameters: readonly ParameterEntity[]): ConstructorEntity;
|
|
46
34
|
}
|
|
@@ -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
2
|
import * as types from '../../types/index.js';
|
|
6
|
-
import { EntityHidingLevel } from '../
|
|
7
|
-
import {
|
|
8
|
-
import type { DereferenceOperatorEntity, DereferenceOperatorEntityDefinition } from '../interfaces/DereferenceOperatorEntity.js';
|
|
3
|
+
import { EntityHidingLevel, EntityKind, GetterEntity, PackageEntity, PreservedReducedTypeEntityMemberInfo, SetterEntity, Tag, Translation, TypeWithMembersOrExtensionEntity } from '../index.js';
|
|
4
|
+
import { DereferenceOperatorEntity, DereferenceOperatorEntityDefinition } from '../interfaces/DereferenceOperatorEntity.js';
|
|
9
5
|
export declare class TranslatedDereferenceOperatorEntity implements DereferenceOperatorEntity {
|
|
10
6
|
readonly kind = EntityKind.DereferenceOperator;
|
|
11
7
|
private readonly originalEntity;
|
|
12
8
|
private readonly translation;
|
|
13
|
-
private readonly translationPackage;
|
|
14
9
|
private readonly containingEntity;
|
|
10
|
+
private readonly containingPackage;
|
|
15
11
|
private readonly type;
|
|
16
12
|
private readonly getter;
|
|
17
13
|
private readonly setter;
|
|
18
14
|
private readonly overriddenMembers;
|
|
19
15
|
private readonly isPreservedReducedTypeMember_;
|
|
20
|
-
|
|
16
|
+
private get localizationContext();
|
|
17
|
+
constructor(originalEntity: DereferenceOperatorEntity, translation: Translation, translatedContainingEntity: TypeWithMembersOrExtensionEntity);
|
|
21
18
|
getContainingEntity(): TypeWithMembersOrExtensionEntity;
|
|
22
19
|
getContainingPackage(): PackageEntity;
|
|
23
20
|
getTranslation(): Translation | undefined;
|
|
@@ -1,28 +1,24 @@
|
|
|
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
2
|
import * as types from '../../types/index.js';
|
|
6
|
-
import { EntityHidingLevel } from '../
|
|
7
|
-
import {
|
|
8
|
-
import type { DestructorEntity, DestructorEntityDefinition } from '../interfaces/DestructorEntity.js';
|
|
3
|
+
import { EntityHidingLevel, EntityKind, PackageEntity, PreservedReducedTypeEntityMemberInfo, Tag, Translation, TypeWithMembersOrExtensionEntity } from '../index.js';
|
|
4
|
+
import { DestructorEntity, DestructorEntityDefinition } from '../interfaces/DestructorEntity.js';
|
|
9
5
|
import { ParameterEntity } from '../interfaces/VariableEntity.js';
|
|
10
|
-
export declare class TranslatedDestructorEntity implements DestructorEntity {
|
|
6
|
+
export declare abstract class TranslatedDestructorEntity implements DestructorEntity {
|
|
11
7
|
readonly kind = EntityKind.Destructor;
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
private readonly
|
|
16
|
-
private readonly parameters;
|
|
8
|
+
protected readonly originalEntity: DestructorEntity;
|
|
9
|
+
protected readonly translation: Translation;
|
|
10
|
+
protected readonly containingEntity: TypeWithMembersOrExtensionEntity;
|
|
11
|
+
private readonly containingPackage;
|
|
17
12
|
private readonly isPreservedReducedTypeMember_;
|
|
18
|
-
|
|
13
|
+
private get localizationContext();
|
|
14
|
+
constructor(originalEntity: DestructorEntity, translation: Translation, translatedContainingEntity: TypeWithMembersOrExtensionEntity);
|
|
15
|
+
abstract getParameters(): readonly ParameterEntity[];
|
|
19
16
|
getContainingEntity(): TypeWithMembersOrExtensionEntity;
|
|
20
17
|
getContainingPackage(): PackageEntity;
|
|
21
18
|
getTranslation(): Translation | undefined;
|
|
22
19
|
getLocale(): PackageLocale;
|
|
23
20
|
getDialect(): PackageDialect;
|
|
24
21
|
getOriginalEntity(): DestructorEntity;
|
|
25
|
-
getParameters(): readonly ParameterEntity[];
|
|
26
22
|
getDefinition(): DestructorEntityDefinition;
|
|
27
23
|
isHidden(): EntityHidingLevel | undefined;
|
|
28
24
|
markedAbstract(): boolean;
|
|
@@ -1,30 +1,24 @@
|
|
|
1
|
-
import { AnalyzedTranslationPackage } from '../../analysis/AnalyzedTranslationPackage.js';
|
|
2
1
|
import { Analyzer } from '../../analysis/Analyzer.js';
|
|
3
|
-
import { Tag } from '../../analysis/Tag.js';
|
|
4
|
-
import { Translation } from '../../analysis/Translation.js';
|
|
5
2
|
import { Name, PackageDialect, PackageLocale } from '../../common/index.js';
|
|
6
|
-
import * as tree from '../../tree/index.js';
|
|
7
3
|
import * as types from '../../types/index.js';
|
|
8
|
-
import { EntityHidingLevel } from '../
|
|
9
|
-
import {
|
|
10
|
-
import type { MethodEntity, PackageFunctionEntity } from '../interfaces/FunctionEntity.js';
|
|
11
|
-
import { FunctionEntityDefinition } from '../interfaces/FunctionEntity.js';
|
|
4
|
+
import { EntityHidingLevel, EntityKind, EntityLocalizationContext, EntityNaming, OperatorKind, PreservedReducedTypeEntityMemberInfo, Tag, Translation, TypeWithMembersOrExtensionEntity } from '../index.js';
|
|
5
|
+
import { FunctionEntityDefinition, MethodEntity, PackageFunctionEntity } from '../interfaces/FunctionEntity.js';
|
|
12
6
|
import { PackageEntity } from '../interfaces/PackageEntity.js';
|
|
13
7
|
import { TypeParameterEntity } from '../interfaces/TypeParameterEntity.js';
|
|
14
8
|
import { ParameterEntity } from '../interfaces/VariableEntity.js';
|
|
15
9
|
import { SubstitutionApplicationMode } from '../SubstitutionApplicationMode.js';
|
|
16
|
-
export declare class TranslatedPackageFunctionEntity implements PackageFunctionEntity {
|
|
10
|
+
export declare abstract class TranslatedPackageFunctionEntity implements PackageFunctionEntity {
|
|
17
11
|
readonly kind = EntityKind.Function;
|
|
18
12
|
readonly subkind = "package";
|
|
19
|
-
|
|
13
|
+
protected readonly originalEntity: PackageFunctionEntity;
|
|
20
14
|
private readonly translation;
|
|
21
|
-
|
|
22
|
-
private readonly
|
|
23
|
-
private readonly node;
|
|
24
|
-
private readonly typeParameters;
|
|
25
|
-
private readonly parameters;
|
|
15
|
+
protected readonly name: Name;
|
|
16
|
+
private readonly containingPackage;
|
|
26
17
|
private readonly returnType;
|
|
27
|
-
|
|
18
|
+
private get localizationContext();
|
|
19
|
+
constructor(originalEntity: PackageFunctionEntity, translation: Translation, name: Name);
|
|
20
|
+
abstract getTypeParameters(): readonly TypeParameterEntity[];
|
|
21
|
+
abstract getParameters(): readonly ParameterEntity[];
|
|
28
22
|
getContainingPackage(): PackageEntity;
|
|
29
23
|
getTranslation(): Translation | undefined;
|
|
30
24
|
getLocale(): PackageLocale;
|
|
@@ -32,8 +26,6 @@ export declare class TranslatedPackageFunctionEntity implements PackageFunctionE
|
|
|
32
26
|
getOriginalEntity(): PackageFunctionEntity;
|
|
33
27
|
getName(): Name;
|
|
34
28
|
getNaming(): EntityNaming;
|
|
35
|
-
getTypeParameters(): readonly TypeParameterEntity[];
|
|
36
|
-
getParameters(): readonly ParameterEntity[];
|
|
37
29
|
getReturnType(): types.Type;
|
|
38
30
|
getDefinition(): FunctionEntityDefinition;
|
|
39
31
|
isAsync(): boolean;
|
|
@@ -49,12 +41,13 @@ export declare abstract class TranslatedMethodEntity implements MethodEntity {
|
|
|
49
41
|
protected readonly originalEntity: MethodEntity;
|
|
50
42
|
protected readonly translation: Translation;
|
|
51
43
|
protected readonly name: Name;
|
|
52
|
-
protected readonly
|
|
44
|
+
protected readonly localizationContext: EntityLocalizationContext;
|
|
53
45
|
protected readonly containingEntity: TypeWithMembersOrExtensionEntity;
|
|
46
|
+
private readonly containingPackage;
|
|
54
47
|
private readonly returnType;
|
|
55
48
|
private readonly overriddenMembers;
|
|
56
49
|
private readonly isPreservedReducedTypeMember_;
|
|
57
|
-
constructor(analyzer: Analyzer, originalEntity: MethodEntity, translation: Translation, name: Name,
|
|
50
|
+
constructor(analyzer: Analyzer, originalEntity: MethodEntity, translation: Translation, name: Name, localizationContext: EntityLocalizationContext, translatedContainingEntity: TypeWithMembersOrExtensionEntity);
|
|
58
51
|
abstract getTypeParameters(): readonly TypeParameterEntity[];
|
|
59
52
|
abstract getParameters(): readonly ParameterEntity[];
|
|
60
53
|
getContainingEntity(): TypeWithMembersOrExtensionEntity;
|
|
@@ -81,19 +74,9 @@ export declare abstract class TranslatedMethodEntity implements MethodEntity {
|
|
|
81
74
|
getSubstitutionApplicationMode(): SubstitutionApplicationMode;
|
|
82
75
|
getOperatorKind(): OperatorKind | undefined;
|
|
83
76
|
}
|
|
84
|
-
export declare class SourceTranslatedMethodEntity extends TranslatedMethodEntity {
|
|
85
|
-
readonly kind = EntityKind.Function;
|
|
86
|
-
readonly subkind = "method";
|
|
87
|
-
private readonly node;
|
|
88
|
-
private readonly typeParameters;
|
|
89
|
-
private readonly parameters;
|
|
90
|
-
constructor(analyzer: Analyzer, originalEntity: MethodEntity, translation: Translation, name: Name, translationPackage: AnalyzedTranslationPackage, translatedContainingEntity: TypeWithMembersOrExtensionEntity, node: tree.MethodTranslation | undefined);
|
|
91
|
-
getTypeParameters(): readonly TypeParameterEntity[];
|
|
92
|
-
getParameters(): readonly ParameterEntity[];
|
|
93
|
-
}
|
|
94
77
|
export declare class UnfinishedIntrinsicTranslatedMethodEntity {
|
|
95
78
|
private readonly unfinishedValue_;
|
|
96
79
|
get unfinishedValue(): MethodEntity;
|
|
97
|
-
constructor(analyzer: Analyzer, originalEntity: MethodEntity, translation: Translation, name: Name,
|
|
80
|
+
constructor(analyzer: Analyzer, originalEntity: MethodEntity, translation: Translation, name: Name, localizationContext: EntityLocalizationContext, translatedContainingEntity: TypeWithMembersOrExtensionEntity);
|
|
98
81
|
finish(typeParameters: readonly TypeParameterEntity[], parameters: readonly ParameterEntity[]): MethodEntity;
|
|
99
82
|
}
|
|
@@ -1,34 +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 * 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 type { AnonymousFunctionTypeEntity } from '../interfaces/FunctionTypeEntity.js';
|
|
12
|
-
import { FunctionTypeEntityDefinition } from '../interfaces/FunctionTypeEntity.js';
|
|
13
|
-
import { PackageEntity } from '../interfaces/PackageEntity.js';
|
|
14
|
-
import { TypeParameterEntity } from '../interfaces/TypeParameterEntity.js';
|
|
15
|
-
import { ParameterEntity } from '../interfaces/VariableEntity.js';
|
|
16
|
-
import { SubstitutionApplicationMode } from '../SubstitutionApplicationMode.js';
|
|
17
|
-
import { TypeEntityKind } from '../TypeEntity.js';
|
|
18
|
-
import { TypeEntityMembers } from '../TypeEntityMembers.js';
|
|
19
|
-
export declare class TranslatedAnonymousFunctionTypeEntity implements AnonymousFunctionTypeEntity {
|
|
4
|
+
import { AnonymousFunctionTypeEntity, EntityHidingLevel, EntityKind, EntityNaming, FunctionTypeEntityDefinition, PackageEntity, ParameterEntity, SubstitutionApplicationMode, Tag, Translation, TypeEntityKind, TypeEntityMembers, TypeParameterEntity } from '../index.js';
|
|
5
|
+
export declare abstract class TranslatedAnonymousFunctionTypeEntity implements AnonymousFunctionTypeEntity {
|
|
20
6
|
readonly kind = EntityKind.Type;
|
|
21
7
|
readonly typeEntityKind = TypeEntityKind.Function;
|
|
22
8
|
readonly subkind = "anonymous";
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
private readonly
|
|
26
|
-
private readonly node;
|
|
27
|
-
private readonly parameters;
|
|
9
|
+
protected readonly originalEntity: AnonymousFunctionTypeEntity;
|
|
10
|
+
protected readonly translation: Translation;
|
|
11
|
+
private readonly containingPackage;
|
|
28
12
|
private readonly returnType;
|
|
29
|
-
private readonly members;
|
|
30
13
|
private readonly baseObjectType;
|
|
31
|
-
|
|
14
|
+
private get localizationContext();
|
|
15
|
+
constructor(originalEntity: AnonymousFunctionTypeEntity, translation: Translation);
|
|
16
|
+
abstract getParameters(): readonly ParameterEntity[];
|
|
17
|
+
abstract getMembers(): TypeEntityMembers;
|
|
32
18
|
getContainingPackage(): PackageEntity;
|
|
33
19
|
getTranslation(): Translation | undefined;
|
|
34
20
|
getLocale(): PackageLocale;
|
|
@@ -36,9 +22,7 @@ export declare class TranslatedAnonymousFunctionTypeEntity implements AnonymousF
|
|
|
36
22
|
getOriginalEntity(): AnonymousFunctionTypeEntity;
|
|
37
23
|
getNaming(): EntityNaming;
|
|
38
24
|
getTypeParameters(): readonly TypeParameterEntity[];
|
|
39
|
-
getParameters(): readonly ParameterEntity[];
|
|
40
25
|
getReturnType(): types.Type;
|
|
41
|
-
getMembers(): TypeEntityMembers;
|
|
42
26
|
getDefinition(): FunctionTypeEntityDefinition;
|
|
43
27
|
isAsync(): boolean;
|
|
44
28
|
getArity(): number;
|
|
@@ -1,20 +1,16 @@
|
|
|
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
2
|
import { Type } from '../../types/Type.js';
|
|
6
|
-
import { EntityHidingLevel } from '../
|
|
7
|
-
import {
|
|
8
|
-
import type { EntityOwningGetter, GetterEntity } from '../interfaces/GetterEntity.js';
|
|
9
|
-
import { GetterEntityDefinition } from '../interfaces/GetterEntity.js';
|
|
3
|
+
import { EntityHidingLevel, EntityKind, PackageEntity, Tag, Translation } from '../index.js';
|
|
4
|
+
import { EntityOwningGetter, GetterEntity, GetterEntityDefinition } from '../interfaces/GetterEntity.js';
|
|
10
5
|
export declare class TranslatedGetterEntity implements GetterEntity {
|
|
11
6
|
readonly kind = EntityKind.Getter;
|
|
12
7
|
private readonly originalEntity;
|
|
13
8
|
private readonly translation;
|
|
14
|
-
private readonly
|
|
9
|
+
private readonly containingPackage;
|
|
15
10
|
private readonly returnType;
|
|
16
11
|
private readonly owningEntity;
|
|
17
|
-
|
|
12
|
+
private get localizationContext();
|
|
13
|
+
constructor(originalEntity: GetterEntity, translation: Translation, translatedOwningEntity: EntityOwningGetter);
|
|
18
14
|
getReturnType(): Type;
|
|
19
15
|
getDefinition(): GetterEntityDefinition;
|
|
20
16
|
getOwningEntity(): EntityOwningGetter;
|