@artel/artc 0.9.26040-pre-release → 0.9.26042
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 +4 -4
- package/build/{chunk-PZ3Z6CQ2.js → chunk-GNNHIEAK.js} +2 -2
- package/build/{chunk-R3HOGWRU.js → chunk-MCDBPZTR.js} +1 -1
- package/build/{chunk-L4KESOHQ.js → chunk-OE7B3OYN.js} +1173 -897
- package/build/types/analysis/OverrideChecker.d.ts +1 -0
- package/build/types/analysis/WellKnownDeclarations.d.ts +23 -20
- package/build/types/analysis/a/ModifierFlags.d.ts +2 -1
- package/build/types/analysis/a/ModifierValidator.d.ts +15 -13
- package/build/types/diagnostic/DiagnosticCode.d.ts +131 -129
- package/build/types/entities/TypeMemberEntity.d.ts +1 -0
- package/build/types/entities/interfaces/DereferenceOperatorEntity.d.ts +1 -0
- package/build/types/entities/interfaces/FunctionEntity.d.ts +1 -0
- package/build/types/entities/interfaces/IndexerEntity.d.ts +1 -0
- package/build/types/entities/interfaces/VariableEntity.d.ts +1 -0
- package/build/types/entities/interfaces/a/NamedConstructorEntityA.d.ts +1 -0
- package/build/types/entities/interfaces/a/OrdinaryConstructorEntityA.d.ts +1 -0
- package/build/types/entities/interfaces/m/DestructorEntityM.d.ts +1 -0
- package/build/types/entities/interfaces/m/OrdinaryConstructorEntityM.d.ts +2 -0
- package/build/types/entities/intrinsic/IntrinsicFunctionEntity.d.ts +3 -1
- package/build/types/entities/intrinsic/IntrinsicVariableEntity.d.ts +3 -1
- package/build/types/entities/source/a/SourceDereferenceOperatorEntity.d.ts +1 -0
- package/build/types/entities/source/a/SourceDestructorEntity.d.ts +1 -0
- package/build/types/entities/source/a/SourceFunctionEntity.d.ts +2 -0
- package/build/types/entities/source/a/SourceGetterEntity.d.ts +3 -0
- package/build/types/entities/source/a/SourceIndexerEntity.d.ts +1 -0
- package/build/types/entities/source/a/SourceSetterEntity.d.ts +3 -0
- package/build/types/entities/source/a/SourceVariableEntity.d.ts +3 -0
- package/build/types/entities/source/m/SourceFunctionEntity.d.ts +3 -0
- package/build/types/entities/source/m/SourceGetterEntity.d.ts +3 -0
- package/build/types/entities/source/m/SourceIndexerEntity.d.ts +1 -0
- package/build/types/entities/source/m/SourceSetterEntity.d.ts +3 -0
- package/build/types/entities/source/m/SourceVariableEntity.d.ts +5 -0
- package/build/types/entities/translated/TranslatedDereferenceOperatorEntity.d.ts +1 -0
- package/build/types/entities/translated/TranslatedFunctionEntity.d.ts +1 -0
- package/build/types/entities/translated/TranslatedIndexerEntity.d.ts +1 -0
- package/build/types/entities/translated/TranslatedTypeMemberAccessorEntity.d.ts +1 -0
- package/build/types/entities/translated/TranslatedVariableEntity.d.ts +1 -0
- package/build/types/tree/a/KeywordKind.d.ts +2 -1
- package/build/types/tree/a/Nodes.d.ts +1 -1
- package/build/types/tree/a/SyntaxToCode.d.ts +4 -3
- package/build/types/tree/m/WellKnownTagFlags.d.ts +2 -1
- package/build/types/ts-interop/Entities.d.ts +7 -0
- package/build/types/types/TypeMembers.d.ts +4 -0
- 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-GNNHIEAK.js";
|
|
5
|
+
import "./chunk-MCDBPZTR.js";
|
|
6
6
|
import {
|
|
7
7
|
__async
|
|
8
|
-
} from "./chunk-
|
|
8
|
+
} from "./chunk-OE7B3OYN.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-MCDBPZTR.js";
|
|
4
4
|
import {
|
|
5
5
|
AccessKind,
|
|
6
6
|
AccessedFunction_entity,
|
|
@@ -311,7 +311,7 @@ import {
|
|
|
311
311
|
withoutQuotes,
|
|
312
312
|
withoutTemplateQuotes,
|
|
313
313
|
yieldTask
|
|
314
|
-
} from "../chunk-
|
|
314
|
+
} from "../chunk-OE7B3OYN.js";
|
|
315
315
|
export {
|
|
316
316
|
AccessKind,
|
|
317
317
|
AccessedFunction_entity,
|
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-GNNHIEAK.js";
|
|
10
|
+
import "../chunk-MCDBPZTR.js";
|
|
11
|
+
import "../chunk-OE7B3OYN.js";
|
|
12
12
|
export {
|
|
13
13
|
CommandLineCompiler,
|
|
14
14
|
FileSystemUri,
|
package/build/api/ApiServices.js
CHANGED
|
@@ -142,7 +142,7 @@ import {
|
|
|
142
142
|
traverseTreeAsync,
|
|
143
143
|
traverseTreeAsync2,
|
|
144
144
|
yieldTask
|
|
145
|
-
} from "../chunk-
|
|
145
|
+
} from "../chunk-OE7B3OYN.js";
|
|
146
146
|
|
|
147
147
|
// source/services/common/Types.ts
|
|
148
148
|
import * as ls from "vscode-languageserver";
|
|
@@ -1753,7 +1753,7 @@ var CompletionServiceA = class {
|
|
|
1753
1753
|
kinds.add(22 /* Import */).add(12 /* Run */).add(35 /* Creation */).add(17 /* Function */).add(42 /* BaseModifier */).add(21 /* Type */).add(3 /* Class */).add(4 /* Structure */).add(5 /* Aspect */).add(9 /* Variant */).add(6 /* Extension */).add(63 /* Get */).add(64 /* Set */).add(60 /* Translations */);
|
|
1754
1754
|
}
|
|
1755
1755
|
if (syntaxContext.isPackageMemberDeclarationListContext || syntaxContext.isTypeMemberDeclarationListContext) {
|
|
1756
|
-
kinds.add(41 /* Hidden */).add(46 /* Static */).add(42 /* BaseModifier */).add(43 /* Abstract */).add(44 /* Override */).add(45 /* Async */).add(40 /* Var */);
|
|
1756
|
+
kinds.add(41 /* Hidden */).add(46 /* Static */).add(42 /* BaseModifier */).add(43 /* Abstract */).add(44 /* Override */).add(65 /* New */).add(45 /* Async */).add(40 /* Var */);
|
|
1757
1757
|
}
|
|
1758
1758
|
if (syntaxContext.isTypeMemberDeclarationListContext) {
|
|
1759
1759
|
kinds.add(35 /* Creation */).add(17 /* Function */).add(52 /* Destruction */).add(63 /* Get */).add(64 /* Set */);
|
|
@@ -10149,8 +10149,8 @@ var EntityToSyntax = class {
|
|
|
10149
10149
|
}
|
|
10150
10150
|
};
|
|
10151
10151
|
var modifierKindsThatShouldNotBeGrouped = /* @__PURE__ */ new Set([
|
|
10152
|
-
|
|
10153
|
-
|
|
10152
|
+
10 /* Async */,
|
|
10153
|
+
11 /* Var */
|
|
10154
10154
|
]);
|
|
10155
10155
|
|
|
10156
10156
|
// source/services/m/source-generation/EntityToSyntax.ts
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import {
|
|
2
2
|
Compiler
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-MCDBPZTR.js";
|
|
4
4
|
import {
|
|
5
5
|
ArtelVersion,
|
|
6
6
|
Cached,
|
|
@@ -16,7 +16,7 @@ import {
|
|
|
16
16
|
__async,
|
|
17
17
|
performanceMeasurementStageNames,
|
|
18
18
|
performanceMeasurementStages
|
|
19
|
-
} from "./chunk-
|
|
19
|
+
} from "./chunk-OE7B3OYN.js";
|
|
20
20
|
|
|
21
21
|
// source/executor/FileSystemUri.ts
|
|
22
22
|
import { platform } from "os";
|