@artel/artc 0.6.25284 → 0.6.25285
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-CGOSDN2E.js → chunk-IQ4WP3GU.js} +2 -2
- package/build/{chunk-OBX375YX.js → chunk-NYUW7OAM.js} +1 -1
- package/build/{chunk-ZV3UW5X6.js → chunk-YQATIDSS.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-YQATIDSS.js";
|
|
5
|
+
import "./chunk-NYUW7OAM.js";
|
|
6
6
|
import {
|
|
7
7
|
__async
|
|
8
|
-
} from "./chunk-
|
|
8
|
+
} from "./chunk-IQ4WP3GU.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-NYUW7OAM.js";
|
|
4
4
|
import {
|
|
5
5
|
AccessKind,
|
|
6
6
|
AccessedFunctionParameter,
|
|
@@ -346,7 +346,7 @@ import {
|
|
|
346
346
|
withoutQuotes,
|
|
347
347
|
withoutTemplateQuotes,
|
|
348
348
|
yieldTask
|
|
349
|
-
} from "../chunk-
|
|
349
|
+
} from "../chunk-IQ4WP3GU.js";
|
|
350
350
|
export {
|
|
351
351
|
AccessKind,
|
|
352
352
|
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-YQATIDSS.js";
|
|
10
|
+
import "../chunk-NYUW7OAM.js";
|
|
11
|
+
import "../chunk-IQ4WP3GU.js";
|
|
12
12
|
export {
|
|
13
13
|
CommandLineCompiler,
|
|
14
14
|
FileSystemUri,
|
package/build/api/ApiServices.js
CHANGED
|
@@ -764,7 +764,7 @@ var UniqueWithComparatorQuery = class extends Query {
|
|
|
764
764
|
};
|
|
765
765
|
|
|
766
766
|
// source/common/Constants.ts
|
|
767
|
-
var ArtelVersion = true ? "0.6.
|
|
767
|
+
var ArtelVersion = true ? "0.6.25285" : "";
|
|
768
768
|
var ArtelSourceFileExtensions = [".\u0430\u0440\u0442", ".\u0430\u0440\u0442\u0435\u043B\u044C", ".art", ".artel", ".\u0430\u0440\u0442\u043C", ".\u0430\u0440\u0442\u0435\u043B\u044C\u043C", ".artm", ".artelm"];
|
|
769
769
|
var ArtelSourceFileExtensionSet = new Set(ArtelSourceFileExtensions);
|
|
770
770
|
var ArtelSourceAndConfigurationFileExtensionSet = new Set(ArtelSourceFileExtensionSet).add(".json");
|
|
@@ -38529,7 +38529,7 @@ var ResolvedImplementationPackage = class _ResolvedImplementationPackage {
|
|
|
38529
38529
|
return implementation;
|
|
38530
38530
|
}
|
|
38531
38531
|
findDereferenceOperatorImplementation(entity, typeImplementation) {
|
|
38532
|
-
const implementation = typeImplementation.getMembers().getDereferenceOperators().find((m) => m.isStatic() === entity.isStatic() && m.getType()
|
|
38532
|
+
const implementation = typeImplementation.getMembers().getDereferenceOperators().find((m) => m.isStatic() === entity.isStatic() && this.areEqualTypes(m.getType(), entity.getType()));
|
|
38533
38533
|
if (implementation === void 0) {
|
|
38534
38534
|
this.reportTypeDoesNotContainImplementationDiagnostic(entity, typeImplementation);
|
|
38535
38535
|
} else {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import {
|
|
2
2
|
Compiler
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-NYUW7OAM.js";
|
|
4
4
|
import {
|
|
5
5
|
ArtelVersion,
|
|
6
6
|
Cached,
|
|
@@ -15,7 +15,7 @@ import {
|
|
|
15
15
|
__async,
|
|
16
16
|
performanceMeasurementStageNames,
|
|
17
17
|
performanceMeasurementStages
|
|
18
|
-
} from "./chunk-
|
|
18
|
+
} from "./chunk-IQ4WP3GU.js";
|
|
19
19
|
|
|
20
20
|
// source/executor/FileSystemUri.ts
|
|
21
21
|
import { platform } from "os";
|