@artel/artc 0.6.26006 → 0.6.26008
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 -14
- package/build/api/ApiNodeJS.js +3 -3
- package/build/api/ApiServices.js +357 -83
- package/build/{chunk-VXYD4HK3.js → chunk-IEVKKP4P.js} +1 -1
- package/build/{chunk-FIIGCVSM.js → chunk-O2F523M5.js} +42560 -42563
- package/build/{chunk-5JJEX6X4.js → chunk-ZECCA33Y.js} +2 -2
- package/build/types/analysis/ModifierFlags.d.ts +1 -2
- package/build/types/entities/index.d.ts +0 -2
- package/build/types/entities/interfaces/ReducedTypeEntity.d.ts +3 -1
- package/build/types/entities/source/SourceVariantTypeEntity.d.ts +2 -1
- package/build/types/services/source-generation/EntityToSyntax.d.ts +3 -0
- package/build/types/tree/Nodes.d.ts +3 -3
- package/build/types/tree/SyntaxFactory.d.ts +32 -27
- package/build/types/tree/SyntaxToCode.d.ts +17 -0
- package/build/types/ts-interop/Entities.d.ts +3 -1
- package/package.json +4 -3
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-ZECCA33Y.js";
|
|
5
|
+
import "./chunk-IEVKKP4P.js";
|
|
6
6
|
import {
|
|
7
7
|
__async
|
|
8
|
-
} from "./chunk-
|
|
8
|
+
} from "./chunk-O2F523M5.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-IEVKKP4P.js";
|
|
4
4
|
import {
|
|
5
5
|
AccessKind,
|
|
6
6
|
AccessedFunctionParameter,
|
|
@@ -20,8 +20,6 @@ import {
|
|
|
20
20
|
ArtelSourceFileExtensions,
|
|
21
21
|
ArtelVersion,
|
|
22
22
|
BackingSpecialVariableEntityInfo,
|
|
23
|
-
BaseAspectTypes,
|
|
24
|
-
BaseObjectType,
|
|
25
23
|
BinaryExpressionOperatorClassificationResult,
|
|
26
24
|
BoundTypeMemberLookup,
|
|
27
25
|
Cached,
|
|
@@ -40,8 +38,6 @@ import {
|
|
|
40
38
|
ConstructorDeclarationEntity,
|
|
41
39
|
ConstructorParameterInitializingFieldInfo,
|
|
42
40
|
CycleFreeAliasedTypeResolutionResult,
|
|
43
|
-
CycleFreeBaseAspectTypesResolutionResult,
|
|
44
|
-
CycleFreeBaseObjectTypeResolutionResult,
|
|
45
41
|
CycleFreeConstraintResolutionResult,
|
|
46
42
|
CycleFreeReductionSourceResolutionResult,
|
|
47
43
|
Debug,
|
|
@@ -149,8 +145,6 @@ import {
|
|
|
149
145
|
OperatorKind,
|
|
150
146
|
Option,
|
|
151
147
|
OriginalAliasedType,
|
|
152
|
-
OriginalBaseAspectTypes,
|
|
153
|
-
OriginalBaseObjectType,
|
|
154
148
|
OriginalReductionSource,
|
|
155
149
|
OriginalTypeParameterConstraint,
|
|
156
150
|
OverriddenAndShadowedMembers,
|
|
@@ -346,7 +340,7 @@ import {
|
|
|
346
340
|
withoutQuotes,
|
|
347
341
|
withoutTemplateQuotes,
|
|
348
342
|
yieldTask
|
|
349
|
-
} from "../chunk-
|
|
343
|
+
} from "../chunk-O2F523M5.js";
|
|
350
344
|
export {
|
|
351
345
|
AccessKind,
|
|
352
346
|
AccessedFunctionParameter,
|
|
@@ -366,8 +360,6 @@ export {
|
|
|
366
360
|
ArtelSourceFileExtensions,
|
|
367
361
|
ArtelVersion,
|
|
368
362
|
BackingSpecialVariableEntityInfo,
|
|
369
|
-
BaseAspectTypes,
|
|
370
|
-
BaseObjectType,
|
|
371
363
|
BinaryExpressionOperatorClassificationResult,
|
|
372
364
|
BoundTypeMemberLookup,
|
|
373
365
|
Cached,
|
|
@@ -387,8 +379,6 @@ export {
|
|
|
387
379
|
ConstructorDeclarationEntity,
|
|
388
380
|
ConstructorParameterInitializingFieldInfo,
|
|
389
381
|
CycleFreeAliasedTypeResolutionResult,
|
|
390
|
-
CycleFreeBaseAspectTypesResolutionResult,
|
|
391
|
-
CycleFreeBaseObjectTypeResolutionResult,
|
|
392
382
|
CycleFreeConstraintResolutionResult,
|
|
393
383
|
CycleFreeReductionSourceResolutionResult,
|
|
394
384
|
Debug,
|
|
@@ -495,8 +485,6 @@ export {
|
|
|
495
485
|
OperatorKind,
|
|
496
486
|
Option,
|
|
497
487
|
OriginalAliasedType,
|
|
498
|
-
OriginalBaseAspectTypes,
|
|
499
|
-
OriginalBaseObjectType,
|
|
500
488
|
OriginalReductionSource,
|
|
501
489
|
OriginalTypeParameterConstraint,
|
|
502
490
|
OverriddenAndShadowedMembers,
|
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-ZECCA33Y.js";
|
|
10
|
+
import "../chunk-IEVKKP4P.js";
|
|
11
|
+
import "../chunk-O2F523M5.js";
|
|
12
12
|
export {
|
|
13
13
|
CommandLineCompiler,
|
|
14
14
|
FileSystemUri,
|