@artel/artc 0.6.25225 → 0.6.25227
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 +10 -56
- package/build/api/ApiNodeJS.js +3 -3
- package/build/api/ApiServices.js +397 -316
- package/build/{chunk-Z6TZA6SN.js → chunk-74TFH7TE.js} +3 -3
- package/build/{chunk-TFTCV5R5.js → chunk-NOECPQMV.js} +6157 -5620
- package/build/{chunk-UB6LHKS5.js → chunk-VD6OPILI.js} +3 -3
- package/build/types/analysis/Analyzer.d.ts +24 -70
- package/build/types/analysis/AssignmentChecker.d.ts +11 -0
- package/build/types/analysis/CallExpressionMeaning.d.ts +2 -0
- package/build/types/analysis/DiagnosticCollector.d.ts +6 -3
- package/build/types/analysis/IdentifierExpressionMeaning.d.ts +6 -6
- package/build/types/analysis/IndexedAccessExpressionMeaning.d.ts +3 -3
- package/build/types/analysis/MemberAccessExpressionMeaning.d.ts +9 -9
- package/build/types/analysis/NamedTypeResolver.d.ts +3 -2
- package/build/types/analysis/NamedTypeSpecifierResolver.d.ts +3 -2
- package/build/types/analysis/NodeTypeUtils.d.ts +3 -2
- package/build/types/analysis/TagMeaning.d.ts +3 -2
- package/build/types/analysis/TypeMemberLookup.d.ts +11 -11
- package/build/types/analysis/TypeNarrower.d.ts +0 -69
- package/build/types/analysis/control-flow/GraphBuilder.d.ts +1 -0
- package/build/types/analysis/control-flow/NarrowableReference.d.ts +73 -0
- package/build/types/analysis/control-flow/Nodes.d.ts +9 -0
- package/build/types/analysis/control-flow/index.d.ts +1 -0
- package/build/types/analysis/semantic-context/Declarations.d.ts +117 -0
- package/build/types/analysis/semantic-context/FieldWithInitializerSemanticContext.d.ts +22 -0
- package/build/types/analysis/semantic-context/SemanticContext.d.ts +13 -0
- package/build/types/analysis/semantic-context/SemanticContextBase.d.ts +168 -0
- package/build/types/analysis/semantic-context/SemanticContextBasedEntityHidingMatcher.d.ts +14 -0
- package/build/types/analysis/semantic-context/SemanticContextBuilder.d.ts +84 -0
- package/build/types/analysis/semantic-context/SemanticContextValidatingNameConflicts.d.ts +124 -0
- package/build/types/analysis/semantic-context/SemanticContextWithParent.d.ts +9 -0
- package/build/types/analysis/semantic-context/SourceFileSemanticContext.d.ts +42 -0
- package/build/types/analysis/semantic-context/SpecialLocalDeclarationsBuilder.d.ts +23 -0
- package/build/types/analysis/semantic-context/SubprogramSemanticContext.d.ts +122 -0
- package/build/types/analysis/semantic-context/TypeSemanticContext.d.ts +109 -0
- package/build/types/analysis/semantic-context/index.d.ts +9 -0
- package/build/types/api/Api.d.ts +3 -5
- package/build/types/common/Errors.d.ts +2 -0
- package/build/types/common/Lazy.d.ts +4 -0
- package/build/types/common/Query.d.ts +2 -1
- package/build/types/common/WithDiagnostics.d.ts +4 -3
- package/build/types/common/index.d.ts +1 -0
- package/build/types/diagnostic/DiagnosticCode.d.ts +105 -99
- package/build/types/emitter/IrBuilder.d.ts +1 -0
- package/build/types/emitter/Transformer.d.ts +1 -1
- package/build/types/entities/FunctionEntity.d.ts +2 -2
- package/build/types/entities/VariableEntity.d.ts +35 -19
- package/build/types/services/DefinitionService.d.ts +3 -0
- package/build/types/tree/KeywordKind.d.ts +31 -30
- package/build/types/tree/NodeKind.d.ts +81 -80
- package/build/types/tree/green/Nodes.d.ts +40 -18
- package/build/types/tree/red/Nodes.d.ts +31 -15
- package/build/types/types/TypeFactory.d.ts +0 -2
- package/package.json +1 -1
- package/build/types/analysis/Lookup.d.ts +0 -28
- package/build/types/analysis/Scope.d.ts +0 -205
- package/build/types/analysis/SemanticContext.d.ts +0 -367
- package/build/types/analysis/SemanticContextBuilder.d.ts +0 -59
- package/build/types/analysis/StatementBlockScopeBuilder.d.ts +0 -26
@@ -10,7 +10,7 @@ import {
|
|
10
10
|
WellKnownDeclarationsLoadError,
|
11
11
|
__async,
|
12
12
|
createTsInteropInputsForCompilation
|
13
|
-
} from "./chunk-
|
13
|
+
} from "./chunk-NOECPQMV.js";
|
14
14
|
|
15
15
|
// source/executor/Compiler.ts
|
16
16
|
var Compiler = class {
|
@@ -69,7 +69,7 @@ var Compiler = class {
|
|
69
69
|
return __async(this, null, function* () {
|
70
70
|
if (analyzer.compilation.mainPackage === void 0) {
|
71
71
|
_diagnostics?.addDiagnostic(new Diagnostic(DiagnosticData.withCode(
|
72
|
-
|
72
|
+
303 /* ProgramWithoutMainPackageCannotBeCompiled */
|
73
73
|
), void 0));
|
74
74
|
return void 0;
|
75
75
|
}
|
@@ -83,7 +83,7 @@ var Compiler = class {
|
|
83
83
|
return __async(this, null, function* () {
|
84
84
|
if (analyzer.compilation.mainPackage === void 0) {
|
85
85
|
_diagnostics?.addDiagnostic(new Diagnostic(DiagnosticData.withCode(
|
86
|
-
|
86
|
+
303 /* ProgramWithoutMainPackageCannotBeCompiled */
|
87
87
|
), void 0));
|
88
88
|
return "";
|
89
89
|
}
|