@artel/artc 0.9.26016 → 0.9.26017-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-6CEPQXTQ.js";
5
- import "./chunk-OQZ5T5Q4.js";
4
+ } from "./chunk-N53MMGT5.js";
5
+ import "./chunk-GQP3VCC4.js";
6
6
  import {
7
7
  __async
8
- } from "./chunk-Y77RKBXA.js";
8
+ } from "./chunk-4HNF43VJ.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-OQZ5T5Q4.js";
3
+ } from "../chunk-GQP3VCC4.js";
4
4
  import {
5
5
  AccessKind,
6
6
  AccessedFunction_entity,
@@ -312,7 +312,7 @@ import {
312
312
  withoutQuotes,
313
313
  withoutTemplateQuotes,
314
314
  yieldTask
315
- } from "../chunk-Y77RKBXA.js";
315
+ } from "../chunk-4HNF43VJ.js";
316
316
  export {
317
317
  AccessKind,
318
318
  AccessedFunction_entity,
@@ -6,9 +6,9 @@ import {
6
6
  PhysicalFileSystem,
7
7
  PhysicalTypeScriptLibrariesProvider,
8
8
  PrintingDiagnosticAcceptor
9
- } from "../chunk-6CEPQXTQ.js";
10
- import "../chunk-OQZ5T5Q4.js";
11
- import "../chunk-Y77RKBXA.js";
9
+ } from "../chunk-N53MMGT5.js";
10
+ import "../chunk-GQP3VCC4.js";
11
+ import "../chunk-4HNF43VJ.js";
12
12
  export {
13
13
  CommandLineCompiler,
14
14
  FileSystemUri,
@@ -132,7 +132,7 @@ import {
132
132
  traverseTreeAsync,
133
133
  traverseTreeAsync2,
134
134
  yieldTask
135
- } from "../chunk-Y77RKBXA.js";
135
+ } from "../chunk-4HNF43VJ.js";
136
136
 
137
137
  // source/services/common/Types.ts
138
138
  import * as ls from "vscode-languageserver";
@@ -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.26016" : "";
783
+ var ArtelVersion = true ? "0.9.26017-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");
@@ -9,7 +9,7 @@ import {
9
9
  WellKnownDeclarationsLoadError,
10
10
  __async,
11
11
  createTsInteropInputsForCompilation
12
- } from "./chunk-Y77RKBXA.js";
12
+ } from "./chunk-4HNF43VJ.js";
13
13
 
14
14
  // source/executor/Compiler.ts
15
15
  var Compiler = class {
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  Compiler
3
- } from "./chunk-OQZ5T5Q4.js";
3
+ } from "./chunk-GQP3VCC4.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-Y77RKBXA.js";
19
+ } from "./chunk-4HNF43VJ.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.26016",
3
+ "version": "0.9.26017-pre-release",
4
4
  "description": "Артель Компилятор | Artel Compiler",
5
5
  "author": "Nezaboodka Team <contact@nezaboodka.com>",
6
6
  "license": "Apache-2.0",