@artel/artc 0.6.25270 → 0.6.25271
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-YNG6354X.js → chunk-LD2OIYWC.js} +5 -5
- package/build/{chunk-CIXNKLFU.js → chunk-MMSDQCD5.js} +1 -1
- package/build/{chunk-EL5SZYID.js → chunk-NLPXNTAI.js} +2 -2
- package/build/types/analysis/Analyzer.d.ts +1 -1
- package/build/types/analysis/{Tags.d.ts → Tag.d.ts} +3 -3
- package/build/types/analysis/Utils.d.ts +1 -1
- package/build/types/api/Api.d.ts +1 -1
- package/build/types/entities/AliasTypeEntity.d.ts +1 -1
- package/build/types/entities/ConstructorEntity.d.ts +1 -1
- package/build/types/entities/DereferenceOperatorEntity.d.ts +1 -1
- package/build/types/entities/DestructorEntity.d.ts +1 -1
- package/build/types/entities/FunctionEntity.d.ts +1 -1
- package/build/types/entities/FunctionTypeEntity.d.ts +1 -1
- package/build/types/entities/GetterEntity.d.ts +1 -1
- package/build/types/entities/IEntity.d.ts +1 -1
- package/build/types/entities/IndexerEntity.d.ts +1 -1
- package/build/types/entities/OperatorEntity.d.ts +1 -1
- package/build/types/entities/PackageAliasEntity.d.ts +1 -1
- package/build/types/entities/PackageEntity.d.ts +1 -1
- package/build/types/entities/SetterEntity.d.ts +1 -1
- package/build/types/entities/StructuredTypeEntity.d.ts +1 -1
- package/build/types/entities/TextTranslationEntity.d.ts +1 -1
- package/build/types/entities/TypeEntity.d.ts +1 -1
- package/build/types/entities/TypeExtensionEntity.d.ts +1 -1
- package/build/types/entities/TypeParameterEntity.d.ts +1 -1
- package/build/types/entities/VariableEntity.d.ts +1 -1
- package/build/types/entities/VariantTypeEntity.d.ts +1 -1
- package/build/types/entities/translated/TranslatedAliasTypeEntity.d.ts +1 -1
- package/build/types/entities/translated/TranslatedConstructorEntity.d.ts +1 -1
- package/build/types/entities/translated/TranslatedDereferenceOperatorEntity.d.ts +1 -1
- package/build/types/entities/translated/TranslatedDestructorEntity.d.ts +1 -1
- package/build/types/entities/translated/TranslatedFunctionEntity.d.ts +1 -1
- package/build/types/entities/translated/TranslatedFunctionTypeEntity.d.ts +1 -1
- package/build/types/entities/translated/TranslatedGetterEntity.d.ts +1 -1
- package/build/types/entities/translated/TranslatedIndexerEntity.d.ts +1 -1
- package/build/types/entities/translated/TranslatedOperatorEntity.d.ts +1 -1
- package/build/types/entities/translated/TranslatedPackageEntity.d.ts +1 -1
- package/build/types/entities/translated/TranslatedSetterEntity.d.ts +1 -1
- package/build/types/entities/translated/TranslatedStructuredTypeEntity.d.ts +1 -1
- package/build/types/entities/translated/TranslatedTypeExtensionEntity.d.ts +1 -1
- package/build/types/entities/translated/TranslatedTypeParameterEntity.d.ts +1 -1
- package/build/types/entities/translated/TranslatedVariableEntity.d.ts +1 -1
- package/build/types/entities/translated/TranslatedVariantTypeEntity.d.ts +1 -1
- package/build/types/ts-interop/Entities.d.ts +1 -1
- package/build/types/ts-interop/TsInteropContext.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-NLPXNTAI.js";
|
|
5
|
+
import "./chunk-MMSDQCD5.js";
|
|
6
6
|
import {
|
|
7
7
|
__async
|
|
8
|
-
} from "./chunk-
|
|
8
|
+
} from "./chunk-LD2OIYWC.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-MMSDQCD5.js";
|
|
4
4
|
import {
|
|
5
5
|
AccessKind,
|
|
6
6
|
AccessedFunctionParameter,
|
|
@@ -343,7 +343,7 @@ import {
|
|
|
343
343
|
withoutQuotes,
|
|
344
344
|
withoutTemplateQuotes,
|
|
345
345
|
yieldExecution
|
|
346
|
-
} from "../chunk-
|
|
346
|
+
} from "../chunk-LD2OIYWC.js";
|
|
347
347
|
export {
|
|
348
348
|
AccessKind,
|
|
349
349
|
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-NLPXNTAI.js";
|
|
10
|
+
import "../chunk-MMSDQCD5.js";
|
|
11
|
+
import "../chunk-LD2OIYWC.js";
|
|
12
12
|
export {
|
|
13
13
|
CommandLineCompiler,
|
|
14
14
|
FileSystemUri,
|
package/build/api/ApiServices.js
CHANGED
|
@@ -702,7 +702,7 @@ var UniqueWithComparatorQuery = class extends Query {
|
|
|
702
702
|
};
|
|
703
703
|
|
|
704
704
|
// source/common/Constants.ts
|
|
705
|
-
var ArtelVersion = true ? "0.6.
|
|
705
|
+
var ArtelVersion = true ? "0.6.25271" : "";
|
|
706
706
|
var ArtelSourceFileExtensions = [".\u0430\u0440\u0442", ".\u0430\u0440\u0442\u0435\u043B\u044C", ".art", ".artel"];
|
|
707
707
|
var ArtelSourceFileExtensionSet = new Set(ArtelSourceFileExtensions);
|
|
708
708
|
var ArtelSourceAndConfigurationFileExtensionSet = new Set(ArtelSourceFileExtensionSet).add(".json");
|
|
@@ -9595,7 +9595,7 @@ function unaliasType(type) {
|
|
|
9595
9595
|
return type;
|
|
9596
9596
|
}
|
|
9597
9597
|
function findTag(tagEntity, tags) {
|
|
9598
|
-
return tags.find((t) => t.
|
|
9598
|
+
return tags.find((t) => t.entity.getOriginalEntity() === tagEntity.getOriginalEntity());
|
|
9599
9599
|
}
|
|
9600
9600
|
function getRequiredTypeParameterCount(typeParameters) {
|
|
9601
9601
|
let requiredParameterCount = 0;
|
|
@@ -11682,7 +11682,7 @@ var FunctionTypeBodyDisplayParts = class {
|
|
|
11682
11682
|
}
|
|
11683
11683
|
};
|
|
11684
11684
|
|
|
11685
|
-
// source/analysis/
|
|
11685
|
+
// source/analysis/Tag.ts
|
|
11686
11686
|
var TagBase = class {
|
|
11687
11687
|
constructor(argumentByParameter) {
|
|
11688
11688
|
this.argumentByNameKey_ = new Cached();
|
|
@@ -11704,7 +11704,7 @@ var TagType = class extends TagBase {
|
|
|
11704
11704
|
this.typeEntity = typeEntity;
|
|
11705
11705
|
this.constructor_ = constructor_;
|
|
11706
11706
|
}
|
|
11707
|
-
get
|
|
11707
|
+
get entity() {
|
|
11708
11708
|
return this.typeEntity;
|
|
11709
11709
|
}
|
|
11710
11710
|
};
|
|
@@ -11714,7 +11714,7 @@ var TagFunction = class extends TagBase {
|
|
|
11714
11714
|
this.kind = "function";
|
|
11715
11715
|
this.func = func;
|
|
11716
11716
|
}
|
|
11717
|
-
get
|
|
11717
|
+
get entity() {
|
|
11718
11718
|
return this.func.getEntity();
|
|
11719
11719
|
}
|
|
11720
11720
|
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import {
|
|
2
2
|
Compiler
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-MMSDQCD5.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-LD2OIYWC.js";
|
|
18
18
|
|
|
19
19
|
// source/executor/FileSystemUri.ts
|
|
20
20
|
import { platform } from "os";
|
|
@@ -33,7 +33,7 @@ import * as objectExpressionMeaning from './ObjectExpressionMeaning.js';
|
|
|
33
33
|
import { OwnAndBaseConstructorCallsCheckResult } from './OwnAndBaseConstructorCallsChecker.js';
|
|
34
34
|
import { SourceFileMembers } from './SourceFileMembers.js';
|
|
35
35
|
import * as tagMeaning from './TagMeaning.js';
|
|
36
|
-
import * as tags from './
|
|
36
|
+
import * as tags from './Tag.js';
|
|
37
37
|
import { TypeMemberImplementationCheckResult } from './TypeMemberImplementationChecker.js';
|
|
38
38
|
import * as controlFlow from './control-flow/index.js';
|
|
39
39
|
import { WellKnownDeclarations } from './index.js';
|
|
@@ -6,7 +6,7 @@ declare abstract class TagBase {
|
|
|
6
6
|
readonly argumentByParameter: ReadonlyMap<ParameterEntity, TagArgument>;
|
|
7
7
|
private readonly argumentByNameKey_;
|
|
8
8
|
get argumentByNameKey(): ReadonlyMap<string, TagArgument>;
|
|
9
|
-
abstract get
|
|
9
|
+
abstract get entity(): TypeEntity | FunctionEntity;
|
|
10
10
|
constructor(argumentByParameter: ReadonlyMap<ParameterEntity, TagArgument>);
|
|
11
11
|
}
|
|
12
12
|
export declare class TagType extends TagBase {
|
|
@@ -14,13 +14,13 @@ export declare class TagType extends TagBase {
|
|
|
14
14
|
readonly type: types.Type;
|
|
15
15
|
readonly typeEntity: TypeEntity;
|
|
16
16
|
readonly constructor_: types.Constructor;
|
|
17
|
-
get
|
|
17
|
+
get entity(): TypeEntity | FunctionEntity;
|
|
18
18
|
constructor(type: types.Type, typeEntity: TypeEntity, constructor_: types.Constructor, argumentByParameter: ReadonlyMap<ParameterEntity, TagArgument>);
|
|
19
19
|
}
|
|
20
20
|
export declare class TagFunction extends TagBase {
|
|
21
21
|
readonly kind = "function";
|
|
22
22
|
readonly func: AccessedFunction;
|
|
23
|
-
get
|
|
23
|
+
get entity(): TypeEntity | FunctionEntity;
|
|
24
24
|
constructor(func: AccessedFunction, argumentByParameter: ReadonlyMap<ParameterEntity, TagArgument>);
|
|
25
25
|
}
|
|
26
26
|
export type TagArgument = TagArgument_string | TagArgument_numeric | TagArgument_boolean | TagArgument_invalid;
|
|
@@ -2,7 +2,7 @@ import { Entity, FunctionEntity, TypeEntity, TypeParameterEntity, VariableEntity
|
|
|
2
2
|
import * as tree from '../tree/index.js';
|
|
3
3
|
import * as types from '../types/index.js';
|
|
4
4
|
import { PackageNameTreeNode } from './ImportedPackageNameTree.js';
|
|
5
|
-
import { Tag, TagFunction, TagType } from './
|
|
5
|
+
import { Tag, TagFunction, TagType } from './Tag.js';
|
|
6
6
|
type TextToken = tree.Token<tree.TokenKind.TextLiteral> | tree.Token<tree.TokenKind.TextTemplateHead> | tree.Token<tree.TokenKind.TextTemplatePart> | tree.Token<tree.TokenKind.TextTemplateTail>;
|
|
7
7
|
export declare function getUnescapedTextFromTextToken(token: TextToken): string;
|
|
8
8
|
export declare function unwrapParenthesizedExpressions(expression: tree.Expression): tree.Expression;
|
package/build/types/api/Api.d.ts
CHANGED
|
@@ -20,7 +20,7 @@ export * from '../analysis/SourceFileMembers.js';
|
|
|
20
20
|
export * from '../analysis/SourcePackageDependencyGraph.js';
|
|
21
21
|
export * from '../analysis/SubstitutedFunction.js';
|
|
22
22
|
export type { Meaning as TagMeaning } from '../analysis/TagMeaning.js';
|
|
23
|
-
export * from '../analysis/
|
|
23
|
+
export * from '../analysis/Tag.js';
|
|
24
24
|
export * from '../analysis/Translation.js';
|
|
25
25
|
export * from '../analysis/TypeMemberLookup.js';
|
|
26
26
|
export * from '../analysis/Utils.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Tag } from '../analysis/
|
|
1
|
+
import { Tag } from '../analysis/Tag.js';
|
|
2
2
|
import { Translation } from '../analysis/Translation.js';
|
|
3
3
|
import { Analyzer } from '../analysis/index.js';
|
|
4
4
|
import { Name, PackageDialect, PackageLocale } from '../common/index.js';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Analyzer } from '../analysis/index.js';
|
|
2
|
-
import { Tag } from '../analysis/
|
|
2
|
+
import { Tag } from '../analysis/Tag.js';
|
|
3
3
|
import { Translation } from '../analysis/Translation.js';
|
|
4
4
|
import { PackageDialect, PackageLocale } from '../common/index.js';
|
|
5
5
|
import { DereferencedVariableGetterDeclaration, DereferencedVariableSetterDeclaration } from '../tree/index.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Tag } from '../analysis/
|
|
1
|
+
import { Tag } from '../analysis/Tag.js';
|
|
2
2
|
import { Translation } from '../analysis/Translation.js';
|
|
3
3
|
import { Analyzer } from '../analysis/index.js';
|
|
4
4
|
import { Name, PackageDialect, PackageLocale } from '../common/index.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Tag } from '../analysis/
|
|
1
|
+
import { Tag } from '../analysis/Tag.js';
|
|
2
2
|
import { Translation } from '../analysis/Translation.js';
|
|
3
3
|
import { Analyzer } from '../analysis/index.js';
|
|
4
4
|
import { Name, PackageDialect, PackageLocale } from '../common/index.js';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Analyzer } from '../analysis/index.js';
|
|
2
2
|
import { GetterDeclaration } from '../analysis/NodeTypeUtils.js';
|
|
3
|
-
import { Tag } from '../analysis/
|
|
3
|
+
import { Tag } from '../analysis/Tag.js';
|
|
4
4
|
import { Translation } from '../analysis/Translation.js';
|
|
5
5
|
import { PackageDialect, PackageLocale } from '../common/index.js';
|
|
6
6
|
import { DereferencedVariableGetterDeclaration, FieldGetterDeclaration, IndexedElementGetterDeclaration, PackageVariableGetterDeclaration } from '../tree/index.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Tag } from '../analysis/
|
|
1
|
+
import { Tag } from '../analysis/Tag.js';
|
|
2
2
|
import { Translation } from '../analysis/Translation.js';
|
|
3
3
|
import { PackageDialect, PackageLocale } from '../common/index.js';
|
|
4
4
|
import { EntityKind, PackageEntity } from './index.js';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Analyzer } from '../analysis/index.js';
|
|
2
|
-
import { Tag } from '../analysis/
|
|
2
|
+
import { Tag } from '../analysis/Tag.js';
|
|
3
3
|
import { Translation } from '../analysis/Translation.js';
|
|
4
4
|
import { PackageDialect, PackageLocale } from '../common/index.js';
|
|
5
5
|
import { IndexedElementGetterDeclaration, IndexedElementSetterDeclaration } from '../tree/index.js';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Analyzer } from '../analysis/index.js';
|
|
2
|
-
import { Tag } from '../analysis/
|
|
2
|
+
import { Tag } from '../analysis/Tag.js';
|
|
3
3
|
import { Translation } from '../analysis/Translation.js';
|
|
4
4
|
import { PackageDialect, PackageLocale } from '../common/index.js';
|
|
5
5
|
import * as tree from '../tree/index.js';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Analyzer } from '../analysis/index.js';
|
|
2
|
-
import { Tag } from '../analysis/
|
|
2
|
+
import { Tag } from '../analysis/Tag.js';
|
|
3
3
|
import { Translation } from '../analysis/Translation.js';
|
|
4
4
|
import { Name, PackageDialect, PackageLocale } from '../common/index.js';
|
|
5
5
|
import type { Identifier } from '../tree/index.js';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Analyzer } from '../analysis/index.js';
|
|
2
|
-
import { Tag } from '../analysis/
|
|
2
|
+
import { Tag } from '../analysis/Tag.js';
|
|
3
3
|
import { Translation } from '../analysis/Translation.js';
|
|
4
4
|
import { PackageDialect, PackageLocale } from '../common/index.js';
|
|
5
5
|
import type { JavaScriptImplementationConfig, SourcePackage } from '../project/index.js';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Analyzer } from '../analysis/index.js';
|
|
2
2
|
import { SetterDeclaration } from '../analysis/NodeTypeUtils.js';
|
|
3
|
-
import { Tag } from '../analysis/
|
|
3
|
+
import { Tag } from '../analysis/Tag.js';
|
|
4
4
|
import { Translation } from '../analysis/Translation.js';
|
|
5
5
|
import { PackageDialect, PackageLocale } from '../common/index.js';
|
|
6
6
|
import { DereferencedVariableSetterDeclaration, FieldSetterDeclaration, IndexedElementSetterDeclaration, PackageVariableSetterDeclaration } from '../tree/index.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Tag } from '../analysis/
|
|
1
|
+
import { Tag } from '../analysis/Tag.js';
|
|
2
2
|
import { Translation } from '../analysis/Translation.js';
|
|
3
3
|
import { Analyzer } from '../analysis/index.js';
|
|
4
4
|
import { Name, PackageDialect, PackageLocale } from '../common/index.js';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Analyzer } from '../analysis/index.js';
|
|
2
|
-
import { Tag } from '../analysis/
|
|
2
|
+
import { Tag } from '../analysis/Tag.js';
|
|
3
3
|
import { Translation } from '../analysis/Translation.js';
|
|
4
4
|
import { PackageDialect, PackageLocale } from '../common/index.js';
|
|
5
5
|
import * as tree from '../tree/index.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Tag } from '../analysis/
|
|
1
|
+
import { Tag } from '../analysis/Tag.js';
|
|
2
2
|
import { IEntity } from './IEntity.js';
|
|
3
3
|
import { AliasTypeEntity, EntityContext, EntityKind, FunctionTypeEntity, StructuredTypeEntity, TypeParameterEntity, VariantTypeEntity } from './index.js';
|
|
4
4
|
export type TypeEntity = StructuredTypeEntity | FunctionTypeEntity | VariantTypeEntity | AliasTypeEntity | TypeParameterEntity;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Analyzer } from '../analysis/index.js';
|
|
2
|
-
import { Tag } from '../analysis/
|
|
2
|
+
import { Tag } from '../analysis/Tag.js';
|
|
3
3
|
import { Translation } from '../analysis/Translation.js';
|
|
4
4
|
import { Name, PackageDialect, PackageLocale } from '../common/index.js';
|
|
5
5
|
import { TypeParameterDeclaration } from '../tree/index.js';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { SetterDeclaration, SubprogramDeclarationOrLiteral } from '../analysis/NodeTypeUtils.js';
|
|
2
|
-
import { Tag } from '../analysis/
|
|
2
|
+
import { Tag } from '../analysis/Tag.js';
|
|
3
3
|
import { Translation } from '../analysis/Translation.js';
|
|
4
4
|
import { Analyzer } from '../analysis/index.js';
|
|
5
5
|
import { Lazy, Name, PackageDialect, PackageLocale } from '../common/index.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Tag } from '../analysis/
|
|
1
|
+
import { Tag } from '../analysis/Tag.js';
|
|
2
2
|
import { Translation } from '../analysis/Translation.js';
|
|
3
3
|
import { Analyzer } from '../analysis/index.js';
|
|
4
4
|
import { Name, PackageDialect, PackageLocale } from '../common/index.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Tag } from '../../analysis/
|
|
1
|
+
import { Tag } from '../../analysis/Tag.js';
|
|
2
2
|
import { Translation } from '../../analysis/Translation.js';
|
|
3
3
|
import { Name, PackageDialect, PackageLocale } from '../../common/index.js';
|
|
4
4
|
import * as types from '../../types/index.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Tag } from '../../analysis/
|
|
1
|
+
import { Tag } from '../../analysis/Tag.js';
|
|
2
2
|
import { Translation } from '../../analysis/Translation.js';
|
|
3
3
|
import { PackageDialect, PackageLocale } from '../../common/index.js';
|
|
4
4
|
import type { ConstructorEntity, ConstructorEntityDefinition, DefaultConstructorEntityInfo } from '../ConstructorEntity.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Tag } from '../../analysis/
|
|
1
|
+
import { Tag } from '../../analysis/Tag.js';
|
|
2
2
|
import { Translation } from '../../analysis/Translation.js';
|
|
3
3
|
import { PackageDialect, PackageLocale } from '../../common/index.js';
|
|
4
4
|
import * as types from '../../types/index.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Tag } from '../../analysis/
|
|
1
|
+
import { Tag } from '../../analysis/Tag.js';
|
|
2
2
|
import { Translation } from '../../analysis/Translation.js';
|
|
3
3
|
import { PackageDialect, PackageLocale } from '../../common/index.js';
|
|
4
4
|
import type { DestructorEntity, DestructorEntityDefinition } from '../DestructorEntity.js';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Analyzer } from '../../analysis/Analyzer.js';
|
|
2
|
-
import { Tag } from '../../analysis/
|
|
2
|
+
import { Tag } from '../../analysis/Tag.js';
|
|
3
3
|
import { Translation } from '../../analysis/Translation.js';
|
|
4
4
|
import { Name, PackageDialect, PackageLocale } from '../../common/index.js';
|
|
5
5
|
import * as types from '../../types/index.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Tag } from '../../analysis/
|
|
1
|
+
import { Tag } from '../../analysis/Tag.js';
|
|
2
2
|
import { Translation } from '../../analysis/Translation.js';
|
|
3
3
|
import { Name, PackageDialect, PackageLocale } from '../../common/index.js';
|
|
4
4
|
import * as types from '../../types/Type.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Tag } from '../../analysis/
|
|
1
|
+
import { Tag } from '../../analysis/Tag.js';
|
|
2
2
|
import { Translation } from '../../analysis/Translation.js';
|
|
3
3
|
import { PackageDialect, PackageLocale } from '../../common/index.js';
|
|
4
4
|
import { Type } from '../../types/Type.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Tag } from '../../analysis/
|
|
1
|
+
import { Tag } from '../../analysis/Tag.js';
|
|
2
2
|
import { Translation } from '../../analysis/Translation.js';
|
|
3
3
|
import { PackageDialect, PackageLocale } from '../../common/index.js';
|
|
4
4
|
import * as types from '../../types/index.js';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Analyzer } from '../../analysis/Analyzer.js';
|
|
2
|
-
import { Tag } from '../../analysis/
|
|
2
|
+
import { Tag } from '../../analysis/Tag.js';
|
|
3
3
|
import { Translation } from '../../analysis/Translation.js';
|
|
4
4
|
import { PackageDialect, PackageLocale } from '../../common/index.js';
|
|
5
5
|
import * as types from '../../types/index.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Tag } from '../../analysis/
|
|
1
|
+
import { Tag } from '../../analysis/Tag.js';
|
|
2
2
|
import { Translation } from '../../analysis/Translation.js';
|
|
3
3
|
import { PackageDialect } from '../../common/PackageDialect.js';
|
|
4
4
|
import { PackageLocale } from '../../common/PackageLocale.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Tag } from '../../analysis/
|
|
1
|
+
import { Tag } from '../../analysis/Tag.js';
|
|
2
2
|
import { Translation } from '../../analysis/Translation.js';
|
|
3
3
|
import { PackageDialect, PackageLocale } from '../../common/index.js';
|
|
4
4
|
import { EntityHidingLevel } from '../EntityHiding.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Tag } from '../../analysis/
|
|
1
|
+
import { Tag } from '../../analysis/Tag.js';
|
|
2
2
|
import { Translation } from '../../analysis/Translation.js';
|
|
3
3
|
import { Name, PackageDialect, PackageLocale } from '../../common/index.js';
|
|
4
4
|
import * as types from '../../types/index.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Tag } from '../../analysis/
|
|
1
|
+
import { Tag } from '../../analysis/Tag.js';
|
|
2
2
|
import { Translation } from '../../analysis/Translation.js';
|
|
3
3
|
import { PackageDialect, PackageLocale } from '../../common/index.js';
|
|
4
4
|
import { EntityHidingLevel } from '../EntityHiding.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Tag } from '../../analysis/
|
|
1
|
+
import { Tag } from '../../analysis/Tag.js';
|
|
2
2
|
import { Translation } from '../../analysis/Translation.js';
|
|
3
3
|
import { Name, PackageDialect, PackageLocale } from '../../common/index.js';
|
|
4
4
|
import * as types from '../../types/index.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Tag } from '../../analysis/
|
|
1
|
+
import { Tag } from '../../analysis/Tag.js';
|
|
2
2
|
import { Translation } from '../../analysis/Translation.js';
|
|
3
3
|
import { Name, PackageDialect, PackageLocale } from '../../common/index.js';
|
|
4
4
|
import * as types from '../../types/index.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Tag } from '../../analysis/
|
|
1
|
+
import { Tag } from '../../analysis/Tag.js';
|
|
2
2
|
import { Translation } from '../../analysis/Translation.js';
|
|
3
3
|
import { Name, PackageDialect, PackageLocale } from '../../common/index.js';
|
|
4
4
|
import * as types from '../../types/Type.js';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import ts from 'typescript';
|
|
2
|
-
import { Tag } from '../analysis/
|
|
2
|
+
import { Tag } from '../analysis/Tag.js';
|
|
3
3
|
import { Translation } from '../analysis/Translation.js';
|
|
4
4
|
import { Lazy, Name, PackageDialect, PackageLocale } from '../common/index.js';
|
|
5
5
|
import type { PackageEntity, TextTranslationPackageEntityInfo } from '../entities/PackageEntity.js';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import ts from 'typescript';
|
|
2
2
|
import { Analyzer, WellKnownDeclarations } from '../analysis/index.js';
|
|
3
|
-
import { Tag } from '../analysis/
|
|
3
|
+
import { Tag } from '../analysis/Tag.js';
|
|
4
4
|
import { Translation } from '../analysis/Translation.js';
|
|
5
5
|
import { Name, PackageDialect, PackageLocale } from '../common/index.js';
|
|
6
6
|
import { EntityContext, EntityHidingLevel, EntityKind, InterfacePackageEntityInfo, TypeEntity, TypeEntityWithMembers } from '../entities/index.js';
|