@artel/artc 0.6.25225 → 0.6.25226
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 +2 -2
- package/build/api/ApiNodeJS.js +3 -3
- package/build/api/ApiServices.js +2 -2
- package/build/{chunk-UB6LHKS5.js → chunk-MHPX52MT.js} +3 -3
- package/build/{chunk-TFTCV5R5.js → chunk-VRQPLLYS.js} +474 -474
- package/build/{chunk-Z6TZA6SN.js → chunk-YNR2KYMJ.js} +3 -3
- package/build/types/diagnostic/DiagnosticCode.d.ts +99 -99
- 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-MHPX52MT.js";
|
5
|
+
import "./chunk-YNR2KYMJ.js";
|
6
6
|
import {
|
7
7
|
__async
|
8
|
-
} from "./chunk-
|
8
|
+
} from "./chunk-VRQPLLYS.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-YNR2KYMJ.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-
|
338
|
+
} from "../chunk-VRQPLLYS.js";
|
339
339
|
export {
|
340
340
|
AccessKind,
|
341
341
|
AccessedFunctionValueParameter,
|
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-MHPX52MT.js";
|
10
|
+
import "../chunk-YNR2KYMJ.js";
|
11
|
+
import "../chunk-VRQPLLYS.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-VRQPLLYS.js";
|
186
186
|
|
187
187
|
// source/services/CustomCommand.ts
|
188
188
|
import * as ls from "vscode-languageserver";
|
@@ -2727,7 +2727,7 @@ var CodeActionsService = class {
|
|
2727
2727
|
}
|
2728
2728
|
const result = new Array();
|
2729
2729
|
const diagnosticCodeSet = new Set(diagnosticCodes);
|
2730
|
-
if (diagnosticCodeSet.has(
|
2730
|
+
if (diagnosticCodeSet.has(273 /* TheFollowingDeclarationsAreNotTranslated0 */) || diagnosticCodeSet.has(274 /* TheFollowingDeclarationAreNotTranslated0And1More */)) {
|
2731
2731
|
const data = { onlyTypeMembers: false };
|
2732
2732
|
result.push(CodeAction.unresolved(
|
2733
2733
|
"\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.",
|
@@ -1,6 +1,6 @@
|
|
1
1
|
import {
|
2
2
|
Compiler
|
3
|
-
} from "./chunk-
|
3
|
+
} from "./chunk-YNR2KYMJ.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-
|
17
|
+
} from "./chunk-VRQPLLYS.js";
|
18
18
|
|
19
19
|
// source/executor/FileSystemUri.ts
|
20
20
|
import { platform } from "os";
|
@@ -216,7 +216,7 @@ var NodeCompiler = class {
|
|
216
216
|
const standardLibraryUri = yield this.findStandardTypeScriptLibrary(nodeModulesSearchPaths, defaultTsLibraryPath);
|
217
217
|
if (standardLibraryUri === void 0) {
|
218
218
|
const diagnostic = new Diagnostic(DiagnosticData.withCode(
|
219
|
-
|
219
|
+
301 /* CanNotFindTsLibDirectoryBaseSearchPaths0 */,
|
220
220
|
[nodeModulesSearchPaths.map((p) => `'${p}'`).join(", ")]
|
221
221
|
), void 0);
|
222
222
|
diagnostics?.addDiagnostic(diagnostic);
|