@artel/artc 0.9.26031-pre-release → 0.9.26033-pre-release
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 +3525 -3545
- package/build/{chunk-A7WD4M7R.js → chunk-FAF5KHMI.js} +1 -1
- package/build/{chunk-2XDC24ZX.js → chunk-MO23BKVZ.js} +3722 -3425
- package/build/{chunk-L57KVKKH.js → chunk-OSAQODOI.js} +2 -2
- package/build/types/analysis/AccessedFunction.d.ts +4 -4
- package/build/types/analysis/Analyzer.d.ts +7 -8
- package/build/types/analysis/SubstitutedFunction.d.ts +3 -3
- package/build/types/analysis/WellKnownDeclarations.d.ts +196 -112
- package/build/types/analysis/a/ModifierFlags.d.ts +1 -1
- package/build/types/analysis/a/SourceFileAnalyzer.d.ts +1 -1
- package/build/types/analysis/m/Analyzer.d.ts +0 -1
- package/build/types/analysis/m/CallExpressionMeaning.d.ts +2 -1
- package/build/types/diagnostic/DiagnosticCode.d.ts +33 -32
- package/build/types/emitter/Entities.d.ts +3 -3
- package/build/types/emitter/IrBuilderM.d.ts +0 -2
- package/build/types/emitter/IrFactory.d.ts +3 -3
- package/build/types/entities/TypeEntity.d.ts +1 -1
- package/build/types/entities/TypeMemberEntity.d.ts +3 -3
- package/build/types/entities/interfaces/DereferenceOperatorEntity.d.ts +4 -4
- package/build/types/entities/interfaces/FunctionEntity.d.ts +4 -4
- package/build/types/entities/interfaces/IndexerEntity.d.ts +4 -4
- package/build/types/entities/interfaces/StructuredTypeEntity.d.ts +1 -1
- package/build/types/entities/interfaces/VariableEntity.d.ts +4 -4
- package/build/types/entities/interfaces/a/DestructorEntityA.d.ts +1 -1
- package/build/types/entities/interfaces/a/NamedConstructorEntityA.d.ts +1 -1
- package/build/types/entities/interfaces/a/OrdinaryConstructorEntityA.d.ts +1 -1
- package/build/types/entities/interfaces/m/DestructorEntityM.d.ts +1 -1
- package/build/types/entities/interfaces/m/OrdinaryConstructorEntityM.d.ts +2 -2
- package/build/types/entities/intrinsic/IntrinsicConstructorEntity.d.ts +4 -4
- package/build/types/entities/intrinsic/IntrinsicFunctionEntity.d.ts +5 -5
- package/build/types/entities/intrinsic/IntrinsicStructuredTypeEntity.d.ts +1 -1
- package/build/types/entities/intrinsic/IntrinsicTypeParameterEntity.d.ts +2 -2
- package/build/types/entities/intrinsic/IntrinsicVariableEntity.d.ts +7 -7
- package/build/types/entities/source/a/SourceConstructorEntity.d.ts +4 -4
- package/build/types/entities/source/a/SourceDereferenceOperatorEntity.d.ts +3 -3
- package/build/types/entities/source/a/SourceDestructorEntity.d.ts +2 -2
- package/build/types/entities/source/a/SourceFunctionEntity.d.ts +6 -6
- package/build/types/entities/source/a/SourceGetterEntity.d.ts +9 -9
- package/build/types/entities/source/a/SourceIndexerEntity.d.ts +3 -3
- package/build/types/entities/source/a/SourceSetterEntity.d.ts +9 -9
- package/build/types/entities/source/a/SourceStructuredTypeEntity.d.ts +3 -3
- package/build/types/entities/source/a/SourceVariableEntity.d.ts +9 -9
- package/build/types/entities/source/m/SourceConstructorEntity.d.ts +4 -4
- package/build/types/entities/source/m/SourceDestructorEntity.d.ts +2 -2
- package/build/types/entities/source/m/SourceFunctionEntity.d.ts +9 -9
- package/build/types/entities/source/m/SourceGetterEntity.d.ts +9 -9
- package/build/types/entities/source/m/SourceIndexerEntity.d.ts +3 -3
- package/build/types/entities/source/m/SourceSetterEntity.d.ts +9 -9
- package/build/types/entities/source/m/SourceStructuredTypeEntity.d.ts +2 -2
- package/build/types/entities/source/m/SourceVariableEntity.d.ts +15 -15
- package/build/types/entities/translated/TranslatedDereferenceOperatorEntity.d.ts +3 -3
- package/build/types/entities/translated/TranslatedFunctionEntity.d.ts +3 -3
- package/build/types/entities/translated/TranslatedIndexerEntity.d.ts +3 -3
- package/build/types/entities/translated/TranslatedStructuredTypeEntity.d.ts +3 -3
- package/build/types/entities/translated/TranslatedTypeMemberAccessorEntity.d.ts +2 -2
- package/build/types/entities/translated/TranslatedVariableEntity.d.ts +3 -3
- package/build/types/project/CompilationLoader.d.ts +1 -2
- package/build/types/services/m/CompletionService.d.ts +1 -1
- package/build/types/tree/a/KeywordKind.d.ts +21 -21
- package/build/types/tree/a/Nodes.d.ts +1 -1
- package/build/types/tree/a/SyntaxToCode.d.ts +2 -2
- package/build/types/tree/m/NodeKind.d.ts +140 -141
- package/build/types/tree/m/Nodes.d.ts +27 -33
- package/build/types/tree/m/SyntaxToCode.d.ts +2 -2
- package/build/types/tree/m/WellKnownTagFlags.d.ts +1 -1
- package/build/types/ts-interop/Entities.d.ts +16 -45
- package/build/types/ts-interop/TsInteropContext.d.ts +3 -0
- package/build/types/ts-interop/TsTypeMembersCreator.d.ts +2 -7
- package/build/types/ts-interop/TypeEntities.d.ts +5 -5
- package/build/types/types/AliasType.d.ts +3 -1
- package/build/types/types/ExtensionType.d.ts +1 -1
- package/build/types/types/FunctionType.d.ts +1 -1
- package/build/types/types/IntersectionType.d.ts +1 -1
- package/build/types/types/ParameterType.d.ts +1 -1
- package/build/types/types/ReducedType.d.ts +1 -1
- package/build/types/types/StandardTypes.d.ts +72 -31
- package/build/types/types/StructuredType.d.ts +2 -2
- package/build/types/types/SubstitutionStubType.d.ts +1 -1
- package/build/types/types/Substitutions.d.ts +1 -1
- package/build/types/types/Type.d.ts +3 -1
- package/build/types/types/TypeMembers.d.ts +5 -5
- package/build/types/types/UnionType.d.ts +1 -1
- package/build/types/types/UnresolvedType.d.ts +1 -1
- package/build/types/types/VariantType.d.ts +1 -1
- 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-OSAQODOI.js";
|
|
5
|
+
import "./chunk-FAF5KHMI.js";
|
|
6
6
|
import {
|
|
7
7
|
__async
|
|
8
|
-
} from "./chunk-
|
|
8
|
+
} from "./chunk-MO23BKVZ.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-FAF5KHMI.js";
|
|
4
4
|
import {
|
|
5
5
|
AccessKind,
|
|
6
6
|
AccessedFunction_entity,
|
|
@@ -309,7 +309,7 @@ import {
|
|
|
309
309
|
withoutQuotes,
|
|
310
310
|
withoutTemplateQuotes,
|
|
311
311
|
yieldTask
|
|
312
|
-
} from "../chunk-
|
|
312
|
+
} from "../chunk-MO23BKVZ.js";
|
|
313
313
|
export {
|
|
314
314
|
AccessKind,
|
|
315
315
|
AccessedFunction_entity,
|
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-OSAQODOI.js";
|
|
10
|
+
import "../chunk-FAF5KHMI.js";
|
|
11
|
+
import "../chunk-MO23BKVZ.js";
|
|
12
12
|
export {
|
|
13
13
|
CommandLineCompiler,
|
|
14
14
|
FileSystemUri,
|