@artel/artc 0.9.26033-pre-release → 0.9.26035-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 CHANGED
@@ -1,11 +1,11 @@
1
1
  #!/usr/bin/env node
2
2
  import {
3
3
  CommandLineCompiler
4
- } from "./chunk-OSAQODOI.js";
5
- import "./chunk-FAF5KHMI.js";
4
+ } from "./chunk-OYME3VHI.js";
5
+ import "./chunk-YJXY57IJ.js";
6
6
  import {
7
7
  __async
8
- } from "./chunk-MO23BKVZ.js";
8
+ } from "./chunk-J5DRCNWW.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-FAF5KHMI.js";
3
+ } from "../chunk-YJXY57IJ.js";
4
4
  import {
5
5
  AccessKind,
6
6
  AccessedFunction_entity,
@@ -124,7 +124,8 @@ import {
124
124
  LocalizationHelper,
125
125
  LocalizationHelperA,
126
126
  LocalizationHelperM,
127
- LocalizedWellKnownDeclarations,
127
+ LocalizedWellKnownDeclarationsA,
128
+ LocalizedWellKnownDeclarationsM,
128
129
  Logger,
129
130
  MatchResult,
130
131
  MatchResultParameter,
@@ -309,7 +310,7 @@ import {
309
310
  withoutQuotes,
310
311
  withoutTemplateQuotes,
311
312
  yieldTask
312
- } from "../chunk-MO23BKVZ.js";
313
+ } from "../chunk-J5DRCNWW.js";
313
314
  export {
314
315
  AccessKind,
315
316
  AccessedFunction_entity,
@@ -433,7 +434,8 @@ export {
433
434
  LocalizationHelper,
434
435
  LocalizationHelperA,
435
436
  LocalizationHelperM,
436
- LocalizedWellKnownDeclarations,
437
+ LocalizedWellKnownDeclarationsA,
438
+ LocalizedWellKnownDeclarationsM,
437
439
  Logger,
438
440
  MatchResult,
439
441
  MatchResultParameter,
@@ -6,9 +6,9 @@ import {
6
6
  PhysicalFileSystem,
7
7
  PhysicalTypeScriptLibrariesProvider,
8
8
  PrintingDiagnosticAcceptor
9
- } from "../chunk-OSAQODOI.js";
10
- import "../chunk-FAF5KHMI.js";
11
- import "../chunk-MO23BKVZ.js";
9
+ } from "../chunk-OYME3VHI.js";
10
+ import "../chunk-YJXY57IJ.js";
11
+ import "../chunk-J5DRCNWW.js";
12
12
  export {
13
13
  CommandLineCompiler,
14
14
  FileSystemUri,
@@ -140,7 +140,7 @@ import {
140
140
  traverseTreeAsync,
141
141
  traverseTreeAsync2,
142
142
  yieldTask
143
- } from "../chunk-MO23BKVZ.js";
143
+ } from "../chunk-J5DRCNWW.js";
144
144
 
145
145
  // source/services/common/Types.ts
146
146
  import * as ls from "vscode-languageserver";
@@ -9410,8 +9410,8 @@ var EntityToSyntax = class {
9410
9410
  let baseTypeSpecifiers;
9411
9411
  const baseTypes = entity.getBaseTypes().values;
9412
9412
  if (baseTypes.length > 0) {
9413
- const objectTypeEntity = this.analyzer.originalWellKnownDeclarations.object;
9414
- const referenceTypeEntity = this.analyzer.originalWellKnownDeclarations.reference;
9413
+ const objectTypeEntity = this.analyzer.originalWellKnownDeclarationsA.object;
9414
+ const referenceTypeEntity = this.analyzer.originalWellKnownDeclarationsA.reference;
9415
9415
  baseTypeSpecifiers = baseTypes.filter((a) => a.unalias().entity?.originalEntity !== objectTypeEntity && a.unalias().entity?.originalEntity !== referenceTypeEntity).map((t) => this.convertType(t)).filter((t) => t.kind === 10 /* NamedTypeSpecifier */);
9416
9416
  }
9417
9417
  const members = this.convertTypeEntityMembers(entity.getMembers());
@@ -9494,8 +9494,8 @@ var EntityToSyntax = class {
9494
9494
  baseTypeSpecifiers.push(reductionSource);
9495
9495
  const baseTypes = entity.getBaseTypes().values;
9496
9496
  if (baseTypes.length > 0) {
9497
- const objectTypeEntity = this.analyzer.originalWellKnownDeclarations.object;
9498
- const referenceTypeEntity = this.analyzer.originalWellKnownDeclarations.reference;
9497
+ const objectTypeEntity = this.analyzer.originalWellKnownDeclarationsA.object;
9498
+ const referenceTypeEntity = this.analyzer.originalWellKnownDeclarationsA.reference;
9499
9499
  baseTypeSpecifiers.push(...baseTypes.filter((a) => a.unalias().entity?.originalEntity !== objectTypeEntity && a.unalias().entity?.originalEntity !== referenceTypeEntity).map((t) => this.convertType(t)).filter((t) => t.kind === 10 /* NamedTypeSpecifier */));
9500
9500
  }
9501
9501
  const members = this.convertTypeEntityMembers(entity.getMembers());
@@ -10045,8 +10045,8 @@ var EntityToSyntax = class {
10045
10045
  let baseTypeSpecifiers;
10046
10046
  const baseTypes = entity.getBaseTypes().values;
10047
10047
  if (baseTypes.length > 0) {
10048
- const objectTypeEntity = this.analyzer.originalWellKnownDeclarations.object;
10049
- const referenceTypeEntity = this.analyzer.originalWellKnownDeclarations.reference;
10048
+ const objectTypeEntity = this.analyzer.originalWellKnownDeclarationsA.object;
10049
+ const referenceTypeEntity = this.analyzer.originalWellKnownDeclarationsA.reference;
10050
10050
  baseTypeSpecifiers = baseTypes.filter((a) => a.unalias().entity?.originalEntity !== objectTypeEntity && a.unalias().entity?.originalEntity !== referenceTypeEntity).map((t) => this.convertType(t)).filter((t) => t.kind === 10 /* NamedTypeSpecifier */);
10051
10051
  }
10052
10052
  const members = this.convertTypeEntityMembers(entity.getMembers());
@@ -10154,8 +10154,8 @@ var EntityToSyntax2 = class {
10154
10154
  let baseTypeSpecifiers;
10155
10155
  const baseTypes = entity.getBaseTypes().values;
10156
10156
  if (baseTypes.length > 0) {
10157
- const objectTypeEntity = this.analyzer.originalWellKnownDeclarations.object;
10158
- const referenceTypeEntity = this.analyzer.originalWellKnownDeclarations.reference;
10157
+ const objectTypeEntity = this.analyzer.originalWellKnownDeclarationsA.object;
10158
+ const referenceTypeEntity = this.analyzer.originalWellKnownDeclarationsA.reference;
10159
10159
  baseTypeSpecifiers = baseTypes.filter((a) => a.unalias().entity?.originalEntity !== objectTypeEntity && a.unalias().entity?.originalEntity !== referenceTypeEntity).map((t) => this.convertType(t)).filter((t) => t.kind === 1068 /* NamedTypeSpecifier */);
10160
10160
  }
10161
10161
  const members = this.convertTypeEntityMembers(entity.getMembers());
@@ -14861,7 +14861,7 @@ var CompletionServiceM = class {
14861
14861
  }
14862
14862
  if (role.kind === "error-value") {
14863
14863
  const standardTypes = this.analyzer.getLocalizedStandardTypes(role.errorStatement.locale);
14864
- return { targetTypes: [standardTypes.errorM, standardTypes.textM], targetSignaturesParameters: void 0 };
14864
+ return { targetTypes: [standardTypes.error, standardTypes.text], targetSignaturesParameters: void 0 };
14865
14865
  }
14866
14866
  if (role.kind === "other") {
14867
14867
  if (role.expressionForTargetType !== void 0) {