@artel/artc 0.9.26021 → 0.9.26023-pre-release
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 +2 -2
- package/build/api/ApiNodeJS.js +3 -3
- package/build/api/ApiServices.js +700 -239
- package/build/{chunk-FRGVWOKG.js → chunk-2BLIDCVA.js} +1 -1
- package/build/{chunk-RKCSFKQS.js → chunk-4YCJNPUR.js} +5297 -4089
- package/build/{chunk-NMHOQ26L.js → chunk-GLYRYS42.js} +2 -2
- package/build/types/analysis/a/Analyzer.d.ts +1 -0
- package/build/types/analysis/m/Analyzer.d.ts +4 -2
- package/build/types/analysis/m/ResolvedTranslationPackage.d.ts +10 -2
- package/build/types/analysis/m/TranslatedEntityNameConflictsValidator.d.ts +1 -0
- package/build/types/diagnostic/DiagnosticCode.d.ts +16 -10
- package/build/types/entities/IEntity.d.ts +3 -3
- package/build/types/entities/TypeEntityMembers.d.ts +6 -0
- package/build/types/entities/interfaces/BaseOrdinaryPackageFunctionEntity.d.ts +3 -3
- package/build/types/entities/interfaces/BasePackageMemberAccessorEntity.d.ts +3 -3
- package/build/types/entities/interfaces/DereferenceOperatorEntity.d.ts +6 -6
- package/build/types/entities/interfaces/FunctionEntity.d.ts +3 -4
- package/build/types/entities/interfaces/IndexerEntity.d.ts +6 -6
- package/build/types/entities/interfaces/VariableEntity.d.ts +5 -5
- package/build/types/entities/intrinsic/IntrinsicConstructorEntity.d.ts +6 -6
- package/build/types/entities/intrinsic/IntrinsicFunctionEntity.d.ts +6 -6
- package/build/types/entities/intrinsic/IntrinsicTypeParameterEntity.d.ts +3 -3
- package/build/types/entities/intrinsic/IntrinsicVariableEntity.d.ts +13 -13
- package/build/types/entities/source/a/SourceAliasTypeEntity.d.ts +3 -3
- package/build/types/entities/source/a/SourceConstructorEntity.d.ts +3 -3
- package/build/types/entities/source/a/SourceDereferenceOperatorEntity.d.ts +3 -3
- package/build/types/entities/source/a/SourceDestructorEntity.d.ts +3 -3
- package/build/types/entities/source/a/SourceFunctionEntity.d.ts +18 -19
- package/build/types/entities/source/a/SourceFunctionTypeEntity.d.ts +3 -3
- package/build/types/entities/source/a/SourceGetterEntity.d.ts +12 -12
- package/build/types/entities/source/a/SourceIndexerEntity.d.ts +3 -3
- package/build/types/entities/source/a/SourcePackageAliasEntity.d.ts +3 -3
- package/build/types/entities/source/a/SourcePackageEntity.d.ts +3 -3
- package/build/types/entities/source/a/SourceReducedTypeEntity.d.ts +3 -3
- package/build/types/entities/source/a/SourceSetterEntity.d.ts +12 -12
- package/build/types/entities/source/a/SourceStructuredTypeEntity.d.ts +6 -6
- package/build/types/entities/source/a/SourceTextTranslationEntity.d.ts +3 -3
- package/build/types/entities/source/a/SourceTypeExtensionEntity.d.ts +3 -3
- package/build/types/entities/source/a/SourceTypeParameterEntity.d.ts +3 -3
- package/build/types/entities/source/a/SourceVariableEntity.d.ts +42 -42
- package/build/types/entities/source/a/SourceVariantTypeEntity.d.ts +3 -3
- package/build/types/entities/source/m/SourceAliasTypeEntity.d.ts +3 -3
- package/build/types/entities/source/m/SourceConstructorEntity.d.ts +3 -3
- package/build/types/entities/source/m/SourceDestructorEntity.d.ts +3 -3
- package/build/types/entities/source/m/SourceFunctionEntity.d.ts +21 -22
- package/build/types/entities/source/m/SourceFunctionTypeEntity.d.ts +3 -3
- package/build/types/entities/source/m/SourceGetterEntity.d.ts +12 -12
- package/build/types/entities/source/m/SourceIndexerEntity.d.ts +3 -3
- package/build/types/entities/source/m/SourcePackageAliasEntity.d.ts +3 -3
- package/build/types/entities/source/m/SourcePackageEntity.d.ts +3 -3
- package/build/types/entities/source/m/SourceSetterEntity.d.ts +12 -12
- package/build/types/entities/source/m/SourceStructuredTypeEntity.d.ts +6 -6
- package/build/types/entities/source/m/SourceTextTranslationEntity.d.ts +3 -3
- package/build/types/entities/source/m/SourceTypeParameterEntity.d.ts +3 -3
- package/build/types/entities/source/m/SourceVariableEntity.d.ts +51 -51
- package/build/types/entities/source/m/SourceVariantTypeEntity.d.ts +3 -3
- package/build/types/entities/translated/TranslatedAliasTypeEntity.d.ts +3 -4
- package/build/types/entities/translated/TranslatedDereferenceOperatorEntity.d.ts +3 -4
- package/build/types/entities/translated/TranslatedFunctionEntity.d.ts +6 -8
- package/build/types/entities/translated/TranslatedFunctionTypeEntity.d.ts +3 -4
- package/build/types/entities/translated/TranslatedIndexerEntity.d.ts +3 -4
- package/build/types/entities/translated/TranslatedPackageEntity.d.ts +3 -4
- package/build/types/entities/translated/TranslatedPackageMemberAccessorEntity.d.ts +3 -4
- package/build/types/entities/translated/TranslatedParameterEntity.d.ts +3 -4
- package/build/types/entities/translated/TranslatedReducedTypeEntity.d.ts +3 -4
- package/build/types/entities/translated/TranslatedStructuredTypeEntity.d.ts +9 -12
- package/build/types/entities/translated/TranslatedTypeExtensionEntity.d.ts +3 -4
- package/build/types/entities/translated/TranslatedTypeMemberAccessorEntity.d.ts +6 -7
- package/build/types/entities/translated/TranslatedTypeParameterEntity.d.ts +3 -4
- package/build/types/entities/translated/TranslatedVariableEntity.d.ts +7 -9
- package/build/types/entities/translated/TranslatedVariantTypeEntity.d.ts +3 -4
- package/build/types/entities/translated/source/m/SourceTranslatedIndexedElementAccessorEntity.d.ts +13 -0
- package/build/types/entities/translated/source/m/SourceTranslatedIndexerEntity.d.ts +7 -5
- package/build/types/entities/translated/source/m/index.d.ts +1 -0
- package/build/types/parser/a/TokenKind.d.ts +26 -28
- package/build/types/parser/m/TokenKind.d.ts +27 -29
- package/build/types/services/common/Types.d.ts +2 -1
- package/build/types/services/m/NodeSemanticInfo.d.ts +7 -3
- package/build/types/tree/a/Nodes.d.ts +30 -30
- package/build/types/tree/a/SyntaxFactory.d.ts +1 -1
- package/build/types/tree/a/TokenKind.d.ts +10 -10
- package/build/types/tree/m/NodeKind.d.ts +9 -8
- package/build/types/tree/m/Nodes.d.ts +618 -572
- package/build/types/tree/m/SyntaxFactory.d.ts +51 -0
- package/build/types/tree/m/SyntaxToCode.d.ts +25 -24
- package/build/types/tree/m/TokenKind.d.ts +16 -16
- package/build/types/tree/m/index.d.ts +1 -0
- package/build/types/ts-interop/Entities.d.ts +51 -52
- package/build/types/ts-interop/TsInteropContext.d.ts +3 -3
- package/build/types/ts-interop/TypeEntities.d.ts +27 -27
- package/package.json +1 -1
|
@@ -60,6 +60,9 @@ export declare class TsGlobalClassOrInterfaceEntity implements e.PackageStructur
|
|
|
60
60
|
private readonly hiding;
|
|
61
61
|
get structuredTypeKind(): e.StructuredTypeKind;
|
|
62
62
|
get originalEntity(): e.PackageStructuredTypeEntity;
|
|
63
|
+
get translation(): e.Translation | undefined;
|
|
64
|
+
get locale(): PackageLocale;
|
|
65
|
+
get dialect(): PackageDialect;
|
|
63
66
|
constructor(tsctx: TsInteropContext, symbol: ts.Symbol, isDefaultExport: boolean, containingPackage: e.PackageEntity, forceHiddenInPackage: boolean);
|
|
64
67
|
getNaming(): e.EntityNaming;
|
|
65
68
|
getName(): Name;
|
|
@@ -75,9 +78,6 @@ export declare class TsGlobalClassOrInterfaceEntity implements e.PackageStructur
|
|
|
75
78
|
isHidden(): e.EntityHidingLevel | undefined;
|
|
76
79
|
getTags(): readonly e.Tag[];
|
|
77
80
|
getSubstitutionApplicationMode(): e.SubstitutionApplicationMode;
|
|
78
|
-
getTranslation(): e.Translation | undefined;
|
|
79
|
-
getLocale(): PackageLocale;
|
|
80
|
-
getDialect(): PackageDialect;
|
|
81
81
|
private getDeclaration;
|
|
82
82
|
private isClassOrInterfaceAndVariableMerge;
|
|
83
83
|
}
|
|
@@ -93,6 +93,9 @@ export declare class SourceAndTsGlobalClassOrInterfaceMergeEntity implements e.P
|
|
|
93
93
|
private readonly members;
|
|
94
94
|
get structuredTypeKind(): e.StructuredTypeKind;
|
|
95
95
|
get originalEntity(): e.PackageStructuredTypeEntity;
|
|
96
|
+
get translation(): e.Translation | undefined;
|
|
97
|
+
get locale(): PackageLocale;
|
|
98
|
+
get dialect(): PackageDialect;
|
|
96
99
|
constructor(tsctx: TsInteropContext, symbol: ts.Symbol, isDefaultExport: boolean, node: tree.PackageStructuredTypeDeclaration);
|
|
97
100
|
getNaming(): e.EntityNaming;
|
|
98
101
|
getName(): Name;
|
|
@@ -108,9 +111,6 @@ export declare class SourceAndTsGlobalClassOrInterfaceMergeEntity implements e.P
|
|
|
108
111
|
isHidden(): e.EntityHidingLevel | undefined;
|
|
109
112
|
getTags(): readonly e.Tag[];
|
|
110
113
|
getSubstitutionApplicationMode(): e.SubstitutionApplicationMode;
|
|
111
|
-
getTranslation(): e.Translation | undefined;
|
|
112
|
-
getLocale(): PackageLocale;
|
|
113
|
-
getDialect(): PackageDialect;
|
|
114
114
|
}
|
|
115
115
|
export declare class TsTypeLiteralEntity implements e.AnonymousStructuredTypeEntity {
|
|
116
116
|
private readonly tsctx;
|
|
@@ -124,6 +124,9 @@ export declare class TsTypeLiteralEntity implements e.AnonymousStructuredTypeEnt
|
|
|
124
124
|
private readonly members;
|
|
125
125
|
get structuredTypeKind(): e.StructuredTypeKind;
|
|
126
126
|
get originalEntity(): e.AnonymousStructuredTypeEntity;
|
|
127
|
+
get translation(): e.Translation | undefined;
|
|
128
|
+
get locale(): PackageLocale;
|
|
129
|
+
get dialect(): PackageDialect;
|
|
127
130
|
constructor(tsctx: TsInteropContext, symbol: ts.Symbol, containingPackage: e.PackageEntity);
|
|
128
131
|
getNaming(): e.EntityNaming;
|
|
129
132
|
getTypeParameters(): readonly e.TypeParameterEntity[];
|
|
@@ -138,9 +141,6 @@ export declare class TsTypeLiteralEntity implements e.AnonymousStructuredTypeEnt
|
|
|
138
141
|
getTags(): readonly e.Tag[];
|
|
139
142
|
getSubstitutionApplicationMode(): e.SubstitutionApplicationMode;
|
|
140
143
|
getContainingPackage(): e.PackageEntity;
|
|
141
|
-
getTranslation(): e.Translation | undefined;
|
|
142
|
-
getLocale(): PackageLocale;
|
|
143
|
-
getDialect(): PackageDialect;
|
|
144
144
|
}
|
|
145
145
|
export declare class TsNamedTypeLiteralEntity implements e.PackageStructuredTypeEntity {
|
|
146
146
|
private readonly tsctx;
|
|
@@ -176,9 +176,9 @@ export declare class TsNamedTypeLiteralEntity implements e.PackageStructuredType
|
|
|
176
176
|
isHidden(): e.EntityHidingLevel | undefined;
|
|
177
177
|
getTags(): readonly e.Tag[];
|
|
178
178
|
getSubstitutionApplicationMode(): e.SubstitutionApplicationMode;
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
179
|
+
get translation(): e.Translation | undefined;
|
|
180
|
+
get locale(): PackageLocale;
|
|
181
|
+
get dialect(): PackageDialect;
|
|
182
182
|
}
|
|
183
183
|
export declare class SourceAndTsNamedTypeLiteralMergeEntity implements e.PackageStructuredTypeEntity {
|
|
184
184
|
private readonly tsctx;
|
|
@@ -192,6 +192,9 @@ export declare class SourceAndTsNamedTypeLiteralMergeEntity implements e.Package
|
|
|
192
192
|
private readonly members;
|
|
193
193
|
get structuredTypeKind(): e.StructuredTypeKind;
|
|
194
194
|
get originalEntity(): e.PackageStructuredTypeEntity;
|
|
195
|
+
get translation(): e.Translation | undefined;
|
|
196
|
+
get locale(): PackageLocale;
|
|
197
|
+
get dialect(): PackageDialect;
|
|
195
198
|
constructor(tsctx: TsInteropContext, symbol: ts.Symbol, isDefaultExport: boolean, node: tree.PackageStructuredTypeDeclaration);
|
|
196
199
|
getNaming(): e.EntityNaming;
|
|
197
200
|
getName(): Name;
|
|
@@ -207,9 +210,6 @@ export declare class SourceAndTsNamedTypeLiteralMergeEntity implements e.Package
|
|
|
207
210
|
isHidden(): e.EntityHidingLevel | undefined;
|
|
208
211
|
getTags(): readonly e.Tag[];
|
|
209
212
|
getSubstitutionApplicationMode(): e.SubstitutionApplicationMode;
|
|
210
|
-
getTranslation(): e.Translation | undefined;
|
|
211
|
-
getLocale(): PackageLocale;
|
|
212
|
-
getDialect(): PackageDialect;
|
|
213
213
|
}
|
|
214
214
|
export declare class TsTypeAliasEntity implements e.AliasTypeEntity {
|
|
215
215
|
private readonly tsctx;
|
|
@@ -222,6 +222,9 @@ export declare class TsTypeAliasEntity implements e.AliasTypeEntity {
|
|
|
222
222
|
private readonly aliasedType;
|
|
223
223
|
private readonly typeParameters;
|
|
224
224
|
get originalEntity(): e.AliasTypeEntity;
|
|
225
|
+
get translation(): e.Translation | undefined;
|
|
226
|
+
get locale(): PackageLocale;
|
|
227
|
+
get dialect(): PackageDialect;
|
|
225
228
|
constructor(tsctx: TsInteropContext, symbol: ts.Symbol, isDefaultExport: boolean, containingPackage: e.PackageEntity);
|
|
226
229
|
getName(): Name;
|
|
227
230
|
getContainingPackage(): e.PackageEntity;
|
|
@@ -233,9 +236,6 @@ export declare class TsTypeAliasEntity implements e.AliasTypeEntity {
|
|
|
233
236
|
isHidden(): e.EntityHidingLevel | undefined;
|
|
234
237
|
getTags(): readonly e.Tag[];
|
|
235
238
|
getSubstitutionApplicationMode(): e.SubstitutionApplicationMode;
|
|
236
|
-
getTranslation(): e.Translation | undefined;
|
|
237
|
-
getLocale(): PackageLocale;
|
|
238
|
-
getDialect(): PackageDialect;
|
|
239
239
|
private getDeclaration;
|
|
240
240
|
}
|
|
241
241
|
export declare class TsAnonymousFunctionTypeEntity implements e.AnonymousFunctionTypeEntity {
|
|
@@ -251,6 +251,9 @@ export declare class TsAnonymousFunctionTypeEntity implements e.AnonymousFunctio
|
|
|
251
251
|
private readonly members;
|
|
252
252
|
private readonly baseObjectType;
|
|
253
253
|
get originalEntity(): e.AnonymousFunctionTypeEntity;
|
|
254
|
+
get translation(): e.Translation | undefined;
|
|
255
|
+
get locale(): PackageLocale;
|
|
256
|
+
get dialect(): PackageDialect;
|
|
254
257
|
constructor(tsctx: TsInteropContext, symbol: ts.Symbol, declaration: ts.CallSignatureDeclaration | ts.FunctionTypeNode, containingPackage: e.PackageEntity);
|
|
255
258
|
getNaming(): e.EntityNaming;
|
|
256
259
|
getTypeParameters(): readonly e.TypeParameterEntity[];
|
|
@@ -265,9 +268,6 @@ export declare class TsAnonymousFunctionTypeEntity implements e.AnonymousFunctio
|
|
|
265
268
|
getSubstitutionApplicationMode(): e.SubstitutionApplicationMode;
|
|
266
269
|
getContainingPackage(): e.PackageEntity;
|
|
267
270
|
getBaseObjectType(): e.BaseObjectType;
|
|
268
|
-
getTranslation(): e.Translation | undefined;
|
|
269
|
-
getLocale(): PackageLocale;
|
|
270
|
-
getDialect(): PackageDialect;
|
|
271
271
|
}
|
|
272
272
|
/**
|
|
273
273
|
* Представляет объявления следующего вида:
|
|
@@ -299,6 +299,9 @@ export declare class TsNamedFunctionTypeEntity implements e.AliasTypeEntity {
|
|
|
299
299
|
private readonly baseObjectType;
|
|
300
300
|
private readonly hiding;
|
|
301
301
|
get originalEntity(): e.AliasTypeEntity;
|
|
302
|
+
get translation(): e.Translation | undefined;
|
|
303
|
+
get locale(): PackageLocale;
|
|
304
|
+
get dialect(): PackageDialect;
|
|
302
305
|
constructor(tsctx: TsInteropContext, signatureSymbol: ts.Symbol, signatureDeclaration: ts.CallSignatureDeclaration | ts.FunctionTypeNode, owningNamedSymbol: ts.Symbol, isDefaultExport: boolean, owningDeclarationWithTypeParameters: ts.DeclarationWithTypeParameterChildren, containingPackage: e.PackageEntity, forceHiddenInPackage: boolean);
|
|
303
306
|
getName(): Name;
|
|
304
307
|
getContainingPackage(): e.PackageEntity;
|
|
@@ -311,9 +314,6 @@ export declare class TsNamedFunctionTypeEntity implements e.AliasTypeEntity {
|
|
|
311
314
|
getTags(): readonly e.Tag[];
|
|
312
315
|
getSubstitutionApplicationMode(): e.SubstitutionApplicationMode;
|
|
313
316
|
getBaseObjectType(): e.BaseObjectType;
|
|
314
|
-
getTranslation(): e.Translation | undefined;
|
|
315
|
-
getLocale(): PackageLocale;
|
|
316
|
-
getDialect(): PackageDialect;
|
|
317
317
|
}
|
|
318
318
|
export declare class TsEnumEntity implements e.PackageVariantTypeEntity {
|
|
319
319
|
private readonly tsctx;
|
|
@@ -328,6 +328,9 @@ export declare class TsEnumEntity implements e.PackageVariantTypeEntity {
|
|
|
328
328
|
private readonly underlyingType;
|
|
329
329
|
private readonly baseObjectType;
|
|
330
330
|
get originalEntity(): e.PackageVariantTypeEntity;
|
|
331
|
+
get translation(): e.Translation | undefined;
|
|
332
|
+
get locale(): PackageLocale;
|
|
333
|
+
get dialect(): PackageDialect;
|
|
331
334
|
constructor(tsctx: TsInteropContext, symbol: ts.Symbol, isDefaultExport: boolean, containingPackage: e.PackageEntity);
|
|
332
335
|
getNaming(): e.EntityNaming;
|
|
333
336
|
getName(): Name;
|
|
@@ -341,7 +344,4 @@ export declare class TsEnumEntity implements e.PackageVariantTypeEntity {
|
|
|
341
344
|
getTags(): readonly e.Tag[];
|
|
342
345
|
getSubstitutionApplicationMode(): e.SubstitutionApplicationMode;
|
|
343
346
|
getBaseObjectType(): e.BaseObjectType;
|
|
344
|
-
getTranslation(): e.Translation | undefined;
|
|
345
|
-
getLocale(): PackageLocale;
|
|
346
|
-
getDialect(): PackageDialect;
|
|
347
347
|
}
|