@artel/artc 0.6.25219 → 0.6.25221

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.
@@ -10,7 +10,7 @@ import {
10
10
  WellKnownDeclarationsLoadError,
11
11
  __async,
12
12
  createTsInteropInputsForCompilation
13
- } from "./chunk-IYSH7MAQ.js";
13
+ } from "./chunk-X7TMUZ4C.js";
14
14
 
15
15
  // source/executor/Compiler.ts
16
16
  var Compiler = class {
@@ -69,7 +69,7 @@ var Compiler = class {
69
69
  return __async(this, null, function* () {
70
70
  if (analyzer.compilation.mainPackage === void 0) {
71
71
  _diagnostics?.addDiagnostic(new Diagnostic(DiagnosticData.withCode(
72
- 119 /* ProgramWithoutMainPackageCanNotBeCompiled */
72
+ 127 /* ProgramWithoutMainPackageCanNotBeCompiled */
73
73
  ), void 0));
74
74
  return void 0;
75
75
  }
@@ -83,7 +83,7 @@ var Compiler = class {
83
83
  return __async(this, null, function* () {
84
84
  if (analyzer.compilation.mainPackage === void 0) {
85
85
  _diagnostics?.addDiagnostic(new Diagnostic(DiagnosticData.withCode(
86
- 119 /* ProgramWithoutMainPackageCanNotBeCompiled */
86
+ 127 /* ProgramWithoutMainPackageCanNotBeCompiled */
87
87
  ), void 0));
88
88
  return "";
89
89
  }