@artel/artc 0.6.25231 → 0.6.25233

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-BG2YEIQO.js";
5
- import "./chunk-VQ5GGKF7.js";
4
+ } from "./chunk-YA4OCEDT.js";
5
+ import "./chunk-SCSDVK4I.js";
6
6
  import {
7
7
  __async
8
- } from "./chunk-S7CAJWX2.js";
8
+ } from "./chunk-T4JAN46C.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-VQ5GGKF7.js";
3
+ } from "../chunk-SCSDVK4I.js";
4
4
  import {
5
5
  AccessKind,
6
6
  AccessedFunctionValueParameter,
@@ -145,6 +145,7 @@ import {
145
145
  OperatorDeclarationEntity,
146
146
  OperatorKind,
147
147
  Option,
148
+ OverriddenAndShadowedMembers,
148
149
  PackageAliasTypeDeclarationEntity,
149
150
  PackageConfigurationEn_exports,
150
151
  PackageConfigurationRu_exports,
@@ -184,6 +185,8 @@ import {
184
185
  ResultSpecialVariableEntityInfo,
185
186
  Scanner,
186
187
  SearchName,
188
+ ShadowReason,
189
+ ShadowedMemberInfo,
187
190
  SourceFile2 as SourceFile,
188
191
  SourceFileMembers,
189
192
  SourceMapMode,
@@ -314,7 +317,7 @@ import {
314
317
  withoutQuotes,
315
318
  withoutTemplateQuotes,
316
319
  yieldExecution
317
- } from "../chunk-S7CAJWX2.js";
320
+ } from "../chunk-T4JAN46C.js";
318
321
  export {
319
322
  AccessKind,
320
323
  AccessedFunctionValueParameter,
@@ -459,6 +462,7 @@ export {
459
462
  OperatorDeclarationEntity,
460
463
  OperatorKind,
461
464
  Option,
465
+ OverriddenAndShadowedMembers,
462
466
  PackageAliasTypeDeclarationEntity,
463
467
  PackageDialect,
464
468
  PackageFromDtsConfig,
@@ -496,6 +500,8 @@ export {
496
500
  Scanner,
497
501
  TokenKind as ScannerTokenKind,
498
502
  SearchName,
503
+ ShadowReason,
504
+ ShadowedMemberInfo,
499
505
  SourceFile,
500
506
  SourceFileMembers,
501
507
  SourceMapMode,
@@ -6,9 +6,9 @@ import {
6
6
  PhysicalFileSystem,
7
7
  PhysicalTypeScriptLibrariesProvider,
8
8
  PrintingDiagnosticAcceptor
9
- } from "../chunk-BG2YEIQO.js";
10
- import "../chunk-VQ5GGKF7.js";
11
- import "../chunk-S7CAJWX2.js";
9
+ } from "../chunk-YA4OCEDT.js";
10
+ import "../chunk-SCSDVK4I.js";
11
+ import "../chunk-T4JAN46C.js";
12
12
  export {
13
13
  CommandLineCompiler,
14
14
  FileSystemUri,
@@ -182,7 +182,7 @@ import {
182
182
  unwrapParenthesizedExpressions,
183
183
  visitChildren,
184
184
  yieldExecution
185
- } from "../chunk-S7CAJWX2.js";
185
+ } from "../chunk-T4JAN46C.js";
186
186
 
187
187
  // source/services/CustomCommand.ts
188
188
  import * as ls from "vscode-languageserver";
@@ -2726,7 +2726,7 @@ var CodeActionsService = class {
2726
2726
  }
2727
2727
  const result = new Array();
2728
2728
  const diagnosticCodeSet = new Set(diagnosticCodes);
2729
- if (diagnosticCodeSet.has(277 /* TheFollowingDeclarationsAreNotTranslated0 */) || diagnosticCodeSet.has(278 /* TheFollowingDeclarationAreNotTranslated0And1More */)) {
2729
+ if (diagnosticCodeSet.has(278 /* TheFollowingDeclarationsAreNotTranslated0 */) || diagnosticCodeSet.has(279 /* TheFollowingDeclarationAreNotTranslated0And1More */)) {
2730
2730
  const data = { onlyTypeMembers: false };
2731
2731
  result.push(CodeAction.unresolved(
2732
2732
  "\u0421\u0433\u0435\u043D\u0435\u0440\u0438\u0440\u043E\u0432\u0430\u0442\u044C \u043D\u0435\u0434\u043E\u0441\u0442\u0430\u044E\u0449\u0438\u0435 \u043F\u0435\u0440\u0435\u0432\u043E\u0434\u044B.",
@@ -10,7 +10,7 @@ import {
10
10
  WellKnownDeclarationsLoadError,
11
11
  __async,
12
12
  createTsInteropInputsForCompilation
13
- } from "./chunk-S7CAJWX2.js";
13
+ } from "./chunk-T4JAN46C.js";
14
14
 
15
15
  // source/executor/Compiler.ts
16
16
  var Compiler = class {