@artel/artc 0.9.26030-pre-release → 0.9.26032-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 +16 -14
- package/build/api/ApiNodeJS.js +3 -3
- package/build/api/ApiServices.js +3137 -3137
- package/build/{chunk-ZXXSGQS4.js → chunk-2MDZVSCW.js} +2665 -2250
- package/build/{chunk-SRTMMV6H.js → chunk-PKNDVGWX.js} +2 -2
- package/build/{chunk-HEQJNVVU.js → chunk-YU7QMIEJ.js} +8 -2
- package/build/types/analysis/AccessedFunction.d.ts +4 -4
- package/build/types/analysis/Analyzer.d.ts +10 -11
- package/build/types/analysis/SourcePackageDependencyGraph.d.ts +5 -4
- package/build/types/analysis/SubstitutedFunction.d.ts +3 -3
- package/build/types/analysis/WellKnownDeclarations.d.ts +196 -112
- package/build/types/analysis/a/Analyzer.d.ts +3 -4
- package/build/types/analysis/a/{ResolvedTranslationPackage.d.ts → ResolvedNameTranslationPackage.d.ts} +4 -4
- package/build/types/analysis/a/SourceFileAnalyzer.d.ts +3 -3
- package/build/types/analysis/m/Analyzer.d.ts +3 -3
- package/build/types/analysis/m/CallExpressionMeaning.d.ts +2 -1
- package/build/types/analysis/m/{ResolvedTranslationPackage.d.ts → ResolvedNameTranslationPackage.d.ts} +4 -4
- package/build/types/analysis/m/SourceFileAnalyzer.d.ts +3 -3
- package/build/types/api/Api.d.ts +1 -1
- package/build/types/diagnostic/Diagnostic.d.ts +7 -0
- package/build/types/diagnostic/DiagnosticCode.d.ts +29 -27
- package/build/types/diagnostic/TargetPlatformKindDiagnostic.d.ts +2 -0
- package/build/types/emitter/EmitterContext.d.ts +3 -3
- package/build/types/emitter/Entities.d.ts +1 -0
- package/build/types/emitter/IrBuilderA.d.ts +1 -1
- package/build/types/emitter/IrBuilderM.d.ts +1 -1
- package/build/types/emitter/IrFactory.d.ts +1 -1
- package/build/types/emitter/Transformer.d.ts +2 -2
- package/build/types/emitter/ir/Nodes.d.ts +4 -4
- package/build/types/emitter/ir/types.d.ts +2 -2
- package/build/types/entities/Translation.d.ts +3 -3
- package/build/types/entities/TypeMemberEntity.d.ts +1 -1
- package/build/types/entities/interfaces/DereferenceOperatorEntity.d.ts +2 -2
- package/build/types/entities/interfaces/FunctionEntity.d.ts +2 -2
- package/build/types/entities/interfaces/IndexerEntity.d.ts +2 -2
- package/build/types/entities/interfaces/VariableEntity.d.ts +2 -2
- package/build/types/entities/intrinsic/IntrinsicConstructorEntity.d.ts +4 -4
- package/build/types/entities/intrinsic/IntrinsicFunctionEntity.d.ts +3 -3
- package/build/types/entities/intrinsic/IntrinsicTypeParameterEntity.d.ts +2 -2
- package/build/types/entities/intrinsic/IntrinsicVariableEntity.d.ts +5 -5
- package/build/types/entities/source/a/SourceConstructorEntity.d.ts +4 -4
- package/build/types/entities/source/a/SourceDereferenceOperatorEntity.d.ts +2 -2
- package/build/types/entities/source/a/SourceDestructorEntity.d.ts +2 -2
- package/build/types/entities/source/a/SourceFunctionEntity.d.ts +4 -4
- package/build/types/entities/source/a/SourceGetterEntity.d.ts +6 -6
- package/build/types/entities/source/a/SourceIndexerEntity.d.ts +2 -2
- package/build/types/entities/source/a/SourcePackageEntity.d.ts +5 -6
- package/build/types/entities/source/a/SourceSetterEntity.d.ts +6 -6
- package/build/types/entities/source/a/SourceVariableEntity.d.ts +6 -6
- package/build/types/entities/source/m/SourceConstructorEntity.d.ts +4 -4
- package/build/types/entities/source/m/SourceDestructorEntity.d.ts +2 -2
- package/build/types/entities/source/m/SourceFunctionEntity.d.ts +6 -6
- package/build/types/entities/source/m/SourceGetterEntity.d.ts +6 -6
- package/build/types/entities/source/m/SourceIndexerEntity.d.ts +2 -2
- package/build/types/entities/source/m/SourcePackageEntity.d.ts +5 -6
- package/build/types/entities/source/m/SourceSetterEntity.d.ts +6 -6
- package/build/types/entities/source/m/SourceVariableEntity.d.ts +10 -10
- package/build/types/entities/translated/TranslatedDereferenceOperatorEntity.d.ts +2 -2
- package/build/types/entities/translated/TranslatedFunctionEntity.d.ts +2 -2
- package/build/types/entities/translated/TranslatedIndexerEntity.d.ts +2 -2
- package/build/types/entities/translated/TranslatedTypeMemberAccessorEntity.d.ts +1 -1
- package/build/types/entities/translated/TranslatedVariableEntity.d.ts +2 -2
- package/build/types/entities/translated/source/a/SourceTranslatedAliasTypeEntity.d.ts +2 -2
- package/build/types/entities/translated/source/a/SourceTranslatedConstructorEntity.d.ts +3 -3
- package/build/types/entities/translated/source/a/SourceTranslatedDestructorEntity.d.ts +2 -2
- package/build/types/entities/translated/source/a/SourceTranslatedExtensionTypeEntity.d.ts +2 -2
- package/build/types/entities/translated/source/a/SourceTranslatedFunctionEntity.d.ts +3 -3
- package/build/types/entities/translated/source/a/SourceTranslatedFunctionTypeEntity.d.ts +2 -2
- package/build/types/entities/translated/source/a/SourceTranslatedIndexerEntity.d.ts +3 -3
- package/build/types/entities/translated/source/a/SourceTranslatedPackageEntity.d.ts +4 -4
- package/build/types/entities/translated/source/a/SourceTranslatedPackageStructuredTypeEntity.d.ts +6 -6
- package/build/types/entities/translated/source/a/SourceTranslatedPackageVariantTypeEntity.d.ts +2 -2
- package/build/types/entities/translated/source/a/SourceTranslatedReducedTypeEntity.d.ts +2 -2
- package/build/types/entities/translated/source/m/SourceTranslatedAliasTypeEntity.d.ts +2 -2
- package/build/types/entities/translated/source/m/SourceTranslatedDestructorEntity.d.ts +2 -2
- package/build/types/entities/translated/source/m/SourceTranslatedExtensionTypeEntity.d.ts +2 -2
- package/build/types/entities/translated/source/m/SourceTranslatedFunctionEntity.d.ts +3 -3
- package/build/types/entities/translated/source/m/SourceTranslatedFunctionTypeEntity.d.ts +2 -2
- package/build/types/entities/translated/source/m/SourceTranslatedIndexedElementAccessorEntity.d.ts +4 -4
- package/build/types/entities/translated/source/m/SourceTranslatedIndexerEntity.d.ts +3 -3
- package/build/types/entities/translated/source/m/SourceTranslatedPackageEntity.d.ts +4 -4
- package/build/types/entities/translated/source/m/SourceTranslatedPackageStructuredTypeEntity.d.ts +6 -6
- package/build/types/entities/translated/source/m/SourceTranslatedPackageVariantTypeEntity.d.ts +2 -2
- package/build/types/entities/translated/source/m/SourceTranslatedReducedTypeEntity.d.ts +2 -2
- package/build/types/project/CompilationLoader.d.ts +1 -2
- package/build/types/project/SourcePackage.d.ts +15 -15
- package/build/types/project/configuration/ConfigurationConverter.d.ts +2 -2
- package/build/types/services/a/NodeSemanticInfo.d.ts +1 -1
- package/build/types/services/m/NodeSemanticInfo.d.ts +1 -1
- package/build/types/tree/a/KeywordKind.d.ts +1 -1
- package/build/types/tree/a/NodeKind.d.ts +1 -1
- package/build/types/tree/a/Nodes.d.ts +8 -8
- package/build/types/tree/m/KeywordKind.d.ts +1 -1
- package/build/types/tree/m/NodeKind.d.ts +1 -1
- package/build/types/tree/m/Nodes.d.ts +8 -8
- package/build/types/ts-interop/Entities.d.ts +17 -69
- package/build/types/ts-interop/TsInteropContext.d.ts +4 -1
- package/build/types/ts-interop/TsTypeMembersCreator.d.ts +7 -14
- package/build/types/ts-interop/TypeEntities.d.ts +6 -6
- package/build/types/types/AliasType.d.ts +3 -1
- package/build/types/types/ExtensionType.d.ts +1 -1
- package/build/types/types/FunctionType.d.ts +1 -1
- package/build/types/types/IntersectionType.d.ts +1 -1
- package/build/types/types/ParameterType.d.ts +1 -1
- package/build/types/types/ReducedType.d.ts +1 -1
- package/build/types/types/StandardTypes.d.ts +73 -32
- package/build/types/types/StructuredType.d.ts +1 -1
- package/build/types/types/SubstitutionStubType.d.ts +1 -1
- package/build/types/types/Substitutions.d.ts +1 -1
- package/build/types/types/Type.d.ts +3 -1
- package/build/types/types/TypeMembers.d.ts +5 -5
- package/build/types/types/UnionType.d.ts +1 -1
- package/build/types/types/UnresolvedType.d.ts +1 -1
- package/build/types/types/VariantType.d.ts +1 -1
- package/package.json +1 -1
package/build/Cli.js
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
2
|
import {
|
|
3
3
|
CommandLineCompiler
|
|
4
|
-
} from "./chunk-
|
|
5
|
-
import "./chunk-
|
|
4
|
+
} from "./chunk-PKNDVGWX.js";
|
|
5
|
+
import "./chunk-YU7QMIEJ.js";
|
|
6
6
|
import {
|
|
7
7
|
__async
|
|
8
|
-
} from "./chunk-
|
|
8
|
+
} from "./chunk-2MDZVSCW.js";
|
|
9
9
|
|
|
10
10
|
// source/Cli.ts
|
|
11
11
|
function main() {
|
package/build/api/Api.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import {
|
|
2
2
|
Compiler
|
|
3
|
-
} from "../chunk-
|
|
3
|
+
} from "../chunk-YU7QMIEJ.js";
|
|
4
4
|
import {
|
|
5
5
|
AccessKind,
|
|
6
6
|
AccessedFunction_entity,
|
|
@@ -25,6 +25,7 @@ import {
|
|
|
25
25
|
BaseIndexerEntity,
|
|
26
26
|
BaseKeywordPart,
|
|
27
27
|
BaseMethodEntity,
|
|
28
|
+
BaseNameTranslationPackage,
|
|
28
29
|
BaseNamedConstructorEntity,
|
|
29
30
|
BaseOperatorEntity,
|
|
30
31
|
BaseOrdinaryConstructorEntity,
|
|
@@ -35,7 +36,6 @@ import {
|
|
|
35
36
|
BaseSourceFile,
|
|
36
37
|
BaseStructuredTypes,
|
|
37
38
|
BaseTextTranslationPackage,
|
|
38
|
-
BaseTranslationPackage,
|
|
39
39
|
BaseTypeMemberAccessorEntity,
|
|
40
40
|
BoundTypeMemberLookup,
|
|
41
41
|
Cached,
|
|
@@ -87,6 +87,7 @@ import {
|
|
|
87
87
|
EntityNaming_anonymous,
|
|
88
88
|
EntityNaming_named,
|
|
89
89
|
ErrorHandlingStrategy,
|
|
90
|
+
ErrorTrackingDiagnosticAcceptor,
|
|
90
91
|
ExpressionAnalysisOptions2 as ExpressionAnalysisOptions,
|
|
91
92
|
FieldEntityWithImplicitAccessors,
|
|
92
93
|
FileSystemTree_exports,
|
|
@@ -132,6 +133,10 @@ import {
|
|
|
132
133
|
MiddleKeywordPart,
|
|
133
134
|
Name,
|
|
134
135
|
NameFlags,
|
|
136
|
+
NameTranslationPackage,
|
|
137
|
+
NameTranslationPackageA,
|
|
138
|
+
NameTranslationPackageConfiguration,
|
|
139
|
+
NameTranslationPackageM,
|
|
135
140
|
NodeModulesDirectoryName,
|
|
136
141
|
OperatorKind,
|
|
137
142
|
Option,
|
|
@@ -173,7 +178,7 @@ import {
|
|
|
173
178
|
RequiredJsLibraryConfigs,
|
|
174
179
|
RequiredPackageConfig,
|
|
175
180
|
ReservedNameKind,
|
|
176
|
-
|
|
181
|
+
ResolvedNameTranslationPackage,
|
|
177
182
|
Result,
|
|
178
183
|
ResultSpecialVariableEntityInfo,
|
|
179
184
|
Scanner,
|
|
@@ -205,10 +210,6 @@ import {
|
|
|
205
210
|
Token,
|
|
206
211
|
TokenKind,
|
|
207
212
|
Translation,
|
|
208
|
-
TranslationPackage,
|
|
209
|
-
TranslationPackageA,
|
|
210
|
-
TranslationPackageConfiguration,
|
|
211
|
-
TranslationPackageM,
|
|
212
213
|
TsInteropInputs,
|
|
213
214
|
TypeEntity,
|
|
214
215
|
TypeEntityKind,
|
|
@@ -308,7 +309,7 @@ import {
|
|
|
308
309
|
withoutQuotes,
|
|
309
310
|
withoutTemplateQuotes,
|
|
310
311
|
yieldTask
|
|
311
|
-
} from "../chunk-
|
|
312
|
+
} from "../chunk-2MDZVSCW.js";
|
|
312
313
|
export {
|
|
313
314
|
AccessKind,
|
|
314
315
|
AccessedFunction_entity,
|
|
@@ -333,6 +334,7 @@ export {
|
|
|
333
334
|
BaseIndexerEntity,
|
|
334
335
|
BaseKeywordPart,
|
|
335
336
|
BaseMethodEntity,
|
|
337
|
+
BaseNameTranslationPackage,
|
|
336
338
|
BaseNamedConstructorEntity,
|
|
337
339
|
BaseOperatorEntity,
|
|
338
340
|
BaseOrdinaryConstructorEntity,
|
|
@@ -343,7 +345,6 @@ export {
|
|
|
343
345
|
BaseSourceFile,
|
|
344
346
|
BaseStructuredTypes,
|
|
345
347
|
BaseTextTranslationPackage,
|
|
346
|
-
BaseTranslationPackage,
|
|
347
348
|
BaseTypeMemberAccessorEntity,
|
|
348
349
|
BoundTypeMemberLookup,
|
|
349
350
|
Cached,
|
|
@@ -396,6 +397,7 @@ export {
|
|
|
396
397
|
EntityNaming_anonymous,
|
|
397
398
|
EntityNaming_named,
|
|
398
399
|
ErrorHandlingStrategy,
|
|
400
|
+
ErrorTrackingDiagnosticAcceptor,
|
|
399
401
|
ExpressionAnalysisOptions,
|
|
400
402
|
FieldEntityWithImplicitAccessors,
|
|
401
403
|
GeneratedSourceFileScheme,
|
|
@@ -440,6 +442,10 @@ export {
|
|
|
440
442
|
MiddleKeywordPart,
|
|
441
443
|
Name,
|
|
442
444
|
NameFlags,
|
|
445
|
+
NameTranslationPackage,
|
|
446
|
+
NameTranslationPackageA,
|
|
447
|
+
NameTranslationPackageConfiguration,
|
|
448
|
+
NameTranslationPackageM,
|
|
443
449
|
NodeModulesDirectoryName,
|
|
444
450
|
OperatorKind,
|
|
445
451
|
Option,
|
|
@@ -478,7 +484,7 @@ export {
|
|
|
478
484
|
RequiredJsLibraryConfigs,
|
|
479
485
|
RequiredPackageConfig,
|
|
480
486
|
ReservedNameKind,
|
|
481
|
-
|
|
487
|
+
ResolvedNameTranslationPackage,
|
|
482
488
|
Result,
|
|
483
489
|
ResultSpecialVariableEntityInfo,
|
|
484
490
|
Scanner,
|
|
@@ -510,10 +516,6 @@ export {
|
|
|
510
516
|
TextTranslationPackageM,
|
|
511
517
|
Token,
|
|
512
518
|
Translation,
|
|
513
|
-
TranslationPackage,
|
|
514
|
-
TranslationPackageA,
|
|
515
|
-
TranslationPackageConfiguration,
|
|
516
|
-
TranslationPackageM,
|
|
517
519
|
TsInteropInputs,
|
|
518
520
|
TypeEntity,
|
|
519
521
|
TypeEntityKind,
|
package/build/api/ApiNodeJS.js
CHANGED
|
@@ -6,9 +6,9 @@ import {
|
|
|
6
6
|
PhysicalFileSystem,
|
|
7
7
|
PhysicalTypeScriptLibrariesProvider,
|
|
8
8
|
PrintingDiagnosticAcceptor
|
|
9
|
-
} from "../chunk-
|
|
10
|
-
import "../chunk-
|
|
11
|
-
import "../chunk-
|
|
9
|
+
} from "../chunk-PKNDVGWX.js";
|
|
10
|
+
import "../chunk-YU7QMIEJ.js";
|
|
11
|
+
import "../chunk-2MDZVSCW.js";
|
|
12
12
|
export {
|
|
13
13
|
CommandLineCompiler,
|
|
14
14
|
FileSystemUri,
|