@artel/artc 0.6.25279 → 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 CHANGED
@@ -1,11 +1,11 @@
1
1
  #!/usr/bin/env node
2
2
  import {
3
3
  CommandLineCompiler
4
- } from "./chunk-65GDIOT3.js";
5
- import "./chunk-C4HHHOM5.js";
4
+ } from "./chunk-YIFO3FBO.js";
5
+ import "./chunk-W3UL6UED.js";
6
6
  import {
7
7
  __async
8
- } from "./chunk-HPU7DXMO.js";
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-C4HHHOM5.js";
3
+ } from "../chunk-W3UL6UED.js";
4
4
  import {
5
5
  AccessKind,
6
6
  AccessedFunctionParameter,
@@ -339,7 +339,7 @@ import {
339
339
  withoutQuotes,
340
340
  withoutTemplateQuotes,
341
341
  yieldTask
342
- } from "../chunk-HPU7DXMO.js";
342
+ } from "../chunk-LLI2DYRX.js";
343
343
  export {
344
344
  AccessKind,
345
345
  AccessedFunctionParameter,
@@ -6,9 +6,9 @@ import {
6
6
  PhysicalFileSystem,
7
7
  PhysicalTypeScriptLibrariesProvider,
8
8
  PrintingDiagnosticAcceptor
9
- } from "../chunk-65GDIOT3.js";
10
- import "../chunk-C4HHHOM5.js";
11
- import "../chunk-HPU7DXMO.js";
9
+ } from "../chunk-YIFO3FBO.js";
10
+ import "../chunk-W3UL6UED.js";
11
+ import "../chunk-LLI2DYRX.js";
12
12
  export {
13
13
  CommandLineCompiler,
14
14
  FileSystemUri,
@@ -188,7 +188,7 @@ import {
188
188
  unwrapParenthesizedExpressions,
189
189
  visitChildren,
190
190
  yieldTask
191
- } from "../chunk-HPU7DXMO.js";
191
+ } from "../chunk-LLI2DYRX.js";
192
192
 
193
193
  // source/services/CustomRequests.ts
194
194
  import * as ls from "vscode-languageserver";
@@ -764,8 +764,8 @@ var UniqueWithComparatorQuery = class extends Query {
764
764
  };
765
765
 
766
766
  // source/common/Constants.ts
767
- var ArtelVersion = true ? "0.6.25279" : "";
768
- var ArtelSourceFileExtensions = [".\u0430\u0440\u0442", ".\u0430\u0440\u0442\u0435\u043B\u044C", ".art", ".artel"];
767
+ var ArtelVersion = true ? "0.6.25280" : "";
768
+ 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"];
769
769
  var ArtelSourceFileExtensionSet = new Set(ArtelSourceFileExtensions);
770
770
  var ArtelSourceAndConfigurationFileExtensionSet = new Set(ArtelSourceFileExtensionSet).add(".json");
771
771
  var ConfigurationDirectoryNamesByLocale = /* @__PURE__ */ new Map([
@@ -10,7 +10,7 @@ import {
10
10
  WellKnownDeclarationsLoadError,
11
11
  __async,
12
12
  createTsInteropInputsForCompilation
13
- } from "./chunk-HPU7DXMO.js";
13
+ } from "./chunk-LLI2DYRX.js";
14
14
 
15
15
  // source/executor/Compiler.ts
16
16
  var Compiler = class {
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  Compiler
3
- } from "./chunk-C4HHHOM5.js";
3
+ } from "./chunk-W3UL6UED.js";
4
4
  import {
5
5
  ArtelVersion,
6
6
  Cached,
@@ -15,7 +15,7 @@ import {
15
15
  __async,
16
16
  performanceMeasurementStageNames,
17
17
  performanceMeasurementStages
18
- } from "./chunk-HPU7DXMO.js";
18
+ } from "./chunk-LLI2DYRX.js";
19
19
 
20
20
  // source/executor/FileSystemUri.ts
21
21
  import { platform } from "os";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@artel/artc",
3
- "version": "0.6.25279",
3
+ "version": "0.6.25280",
4
4
  "description": "Артель Компилятор | Artel Compiler",
5
5
  "author": "Nezaboodka Team <contact@nezaboodka.com>",
6
6
  "license": "LGPL-3.0-or-later",