@artel/artc 0.9.26040-pre-release → 0.9.26041-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-PZ3Z6CQ2.js";
5
- import "./chunk-R3HOGWRU.js";
4
+ } from "./chunk-ZFQDGSEB.js";
5
+ import "./chunk-RC4JSWEM.js";
6
6
  import {
7
7
  __async
8
- } from "./chunk-L4KESOHQ.js";
8
+ } from "./chunk-W4AOL2PS.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-R3HOGWRU.js";
3
+ } from "../chunk-RC4JSWEM.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-L4KESOHQ.js";
314
+ } from "../chunk-W4AOL2PS.js";
315
315
  export {
316
316
  AccessKind,
317
317
  AccessedFunction_entity,
@@ -6,9 +6,9 @@ import {
6
6
  PhysicalFileSystem,
7
7
  PhysicalTypeScriptLibrariesProvider,
8
8
  PrintingDiagnosticAcceptor
9
- } from "../chunk-PZ3Z6CQ2.js";
10
- import "../chunk-R3HOGWRU.js";
11
- import "../chunk-L4KESOHQ.js";
9
+ } from "../chunk-ZFQDGSEB.js";
10
+ import "../chunk-RC4JSWEM.js";
11
+ import "../chunk-W4AOL2PS.js";
12
12
  export {
13
13
  CommandLineCompiler,
14
14
  FileSystemUri,
@@ -142,7 +142,7 @@ import {
142
142
  traverseTreeAsync,
143
143
  traverseTreeAsync2,
144
144
  yieldTask
145
- } from "../chunk-L4KESOHQ.js";
145
+ } from "../chunk-W4AOL2PS.js";
146
146
 
147
147
  // source/services/common/Types.ts
148
148
  import * as ls from "vscode-languageserver";
@@ -10,7 +10,7 @@ import {
10
10
  WellKnownDeclarationsLoadError,
11
11
  __async,
12
12
  createTsInteropInputsForCompilation
13
- } from "./chunk-L4KESOHQ.js";
13
+ } from "./chunk-W4AOL2PS.js";
14
14
 
15
15
  // source/executor/Compiler.ts
16
16
  var Compiler = class {
@@ -780,7 +780,7 @@ var UniqueWithComparatorQuery = class extends Query {
780
780
  };
781
781
 
782
782
  // source/common/Constants.ts
783
- var ArtelVersion = true ? "0.9.26040-pre-release" : "";
783
+ var ArtelVersion = true ? "0.9.26041-pre-release" : "";
784
784
  var ArtelSourceFileExtensions = [".\u0430\u0440\u0442", ".\u0430\u0440\u0442\u0435\u043B\u044C", ".art", ".artel", ".\u0430\u0440\u0442\u043C", ".\u0430\u0440\u0442\u0435\u043B\u044C\u043C", ".artm", ".artelm"];
785
785
  var ArtelSourceFileExtensionSet = new Set(ArtelSourceFileExtensions);
786
786
  var ArtelSourceAndConfigurationFileExtensionSet = new Set(ArtelSourceFileExtensionSet).add(".json");
@@ -3789,7 +3789,7 @@ var russianKeywords2 = new Lazy(() => [
3789
3789
  { keyword: "\u0443\u043A", kind: 1027 /* Pointer */ },
3790
3790
  { keyword: "\u0431\u0430\u0437\u0430", kind: 1002 /* Base */ },
3791
3791
  { keyword: "\u0432\u043E\u0437\u0432\u0440\u0430\u0442", kind: 1028 /* Return */ },
3792
- { keyword: "\u043A\u0431", kind: 1011 /* End */ },
3792
+ { keyword: "\u043A\u043D\u0446", kind: 1011 /* End */ },
3793
3793
  // конец блока
3794
3794
  { keyword: "\u0432\u0441\u0435", kind: 1011 /* End */ },
3795
3795
  { keyword: "\u0432\u0441\u0451", kind: 1011 /* End */ },
@@ -3822,14 +3822,12 @@ var russianKeywords2 = new Lazy(() => [
3822
3822
  { keyword: "\u0446\u0438\u043A\u043B", kind: 1021 /* Loop */ },
3823
3823
  // вероятно будет удалено
3824
3824
  { keyword: "\u0446\u0438\u043A\u043B-\u0434\u043B\u044F", kind: 1015 /* For */ },
3825
+ { keyword: "\u0434\u043B\u044F", kind: 1015 /* For */ },
3825
3826
  { keyword: "\u0446\u0438\u043A\u043B-\u043F\u043E\u043A\u0430", kind: 1035 /* While */ },
3827
+ { keyword: "\u043F\u043E\u043A\u0430", kind: 1035 /* While */ },
3826
3828
  { keyword: "\u044D\u043A\u0437", kind: 1025 /* Object */ },
3827
- { keyword: "\u043F\u0435\u0440", kind: 1034 /* Var */ },
3829
+ { keyword: "\u043E\u043F", kind: 1017 /* Function */ }
3828
3830
  // вероятно будет удалено
3829
- { keyword: "\u043E\u043F", kind: 1017 /* Function */ },
3830
- // вероятно будет удалено
3831
- { keyword: "\u0445\u0445", kind: 1011 /* End */ }
3832
- // пока пусть будет
3833
3831
  ]);
3834
3832
  var keywordsPerLocale2 = new Lazy(() => [
3835
3833
  {
@@ -17444,7 +17442,7 @@ var WellKnownTagFlags = /* @__PURE__ */ ((WellKnownTagFlags2) => {
17444
17442
  })(WellKnownTagFlags || {});
17445
17443
  var nameByWellKnownTagFlagByLocale = {
17446
17444
  [1 /* Ru */]: {
17447
- [2 /* NewModifier */]: new Name("\u043E\u0431\u044A\u044F\u0432\u043B\u0435\u043D\u0438\u0435-\u043C\u043E\u0434\u0438\u0444\u0438\u043A\u0430\u0442\u043E\u0440\u0430"),
17445
+ [2 /* NewModifier */]: new Name("\u043E\u043F\u0438\u0441\u0430\u043D\u0438\u0435-\u043C\u043E\u0434\u0438\u0444\u0438\u043A\u0430\u0442\u043E\u0440\u0430"),
17448
17446
  [4 /* Plain */]: new Name("\u043F\u0440\u0438\u043C\u0438\u0442\u0438\u0432"),
17449
17447
  [8 /* Aspect */]: new Name("\u0430\u0441\u043F\u0435\u043A\u0442"),
17450
17448
  [16 /* Extension */]: new Name("\u0434\u043E\u043F\u043E\u043B\u043D\u0435\u043D\u0438\u0435"),
@@ -86441,7 +86439,7 @@ var WellKnownDeclarationsLoader = class {
86441
86439
  tagHiddenInType: this.findPackageType(systemPackageM, new Name("\u0441\u043A\u0440\u044B\u0442\u043E-\u0432-\u0442\u0438\u043F\u0435"), 0, 1 /* Structured */),
86442
86440
  tagIntermediate: this.findPackageType(systemPackageM, new Name("\u043F\u0440\u043E\u043C\u0435\u0436\u0443\u0442\u043E\u0447\u043D\u0430\u044F"), 0, 1 /* Structured */),
86443
86441
  tagNamedConstructor: this.findPackageType(systemPackageM, new Name("\u043A\u043E\u043D\u0441\u0442\u0440\u0443\u043A\u0442\u043E\u0440-\u0438\u043C\u0435\u043D\u043E\u0432\u0430\u043D\u043D\u044B\u0439"), 0, 1 /* Structured */),
86444
- tagNewModifier: this.findPackageType(systemPackageM, new Name("\u043E\u0431\u044A\u044F\u0432\u043B\u0435\u043D\u0438\u0435-\u043C\u043E\u0434\u0438\u0444\u0438\u043A\u0430\u0442\u043E\u0440\u0430"), 0, 1 /* Structured */),
86442
+ tagNewModifier: this.findPackageType(systemPackageM, new Name("\u043E\u043F\u0438\u0441\u0430\u043D\u0438\u0435-\u043C\u043E\u0434\u0438\u0444\u0438\u043A\u0430\u0442\u043E\u0440\u0430"), 0, 1 /* Structured */),
86445
86443
  tagOverride: this.findPackageType(systemPackageM, new Name("\u0437\u0430\u043C\u0435\u043D\u0430-\u0440\u0435\u0430\u043B\u0438\u0437\u0430\u0446\u0438\u0438"), 0, 1 /* Structured */),
86446
86444
  tagPlain: this.findPackageType(systemPackageM, new Name("\u043F\u0440\u0438\u043C\u0438\u0442\u0438\u0432"), 0, 1 /* Structured */),
86447
86445
  tagWrapper: this.findPackageType(systemPackageM, new Name("\u043E\u0431\u0451\u0440\u0442\u043A\u0430"), 0, 1 /* Structured */)
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  Compiler
3
- } from "./chunk-R3HOGWRU.js";
3
+ } from "./chunk-RC4JSWEM.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-L4KESOHQ.js";
19
+ } from "./chunk-W4AOL2PS.js";
20
20
 
21
21
  // source/executor/FileSystemUri.ts
22
22
  import { platform } from "os";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@artel/artc",
3
- "version": "0.9.26040-pre-release",
3
+ "version": "0.9.26041-pre-release",
4
4
  "description": "Артель Компилятор | Artel Compiler",
5
5
  "author": "Nezaboodka Team <contact@nezaboodka.com>",
6
6
  "license": "Apache-2.0",