@artel/artc 0.6.25260 → 0.6.25261
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 +1 -1
- package/build/{chunk-RIIOVQBM.js → chunk-66RH6JKB.js} +7 -3
- package/build/{chunk-ZNXSVPQT.js → chunk-7OS2G5WZ.js} +1 -1
- package/build/{chunk-7FERF2MU.js → chunk-UWQKBRAT.js} +2 -2
- 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-UWQKBRAT.js";
|
|
5
|
+
import "./chunk-7OS2G5WZ.js";
|
|
6
6
|
import {
|
|
7
7
|
__async
|
|
8
|
-
} from "./chunk-
|
|
8
|
+
} from "./chunk-66RH6JKB.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-7OS2G5WZ.js";
|
|
4
4
|
import {
|
|
5
5
|
AccessKind,
|
|
6
6
|
AccessedFunctionParameter,
|
|
@@ -344,7 +344,7 @@ import {
|
|
|
344
344
|
withoutQuotes,
|
|
345
345
|
withoutTemplateQuotes,
|
|
346
346
|
yieldExecution
|
|
347
|
-
} from "../chunk-
|
|
347
|
+
} from "../chunk-66RH6JKB.js";
|
|
348
348
|
export {
|
|
349
349
|
AccessKind,
|
|
350
350
|
AccessedFunctionParameter,
|
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-UWQKBRAT.js";
|
|
10
|
+
import "../chunk-7OS2G5WZ.js";
|
|
11
|
+
import "../chunk-66RH6JKB.js";
|
|
12
12
|
export {
|
|
13
13
|
CommandLineCompiler,
|
|
14
14
|
FileSystemUri,
|
package/build/api/ApiServices.js
CHANGED
|
@@ -690,7 +690,7 @@ var UniqueWithComparatorQuery = class extends Query {
|
|
|
690
690
|
};
|
|
691
691
|
|
|
692
692
|
// source/common/Constants.ts
|
|
693
|
-
var ArtelVersion = true ? "0.6.
|
|
693
|
+
var ArtelVersion = true ? "0.6.25261" : "";
|
|
694
694
|
var ArtelSourceFileExtensions = [".\u0430\u0440\u0442", ".\u0430\u0440\u0442\u0435\u043B\u044C", ".art", ".artel"];
|
|
695
695
|
var ArtelSourceFileExtensionSet = new Set(ArtelSourceFileExtensions);
|
|
696
696
|
var ArtelSourceAndConfigurationFileExtensionSet = new Set(ArtelSourceFileExtensionSet).add(".json");
|
|
@@ -38062,8 +38062,12 @@ var TypeNarrower = class _TypeNarrower {
|
|
|
38062
38062
|
}
|
|
38063
38063
|
return typeAtPredecessor;
|
|
38064
38064
|
}
|
|
38065
|
-
case 72 /* IsExpression */:
|
|
38066
|
-
|
|
38065
|
+
case 72 /* IsExpression */: {
|
|
38066
|
+
if (this.isSameReferenceAsNarrowedExpression(node.syntaxNode.expression)) {
|
|
38067
|
+
return this.getTypeAtIsExpression(typeAtPredecessor, node.syntaxNode, node.isTrue);
|
|
38068
|
+
}
|
|
38069
|
+
return typeAtPredecessor;
|
|
38070
|
+
}
|
|
38067
38071
|
default:
|
|
38068
38072
|
Debug.never(node.syntaxNode);
|
|
38069
38073
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import {
|
|
2
2
|
Compiler
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-7OS2G5WZ.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-66RH6JKB.js";
|
|
18
18
|
|
|
19
19
|
// source/executor/FileSystemUri.ts
|
|
20
20
|
import { platform } from "os";
|