@artel/artc 0.6.25253 → 0.6.25254

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-6WZERC3X.js";
5
- import "./chunk-NEFP5U65.js";
4
+ } from "./chunk-JTDPRR7O.js";
5
+ import "./chunk-JV2EK6MS.js";
6
6
  import {
7
7
  __async
8
- } from "./chunk-3VAVX3J5.js";
8
+ } from "./chunk-3JS4YG6N.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-NEFP5U65.js";
3
+ } from "../chunk-JV2EK6MS.js";
4
4
  import {
5
5
  AccessKind,
6
6
  AccessedFunctionValueParameter,
@@ -335,7 +335,7 @@ import {
335
335
  withoutQuotes,
336
336
  withoutTemplateQuotes,
337
337
  yieldExecution
338
- } from "../chunk-3VAVX3J5.js";
338
+ } from "../chunk-3JS4YG6N.js";
339
339
  export {
340
340
  AccessKind,
341
341
  AccessedFunctionValueParameter,
@@ -6,9 +6,9 @@ import {
6
6
  PhysicalFileSystem,
7
7
  PhysicalTypeScriptLibrariesProvider,
8
8
  PrintingDiagnosticAcceptor
9
- } from "../chunk-6WZERC3X.js";
10
- import "../chunk-NEFP5U65.js";
11
- import "../chunk-3VAVX3J5.js";
9
+ } from "../chunk-JTDPRR7O.js";
10
+ import "../chunk-JV2EK6MS.js";
11
+ import "../chunk-3JS4YG6N.js";
12
12
  export {
13
13
  CommandLineCompiler,
14
14
  FileSystemUri,
@@ -178,7 +178,7 @@ import {
178
178
  unwrapParenthesizedExpressions,
179
179
  visitChildren,
180
180
  yieldExecution
181
- } from "../chunk-3VAVX3J5.js";
181
+ } from "../chunk-3JS4YG6N.js";
182
182
 
183
183
  // source/services/CustomCommand.ts
184
184
  import * as ls from "vscode-languageserver";
@@ -620,7 +620,7 @@ var UniqueWithComparatorQuery = class extends Query {
620
620
  };
621
621
 
622
622
  // source/common/Constants.ts
623
- var ArtelVersion = true ? "0.6.25253" : "";
623
+ var ArtelVersion = true ? "0.6.25254" : "";
624
624
  var ArtelSourceFileExtensions = [".\u0430\u0440\u0442", ".\u0430\u0440\u0442\u0435\u043B\u044C", ".art", ".artel"];
625
625
  var ArtelSourceFileExtensionSet = new Set(ArtelSourceFileExtensions);
626
626
  var ArtelSourceAndConfigurationFileExtensionSet = new Set(ArtelSourceFileExtensionSet).add(".json");
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  Compiler
3
- } from "./chunk-NEFP5U65.js";
3
+ } from "./chunk-JV2EK6MS.js";
4
4
  import {
5
5
  ArtelVersion,
6
6
  Cached,
@@ -14,7 +14,7 @@ import {
14
14
  __async,
15
15
  performanceMeasurementStageNames,
16
16
  performanceMeasurementStages
17
- } from "./chunk-3VAVX3J5.js";
17
+ } from "./chunk-3JS4YG6N.js";
18
18
 
19
19
  // source/executor/FileSystemUri.ts
20
20
  import { platform } from "os";
@@ -10,7 +10,7 @@ import {
10
10
  WellKnownDeclarationsLoadError,
11
11
  __async,
12
12
  createTsInteropInputsForCompilation
13
- } from "./chunk-3VAVX3J5.js";
13
+ } from "./chunk-3JS4YG6N.js";
14
14
 
15
15
  // source/executor/Compiler.ts
16
16
  var Compiler = class {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@artel/artc",
3
- "version": "0.6.25253",
3
+ "version": "0.6.25254",
4
4
  "description": "Артель Компилятор | Artel Compiler",
5
5
  "author": "Nezaboodka Team <contact@nezaboodka.com>",
6
6
  "license": "LGPL-3.0-or-later",