@teambit/typescript 1.0.1083 → 1.0.1085

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.1083/dist/typescript.composition.js';
2
- import * as overview_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.typescript_typescript@1.0.1083/dist/typescript.docs.mdx';
1
+ import * as compositions_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.typescript_typescript@1.0.1085/dist/typescript.composition.js';
2
+ import * as overview_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.typescript_typescript@1.0.1085/dist/typescript.docs.mdx';
3
3
 
4
4
  export const compositions = [compositions_0];
5
5
  export const overview = [overview_0];
@@ -6,5 +6,5 @@ import type { Identifier } from '../identifier';
6
6
  export declare class IndexSignatureTransformer implements SchemaTransformer {
7
7
  predicate(node: Node): boolean;
8
8
  getIdentifiers(): Promise<Identifier[]>;
9
- transform(node: IndexSignatureDeclaration, context: SchemaExtractorContext): Promise<UnresolvedSchema | IndexSignatureSchema>;
9
+ transform(node: IndexSignatureDeclaration, context: SchemaExtractorContext): Promise<IndexSignatureSchema | UnresolvedSchema>;
10
10
  }
@@ -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): "readonly" | "keyof" | "unique";
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<SchemaTransformer[]>) | ((registerFn: () => string) => SlotRegistry<SchemaNodeTransformer[]>))[];
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.1083",
3
+ "version": "1.0.1085",
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.1083"
9
+ "version": "1.0.1085"
10
10
  },
11
11
  "dependencies": {
12
12
  "lodash": "4.17.21",
@@ -21,23 +21,23 @@
21
21
  "@teambit/typescript.typescript-compiler": "5.0.1",
22
22
  "@teambit/component.sources": "0.0.194",
23
23
  "@teambit/semantics.entities.semantic-schema": "0.0.112",
24
+ "@teambit/ts-server": "0.0.90",
24
25
  "@teambit/harmony": "0.4.12",
25
26
  "@teambit/logger": "0.0.1452",
26
27
  "@teambit/cli": "0.0.1359",
27
28
  "@teambit/legacy.constants": "0.0.39",
28
- "@teambit/compiler": "1.0.1083",
29
- "@teambit/builder": "1.0.1083",
30
- "@teambit/component": "1.0.1083",
31
- "@teambit/dependency-resolver": "1.0.1083",
32
- "@teambit/formatter": "1.0.1083",
33
- "@teambit/ts-server": "0.0.90",
34
- "@teambit/aspect-loader": "1.0.1083",
35
- "@teambit/envs": "1.0.1083",
36
- "@teambit/schema": "1.0.1083",
37
- "@teambit/scope": "1.0.1083",
38
- "@teambit/workspace": "1.0.1083",
39
- "@teambit/pkg": "1.0.1083",
40
- "@teambit/watcher": "1.0.1083"
29
+ "@teambit/compiler": "1.0.1085",
30
+ "@teambit/builder": "1.0.1085",
31
+ "@teambit/component": "1.0.1085",
32
+ "@teambit/dependency-resolver": "1.0.1085",
33
+ "@teambit/formatter": "1.0.1085",
34
+ "@teambit/aspect-loader": "1.0.1085",
35
+ "@teambit/envs": "1.0.1085",
36
+ "@teambit/schema": "1.0.1085",
37
+ "@teambit/scope": "1.0.1085",
38
+ "@teambit/workspace": "1.0.1085",
39
+ "@teambit/pkg": "1.0.1085",
40
+ "@teambit/watcher": "1.0.1085"
41
41
  },
42
42
  "devDependencies": {
43
43
  "@types/lodash": "4.14.165",