@artel/artc 0.6.25231 → 0.6.25232
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 +3 -3
- package/build/api/Api.js +8 -2
- package/build/api/ApiNodeJS.js +3 -3
- package/build/api/ApiServices.js +2 -2
- package/build/{chunk-S7CAJWX2.js → chunk-E72KEKQV.js} +8709 -8093
- package/build/{chunk-BG2YEIQO.js → chunk-QDDCF32T.js} +2 -2
- package/build/{chunk-VQ5GGKF7.js → chunk-S7ZUX7EX.js} +1 -1
- package/build/types/analysis/Analyzer.d.ts +62 -25
- package/build/types/analysis/BaseExpressionMeaning.d.ts +6 -3
- package/build/types/analysis/DiagnosticCollector.d.ts +3 -0
- package/build/types/analysis/ModifierFlags.d.ts +3 -3
- package/build/types/analysis/ModifierValidator.d.ts +1 -0
- package/build/types/analysis/TypeMemberImplementationValidator.d.ts +13 -0
- package/build/types/common/ArrayUtils.d.ts +5 -0
- package/build/types/diagnostic/DiagnosticCode.d.ts +96 -83
- package/build/types/entities/DereferenceOperatorEntity.d.ts +0 -1
- package/build/types/entities/FunctionEntity.d.ts +0 -1
- package/build/types/entities/IndexerEntity.d.ts +0 -1
- package/build/types/entities/OperatorEntity.d.ts +0 -1
- package/build/types/entities/TypeEntityMembers.d.ts +5 -3
- package/build/types/entities/VariableEntity.d.ts +0 -2
- package/build/types/entities/index.d.ts +9 -15
- package/build/types/services/DisplayService.d.ts +1 -0
- package/build/types/types/TypeMembers.d.ts +4 -4
- package/package.json +1 -1
package/build/Cli.js
CHANGED
@@ -1,11 +1,11 @@
|
|
1
1
|
#!/usr/bin/env node
|
2
2
|
import {
|
3
3
|
CommandLineCompiler
|
4
|
-
} from "./chunk-
|
5
|
-
import "./chunk-
|
4
|
+
} from "./chunk-QDDCF32T.js";
|
5
|
+
import "./chunk-S7ZUX7EX.js";
|
6
6
|
import {
|
7
7
|
__async
|
8
|
-
} from "./chunk-
|
8
|
+
} from "./chunk-E72KEKQV.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-
|
3
|
+
} from "../chunk-S7ZUX7EX.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-
|
320
|
+
} from "../chunk-E72KEKQV.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,
|
package/build/api/ApiNodeJS.js
CHANGED
@@ -6,9 +6,9 @@ import {
|
|
6
6
|
PhysicalFileSystem,
|
7
7
|
PhysicalTypeScriptLibrariesProvider,
|
8
8
|
PrintingDiagnosticAcceptor
|
9
|
-
} from "../chunk-
|
10
|
-
import "../chunk-
|
11
|
-
import "../chunk-
|
9
|
+
} from "../chunk-QDDCF32T.js";
|
10
|
+
import "../chunk-S7ZUX7EX.js";
|
11
|
+
import "../chunk-E72KEKQV.js";
|
12
12
|
export {
|
13
13
|
CommandLineCompiler,
|
14
14
|
FileSystemUri,
|
package/build/api/ApiServices.js
CHANGED
@@ -182,7 +182,7 @@ import {
|
|
182
182
|
unwrapParenthesizedExpressions,
|
183
183
|
visitChildren,
|
184
184
|
yieldExecution
|
185
|
-
} from "../chunk-
|
185
|
+
} from "../chunk-E72KEKQV.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(
|
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.",
|