@teambit/typescript 1.0.1082 → 1.0.1084
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.
|
@@ -31,7 +31,7 @@ export declare class CheckTypesCmd implements Command {
|
|
|
31
31
|
strict: boolean;
|
|
32
32
|
}): Promise<{
|
|
33
33
|
code: number;
|
|
34
|
-
data: import("@teambit/ts-server/dist/ts-server-client").DiagnosticData[];
|
|
34
|
+
data: import("@teambit/ts-server/dist/ts-server-client.js").DiagnosticData[];
|
|
35
35
|
}>;
|
|
36
36
|
private runDiagnosticOnTsServer;
|
|
37
37
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import * as compositions_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.typescript_typescript@1.0.
|
|
2
|
-
import * as overview_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.typescript_typescript@1.0.
|
|
1
|
+
import * as compositions_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.typescript_typescript@1.0.1084/dist/typescript.composition.js';
|
|
2
|
+
import * as overview_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.typescript_typescript@1.0.1084/dist/typescript.docs.mdx';
|
|
3
3
|
|
|
4
4
|
export const compositions = [compositions_0];
|
|
5
5
|
export const overview = [overview_0];
|
|
@@ -11,5 +11,5 @@ export declare class TypeOperatorTransformer implements SchemaTransformer {
|
|
|
11
11
|
predicate(node: Node): boolean;
|
|
12
12
|
getIdentifiers(): Promise<Identifier[]>;
|
|
13
13
|
transform(node: TypeOperatorNode, context: SchemaExtractorContext): Promise<TypeOperatorSchema>;
|
|
14
|
-
getOperatorName(operator: SyntaxKind.KeyOfKeyword | SyntaxKind.UniqueKeyword | SyntaxKind.ReadonlyKeyword): "
|
|
14
|
+
getOperatorName(operator: SyntaxKind.KeyOfKeyword | SyntaxKind.UniqueKeyword | SyntaxKind.ReadonlyKeyword): "keyof" | "readonly" | "unique";
|
|
15
15
|
}
|
|
@@ -112,7 +112,7 @@ export declare class TypescriptMain {
|
|
|
112
112
|
private onComponentChange;
|
|
113
113
|
static runtime: import("@teambit/harmony").RuntimeDefinition;
|
|
114
114
|
static dependencies: import("@teambit/harmony").Aspect[];
|
|
115
|
-
static slots: (((registerFn: () => string) => SlotRegistry<
|
|
115
|
+
static slots: (((registerFn: () => string) => SlotRegistry<SchemaNodeTransformer[]>) | ((registerFn: () => string) => SlotRegistry<SchemaTransformer[]>))[];
|
|
116
116
|
static provider([schema, loggerExt, aspectLoader, workspace, cli, depResolver, envs, watcher, scope, builder]: [
|
|
117
117
|
SchemaMain,
|
|
118
118
|
LoggerMain,
|
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@teambit/typescript",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.1084",
|
|
4
4
|
"homepage": "https://bit.cloud/teambit/typescript/typescript",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"componentId": {
|
|
7
7
|
"scope": "teambit.typescript",
|
|
8
8
|
"name": "typescript",
|
|
9
|
-
"version": "1.0.
|
|
9
|
+
"version": "1.0.1084"
|
|
10
10
|
},
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"lodash": "4.17.21",
|
|
@@ -16,28 +16,28 @@
|
|
|
16
16
|
"get-tsconfig": "4.2.0",
|
|
17
17
|
"minimatch": "3.0.5",
|
|
18
18
|
"fs-extra": "10.0.0",
|
|
19
|
-
"@teambit/typescript.typescript-compiler": "5.0.1",
|
|
20
|
-
"@teambit/harmony": "0.4.12",
|
|
21
|
-
"@teambit/compiler": "1.0.1082",
|
|
22
19
|
"@teambit/legacy.utils": "0.0.47",
|
|
23
20
|
"@teambit/typescript.modules.ts-config-mutator": "0.0.96",
|
|
24
|
-
"@teambit/
|
|
21
|
+
"@teambit/typescript.typescript-compiler": "5.0.1",
|
|
25
22
|
"@teambit/component.sources": "0.0.194",
|
|
26
|
-
"@teambit/component": "1.0.1082",
|
|
27
|
-
"@teambit/dependency-resolver": "1.0.1082",
|
|
28
|
-
"@teambit/formatter": "1.0.1082",
|
|
29
23
|
"@teambit/semantics.entities.semantic-schema": "0.0.112",
|
|
30
|
-
"@teambit/ts-server": "0.0.
|
|
31
|
-
"@teambit/
|
|
32
|
-
"@teambit/envs": "1.0.1082",
|
|
24
|
+
"@teambit/ts-server": "0.0.90",
|
|
25
|
+
"@teambit/harmony": "0.4.12",
|
|
33
26
|
"@teambit/logger": "0.0.1452",
|
|
34
|
-
"@teambit/schema": "1.0.1082",
|
|
35
|
-
"@teambit/scope": "1.0.1082",
|
|
36
|
-
"@teambit/workspace": "1.0.1082",
|
|
37
27
|
"@teambit/cli": "0.0.1359",
|
|
38
|
-
"@teambit/
|
|
39
|
-
"@teambit/
|
|
40
|
-
"@teambit/
|
|
28
|
+
"@teambit/legacy.constants": "0.0.39",
|
|
29
|
+
"@teambit/compiler": "1.0.1084",
|
|
30
|
+
"@teambit/builder": "1.0.1084",
|
|
31
|
+
"@teambit/component": "1.0.1084",
|
|
32
|
+
"@teambit/dependency-resolver": "1.0.1084",
|
|
33
|
+
"@teambit/formatter": "1.0.1084",
|
|
34
|
+
"@teambit/aspect-loader": "1.0.1084",
|
|
35
|
+
"@teambit/envs": "1.0.1084",
|
|
36
|
+
"@teambit/schema": "1.0.1084",
|
|
37
|
+
"@teambit/scope": "1.0.1084",
|
|
38
|
+
"@teambit/workspace": "1.0.1084",
|
|
39
|
+
"@teambit/pkg": "1.0.1084",
|
|
40
|
+
"@teambit/watcher": "1.0.1084"
|
|
41
41
|
},
|
|
42
42
|
"devDependencies": {
|
|
43
43
|
"@types/lodash": "4.14.165",
|