@artel/artc 0.6.25280 → 0.6.25282
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 -10
- package/build/api/ApiNodeJS.js +3 -3
- package/build/api/ApiServices.js +315 -219
- package/build/{chunk-YIFO3FBO.js → chunk-3DN3M64Y.js} +3 -3
- package/build/{chunk-W3UL6UED.js → chunk-DURHSZYF.js} +5 -4
- package/build/{chunk-LLI2DYRX.js → chunk-VVFLEWSA.js} +3236 -3331
- package/build/types/analysis/AccessedFunction.d.ts +4 -0
- package/build/types/analysis/AnalyzedTranslationPackage.d.ts +3 -3
- package/build/types/analysis/Analyzer.d.ts +35 -48
- package/build/types/analysis/AutotypeCallExpressionMeaning.d.ts +5 -5
- package/build/types/analysis/BaseExpressionMeaning.d.ts +8 -18
- package/build/types/analysis/CallExpressionMeaning.d.ts +4 -9
- package/build/types/analysis/DereferenceExpressionMeaning.d.ts +3 -4
- package/build/types/analysis/IdentifierExpressionMeaning.d.ts +8 -16
- package/build/types/analysis/IndexedAccessExpressionMeaning.d.ts +4 -8
- package/build/types/analysis/MemberAccessExpressionMeaning.d.ts +8 -16
- package/build/types/analysis/NamedTypeResolver.d.ts +4 -4
- package/build/types/analysis/NamedTypeSpecifierResolver.d.ts +4 -4
- package/build/types/analysis/NodeTypeUtils.d.ts +1 -1
- package/build/types/analysis/ObjectExpressionMeaning.d.ts +4 -9
- package/build/types/analysis/{PackageMemberNameConflictsValidator.d.ts → PackageMemberConflictsValidator.d.ts} +8 -4
- package/build/types/analysis/ResolvedTextTranslationPackage.d.ts +9 -0
- package/build/types/analysis/SourceFileAnalyzer.d.ts +1 -0
- package/build/types/analysis/SourcePackageDependencyGraph.d.ts +4 -0
- package/build/types/analysis/SubstitutedFunction.d.ts +3 -0
- package/build/types/analysis/TagMeaning.d.ts +4 -4
- package/build/types/analysis/UserDefinableBinaryOperatorResolver.d.ts +4 -3
- package/build/types/analysis/UserDefinableUnaryOperatorResolver.d.ts +4 -3
- package/build/types/analysis/Utils.d.ts +1 -0
- package/build/types/analysis/semantic-context/SemanticContextBase.d.ts +1 -1
- package/build/types/analysis/semantic-context/SourceFileSemanticContext.d.ts +8 -4
- package/build/types/api/Api.d.ts +4 -5
- package/build/types/common/ArrayUtils.d.ts +3 -1
- package/build/types/common/Displayable.d.ts +4 -4
- package/build/types/common/FormatString.d.ts +1 -1
- package/build/types/common/index.d.ts +3 -0
- package/build/types/diagnostic/DiagnosticCode.d.ts +238 -238
- package/build/types/diagnostic/DiagnosticData.d.ts +2 -2
- package/build/types/emitter/IrBuilder.d.ts +3 -1
- package/build/types/emitter/IrFactory.d.ts +2 -2
- package/build/types/emitter/Transformer.d.ts +3 -3
- package/build/types/emitter/ir/Nodes.d.ts +6 -6
- package/build/types/emitter/ir/types.d.ts +2 -2
- package/build/types/entities/Entity.d.ts +1 -1
- package/build/types/entities/EntityLocalizationContext.d.ts +2 -1
- package/build/types/entities/PackageEntityMembers.d.ts +22 -0
- package/build/types/entities/index.d.ts +1 -1
- package/build/types/entities/interfaces/PackageEntity.d.ts +1 -2
- package/build/types/entities/interfaces/TextTranslationEntity.d.ts +2 -1
- package/build/types/entities/interfaces/VariableEntity.d.ts +1 -1
- package/build/types/entities/source/SourcePackageEntity.d.ts +1 -2
- package/build/types/entities/source/SourceTextTranslationEntity.d.ts +2 -1
- package/build/types/entities/source/SourceTypeExtensionEntity.d.ts +4 -0
- package/build/types/entities/source/SourceVariableEntity.d.ts +2 -2
- package/build/types/entities/translated/TranslatedPackageEntity.d.ts +2 -3
- package/build/types/project/PackageContent.d.ts +1 -1
- package/build/types/project/SourcePackage.d.ts +3 -1
- package/build/types/project/configuration/ConfigurationConverter.d.ts +1 -1
- package/build/types/project/configuration/types/PackageConfigurationEn.d.ts +4 -4
- package/build/types/project/configuration/types/PackageConfigurationRu.d.ts +4 -4
- package/build/types/services/AddBlockToScriptService.d.ts +17 -0
- package/build/types/services/CustomRequests.d.ts +11 -2
- package/build/types/services/DisplayService.d.ts +1 -2
- package/build/types/services/EvaluatableExpressionService.d.ts +1 -1
- package/build/types/services/LanguageServer.d.ts +3 -1
- package/build/types/services/SourceFileItemsService.d.ts +1 -1
- package/build/types/tree/NodeKind.d.ts +1 -1
- package/build/types/tree/Nodes.d.ts +6 -6
- package/build/types/tree/SyntaxFactory.d.ts +1 -1
- package/build/types/tree/SyntaxToCode.d.ts +1 -1
- package/build/types/tree/Token.d.ts +4 -3
- package/build/types/tree/TokenKind.d.ts +58 -60
- package/build/types/types/AliasType.d.ts +1 -1
- package/build/types/types/FunctionType.d.ts +2 -2
- package/build/types/types/IntersectionType.d.ts +1 -1
- package/build/types/types/ParameterType.d.ts +1 -1
- package/build/types/types/Substitutions.d.ts +1 -1
- package/build/types/types/Type.d.ts +1 -4
- package/build/types/types/TypeMembers.d.ts +8 -8
- package/build/types/types/UnionType.d.ts +1 -1
- package/build/types/types/VariantType.d.ts +1 -1
- package/package.json +1 -1
- package/build/types/analysis/AnalyzedTextTranslationPackage.d.ts +0 -20
- package/build/types/analysis/SourceFileMembers.d.ts +0 -22
- package/build/types/entities/PackageMembers.d.ts +0 -15
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-3DN3M64Y.js";
|
|
5
|
+
import "./chunk-DURHSZYF.js";
|
|
6
6
|
import {
|
|
7
7
|
__async
|
|
8
|
-
} from "./chunk-
|
|
8
|
+
} from "./chunk-VVFLEWSA.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-DURHSZYF.js";
|
|
4
4
|
import {
|
|
5
5
|
AccessKind,
|
|
6
6
|
AccessedFunctionParameter,
|
|
@@ -10,8 +10,6 @@ import {
|
|
|
10
10
|
AccumulatingDiagnosticAcceptor,
|
|
11
11
|
AliasedPackageImportEntity,
|
|
12
12
|
AliasedType,
|
|
13
|
-
AnalyzedPackageImport,
|
|
14
|
-
AnalyzedPackageImports,
|
|
15
13
|
AnalyzedTranslationPackage,
|
|
16
14
|
Analyzer,
|
|
17
15
|
AnonymousFunctionTypeDeclarationEntity,
|
|
@@ -85,6 +83,7 @@ import {
|
|
|
85
83
|
EntityNaming_named,
|
|
86
84
|
EntityOrPackageNameTreeNode_entity,
|
|
87
85
|
EntityOrPackageNameTreeNode_node,
|
|
86
|
+
ErrorHandlingStrategy,
|
|
88
87
|
ErrorVariableDeclarationEntity,
|
|
89
88
|
ExpressionAnalysisOptions,
|
|
90
89
|
ExpressionCanBeUsedInForLoopCheckResult,
|
|
@@ -101,6 +100,7 @@ import {
|
|
|
101
100
|
FunctionLiteralParameterDeclarationEntity,
|
|
102
101
|
GeneratedSourceFileScheme,
|
|
103
102
|
GenericCancellationToken,
|
|
103
|
+
HelperPhraseKind,
|
|
104
104
|
ImplicitFunctionBlockParameterSpecialVariableEntityInfo,
|
|
105
105
|
ImportEmitKind,
|
|
106
106
|
ImportedPackageNameTree,
|
|
@@ -192,6 +192,7 @@ import {
|
|
|
192
192
|
RequiredJsLibraryConfigs,
|
|
193
193
|
RequiredPackageConfig,
|
|
194
194
|
ReservedIdentifierKind,
|
|
195
|
+
ResolvedPackageImport,
|
|
195
196
|
Result,
|
|
196
197
|
ResultSpecialVariableEntityInfo,
|
|
197
198
|
Scanner,
|
|
@@ -201,7 +202,6 @@ import {
|
|
|
201
202
|
SourceAnonymousStructuredTypeDeclarationData,
|
|
202
203
|
SourceFile2 as SourceFile,
|
|
203
204
|
SourceFileAnalyzer,
|
|
204
|
-
SourceFileMembers,
|
|
205
205
|
SourceMapMode,
|
|
206
206
|
SourcePackageDependencyGraph,
|
|
207
207
|
SourcePackageEntity,
|
|
@@ -253,10 +253,11 @@ import {
|
|
|
253
253
|
UrisRelativityKind,
|
|
254
254
|
ValueSpecialVariableEntityInfo,
|
|
255
255
|
VariableToInitialize,
|
|
256
|
-
|
|
256
|
+
VariantValueDeclarationEntity,
|
|
257
257
|
WellKnownDeclarationsLoadError,
|
|
258
258
|
camelCaseToKebabCasePreservingKeyEquality,
|
|
259
259
|
collectRequiredJsLibraryConfigs,
|
|
260
|
+
configureL10n,
|
|
260
261
|
createDeclaredModifierFlags,
|
|
261
262
|
createDefaultPackageConfiguration,
|
|
262
263
|
createNonEmptyArray,
|
|
@@ -267,11 +268,13 @@ import {
|
|
|
267
268
|
entityToStringDecorator,
|
|
268
269
|
findModifier,
|
|
269
270
|
findTag,
|
|
271
|
+
flattenPackageImportDirectiveList,
|
|
270
272
|
flattenPackageMemberDeclarationList,
|
|
271
273
|
flattenTypeMemberDeclarationList,
|
|
272
274
|
formatString,
|
|
273
275
|
getFileExtension,
|
|
274
276
|
getGenericSpecializationExpressionOfCallee,
|
|
277
|
+
getHelperPhrase,
|
|
275
278
|
getOrCreateKeywordDictionary,
|
|
276
279
|
getOrCreateKeywordKindDictionary,
|
|
277
280
|
getParentGenericSpecializationExpression,
|
|
@@ -339,7 +342,7 @@ import {
|
|
|
339
342
|
withoutQuotes,
|
|
340
343
|
withoutTemplateQuotes,
|
|
341
344
|
yieldTask
|
|
342
|
-
} from "../chunk-
|
|
345
|
+
} from "../chunk-VVFLEWSA.js";
|
|
343
346
|
export {
|
|
344
347
|
AccessKind,
|
|
345
348
|
AccessedFunctionParameter,
|
|
@@ -349,8 +352,6 @@ export {
|
|
|
349
352
|
AccumulatingDiagnosticAcceptor,
|
|
350
353
|
AliasedPackageImportEntity,
|
|
351
354
|
AliasedType,
|
|
352
|
-
AnalyzedPackageImport,
|
|
353
|
-
AnalyzedPackageImports,
|
|
354
355
|
AnalyzedTranslationPackage,
|
|
355
356
|
Analyzer,
|
|
356
357
|
AnonymousFunctionTypeDeclarationEntity,
|
|
@@ -425,6 +426,7 @@ export {
|
|
|
425
426
|
EntityNaming_named,
|
|
426
427
|
EntityOrPackageNameTreeNode_entity,
|
|
427
428
|
EntityOrPackageNameTreeNode_node,
|
|
429
|
+
ErrorHandlingStrategy,
|
|
428
430
|
ErrorVariableDeclarationEntity,
|
|
429
431
|
ExpressionAnalysisOptions,
|
|
430
432
|
ExpressionCanBeUsedInForLoopCheckResult,
|
|
@@ -440,6 +442,7 @@ export {
|
|
|
440
442
|
FunctionLiteralParameterDeclarationEntity,
|
|
441
443
|
GeneratedSourceFileScheme,
|
|
442
444
|
GenericCancellationToken,
|
|
445
|
+
HelperPhraseKind,
|
|
443
446
|
ImplicitFunctionBlockParameterSpecialVariableEntityInfo,
|
|
444
447
|
ImportEmitKind,
|
|
445
448
|
ImportedPackageNameTree,
|
|
@@ -528,6 +531,7 @@ export {
|
|
|
528
531
|
RequiredJsLibraryConfigs,
|
|
529
532
|
RequiredPackageConfig,
|
|
530
533
|
ReservedIdentifierKind,
|
|
534
|
+
ResolvedPackageImport,
|
|
531
535
|
Result,
|
|
532
536
|
ResultSpecialVariableEntityInfo,
|
|
533
537
|
Scanner,
|
|
@@ -538,7 +542,6 @@ export {
|
|
|
538
542
|
SourceAnonymousStructuredTypeDeclarationData,
|
|
539
543
|
SourceFile,
|
|
540
544
|
SourceFileAnalyzer,
|
|
541
|
-
SourceFileMembers,
|
|
542
545
|
SourceMapMode,
|
|
543
546
|
SourcePackageDependencyGraph,
|
|
544
547
|
SourcePackageEntity,
|
|
@@ -589,12 +592,13 @@ export {
|
|
|
589
592
|
UrisRelativityKind,
|
|
590
593
|
ValueSpecialVariableEntityInfo,
|
|
591
594
|
VariableToInitialize,
|
|
592
|
-
|
|
595
|
+
VariantValueDeclarationEntity,
|
|
593
596
|
WellKnownDeclarationsLoadError,
|
|
594
597
|
camelCaseToKebabCasePreservingKeyEquality,
|
|
595
598
|
collectRequiredJsLibraryConfigs,
|
|
596
599
|
PackageConfigurationEn_exports as config,
|
|
597
600
|
PackageConfigurationRu_exports as configRu,
|
|
601
|
+
configureL10n,
|
|
598
602
|
createDeclaredModifierFlags,
|
|
599
603
|
createDefaultPackageConfiguration,
|
|
600
604
|
createNonEmptyArray,
|
|
@@ -605,12 +609,14 @@ export {
|
|
|
605
609
|
entityToStringDecorator,
|
|
606
610
|
findModifier,
|
|
607
611
|
findTag,
|
|
612
|
+
flattenPackageImportDirectiveList,
|
|
608
613
|
flattenPackageMemberDeclarationList,
|
|
609
614
|
flattenTypeMemberDeclarationList,
|
|
610
615
|
formatString,
|
|
611
616
|
FileSystemTree_exports as fsTree,
|
|
612
617
|
getFileExtension,
|
|
613
618
|
getGenericSpecializationExpressionOfCallee,
|
|
619
|
+
getHelperPhrase,
|
|
614
620
|
getOrCreateKeywordDictionary,
|
|
615
621
|
getOrCreateKeywordKindDictionary,
|
|
616
622
|
getParentGenericSpecializationExpression,
|
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-3DN3M64Y.js";
|
|
10
|
+
import "../chunk-DURHSZYF.js";
|
|
11
|
+
import "../chunk-VVFLEWSA.js";
|
|
12
12
|
export {
|
|
13
13
|
CommandLineCompiler,
|
|
14
14
|
FileSystemUri,
|