@artel/artc 0.6.25258 → 0.6.25260
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 +28 -20
- package/build/api/ApiNodeJS.js +3 -3
- package/build/api/ApiServices.js +1266 -1217
- package/build/{chunk-642CVYPB.js → chunk-7FERF2MU.js} +11 -11
- package/build/{chunk-QAOTQQD7.js → chunk-RIIOVQBM.js} +14371 -13456
- package/build/{chunk-B5Z42ZT6.js → chunk-ZNXSVPQT.js} +1 -1
- package/build/types/analysis/AccessedFunction.d.ts +11 -11
- package/build/types/analysis/AnalyzedTranslationPackage.d.ts +28 -28
- package/build/types/analysis/Analyzer.d.ts +184 -168
- package/build/types/analysis/ArgumentToParameterMatchResult.d.ts +9 -9
- package/build/types/analysis/ArgumentsToParametersMatcher.d.ts +8 -8
- package/build/types/analysis/AssignmentChecker.d.ts +4 -4
- package/build/types/analysis/AutotypeCallExpressionMeaning.d.ts +8 -6
- package/build/types/analysis/BaseExpressionMeaning.d.ts +5 -5
- package/build/types/analysis/BaseMemberConflictsValidator.d.ts +7 -7
- package/build/types/analysis/CallExpressionMeaning.d.ts +4 -6
- package/build/types/analysis/ConstructorCallResolver.d.ts +1 -1
- package/build/types/analysis/DeclarationsUsageCounter.d.ts +5 -5
- package/build/types/analysis/DereferenceExpressionMeaning.d.ts +4 -4
- package/build/types/analysis/DiagnosticArgumentFactory.d.ts +2 -2
- package/build/types/analysis/DiagnosticCollector.d.ts +11 -9
- package/build/types/analysis/DisplayableEntity.d.ts +30 -30
- package/build/types/analysis/IdentifierExpressionMeaning.d.ts +7 -7
- package/build/types/analysis/ImportedPackageNameTree.d.ts +1 -1
- package/build/types/analysis/IndexedAccessExpressionMeaning.d.ts +4 -4
- package/build/types/analysis/InstanceFieldsInitializationValidator.d.ts +6 -6
- package/build/types/analysis/MemberAccessExpressionMeaning.d.ts +7 -7
- package/build/types/analysis/ModifierValidator.d.ts +3 -3
- package/build/types/analysis/NamedTypeResolver.d.ts +3 -3
- package/build/types/analysis/NamedTypeSpecifierResolver.d.ts +3 -3
- package/build/types/analysis/NodeTypeUtils.d.ts +1 -1
- package/build/types/analysis/ObjectExpressionMeaning.d.ts +2 -2
- package/build/types/analysis/OverloadResolver.d.ts +13 -13
- package/build/types/analysis/OwnAndBaseConstructorCallsChecker.d.ts +5 -5
- package/build/types/analysis/PackageAndStaticVariablesInitializationValidator.d.ts +5 -5
- package/build/types/analysis/PackageMemberLookup.d.ts +2 -2
- package/build/types/analysis/PackageMemberNameConflictsValidator.d.ts +7 -7
- package/build/types/analysis/ReturnTypeInferrer.d.ts +4 -4
- package/build/types/analysis/SourceFileMembers.d.ts +6 -6
- package/build/types/analysis/SourcePackageDependencyGraph.d.ts +3 -3
- package/build/types/analysis/SubstitutedFunction.d.ts +8 -8
- package/build/types/analysis/TagMeaning.d.ts +4 -4
- package/build/types/analysis/Tags.d.ts +8 -7
- package/build/types/analysis/{Localization.d.ts → Translation.d.ts} +1 -23
- package/build/types/analysis/TypeArgumentInferrer.d.ts +9 -9
- package/build/types/analysis/TypeInferrer.d.ts +4 -4
- package/build/types/analysis/TypeMemberConflictsValidator.d.ts +4 -4
- package/build/types/analysis/TypeMemberImplementationChecker.d.ts +3 -3
- package/build/types/analysis/TypeMemberLookup.d.ts +7 -7
- package/build/types/analysis/TypeNarrower.d.ts +7 -7
- package/build/types/analysis/UserDefinableBinaryOperatorResolver.d.ts +6 -6
- package/build/types/analysis/UserDefinableUnaryOperatorResolver.d.ts +3 -3
- package/build/types/analysis/Utils.d.ts +1 -2
- package/build/types/analysis/WellKnownDeclarations.d.ts +32 -32
- package/build/types/analysis/control-flow/GraphBuilder.d.ts +11 -11
- package/build/types/analysis/control-flow/NarrowableReference.d.ts +10 -10
- package/build/types/analysis/semantic-context/Declarations.d.ts +0 -24
- package/build/types/analysis/semantic-context/FieldWithInitializerSemanticContext.d.ts +2 -2
- package/build/types/analysis/semantic-context/SemanticContextBase.d.ts +23 -22
- package/build/types/analysis/semantic-context/SemanticContextBasedEntityHidingMatcher.d.ts +4 -4
- package/build/types/analysis/semantic-context/SemanticContextBuilder.d.ts +25 -25
- package/build/types/analysis/semantic-context/SemanticContextValidatingNameConflicts.d.ts +9 -9
- package/build/types/analysis/semantic-context/SourceFileSemanticContext.d.ts +8 -8
- package/build/types/analysis/semantic-context/SubprogramSemanticContext.d.ts +27 -27
- package/build/types/analysis/semantic-context/TypeSemanticContext.d.ts +9 -9
- package/build/types/api/Api.d.ts +2 -2
- package/build/types/common/Cached.d.ts +3 -3
- package/build/types/common/CancellationToken.d.ts +2 -2
- package/build/types/common/Delayed.d.ts +2 -2
- package/build/types/common/Displayable.d.ts +3 -3
- package/build/types/common/HelperPhrases.d.ts +2 -1
- package/build/types/common/Interner.d.ts +1 -1
- package/build/types/common/Lazy.d.ts +3 -3
- package/build/types/common/Option.d.ts +2 -2
- package/build/types/common/PerformanceMeasurement.d.ts +2 -2
- package/build/types/common/Query.d.ts +15 -0
- package/build/types/common/ThrottledCancellationToken.d.ts +6 -6
- package/build/types/common/TreeQuery.d.ts +2 -5
- package/build/types/diagnostic/DiagnosticCode.d.ts +142 -139
- package/build/types/diagnostic/DiagnosticData.d.ts +3 -3
- package/build/types/diagnostic/RangeDiagnostic.d.ts +3 -3
- package/build/types/emitter/DebugStack.d.ts +2 -2
- package/build/types/emitter/Emitter.d.ts +5 -5
- package/build/types/emitter/EmitterContext.d.ts +21 -21
- package/build/types/emitter/EntityMap.d.ts +8 -8
- package/build/types/emitter/GeneralLowering.d.ts +2 -2
- package/build/types/emitter/IrBuilder.d.ts +10 -10
- package/build/types/emitter/IrToJs.d.ts +5 -5
- package/build/types/emitter/Transformer.d.ts +5 -5
- package/build/types/emitter/ir/EmitOptions.d.ts +27 -13
- package/build/types/emitter/ir/Nodes.d.ts +28 -27
- package/build/types/emitter/ir/types.d.ts +2 -2
- package/build/types/entities/AliasTypeEntity.d.ts +15 -12
- package/build/types/entities/AliasedType.d.ts +2 -2
- package/build/types/entities/BaseAspectTypes.d.ts +31 -0
- package/build/types/entities/BaseEntityHidingMatcher.d.ts +1 -1
- package/build/types/entities/BaseObjectType.d.ts +31 -0
- package/build/types/entities/ConstructorEntity.d.ts +51 -38
- package/build/types/entities/DereferenceOperatorEntity.d.ts +19 -13
- package/build/types/entities/DestructorEntity.d.ts +21 -14
- package/build/types/entities/EntityHidingMatcherWithinTypeEntity.d.ts +2 -2
- package/build/types/entities/EntityLocalizationContext.d.ts +10 -10
- package/build/types/entities/FunctionEntity.d.ts +86 -70
- package/build/types/entities/FunctionTypeEntity.d.ts +37 -31
- package/build/types/entities/GetterEntity.d.ts +51 -30
- package/build/types/entities/IEntity.d.ts +12 -0
- package/build/types/entities/IndexerEntity.d.ts +24 -24
- package/build/types/entities/LocalizableTextEntity.d.ts +26 -21
- package/build/types/entities/OperatorEntity.d.ts +23 -16
- package/build/types/entities/PackageAliasEntity.d.ts +15 -9
- package/build/types/entities/PackageEntity.d.ts +15 -10
- package/build/types/entities/PackageMembers.d.ts +5 -5
- package/build/types/entities/SetterEntity.d.ts +50 -29
- package/build/types/entities/StructuredTypeEntity.d.ts +76 -115
- package/build/types/entities/TypeEntity.d.ts +2 -1
- package/build/types/entities/TypeEntityMembers.d.ts +11 -11
- package/build/types/entities/TypeExtensionEntity.d.ts +13 -8
- package/build/types/entities/TypeParameterEntity.d.ts +28 -21
- package/build/types/entities/VariableEntity.d.ts +236 -179
- package/build/types/entities/VariantTypeEntity.d.ts +28 -22
- package/build/types/entities/index.d.ts +5 -1
- package/build/types/entities/translated/TranslatedAliasTypeEntity.d.ts +18 -16
- package/build/types/entities/translated/TranslatedConstructorEntity.d.ts +15 -11
- package/build/types/entities/translated/TranslatedDereferenceOperatorEntity.d.ts +16 -12
- package/build/types/entities/translated/TranslatedDestructorEntity.d.ts +15 -11
- package/build/types/entities/translated/TranslatedFunctionEntity.d.ts +32 -27
- package/build/types/entities/translated/TranslatedFunctionTypeEntity.d.ts +33 -29
- package/build/types/entities/translated/TranslatedGetterEntity.d.ts +12 -8
- package/build/types/entities/translated/TranslatedIndexerEntity.d.ts +19 -15
- package/build/types/entities/translated/TranslatedOperatorEntity.d.ts +18 -14
- package/build/types/entities/translated/TranslatedPackageEntity.d.ts +10 -7
- package/build/types/entities/translated/TranslatedSetterEntity.d.ts +11 -7
- package/build/types/entities/translated/TranslatedStructuredTypeEntity.d.ts +41 -39
- package/build/types/entities/translated/TranslatedTypeExtensionEntity.d.ts +12 -9
- package/build/types/entities/translated/TranslatedTypeParameterEntity.d.ts +19 -16
- package/build/types/entities/translated/TranslatedVariableEntity.d.ts +44 -36
- package/build/types/entities/translated/TranslatedVariantTypeEntity.d.ts +28 -24
- package/build/types/executor/NodeCompiler.d.ts +3 -3
- package/build/types/executor/PhysicalTypeScriptLibrariesProvider.d.ts +2 -2
- package/build/types/parser/Parser.d.ts +1 -1
- package/build/types/parser/TriviaInterner.d.ts +3 -3
- package/build/types/project/Compilation.d.ts +3 -3
- package/build/types/project/CompilationLoader.d.ts +5 -5
- package/build/types/project/FileSystemTree.d.ts +6 -6
- package/build/types/project/SourceFile.d.ts +2 -2
- package/build/types/project/SourcePackage.d.ts +1 -1
- package/build/types/project/TextFile.d.ts +1 -1
- package/build/types/project/configuration/ConfigurationConverter.d.ts +1 -1
- package/build/types/project/configuration/ConfigurationFileParser.d.ts +1 -1
- package/build/types/services/AssignFieldService.d.ts +10 -0
- package/build/types/services/CodeActionsService.d.ts +1 -1
- package/build/types/services/CompletionService.d.ts +8 -8
- package/build/types/services/CustomCommand.d.ts +13 -7
- package/build/types/services/DefinitionService.d.ts +1 -1
- package/build/types/services/DisplayService.d.ts +76 -80
- package/build/types/services/DocumentHighlightsService.d.ts +1 -1
- package/build/types/services/HoverService.d.ts +3 -3
- package/build/types/services/LanguageServer.d.ts +32 -32
- package/build/types/services/NodeSemanticInfo.d.ts +9 -9
- package/build/types/services/ProjectItemsService.d.ts +1 -1
- package/build/types/services/RenameService.d.ts +1 -1
- package/build/types/services/SemanticTokensService.d.ts +1 -1
- package/build/types/services/SourceFileItemsService.d.ts +1 -1
- package/build/types/services/TranslationService.d.ts +1 -1
- package/build/types/services/signature-help/{ValueParametersSignatureHelpProvider.d.ts → ParametersSignatureHelpProvider.d.ts} +6 -6
- package/build/types/services/signature-help/{SignatureWithValueParameters.d.ts → SignatureWithParameters.d.ts} +34 -34
- package/build/types/services/signature-help/TypeParameterSignatureHelpProvider.d.ts +4 -4
- package/build/types/services/source-generation/EntityToSyntax.d.ts +4 -4
- package/build/types/services/source-generation/SourceGenerationService.d.ts +5 -5
- package/build/types/services/workspace/CompilationController.d.ts +22 -22
- package/build/types/services/workspace/FileSystemTreeProviderBasedOnWatchedFileSystem.d.ts +13 -13
- package/build/types/services/workspace/ManuallyUpdatedFileSystemTreeProvider.d.ts +4 -4
- package/build/types/services/workspace/Workspace.d.ts +7 -7
- package/build/types/services/workspace/WorkspaceFiles.d.ts +1 -1
- package/build/types/tree/BaseNode.d.ts +12 -3
- package/build/types/tree/NodeKind.d.ts +56 -57
- package/build/types/tree/Nodes.d.ts +18 -20
- package/build/types/tree/SyntaxToCode.d.ts +11 -11
- package/build/types/ts-interop/Entities.d.ts +326 -263
- package/build/types/ts-interop/TsInteropContext.d.ts +16 -14
- package/build/types/ts-interop/TsPackageContents.d.ts +16 -16
- package/build/types/ts-interop/TsPackageMembersCreator.d.ts +10 -10
- package/build/types/ts-interop/TsProgramLoader.d.ts +7 -7
- package/build/types/ts-interop/TsTypeMembersCreator.d.ts +9 -9
- package/build/types/types/AliasType.d.ts +6 -5
- package/build/types/types/FunctionType.d.ts +8 -7
- package/build/types/types/IntersectionType.d.ts +3 -2
- package/build/types/types/ParameterType.d.ts +5 -4
- package/build/types/types/StandardTypes.d.ts +21 -21
- package/build/types/types/StructuredType.d.ts +9 -10
- package/build/types/types/Substitutions.d.ts +1 -1
- package/build/types/types/Type.d.ts +1 -0
- package/build/types/types/TypeMembers.d.ts +42 -42
- package/build/types/types/UnionType.d.ts +3 -2
- package/build/types/types/UnresolvedType.d.ts +3 -2
- package/build/types/types/VariantType.d.ts +5 -4
- package/package.json +1 -1
- package/build/types/entities/TypeMemberContainer.d.ts +0 -23
- package/build/types/services/AddPropertyAssignmentService.d.ts +0 -8
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import ts from 'typescript';
|
|
2
|
-
import { Localization } from '../analysis/Localization.js';
|
|
3
2
|
import { Tag } from '../analysis/Tags.js';
|
|
3
|
+
import { Translation } from '../analysis/Translation.js';
|
|
4
4
|
import { Lazy, Name, PackageDialect, PackageLocale } from '../common/index.js';
|
|
5
5
|
import type { PackageEntity } from '../entities/PackageEntity.js';
|
|
6
6
|
import { PackageEntityDefinition } from '../entities/PackageEntity.js';
|
|
7
7
|
import { PackageEntityMembers } from '../entities/PackageMembers.js';
|
|
8
8
|
import { TypeEntityMembers } from '../entities/TypeEntityMembers.js';
|
|
9
|
-
import type {
|
|
10
|
-
import { AliasTypeEntity, AliasTypeEntityDefinition, AliasedType, AnonymousFunctionTypeEntity, AnonymousStructuredTypeEntity, BaseAspectTypes, BaseObjectType, ConstructorEntity, ConstructorEntityDefinition, DefaultConstructorEntityInfo, EntityHidingLevel, EntityKind, EntityNaming, EntityOwningSetter, FieldEntity, FunctionEntityDefinition, FunctionTypeEntityDefinition, GetterEntity, GetterEntityDefinition, IndexerEntity, IndexerEntityDefinition, InterfacePackageEntityInfo, MethodEntity, PackageFunctionEntity, PackageFunctionTypeEntity, PackageStructuredTypeEntity, PackageVariableEntity, PackageVariantTypeEntity,
|
|
9
|
+
import type { TypeEntityWithMembers, EntityOwningGetter, EntityContainingParameter, EntityContainingTypeParameter, VariantTypeEntity } from '../entities/index.js';
|
|
10
|
+
import { AliasTypeEntity, AliasTypeEntityDefinition, AliasedType, AnonymousFunctionTypeEntity, AnonymousStructuredTypeEntity, BaseAspectTypes, BaseObjectType, ConstructorEntity, ConstructorEntityDefinition, DefaultConstructorEntityInfo, EntityContext, EntityHidingLevel, EntityKind, EntityNaming, EntityOwningSetter, FieldEntity, FunctionEntityDefinition, FunctionTypeEntityDefinition, GetterEntity, GetterEntityDefinition, IndexerEntity, IndexerEntityDefinition, InterfacePackageEntityInfo, MethodEntity, PackageFunctionEntity, PackageFunctionTypeEntity, PackageStructuredTypeEntity, PackageVariableEntity, PackageVariantTypeEntity, ParameterEntity, SetterEntity, SetterEntityDefinition, SpecialVariableEntityInfo, StructuredTypeEntityDefinition, StructuredTypeKind, SubstitutionApplicationMode, TypeEntityKind, TypeParameterConstraint, TypeParameterEntity, TypeParameterEntityDefinition, TypeWithMembersOrExtensionEntity, VariableEntityDefinition, VariantTypeEntityDefinition } from '../entities/index.js';
|
|
11
11
|
import { JavaScriptImplementationConfig, PackageName, PlatformKind, ProgramPackage } from '../project/index.js';
|
|
12
12
|
import * as tree from '../tree/index.js';
|
|
13
13
|
import * as types from '../types/index.js';
|
|
@@ -15,11 +15,11 @@ import { TsInteropContext } from './TsInteropContext.js';
|
|
|
15
15
|
import { TsPackageContents } from './TsPackageContents.js';
|
|
16
16
|
export declare class TsPackageEntity implements PackageEntity {
|
|
17
17
|
readonly kind = EntityKind.Package;
|
|
18
|
-
private readonly
|
|
19
|
-
private readonly
|
|
20
|
-
private readonly
|
|
21
|
-
private readonly
|
|
22
|
-
constructor(
|
|
18
|
+
private readonly name;
|
|
19
|
+
private readonly locale;
|
|
20
|
+
private readonly contents;
|
|
21
|
+
private readonly interfacePackageInfo;
|
|
22
|
+
constructor(tsctx: TsInteropContext, name: PackageName, locale: PackageLocale, contents: Lazy<TsPackageContents>, interfacePackageInfo: InterfacePackageEntityInfo);
|
|
23
23
|
getName(): PackageName;
|
|
24
24
|
getLocale(): PackageLocale;
|
|
25
25
|
getDialect(): PackageDialect;
|
|
@@ -28,15 +28,17 @@ export declare class TsPackageEntity implements PackageEntity {
|
|
|
28
28
|
getImplementedInterfacePackage(): PackageEntity | undefined;
|
|
29
29
|
getSupportedPlatforms(): readonly PlatformKind[];
|
|
30
30
|
getDefinition(): PackageEntityDefinition;
|
|
31
|
-
|
|
31
|
+
getContainingPackage(): PackageEntity;
|
|
32
|
+
getTranslation(): Translation | undefined;
|
|
32
33
|
getOriginalEntity(): PackageEntity;
|
|
34
|
+
getTags(): readonly Tag[];
|
|
33
35
|
}
|
|
34
36
|
export declare class SourcePackageLoadedFromDtsEntity implements PackageEntity {
|
|
35
37
|
readonly kind = EntityKind.Package;
|
|
36
|
-
private readonly
|
|
37
|
-
private readonly
|
|
38
|
-
private readonly
|
|
39
|
-
private readonly
|
|
38
|
+
private readonly tsctx;
|
|
39
|
+
private readonly sourcePackage;
|
|
40
|
+
private readonly implementationConfig;
|
|
41
|
+
private readonly contents;
|
|
40
42
|
constructor(tsctx: TsInteropContext, sourcePackage: ProgramPackage, implementationConfig: JavaScriptImplementationConfig, contents: Lazy<TsPackageContents>);
|
|
41
43
|
getName(): PackageName;
|
|
42
44
|
getLocale(): PackageLocale;
|
|
@@ -53,20 +55,23 @@ export declare class SourcePackageLoadedFromDtsEntity implements PackageEntity {
|
|
|
53
55
|
getComputedPackageVariableDeclaration(node: tree.PackageVariableGetterDeclaration | tree.PackageVariableSetterDeclaration): PackageVariableEntity;
|
|
54
56
|
getPackageVariantTypeDeclarationEntity(node: tree.PackageVariantTypeDeclaration): PackageVariantTypeEntity;
|
|
55
57
|
getDefinition(): PackageEntityDefinition;
|
|
56
|
-
|
|
58
|
+
getContainingPackage(): PackageEntity;
|
|
59
|
+
getTranslation(): Translation | undefined;
|
|
57
60
|
getOriginalEntity(): PackageEntity;
|
|
61
|
+
getTags(): readonly Tag[];
|
|
58
62
|
}
|
|
59
63
|
export declare class TsGlobalVariableEntity implements PackageVariableEntity {
|
|
60
|
-
private readonly
|
|
61
|
-
private readonly
|
|
62
|
-
private readonly
|
|
63
|
-
private readonly
|
|
64
|
-
private readonly
|
|
64
|
+
private readonly tsctx;
|
|
65
|
+
private readonly symbol;
|
|
66
|
+
private readonly isDefaultExport;
|
|
67
|
+
private readonly containingPackage;
|
|
68
|
+
private readonly forceHiddenInPackage;
|
|
65
69
|
readonly kind = EntityKind.Variable;
|
|
66
70
|
readonly subkind = "package";
|
|
67
|
-
private readonly
|
|
68
|
-
private readonly
|
|
69
|
-
|
|
71
|
+
private readonly name;
|
|
72
|
+
private readonly type;
|
|
73
|
+
private readonly hiding;
|
|
74
|
+
constructor(tsctx: TsInteropContext, symbol: ts.Symbol, isDefaultExport: boolean, containingPackage: PackageEntity, forceHiddenInPackage: boolean);
|
|
70
75
|
getName(): Name;
|
|
71
76
|
getContainingPackage(): PackageEntity;
|
|
72
77
|
getType(): types.Type;
|
|
@@ -77,28 +82,31 @@ export declare class TsGlobalVariableEntity implements PackageVariableEntity {
|
|
|
77
82
|
isHidden(): EntityHidingLevel | undefined;
|
|
78
83
|
isSpecial(): SpecialVariableEntityInfo | undefined;
|
|
79
84
|
getTags(): readonly Tag[];
|
|
80
|
-
|
|
85
|
+
getTranslation(): Translation | undefined;
|
|
86
|
+
getLocale(): PackageLocale;
|
|
87
|
+
getDialect(): PackageDialect;
|
|
81
88
|
getOriginalEntity(): PackageVariableEntity;
|
|
82
89
|
private getDeclaration;
|
|
83
90
|
}
|
|
84
91
|
export declare class TsGlobalFunctionEntity implements PackageFunctionEntity {
|
|
85
|
-
private readonly
|
|
86
|
-
private readonly
|
|
87
|
-
private readonly
|
|
88
|
-
private readonly
|
|
89
|
-
private readonly
|
|
90
|
-
private readonly
|
|
92
|
+
private readonly tsctx;
|
|
93
|
+
private readonly symbol;
|
|
94
|
+
private readonly isDefaultExport;
|
|
95
|
+
private readonly declaration;
|
|
96
|
+
private readonly containingPackage;
|
|
97
|
+
private readonly forceHiddenInPackage;
|
|
91
98
|
readonly kind = EntityKind.Function;
|
|
92
99
|
readonly subkind = "package";
|
|
93
|
-
private readonly
|
|
94
|
-
private readonly
|
|
95
|
-
private readonly
|
|
96
|
-
private readonly
|
|
97
|
-
|
|
100
|
+
private readonly name;
|
|
101
|
+
private readonly typeParameters;
|
|
102
|
+
private readonly parameters;
|
|
103
|
+
private readonly returnType;
|
|
104
|
+
private readonly hiding;
|
|
105
|
+
constructor(tsctx: TsInteropContext, symbol: ts.Symbol, isDefaultExport: boolean, declaration: ts.FunctionDeclaration, containingPackage: PackageEntity, forceHiddenInPackage: boolean);
|
|
98
106
|
getName(): Name;
|
|
99
107
|
getContainingPackage(): PackageEntity;
|
|
100
108
|
getTypeParameters(): readonly TypeParameterEntity[];
|
|
101
|
-
|
|
109
|
+
getParameters(): readonly ParameterEntity[];
|
|
102
110
|
getReturnType(): types.Type;
|
|
103
111
|
getDefinition(): FunctionEntityDefinition;
|
|
104
112
|
isAsync(): boolean;
|
|
@@ -106,7 +114,9 @@ export declare class TsGlobalFunctionEntity implements PackageFunctionEntity {
|
|
|
106
114
|
getTags(): readonly Tag[];
|
|
107
115
|
getTypeParametersArity(): number;
|
|
108
116
|
getSubstitutionApplicationMode(): SubstitutionApplicationMode;
|
|
109
|
-
|
|
117
|
+
getTranslation(): Translation | undefined;
|
|
118
|
+
getLocale(): PackageLocale;
|
|
119
|
+
getDialect(): PackageDialect;
|
|
110
120
|
getOriginalEntity(): PackageFunctionEntity;
|
|
111
121
|
}
|
|
112
122
|
/**
|
|
@@ -149,20 +159,21 @@ export declare class TsGlobalFunctionEntity implements PackageFunctionEntity {
|
|
|
149
159
|
* всеобщими, поскольку доступны через имя типа.
|
|
150
160
|
*/
|
|
151
161
|
export declare class TsGlobalClassOrInterfaceEntity implements PackageStructuredTypeEntity {
|
|
152
|
-
private readonly
|
|
153
|
-
private readonly
|
|
154
|
-
private readonly
|
|
155
|
-
private readonly
|
|
156
|
-
private readonly
|
|
162
|
+
private readonly tsctx;
|
|
163
|
+
private readonly symbol;
|
|
164
|
+
private readonly isDefaultExport;
|
|
165
|
+
private readonly containingPackage;
|
|
166
|
+
private readonly forceHiddenInPackage;
|
|
157
167
|
readonly kind = EntityKind.Type;
|
|
158
168
|
readonly typeEntityKind = TypeEntityKind.Structured;
|
|
159
169
|
readonly subkind = "package";
|
|
160
|
-
private readonly
|
|
161
|
-
private readonly
|
|
162
|
-
private readonly
|
|
163
|
-
private readonly
|
|
164
|
-
private readonly
|
|
165
|
-
|
|
170
|
+
private readonly name;
|
|
171
|
+
private readonly typeParameters;
|
|
172
|
+
private readonly members;
|
|
173
|
+
private readonly baseObjectType;
|
|
174
|
+
private readonly baseAspectTypes;
|
|
175
|
+
private readonly hiding;
|
|
176
|
+
constructor(tsctx: TsInteropContext, symbol: ts.Symbol, isDefaultExport: boolean, containingPackage: PackageEntity, forceHiddenInPackage: boolean);
|
|
166
177
|
getNaming(): EntityNaming;
|
|
167
178
|
getName(): Name;
|
|
168
179
|
getContainingPackage(): PackageEntity;
|
|
@@ -171,9 +182,7 @@ export declare class TsGlobalClassOrInterfaceEntity implements PackageStructured
|
|
|
171
182
|
getDefinition(): StructuredTypeEntityDefinition;
|
|
172
183
|
markedBasic(): boolean;
|
|
173
184
|
isAbstract(): boolean;
|
|
174
|
-
|
|
175
|
-
isRefObject(): boolean;
|
|
176
|
-
isPlainObject(): boolean;
|
|
185
|
+
getStructuredTypeKind(): StructuredTypeKind;
|
|
177
186
|
getArity(): number;
|
|
178
187
|
getBaseObjectType(): BaseObjectType;
|
|
179
188
|
getBaseAspectTypes(): BaseAspectTypes;
|
|
@@ -181,22 +190,24 @@ export declare class TsGlobalClassOrInterfaceEntity implements PackageStructured
|
|
|
181
190
|
getTags(): readonly Tag[];
|
|
182
191
|
getSubstitutionApplicationMode(): SubstitutionApplicationMode;
|
|
183
192
|
getContext(): EntityContext;
|
|
184
|
-
|
|
193
|
+
getTranslation(): Translation | undefined;
|
|
194
|
+
getLocale(): PackageLocale;
|
|
195
|
+
getDialect(): PackageDialect;
|
|
185
196
|
getOriginalEntity(): PackageStructuredTypeEntity;
|
|
186
197
|
private getDeclaration;
|
|
187
198
|
private isClassOrInterfaceAndVariableMerge;
|
|
188
199
|
}
|
|
189
200
|
export declare class SourceAndTsGlobalClassOrInterfaceMergeEntity implements PackageStructuredTypeEntity {
|
|
190
|
-
private readonly
|
|
191
|
-
private readonly
|
|
192
|
-
private readonly
|
|
193
|
-
private readonly
|
|
201
|
+
private readonly tsctx;
|
|
202
|
+
private readonly symbol;
|
|
203
|
+
private readonly isDefaultExport;
|
|
204
|
+
private readonly node;
|
|
194
205
|
readonly kind = EntityKind.Type;
|
|
195
206
|
readonly typeEntityKind = TypeEntityKind.Structured;
|
|
196
207
|
readonly subkind = "package";
|
|
197
|
-
private readonly
|
|
198
|
-
private readonly
|
|
199
|
-
constructor(
|
|
208
|
+
private readonly sourceData;
|
|
209
|
+
private readonly members;
|
|
210
|
+
constructor(tsctx: TsInteropContext, symbol: ts.Symbol, isDefaultExport: boolean, node: tree.PackageStructuredTypeDeclaration);
|
|
200
211
|
getNaming(): EntityNaming;
|
|
201
212
|
getName(): Name;
|
|
202
213
|
getContainingPackage(): PackageEntity;
|
|
@@ -205,9 +216,7 @@ export declare class SourceAndTsGlobalClassOrInterfaceMergeEntity implements Pac
|
|
|
205
216
|
getDefinition(): StructuredTypeEntityDefinition;
|
|
206
217
|
markedBasic(): boolean;
|
|
207
218
|
isAbstract(): boolean;
|
|
208
|
-
|
|
209
|
-
isRefObject(): boolean;
|
|
210
|
-
isPlainObject(): boolean;
|
|
219
|
+
getStructuredTypeKind(): StructuredTypeKind;
|
|
211
220
|
getArity(): number;
|
|
212
221
|
getBaseObjectType(): BaseObjectType;
|
|
213
222
|
getBaseAspectTypes(): BaseAspectTypes;
|
|
@@ -215,29 +224,29 @@ export declare class SourceAndTsGlobalClassOrInterfaceMergeEntity implements Pac
|
|
|
215
224
|
getTags(): readonly Tag[];
|
|
216
225
|
getSubstitutionApplicationMode(): SubstitutionApplicationMode;
|
|
217
226
|
getContext(): EntityContext;
|
|
218
|
-
|
|
227
|
+
getTranslation(): Translation | undefined;
|
|
228
|
+
getLocale(): PackageLocale;
|
|
229
|
+
getDialect(): PackageDialect;
|
|
219
230
|
getOriginalEntity(): PackageStructuredTypeEntity;
|
|
220
231
|
}
|
|
221
232
|
export declare class TsTypeLiteralEntity implements AnonymousStructuredTypeEntity {
|
|
222
|
-
private readonly
|
|
223
|
-
private readonly
|
|
224
|
-
private readonly
|
|
233
|
+
private readonly tsctx;
|
|
234
|
+
private readonly symbol;
|
|
235
|
+
private readonly containingPackage;
|
|
225
236
|
readonly kind = EntityKind.Type;
|
|
226
237
|
readonly typeEntityKind = TypeEntityKind.Structured;
|
|
227
238
|
readonly subkind = "anonymous";
|
|
228
|
-
private readonly
|
|
229
|
-
private readonly
|
|
230
|
-
private readonly
|
|
231
|
-
constructor(
|
|
239
|
+
private readonly baseObjectType;
|
|
240
|
+
private readonly baseAspectTypes;
|
|
241
|
+
private readonly members;
|
|
242
|
+
constructor(tsctx: TsInteropContext, symbol: ts.Symbol, containingPackage: PackageEntity);
|
|
232
243
|
getNaming(): EntityNaming;
|
|
233
244
|
getTypeParameters(): readonly TypeParameterEntity[];
|
|
234
245
|
getMembers(): TypeEntityMembers;
|
|
235
246
|
getDefinition(): StructuredTypeEntityDefinition;
|
|
236
247
|
markedBasic(): boolean;
|
|
237
248
|
isAbstract(): boolean;
|
|
238
|
-
|
|
239
|
-
isRefObject(): boolean;
|
|
240
|
-
isPlainObject(): boolean;
|
|
249
|
+
getStructuredTypeKind(): StructuredTypeKind;
|
|
241
250
|
getArity(): number;
|
|
242
251
|
getBaseObjectType(): BaseObjectType;
|
|
243
252
|
getBaseAspectTypes(): BaseAspectTypes;
|
|
@@ -246,26 +255,29 @@ export declare class TsTypeLiteralEntity implements AnonymousStructuredTypeEntit
|
|
|
246
255
|
getSubstitutionApplicationMode(): SubstitutionApplicationMode;
|
|
247
256
|
getContainingPackage(): PackageEntity;
|
|
248
257
|
getContext(): EntityContext;
|
|
249
|
-
|
|
258
|
+
getTranslation(): Translation | undefined;
|
|
259
|
+
getLocale(): PackageLocale;
|
|
260
|
+
getDialect(): PackageDialect;
|
|
250
261
|
getOriginalEntity(): AnonymousStructuredTypeEntity;
|
|
251
262
|
}
|
|
252
263
|
export declare class TsNamedTypeLiteralEntity implements PackageStructuredTypeEntity {
|
|
253
|
-
private readonly
|
|
254
|
-
private readonly
|
|
255
|
-
private readonly
|
|
256
|
-
private readonly
|
|
257
|
-
private readonly
|
|
258
|
-
private readonly
|
|
259
|
-
private readonly
|
|
264
|
+
private readonly tsctx;
|
|
265
|
+
private readonly symbol;
|
|
266
|
+
private readonly owningNamedSymbol;
|
|
267
|
+
private readonly isDefaultExport;
|
|
268
|
+
private readonly owningDeclarationWithTypeParameters;
|
|
269
|
+
private readonly containingPackage;
|
|
270
|
+
private readonly forceHiddenInPackage;
|
|
260
271
|
readonly kind = EntityKind.Type;
|
|
261
272
|
readonly typeEntityKind = TypeEntityKind.Structured;
|
|
262
273
|
readonly subkind = "package";
|
|
263
|
-
private readonly
|
|
264
|
-
private readonly
|
|
265
|
-
private readonly
|
|
266
|
-
private readonly
|
|
267
|
-
private readonly
|
|
268
|
-
|
|
274
|
+
private readonly name;
|
|
275
|
+
private readonly typeParameters;
|
|
276
|
+
private readonly baseObjectType;
|
|
277
|
+
private readonly baseAspectTypes;
|
|
278
|
+
private readonly members;
|
|
279
|
+
private readonly hiding;
|
|
280
|
+
constructor(tsctx: TsInteropContext, symbol: ts.Symbol, owningNamedSymbol: ts.Symbol, isDefaultExport: boolean, owningDeclarationWithTypeParameters: ts.DeclarationWithTypeParameterChildren, containingPackage: PackageEntity, forceHiddenInPackage: boolean);
|
|
269
281
|
getNaming(): EntityNaming;
|
|
270
282
|
getName(): Name;
|
|
271
283
|
getContainingPackage(): PackageEntity;
|
|
@@ -274,9 +286,7 @@ export declare class TsNamedTypeLiteralEntity implements PackageStructuredTypeEn
|
|
|
274
286
|
getDefinition(): StructuredTypeEntityDefinition;
|
|
275
287
|
markedBasic(): boolean;
|
|
276
288
|
isAbstract(): boolean;
|
|
277
|
-
|
|
278
|
-
isRefObject(): boolean;
|
|
279
|
-
isPlainObject(): boolean;
|
|
289
|
+
getStructuredTypeKind(): StructuredTypeKind;
|
|
280
290
|
getArity(): number;
|
|
281
291
|
getBaseObjectType(): BaseObjectType;
|
|
282
292
|
getBaseAspectTypes(): BaseAspectTypes;
|
|
@@ -284,20 +294,22 @@ export declare class TsNamedTypeLiteralEntity implements PackageStructuredTypeEn
|
|
|
284
294
|
getTags(): readonly Tag[];
|
|
285
295
|
getSubstitutionApplicationMode(): SubstitutionApplicationMode;
|
|
286
296
|
getContext(): EntityContext;
|
|
287
|
-
|
|
297
|
+
getTranslation(): Translation | undefined;
|
|
298
|
+
getLocale(): PackageLocale;
|
|
299
|
+
getDialect(): PackageDialect;
|
|
288
300
|
getOriginalEntity(): PackageStructuredTypeEntity;
|
|
289
301
|
}
|
|
290
302
|
export declare class SourceAndTsNamedTypeLiteralMergeEntity implements PackageStructuredTypeEntity {
|
|
291
|
-
private readonly
|
|
292
|
-
private readonly
|
|
293
|
-
private readonly
|
|
294
|
-
private readonly
|
|
303
|
+
private readonly tsctx;
|
|
304
|
+
private readonly symbol;
|
|
305
|
+
private readonly isDefaultExport;
|
|
306
|
+
private readonly node;
|
|
295
307
|
readonly kind = EntityKind.Type;
|
|
296
308
|
readonly typeEntityKind = TypeEntityKind.Structured;
|
|
297
309
|
readonly subkind = "package";
|
|
298
|
-
private readonly
|
|
299
|
-
private readonly
|
|
300
|
-
constructor(
|
|
310
|
+
private readonly sourceData;
|
|
311
|
+
private readonly members;
|
|
312
|
+
constructor(tsctx: TsInteropContext, symbol: ts.Symbol, isDefaultExport: boolean, node: tree.PackageStructuredTypeDeclaration);
|
|
301
313
|
getNaming(): EntityNaming;
|
|
302
314
|
getName(): Name;
|
|
303
315
|
getContainingPackage(): PackageEntity;
|
|
@@ -306,9 +318,7 @@ export declare class SourceAndTsNamedTypeLiteralMergeEntity implements PackageSt
|
|
|
306
318
|
getDefinition(): StructuredTypeEntityDefinition;
|
|
307
319
|
markedBasic(): boolean;
|
|
308
320
|
isAbstract(): boolean;
|
|
309
|
-
|
|
310
|
-
isRefObject(): boolean;
|
|
311
|
-
isPlainObject(): boolean;
|
|
321
|
+
getStructuredTypeKind(): StructuredTypeKind;
|
|
312
322
|
getArity(): number;
|
|
313
323
|
getBaseObjectType(): BaseObjectType;
|
|
314
324
|
getBaseAspectTypes(): BaseAspectTypes;
|
|
@@ -316,20 +326,23 @@ export declare class SourceAndTsNamedTypeLiteralMergeEntity implements PackageSt
|
|
|
316
326
|
getTags(): readonly Tag[];
|
|
317
327
|
getSubstitutionApplicationMode(): SubstitutionApplicationMode;
|
|
318
328
|
getContext(): EntityContext;
|
|
319
|
-
|
|
329
|
+
getTranslation(): Translation | undefined;
|
|
330
|
+
getLocale(): PackageLocale;
|
|
331
|
+
getDialect(): PackageDialect;
|
|
320
332
|
getOriginalEntity(): PackageStructuredTypeEntity;
|
|
321
333
|
}
|
|
322
334
|
export declare class TsPropertyEntity implements FieldEntity {
|
|
323
|
-
private readonly
|
|
324
|
-
private readonly
|
|
325
|
-
private readonly
|
|
326
|
-
private readonly
|
|
335
|
+
private readonly tsctx;
|
|
336
|
+
private readonly symbol;
|
|
337
|
+
private readonly containingType;
|
|
338
|
+
private readonly forceStatic;
|
|
327
339
|
readonly kind = EntityKind.Variable;
|
|
328
340
|
readonly subkind = "field";
|
|
329
|
-
private readonly
|
|
330
|
-
private readonly
|
|
331
|
-
private readonly
|
|
332
|
-
|
|
341
|
+
private readonly name;
|
|
342
|
+
private readonly type;
|
|
343
|
+
private readonly overriddenMembers;
|
|
344
|
+
private readonly hiding;
|
|
345
|
+
constructor(tsctx: TsInteropContext, symbol: ts.Symbol, containingType: TypeEntityWithMembers, forceStatic: boolean);
|
|
333
346
|
getName(): Name;
|
|
334
347
|
getType(): types.Type;
|
|
335
348
|
getDefinition(): VariableEntityDefinition;
|
|
@@ -339,30 +352,33 @@ export declare class TsPropertyEntity implements FieldEntity {
|
|
|
339
352
|
isHidden(): EntityHidingLevel | undefined;
|
|
340
353
|
isSpecial(): SpecialVariableEntityInfo | undefined;
|
|
341
354
|
getTags(): readonly Tag[];
|
|
342
|
-
|
|
355
|
+
getContainingEntity(): TypeWithMembersOrExtensionEntity;
|
|
356
|
+
getContainingPackage(): PackageEntity;
|
|
343
357
|
isStatic(): boolean;
|
|
344
358
|
markedBasic(): boolean;
|
|
345
359
|
isOverride(): boolean;
|
|
346
360
|
markedAbstract(): boolean;
|
|
347
361
|
getOverriddenMembers(): readonly types.Field[];
|
|
348
362
|
isVariant(): boolean;
|
|
349
|
-
|
|
363
|
+
getTranslation(): Translation | undefined;
|
|
364
|
+
getLocale(): PackageLocale;
|
|
365
|
+
getDialect(): PackageDialect;
|
|
350
366
|
getOriginalEntity(): FieldEntity;
|
|
351
367
|
private getDeclaration;
|
|
352
368
|
}
|
|
353
369
|
export declare class TsAccessorEntity implements FieldEntity {
|
|
354
|
-
private readonly
|
|
355
|
-
private readonly
|
|
356
|
-
private readonly
|
|
357
|
-
private readonly
|
|
370
|
+
private readonly tsctx;
|
|
371
|
+
private readonly symbol;
|
|
372
|
+
private readonly containingType;
|
|
373
|
+
private readonly forceStatic;
|
|
358
374
|
readonly kind = EntityKind.Variable;
|
|
359
375
|
readonly subkind = "field";
|
|
360
|
-
private readonly
|
|
361
|
-
private readonly
|
|
362
|
-
private readonly
|
|
363
|
-
private readonly
|
|
364
|
-
private readonly
|
|
365
|
-
constructor(
|
|
376
|
+
private readonly name;
|
|
377
|
+
private readonly type;
|
|
378
|
+
private readonly getter;
|
|
379
|
+
private readonly setter;
|
|
380
|
+
private readonly overriddenMembers;
|
|
381
|
+
constructor(tsctx: TsInteropContext, symbol: ts.Symbol, containingType: TypeEntityWithMembers, forceStatic: boolean);
|
|
366
382
|
getName(): Name;
|
|
367
383
|
getType(): types.Type;
|
|
368
384
|
getDefinition(): VariableEntityDefinition;
|
|
@@ -372,69 +388,82 @@ export declare class TsAccessorEntity implements FieldEntity {
|
|
|
372
388
|
isHidden(): EntityHidingLevel | undefined;
|
|
373
389
|
isSpecial(): SpecialVariableEntityInfo | undefined;
|
|
374
390
|
getTags(): readonly Tag[];
|
|
375
|
-
|
|
391
|
+
getContainingEntity(): TypeWithMembersOrExtensionEntity;
|
|
392
|
+
getContainingPackage(): PackageEntity;
|
|
376
393
|
isStatic(): boolean;
|
|
377
394
|
markedBasic(): boolean;
|
|
378
395
|
isOverride(): boolean;
|
|
379
396
|
markedAbstract(): boolean;
|
|
380
397
|
getOverriddenMembers(): readonly types.Field[];
|
|
381
398
|
isVariant(): boolean;
|
|
382
|
-
|
|
399
|
+
getTranslation(): Translation | undefined;
|
|
400
|
+
getLocale(): PackageLocale;
|
|
401
|
+
getDialect(): PackageDialect;
|
|
383
402
|
getOriginalEntity(): FieldEntity;
|
|
384
403
|
private getGetAccessorDeclaration;
|
|
385
404
|
}
|
|
386
405
|
export declare class TsGetAccessorEntity implements GetterEntity {
|
|
387
|
-
private readonly
|
|
388
|
-
private readonly
|
|
389
|
-
private readonly
|
|
390
|
-
private readonly
|
|
391
|
-
private readonly
|
|
406
|
+
private readonly tsctx;
|
|
407
|
+
private readonly declaration;
|
|
408
|
+
private readonly owningEntity;
|
|
409
|
+
private readonly containingType;
|
|
410
|
+
private readonly returnType;
|
|
392
411
|
readonly kind = EntityKind.Getter;
|
|
393
|
-
|
|
412
|
+
private readonly hiding;
|
|
413
|
+
constructor(tsctx: TsInteropContext, declaration: ts.GetAccessorDeclaration, owningEntity: EntityOwningGetter, containingType: TypeEntityWithMembers, returnType: types.Type);
|
|
394
414
|
getReturnType(): types.Type;
|
|
395
415
|
getDefinition(): GetterEntityDefinition;
|
|
396
416
|
isModifyingOwningPlainObject(): boolean;
|
|
397
417
|
getOwningEntity(): EntityOwningGetter;
|
|
418
|
+
getContainingPackage(): PackageEntity;
|
|
398
419
|
isHidden(): EntityHidingLevel | undefined;
|
|
399
420
|
getTags(): readonly Tag[];
|
|
400
|
-
|
|
421
|
+
getTranslation(): Translation | undefined;
|
|
422
|
+
getLocale(): PackageLocale;
|
|
423
|
+
getDialect(): PackageDialect;
|
|
401
424
|
getOriginalEntity(): GetterEntity;
|
|
402
425
|
}
|
|
403
426
|
export declare class TsSetAccessorEntity implements SetterEntity {
|
|
404
|
-
private readonly
|
|
405
|
-
private readonly
|
|
406
|
-
private readonly
|
|
407
|
-
private readonly
|
|
427
|
+
private readonly tsctx;
|
|
428
|
+
private readonly declaration;
|
|
429
|
+
private readonly owningEntity;
|
|
430
|
+
private readonly containingType;
|
|
408
431
|
readonly kind = EntityKind.Setter;
|
|
409
|
-
|
|
432
|
+
private readonly hiding;
|
|
433
|
+
constructor(tsctx: TsInteropContext, declaration: ts.SetAccessorDeclaration, owningEntity: EntityOwningGetter, containingType: TypeEntityWithMembers);
|
|
410
434
|
getDefinition(): SetterEntityDefinition;
|
|
411
435
|
isModifyingOwningPlainObject(): boolean;
|
|
412
436
|
getOwningEntity(): EntityOwningSetter;
|
|
437
|
+
getContainingPackage(): PackageEntity;
|
|
413
438
|
isHidden(): EntityHidingLevel | undefined;
|
|
414
439
|
getTags(): readonly Tag[];
|
|
415
|
-
|
|
440
|
+
getTranslation(): Translation | undefined;
|
|
441
|
+
getLocale(): PackageLocale;
|
|
442
|
+
getDialect(): PackageDialect;
|
|
416
443
|
getOriginalEntity(): SetterEntity;
|
|
417
444
|
}
|
|
418
445
|
export declare class TsMethodEntity implements MethodEntity {
|
|
419
|
-
private readonly
|
|
420
|
-
private readonly
|
|
421
|
-
private readonly
|
|
422
|
-
private readonly
|
|
423
|
-
private readonly
|
|
446
|
+
private readonly tsctx;
|
|
447
|
+
private readonly symbol;
|
|
448
|
+
private readonly declaration;
|
|
449
|
+
private readonly containingType;
|
|
450
|
+
private readonly forceStatic;
|
|
424
451
|
readonly kind = EntityKind.Function;
|
|
425
452
|
readonly subkind = "method";
|
|
426
|
-
private readonly
|
|
427
|
-
private readonly
|
|
428
|
-
private readonly
|
|
429
|
-
private readonly
|
|
430
|
-
private readonly
|
|
431
|
-
|
|
453
|
+
private readonly name;
|
|
454
|
+
private readonly typeParameters;
|
|
455
|
+
private readonly parameters;
|
|
456
|
+
private readonly returnType;
|
|
457
|
+
private readonly overriddenMembers;
|
|
458
|
+
private readonly hiding;
|
|
459
|
+
constructor(tsctx: TsInteropContext, symbol: ts.Symbol, declaration: ts.MethodDeclaration | ts.MethodSignature, containingType: TypeEntityWithMembers, forceStatic: boolean);
|
|
432
460
|
getName(): Name;
|
|
433
461
|
getTypeParameters(): readonly TypeParameterEntity[];
|
|
434
|
-
|
|
462
|
+
getParameters(): readonly ParameterEntity[];
|
|
435
463
|
getReturnType(): types.Type;
|
|
436
464
|
getDefinition(): FunctionEntityDefinition;
|
|
437
|
-
|
|
465
|
+
getContainingEntity(): TypeWithMembersOrExtensionEntity;
|
|
466
|
+
getContainingPackage(): PackageEntity;
|
|
438
467
|
isStatic(): boolean;
|
|
439
468
|
markedBasic(): boolean;
|
|
440
469
|
isOverride(): boolean;
|
|
@@ -447,24 +476,27 @@ export declare class TsMethodEntity implements MethodEntity {
|
|
|
447
476
|
isFunctionTypeInvokeMethod(): boolean;
|
|
448
477
|
getSubstitutionApplicationMode(): SubstitutionApplicationMode;
|
|
449
478
|
getOverriddenMembers(): readonly types.Method[];
|
|
450
|
-
|
|
479
|
+
getTranslation(): Translation | undefined;
|
|
480
|
+
getLocale(): PackageLocale;
|
|
481
|
+
getDialect(): PackageDialect;
|
|
451
482
|
getOriginalEntity(): MethodEntity;
|
|
452
483
|
}
|
|
453
484
|
export declare class TsIteratorFunctionEntity implements MethodEntity {
|
|
454
|
-
private readonly
|
|
455
|
-
private readonly
|
|
456
|
-
private readonly
|
|
485
|
+
private readonly tsctx;
|
|
486
|
+
private readonly symbol;
|
|
487
|
+
private readonly containingType;
|
|
457
488
|
readonly kind = EntityKind.Function;
|
|
458
489
|
readonly subkind = "method";
|
|
459
|
-
private readonly
|
|
460
|
-
private readonly
|
|
461
|
-
constructor(
|
|
490
|
+
private readonly name;
|
|
491
|
+
private readonly returnType;
|
|
492
|
+
constructor(tsctx: TsInteropContext, symbol: ts.Symbol, containingType: TypeEntityWithMembers);
|
|
462
493
|
getName(): Name;
|
|
463
494
|
getTypeParameters(): readonly TypeParameterEntity[];
|
|
464
|
-
|
|
495
|
+
getParameters(): readonly ParameterEntity[];
|
|
465
496
|
getReturnType(): types.Type;
|
|
466
497
|
getDefinition(): FunctionEntityDefinition;
|
|
467
|
-
|
|
498
|
+
getContainingEntity(): TypeWithMembersOrExtensionEntity;
|
|
499
|
+
getContainingPackage(): PackageEntity;
|
|
468
500
|
isStatic(): boolean;
|
|
469
501
|
markedBasic(): boolean;
|
|
470
502
|
isOverride(): boolean;
|
|
@@ -477,19 +509,21 @@ export declare class TsIteratorFunctionEntity implements MethodEntity {
|
|
|
477
509
|
isFunctionTypeInvokeMethod(): boolean;
|
|
478
510
|
getSubstitutionApplicationMode(): SubstitutionApplicationMode;
|
|
479
511
|
getOverriddenMembers(): readonly types.Method[];
|
|
480
|
-
|
|
512
|
+
getTranslation(): Translation | undefined;
|
|
513
|
+
getLocale(): PackageLocale;
|
|
514
|
+
getDialect(): PackageDialect;
|
|
481
515
|
getOriginalEntity(): MethodEntity;
|
|
482
516
|
private getFirstDeclaration;
|
|
483
517
|
}
|
|
484
|
-
export declare class TsParameterEntity implements
|
|
485
|
-
private readonly
|
|
486
|
-
private readonly
|
|
487
|
-
private readonly
|
|
518
|
+
export declare class TsParameterEntity implements ParameterEntity {
|
|
519
|
+
private readonly tsctx;
|
|
520
|
+
private readonly symbol;
|
|
521
|
+
private readonly containingEntity;
|
|
488
522
|
readonly kind = EntityKind.Variable;
|
|
489
523
|
readonly subkind = "parameter";
|
|
490
|
-
private readonly
|
|
491
|
-
private readonly
|
|
492
|
-
constructor(
|
|
524
|
+
private readonly name;
|
|
525
|
+
private readonly type;
|
|
526
|
+
constructor(tsctx: TsInteropContext, symbol: ts.Symbol, containingEntity: EntityContainingParameter);
|
|
493
527
|
getName(): Name;
|
|
494
528
|
getType(): types.Type;
|
|
495
529
|
getDefinition(): VariableEntityDefinition;
|
|
@@ -499,23 +533,26 @@ export declare class TsParameterEntity implements ParameterVariableEntity {
|
|
|
499
533
|
isHidden(): EntityHidingLevel | undefined;
|
|
500
534
|
isSpecial(): SpecialVariableEntityInfo | undefined;
|
|
501
535
|
getTags(): readonly Tag[];
|
|
502
|
-
|
|
536
|
+
getContainingEntity(): EntityContainingParameter;
|
|
537
|
+
getContainingPackage(): PackageEntity;
|
|
503
538
|
isOptional(): boolean;
|
|
504
539
|
isVariadic(): boolean;
|
|
505
|
-
|
|
506
|
-
|
|
540
|
+
getTranslation(): Translation | undefined;
|
|
541
|
+
getLocale(): PackageLocale;
|
|
542
|
+
getDialect(): PackageDialect;
|
|
543
|
+
getOriginalEntity(): ParameterEntity;
|
|
507
544
|
private getDeclaration;
|
|
508
545
|
}
|
|
509
546
|
export declare class TsTypeParameterEntity implements TypeParameterEntity {
|
|
510
|
-
private readonly
|
|
511
|
-
private readonly
|
|
512
|
-
private readonly
|
|
547
|
+
private readonly tsctx;
|
|
548
|
+
private readonly symbol;
|
|
549
|
+
private readonly containingEntity;
|
|
513
550
|
readonly kind = EntityKind.Type;
|
|
514
551
|
readonly typeEntityKind = TypeEntityKind.Parameter;
|
|
515
|
-
private readonly
|
|
516
|
-
private readonly
|
|
517
|
-
private readonly
|
|
518
|
-
constructor(
|
|
552
|
+
private readonly name;
|
|
553
|
+
private readonly constraint;
|
|
554
|
+
private readonly defaultType;
|
|
555
|
+
constructor(tsctx: TsInteropContext, symbol: ts.Symbol, containingEntity: EntityContainingTypeParameter);
|
|
519
556
|
getName(): Name;
|
|
520
557
|
getConstraint(): TypeParameterConstraint;
|
|
521
558
|
getDefaultType(): types.Type | undefined;
|
|
@@ -523,32 +560,37 @@ export declare class TsTypeParameterEntity implements TypeParameterEntity {
|
|
|
523
560
|
getArity(): number;
|
|
524
561
|
getTypeParameters(): readonly TypeParameterEntity[];
|
|
525
562
|
getContainingEntity(): EntityContainingTypeParameter;
|
|
563
|
+
getContainingPackage(): PackageEntity;
|
|
526
564
|
isHidden(): EntityHidingLevel | undefined;
|
|
527
565
|
getTags(): readonly Tag[];
|
|
528
566
|
getContext(): EntityContext;
|
|
529
|
-
|
|
567
|
+
getTranslation(): Translation | undefined;
|
|
568
|
+
getLocale(): PackageLocale;
|
|
569
|
+
getDialect(): PackageDialect;
|
|
530
570
|
getOriginalEntity(): TypeParameterEntity;
|
|
531
571
|
private getDeclaration;
|
|
532
572
|
}
|
|
533
573
|
export declare class TsIndexSignatureEntity implements IndexerEntity {
|
|
534
|
-
private readonly
|
|
535
|
-
private readonly
|
|
536
|
-
private readonly
|
|
537
|
-
private readonly
|
|
538
|
-
private readonly
|
|
574
|
+
private readonly tsctx;
|
|
575
|
+
private readonly symbol;
|
|
576
|
+
private readonly declaration;
|
|
577
|
+
private readonly containingType;
|
|
578
|
+
private readonly forceStatic;
|
|
539
579
|
readonly kind = EntityKind.Indexer;
|
|
540
|
-
private readonly
|
|
541
|
-
private readonly
|
|
542
|
-
private readonly
|
|
543
|
-
private readonly
|
|
544
|
-
private readonly
|
|
545
|
-
|
|
546
|
-
|
|
580
|
+
private readonly parameters;
|
|
581
|
+
private readonly type;
|
|
582
|
+
private readonly getter;
|
|
583
|
+
private readonly setter;
|
|
584
|
+
private readonly overriddenMembers;
|
|
585
|
+
private readonly hiding;
|
|
586
|
+
constructor(tsctx: TsInteropContext, symbol: ts.Symbol, declaration: ts.IndexSignatureDeclaration, containingType: TypeEntityWithMembers, forceStatic: boolean);
|
|
587
|
+
getParameters(): readonly ParameterEntity[];
|
|
547
588
|
getType(): types.Type;
|
|
548
589
|
getGetter(): GetterEntity | undefined;
|
|
549
590
|
getSetter(): SetterEntity | undefined;
|
|
550
591
|
getDefinition(): IndexerEntityDefinition;
|
|
551
|
-
|
|
592
|
+
getContainingEntity(): TypeWithMembersOrExtensionEntity;
|
|
593
|
+
getContainingPackage(): PackageEntity;
|
|
552
594
|
isStatic(): boolean;
|
|
553
595
|
isHidden(): EntityHidingLevel | undefined;
|
|
554
596
|
markedBasic(): boolean;
|
|
@@ -556,57 +598,66 @@ export declare class TsIndexSignatureEntity implements IndexerEntity {
|
|
|
556
598
|
markedAbstract(): boolean;
|
|
557
599
|
getTags(): readonly Tag[];
|
|
558
600
|
getOverriddenMembers(): readonly types.Indexer[];
|
|
559
|
-
|
|
601
|
+
getTranslation(): Translation | undefined;
|
|
602
|
+
getLocale(): PackageLocale;
|
|
603
|
+
getDialect(): PackageDialect;
|
|
560
604
|
getOriginalEntity(): IndexerEntity;
|
|
561
605
|
}
|
|
562
606
|
export declare class TsConstructorEntity implements ConstructorEntity {
|
|
563
|
-
private readonly
|
|
564
|
-
private readonly
|
|
565
|
-
private readonly
|
|
566
|
-
private readonly
|
|
607
|
+
private readonly tsctx;
|
|
608
|
+
private readonly symbol;
|
|
609
|
+
private readonly declaration;
|
|
610
|
+
private readonly containingType;
|
|
567
611
|
readonly kind = EntityKind.Constructor;
|
|
568
|
-
private readonly
|
|
569
|
-
|
|
570
|
-
|
|
612
|
+
private readonly parameters;
|
|
613
|
+
private readonly hiding;
|
|
614
|
+
constructor(tsctx: TsInteropContext, symbol: ts.Symbol, declaration: ts.ConstructorDeclaration | ts.ConstructSignatureDeclaration, containingType: TypeEntityWithMembers);
|
|
615
|
+
getParameters(): readonly ParameterEntity[];
|
|
571
616
|
getDefinition(): ConstructorEntityDefinition;
|
|
572
|
-
|
|
617
|
+
getContainingEntity(): TypeWithMembersOrExtensionEntity;
|
|
618
|
+
getContainingPackage(): PackageEntity;
|
|
573
619
|
isDefault(): DefaultConstructorEntityInfo | undefined;
|
|
574
620
|
isHidden(): EntityHidingLevel | undefined;
|
|
575
621
|
markedAbstract(): boolean;
|
|
576
622
|
getTags(): readonly Tag[];
|
|
577
|
-
|
|
623
|
+
getTranslation(): Translation | undefined;
|
|
624
|
+
getLocale(): PackageLocale;
|
|
625
|
+
getDialect(): PackageDialect;
|
|
578
626
|
getOriginalEntity(): ConstructorEntity;
|
|
579
627
|
}
|
|
580
628
|
export declare class TsSignatureBasedDefaultConstructorEntity implements ConstructorEntity {
|
|
581
|
-
private readonly
|
|
582
|
-
private readonly
|
|
583
|
-
private readonly
|
|
629
|
+
private readonly tsctx;
|
|
630
|
+
private readonly signature;
|
|
631
|
+
private readonly containingType;
|
|
584
632
|
readonly kind = EntityKind.Constructor;
|
|
585
|
-
private readonly
|
|
586
|
-
constructor(
|
|
587
|
-
|
|
633
|
+
private readonly parameters;
|
|
634
|
+
constructor(tsctx: TsInteropContext, signature: ts.Signature, containingType: TypeEntityWithMembers);
|
|
635
|
+
getParameters(): readonly ParameterEntity[];
|
|
588
636
|
getDefinition(): ConstructorEntityDefinition;
|
|
589
|
-
|
|
637
|
+
getContainingEntity(): TypeWithMembersOrExtensionEntity;
|
|
638
|
+
getContainingPackage(): PackageEntity;
|
|
590
639
|
isDefault(): DefaultConstructorEntityInfo | undefined;
|
|
591
640
|
isHidden(): EntityHidingLevel | undefined;
|
|
592
641
|
markedAbstract(): boolean;
|
|
593
642
|
getTags(): readonly Tag[];
|
|
594
|
-
|
|
643
|
+
getTranslation(): Translation | undefined;
|
|
644
|
+
getLocale(): PackageLocale;
|
|
645
|
+
getDialect(): PackageDialect;
|
|
595
646
|
getOriginalEntity(): ConstructorEntity;
|
|
596
647
|
}
|
|
597
648
|
export declare class TsEnumEntity implements PackageVariantTypeEntity {
|
|
598
|
-
private readonly
|
|
599
|
-
private readonly
|
|
600
|
-
private readonly
|
|
601
|
-
private readonly
|
|
649
|
+
private readonly tsctx;
|
|
650
|
+
private readonly symbol;
|
|
651
|
+
private readonly isDefaultExport;
|
|
652
|
+
private readonly containingPackage;
|
|
602
653
|
readonly kind = EntityKind.Type;
|
|
603
654
|
readonly typeEntityKind = TypeEntityKind.Variant;
|
|
604
655
|
readonly subkind = "package";
|
|
605
|
-
private readonly
|
|
606
|
-
private readonly
|
|
607
|
-
private readonly
|
|
608
|
-
private readonly
|
|
609
|
-
constructor(
|
|
656
|
+
private readonly name;
|
|
657
|
+
private readonly members;
|
|
658
|
+
private readonly underlyingType;
|
|
659
|
+
private readonly baseObjectType;
|
|
660
|
+
constructor(tsctx: TsInteropContext, symbol: ts.Symbol, isDefaultExport: boolean, containingPackage: PackageEntity);
|
|
610
661
|
getNaming(): EntityNaming;
|
|
611
662
|
getName(): Name;
|
|
612
663
|
getContainingPackage(): PackageEntity;
|
|
@@ -620,19 +671,22 @@ export declare class TsEnumEntity implements PackageVariantTypeEntity {
|
|
|
620
671
|
getSubstitutionApplicationMode(): SubstitutionApplicationMode;
|
|
621
672
|
getBaseObjectType(): BaseObjectType;
|
|
622
673
|
getContext(): EntityContext;
|
|
623
|
-
|
|
674
|
+
getTranslation(): Translation | undefined;
|
|
675
|
+
getLocale(): PackageLocale;
|
|
676
|
+
getDialect(): PackageDialect;
|
|
624
677
|
getOriginalEntity(): PackageVariantTypeEntity;
|
|
625
678
|
}
|
|
626
679
|
export declare class TsEnumMemberEntity implements FieldEntity {
|
|
627
|
-
private readonly
|
|
628
|
-
private readonly
|
|
629
|
-
private readonly
|
|
680
|
+
private readonly tsctx;
|
|
681
|
+
private readonly symbol;
|
|
682
|
+
private readonly variantTypeEntity;
|
|
630
683
|
readonly kind = EntityKind.Variable;
|
|
631
684
|
readonly subkind = "field";
|
|
632
|
-
private readonly
|
|
633
|
-
private readonly
|
|
634
|
-
constructor(
|
|
635
|
-
|
|
685
|
+
private readonly name;
|
|
686
|
+
private readonly type;
|
|
687
|
+
constructor(tsctx: TsInteropContext, symbol: ts.Symbol, variantTypeEntity: VariantTypeEntity);
|
|
688
|
+
getContainingEntity(): TypeWithMembersOrExtensionEntity;
|
|
689
|
+
getContainingPackage(): PackageEntity;
|
|
636
690
|
isStatic(): boolean;
|
|
637
691
|
markedBasic(): boolean;
|
|
638
692
|
isOverride(): boolean;
|
|
@@ -648,20 +702,22 @@ export declare class TsEnumMemberEntity implements FieldEntity {
|
|
|
648
702
|
getDefinition(): VariableEntityDefinition;
|
|
649
703
|
isHidden(): EntityHidingLevel | undefined;
|
|
650
704
|
getTags(): readonly Tag[];
|
|
651
|
-
|
|
705
|
+
getTranslation(): Translation | undefined;
|
|
706
|
+
getLocale(): PackageLocale;
|
|
707
|
+
getDialect(): PackageDialect;
|
|
652
708
|
getOriginalEntity(): FieldEntity;
|
|
653
709
|
}
|
|
654
710
|
export declare class TsTypeAliasEntity implements AliasTypeEntity {
|
|
655
|
-
private readonly
|
|
656
|
-
private readonly
|
|
657
|
-
private readonly
|
|
658
|
-
private readonly
|
|
711
|
+
private readonly tsctx;
|
|
712
|
+
private readonly symbol;
|
|
713
|
+
private readonly isDefaultExport;
|
|
714
|
+
private readonly containingPackage;
|
|
659
715
|
readonly kind = EntityKind.Type;
|
|
660
716
|
readonly typeEntityKind = TypeEntityKind.Alias;
|
|
661
|
-
private readonly
|
|
662
|
-
private readonly
|
|
663
|
-
private readonly
|
|
664
|
-
constructor(
|
|
717
|
+
private readonly name;
|
|
718
|
+
private readonly aliasedType;
|
|
719
|
+
private readonly typeParameters;
|
|
720
|
+
constructor(tsctx: TsInteropContext, symbol: ts.Symbol, isDefaultExport: boolean, containingPackage: PackageEntity);
|
|
665
721
|
getName(): Name;
|
|
666
722
|
getContainingPackage(): PackageEntity;
|
|
667
723
|
getAliasedType(): AliasedType;
|
|
@@ -673,26 +729,28 @@ export declare class TsTypeAliasEntity implements AliasTypeEntity {
|
|
|
673
729
|
getTags(): readonly Tag[];
|
|
674
730
|
getSubstitutionApplicationMode(): SubstitutionApplicationMode;
|
|
675
731
|
getContext(): EntityContext;
|
|
676
|
-
|
|
732
|
+
getTranslation(): Translation | undefined;
|
|
733
|
+
getLocale(): PackageLocale;
|
|
734
|
+
getDialect(): PackageDialect;
|
|
677
735
|
getOriginalEntity(): AliasTypeEntity;
|
|
678
736
|
private getDeclaration;
|
|
679
737
|
}
|
|
680
738
|
export declare class TsAnonymousFunctionTypeEntity implements AnonymousFunctionTypeEntity {
|
|
681
|
-
private readonly
|
|
682
|
-
private readonly
|
|
683
|
-
private readonly
|
|
684
|
-
private readonly
|
|
739
|
+
private readonly tsctx;
|
|
740
|
+
private readonly symbol;
|
|
741
|
+
private readonly declaration;
|
|
742
|
+
private readonly containingPackage;
|
|
685
743
|
readonly kind = EntityKind.Type;
|
|
686
744
|
readonly typeEntityKind = TypeEntityKind.Function;
|
|
687
745
|
readonly subkind = "anonymous";
|
|
688
|
-
private readonly
|
|
689
|
-
private readonly
|
|
690
|
-
private readonly
|
|
691
|
-
private readonly
|
|
692
|
-
constructor(
|
|
746
|
+
private readonly parameters;
|
|
747
|
+
private readonly returnType;
|
|
748
|
+
private readonly members;
|
|
749
|
+
private readonly baseObjectType;
|
|
750
|
+
constructor(tsctx: TsInteropContext, symbol: ts.Symbol, declaration: ts.FunctionTypeNode, containingPackage: PackageEntity);
|
|
693
751
|
getNaming(): EntityNaming;
|
|
694
752
|
getTypeParameters(): readonly TypeParameterEntity[];
|
|
695
|
-
|
|
753
|
+
getParameters(): readonly ParameterEntity[];
|
|
696
754
|
getReturnType(): types.Type;
|
|
697
755
|
getMembers(): TypeEntityMembers;
|
|
698
756
|
getDefinition(): FunctionTypeEntityDefinition;
|
|
@@ -704,7 +762,9 @@ export declare class TsAnonymousFunctionTypeEntity implements AnonymousFunctionT
|
|
|
704
762
|
getContainingPackage(): PackageEntity;
|
|
705
763
|
getBaseObjectType(): BaseObjectType;
|
|
706
764
|
getContext(): EntityContext;
|
|
707
|
-
|
|
765
|
+
getTranslation(): Translation | undefined;
|
|
766
|
+
getLocale(): PackageLocale;
|
|
767
|
+
getDialect(): PackageDialect;
|
|
708
768
|
getOriginalEntity(): AnonymousFunctionTypeEntity;
|
|
709
769
|
}
|
|
710
770
|
/**
|
|
@@ -719,29 +779,30 @@ export declare class TsAnonymousFunctionTypeEntity implements AnonymousFunctionT
|
|
|
719
779
|
* ```
|
|
720
780
|
*/
|
|
721
781
|
export declare class TsNamedFunctionTypeEntity implements PackageFunctionTypeEntity {
|
|
722
|
-
private readonly
|
|
723
|
-
private readonly
|
|
724
|
-
private readonly
|
|
725
|
-
private readonly
|
|
726
|
-
private readonly
|
|
727
|
-
private readonly
|
|
728
|
-
private readonly
|
|
729
|
-
private readonly
|
|
782
|
+
private readonly tsctx;
|
|
783
|
+
private readonly signatureSymbol;
|
|
784
|
+
private readonly signatureDeclaration;
|
|
785
|
+
private readonly owningNamedSymbol;
|
|
786
|
+
private readonly isDefaultExport;
|
|
787
|
+
private readonly owningDeclarationWithTypeParameters;
|
|
788
|
+
private readonly containingPackage;
|
|
789
|
+
private readonly forceHiddenInPackage;
|
|
730
790
|
readonly kind = EntityKind.Type;
|
|
731
791
|
readonly typeEntityKind = TypeEntityKind.Function;
|
|
732
792
|
readonly subkind = "package";
|
|
733
|
-
private readonly
|
|
734
|
-
private readonly
|
|
735
|
-
private readonly
|
|
736
|
-
private readonly
|
|
737
|
-
private readonly
|
|
738
|
-
private readonly
|
|
739
|
-
|
|
793
|
+
private readonly name;
|
|
794
|
+
private readonly typeParameters;
|
|
795
|
+
private readonly parameters;
|
|
796
|
+
private readonly members;
|
|
797
|
+
private readonly returnType;
|
|
798
|
+
private readonly baseObjectType;
|
|
799
|
+
private readonly hiding;
|
|
800
|
+
constructor(tsctx: TsInteropContext, signatureSymbol: ts.Symbol, signatureDeclaration: ts.CallSignatureDeclaration | ts.FunctionTypeNode, owningNamedSymbol: ts.Symbol, isDefaultExport: boolean, owningDeclarationWithTypeParameters: ts.DeclarationWithTypeParameterChildren, containingPackage: PackageEntity, forceHiddenInPackage: boolean);
|
|
740
801
|
getNaming(): EntityNaming;
|
|
741
802
|
getName(): Name;
|
|
742
803
|
getContainingPackage(): PackageEntity;
|
|
743
804
|
getTypeParameters(): readonly TypeParameterEntity[];
|
|
744
|
-
|
|
805
|
+
getParameters(): readonly ParameterEntity[];
|
|
745
806
|
getReturnType(): types.Type;
|
|
746
807
|
getMembers(): TypeEntityMembers;
|
|
747
808
|
getDefinition(): FunctionTypeEntityDefinition;
|
|
@@ -752,6 +813,8 @@ export declare class TsNamedFunctionTypeEntity implements PackageFunctionTypeEnt
|
|
|
752
813
|
getSubstitutionApplicationMode(): SubstitutionApplicationMode;
|
|
753
814
|
getBaseObjectType(): BaseObjectType;
|
|
754
815
|
getContext(): EntityContext;
|
|
755
|
-
|
|
816
|
+
getTranslation(): Translation | undefined;
|
|
817
|
+
getLocale(): PackageLocale;
|
|
818
|
+
getDialect(): PackageDialect;
|
|
756
819
|
getOriginalEntity(): PackageFunctionTypeEntity;
|
|
757
820
|
}
|