@teambit/typescript 1.0.1042 → 1.0.1044
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.
|
@@ -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.1044/dist/typescript.composition.js';
|
|
2
|
+
import * as overview_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.typescript_typescript@1.0.1044/dist/typescript.docs.mdx';
|
|
3
3
|
|
|
4
4
|
export const compositions = [compositions_0];
|
|
5
5
|
export const overview = [overview_0];
|
|
@@ -1,25 +1,25 @@
|
|
|
1
1
|
{
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
2
|
+
"compilerOptions": {
|
|
3
|
+
"target": "es2015",
|
|
4
|
+
"module": "commonjs",
|
|
5
|
+
"jsx": "react",
|
|
6
|
+
"composite": true,
|
|
7
|
+
"declaration": true,
|
|
8
|
+
"sourceMap": true,
|
|
9
|
+
"skipLibCheck": true,
|
|
10
|
+
"outDir": "dist",
|
|
11
|
+
"rootDir": ".",
|
|
12
|
+
"esModuleInterop": true,
|
|
13
|
+
"experimentalDecorators": true,
|
|
14
|
+
"emitDecoratorMetadata": true,
|
|
15
|
+
"strict": true,
|
|
16
|
+
"moduleResolution": "node",
|
|
17
|
+
"noImplicitAny": false,
|
|
18
|
+
"removeComments": true,
|
|
19
|
+
"preserveConstEnums": true,
|
|
20
|
+
"resolveJsonModule": true
|
|
21
|
+
},
|
|
22
|
+
"exclude": [
|
|
23
|
+
"dist"
|
|
24
|
+
]
|
|
25
25
|
}
|
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@teambit/typescript",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.1044",
|
|
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.1044"
|
|
10
10
|
},
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"lodash": "4.17.21",
|
|
@@ -17,34 +17,34 @@
|
|
|
17
17
|
"minimatch": "3.0.5",
|
|
18
18
|
"fs-extra": "10.0.0",
|
|
19
19
|
"@teambit/legacy.utils": "0.0.39",
|
|
20
|
-
"@teambit/typescript.modules.ts-config-mutator": "0.0.
|
|
20
|
+
"@teambit/typescript.modules.ts-config-mutator": "0.0.88",
|
|
21
21
|
"@teambit/typescript.typescript-compiler": "2.0.68",
|
|
22
|
-
"@teambit/component.sources": "0.0.
|
|
22
|
+
"@teambit/component.sources": "0.0.183",
|
|
23
23
|
"@teambit/semantics.entities.semantic-schema": "0.0.104",
|
|
24
24
|
"@teambit/ts-server": "0.0.81",
|
|
25
25
|
"@teambit/harmony": "0.4.11",
|
|
26
|
-
"@teambit/logger": "0.0.
|
|
27
|
-
"@teambit/cli": "0.0.
|
|
26
|
+
"@teambit/logger": "0.0.1438",
|
|
27
|
+
"@teambit/cli": "0.0.1345",
|
|
28
28
|
"@teambit/legacy.constants": "0.0.31",
|
|
29
|
-
"@teambit/compiler": "1.0.
|
|
30
|
-
"@teambit/builder": "1.0.
|
|
31
|
-
"@teambit/component": "1.0.
|
|
32
|
-
"@teambit/dependency-resolver": "1.0.
|
|
33
|
-
"@teambit/formatter": "1.0.
|
|
34
|
-
"@teambit/aspect-loader": "1.0.
|
|
35
|
-
"@teambit/envs": "1.0.
|
|
36
|
-
"@teambit/schema": "1.0.
|
|
37
|
-
"@teambit/scope": "1.0.
|
|
38
|
-
"@teambit/workspace": "1.0.
|
|
39
|
-
"@teambit/pkg": "1.0.
|
|
40
|
-
"@teambit/watcher": "1.0.
|
|
29
|
+
"@teambit/compiler": "1.0.1044",
|
|
30
|
+
"@teambit/builder": "1.0.1044",
|
|
31
|
+
"@teambit/component": "1.0.1044",
|
|
32
|
+
"@teambit/dependency-resolver": "1.0.1044",
|
|
33
|
+
"@teambit/formatter": "1.0.1044",
|
|
34
|
+
"@teambit/aspect-loader": "1.0.1044",
|
|
35
|
+
"@teambit/envs": "1.0.1044",
|
|
36
|
+
"@teambit/schema": "1.0.1044",
|
|
37
|
+
"@teambit/scope": "1.0.1044",
|
|
38
|
+
"@teambit/workspace": "1.0.1044",
|
|
39
|
+
"@teambit/pkg": "1.0.1044",
|
|
40
|
+
"@teambit/watcher": "1.0.1044"
|
|
41
41
|
},
|
|
42
42
|
"devDependencies": {
|
|
43
43
|
"@types/lodash": "4.14.165",
|
|
44
44
|
"@types/minimatch": "3.0.4",
|
|
45
45
|
"@types/fs-extra": "9.0.7",
|
|
46
46
|
"@types/mocha": "9.1.0",
|
|
47
|
-
"@teambit/typescript.aspect-docs.typescript": "0.0.
|
|
47
|
+
"@teambit/typescript.aspect-docs.typescript": "0.0.176",
|
|
48
48
|
"@teambit/harmony.envs.core-aspect-env": "0.1.7"
|
|
49
49
|
},
|
|
50
50
|
"peerDependencies": {
|