@artel/artc 0.6.25278 → 0.6.25280
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 -12
- package/build/api/ApiNodeJS.js +3 -3
- package/build/api/ApiServices.js +350 -299
- package/build/{chunk-A2QTLTGI.js → chunk-LLI2DYRX.js} +142 -166
- package/build/{chunk-L44WWCT7.js → chunk-W3UL6UED.js} +1 -1
- package/build/{chunk-4C7CEJJF.js → chunk-YIFO3FBO.js} +2 -2
- package/build/types/analysis/Analyzer.d.ts +3 -1
- package/build/types/analysis/UserDefinableBinaryOperatorResolver.d.ts +1 -1
- package/build/types/analysis/UserDefinableUnaryOperatorResolver.d.ts +1 -1
- package/build/types/api/ApiServices.d.ts +1 -1
- package/build/types/common/index.d.ts +1 -4
- package/build/types/{common → diagnostic}/WithDiagnostics.d.ts +1 -1
- package/build/types/services/{CustomCommand.d.ts → CustomRequests.d.ts} +20 -51
- package/build/types/services/DeleteBlockFromScriptService.d.ts +6 -0
- package/build/types/services/LanguageServer.d.ts +3 -2
- package/build/types/services/source-generation/SourceGenerationService.d.ts +3 -2
- package/package.json +1 -1
- package/build/types/common/Delayed.d.ts +0 -7
- /package/build/types/{common → analysis}/TreeQuery.d.ts +0 -0
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-YIFO3FBO.js";
|
|
5
|
+
import "./chunk-W3UL6UED.js";
|
|
6
6
|
import {
|
|
7
7
|
__async
|
|
8
|
-
} from "./chunk-
|
|
8
|
+
} from "./chunk-LLI2DYRX.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-W3UL6UED.js";
|
|
4
4
|
import {
|
|
5
5
|
AccessKind,
|
|
6
6
|
AccessedFunctionParameter,
|
|
@@ -57,7 +57,6 @@ import {
|
|
|
57
57
|
DefaultNamesOfDirectoriesToIgnore,
|
|
58
58
|
DefaultTsLibDeclarationsFileName,
|
|
59
59
|
DefinitionKind,
|
|
60
|
-
Delayed,
|
|
61
60
|
DereferenceOperatorDeclarationEntity,
|
|
62
61
|
DereferencedVariableGetterDeclarationEntity,
|
|
63
62
|
DereferencedVariableSetterDeclarationEntity,
|
|
@@ -236,7 +235,6 @@ import {
|
|
|
236
235
|
TranslationPackageConfiguration,
|
|
237
236
|
TranslationTextTemplateParameterEntity,
|
|
238
237
|
TraversalController,
|
|
239
|
-
TreeQuery,
|
|
240
238
|
TsInteropInputs,
|
|
241
239
|
TypeAssignabilityFlags,
|
|
242
240
|
TypeEntity,
|
|
@@ -245,7 +243,6 @@ import {
|
|
|
245
243
|
TypeMemberEntity,
|
|
246
244
|
TypeMemberLookup,
|
|
247
245
|
TypeMemberLookupOptions,
|
|
248
|
-
TypeMemberQuery,
|
|
249
246
|
TypeParameterConstraint,
|
|
250
247
|
TypeWithMembersOrExtensionEntity,
|
|
251
248
|
UnfinishedIntrinsicAnonymousFunctionTypeEntity,
|
|
@@ -258,8 +255,6 @@ import {
|
|
|
258
255
|
VariableToInitialize,
|
|
259
256
|
VariantDeclarationEntity,
|
|
260
257
|
WellKnownDeclarationsLoadError,
|
|
261
|
-
WithDiagnostics_error,
|
|
262
|
-
WithDiagnostics_ok,
|
|
263
258
|
camelCaseToKebabCasePreservingKeyEquality,
|
|
264
259
|
collectRequiredJsLibraryConfigs,
|
|
265
260
|
createDeclaredModifierFlags,
|
|
@@ -344,7 +339,7 @@ import {
|
|
|
344
339
|
withoutQuotes,
|
|
345
340
|
withoutTemplateQuotes,
|
|
346
341
|
yieldTask
|
|
347
|
-
} from "../chunk-
|
|
342
|
+
} from "../chunk-LLI2DYRX.js";
|
|
348
343
|
export {
|
|
349
344
|
AccessKind,
|
|
350
345
|
AccessedFunctionParameter,
|
|
@@ -402,7 +397,6 @@ export {
|
|
|
402
397
|
DefaultNamesOfDirectoriesToIgnore,
|
|
403
398
|
DefaultTsLibDeclarationsFileName,
|
|
404
399
|
DefinitionKind,
|
|
405
|
-
Delayed,
|
|
406
400
|
DereferenceOperatorDeclarationEntity,
|
|
407
401
|
DereferencedVariableGetterDeclarationEntity,
|
|
408
402
|
DereferencedVariableSetterDeclarationEntity,
|
|
@@ -577,7 +571,6 @@ export {
|
|
|
577
571
|
TranslationPackageConfiguration,
|
|
578
572
|
TranslationTextTemplateParameterEntity,
|
|
579
573
|
TraversalController,
|
|
580
|
-
TreeQuery,
|
|
581
574
|
TsInteropInputs,
|
|
582
575
|
TypeAssignabilityFlags,
|
|
583
576
|
TypeEntity,
|
|
@@ -586,7 +579,6 @@ export {
|
|
|
586
579
|
TypeMemberEntity,
|
|
587
580
|
TypeMemberLookup,
|
|
588
581
|
TypeMemberLookupOptions,
|
|
589
|
-
TypeMemberQuery,
|
|
590
582
|
TypeParameterConstraint,
|
|
591
583
|
TypeWithMembersOrExtensionEntity,
|
|
592
584
|
UnfinishedIntrinsicAnonymousFunctionTypeEntity,
|
|
@@ -599,8 +591,6 @@ export {
|
|
|
599
591
|
VariableToInitialize,
|
|
600
592
|
VariantDeclarationEntity,
|
|
601
593
|
WellKnownDeclarationsLoadError,
|
|
602
|
-
WithDiagnostics_error,
|
|
603
|
-
WithDiagnostics_ok,
|
|
604
594
|
camelCaseToKebabCasePreservingKeyEquality,
|
|
605
595
|
collectRequiredJsLibraryConfigs,
|
|
606
596
|
PackageConfigurationEn_exports as config,
|
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-YIFO3FBO.js";
|
|
10
|
+
import "../chunk-W3UL6UED.js";
|
|
11
|
+
import "../chunk-LLI2DYRX.js";
|
|
12
12
|
export {
|
|
13
13
|
CommandLineCompiler,
|
|
14
14
|
FileSystemUri,
|