Commit 1635737
committed
feat: enable isolatedModules
- Add tsconfig.base.json with shared compiler options
- Enable isolatedModules for compatibility with esbuild/swc/Babel
- Convert const enums to regular enums (required for isolatedModules)
- Remove emitDecoratorMetadata (unused, Deepkit uses type-compiler)
- All package tsconfigs now extend the base config
BREAKING CHANGE: const enums converted to regular enums in:
- MappedModifier (type-spec)
- BinaryBigIntType (type)
- BrokerType (broker)
- RpcMessageRouteType (rpc)
- AuthMechanism (mongo)1 parent 40aab6b commit 1635737
File tree
61 files changed
+162
-779
lines changed- packages
- angular-ssr
- api-console-api
- api-console-gui
- api-console-module
- app
- bench
- broker-redis
- broker
- src
- bson
- bun
- core-rxjs
- core
- create-app
- desktop-ui
- devtool
- event
- example-app
- filesystem-aws-s3
- filesystem-database
- filesystem-ftp
- filesystem-google
- filesystem-sftp
- filesystem
- framework-debug-api
- framework-debug-gui
- framework-examples
- framework-integration
- framework
- http
- injector
- logger
- mongo
- src/client/command
- mysql
- orm-browser-api
- orm-browser-example
- orm-browser-gui
- orm-browser
- orm-integration
- orm
- postgres
- rpc-tcp
- rpc
- src
- run
- skeleton
- sqlite
- sql
- stopwatch
- template
- topsort
- type-angular
- type-compiler
- type-spec
- src
- type
- src/reflection
- ui-library
- vite
- workflow
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
61 files changed
+162
-779
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
| 2 | + | |
2 | 3 | | |
3 | | - | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | 4 | | |
12 | | - | |
13 | 5 | | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
| 6 | + | |
19 | 7 | | |
20 | 8 | | |
21 | 9 | | |
| |||
33 | 21 | | |
34 | 22 | | |
35 | 23 | | |
36 | | - | |
| 24 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
| 2 | + | |
2 | 3 | | |
3 | | - | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | 4 | | |
11 | | - | |
12 | 5 | | |
13 | | - | |
14 | 6 | | |
15 | | - | |
16 | | - | |
17 | 7 | | |
18 | 8 | | |
19 | | - | |
20 | | - | |
21 | 9 | | |
22 | 10 | | |
23 | 11 | | |
| |||
47 | 35 | | |
48 | 36 | | |
49 | 37 | | |
50 | | - | |
| 38 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
| 2 | + | |
2 | 3 | | |
3 | 4 | | |
4 | 5 | | |
| |||
10 | 11 | | |
11 | 12 | | |
12 | 13 | | |
| 14 | + | |
13 | 15 | | |
14 | 16 | | |
15 | 17 | | |
| |||
66 | 68 | | |
67 | 69 | | |
68 | 70 | | |
69 | | - | |
| 71 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
| 2 | + | |
2 | 3 | | |
3 | | - | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | 4 | | |
12 | 5 | | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | 6 | | |
17 | | - | |
18 | | - | |
19 | 7 | | |
20 | 8 | | |
21 | 9 | | |
| |||
61 | 49 | | |
62 | 50 | | |
63 | 51 | | |
64 | | - | |
| 52 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
| 2 | + | |
2 | 3 | | |
3 | | - | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | 4 | | |
16 | | - | |
17 | | - | |
18 | 5 | | |
19 | 6 | | |
20 | 7 | | |
| |||
50 | 37 | | |
51 | 38 | | |
52 | 39 | | |
53 | | - | |
| 40 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
| 2 | + | |
2 | 3 | | |
3 | | - | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | 4 | | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | 5 | | |
16 | | - | |
17 | | - | |
18 | 6 | | |
19 | 7 | | |
20 | | - | |
21 | | - | |
| 8 | + | |
22 | 9 | | |
23 | 10 | | |
24 | 11 | | |
| |||
28 | 15 | | |
29 | 16 | | |
30 | 17 | | |
31 | | - | |
| 18 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
| 2 | + | |
2 | 3 | | |
3 | | - | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | 4 | | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
| 5 | + | |
19 | 6 | | |
20 | 7 | | |
21 | 8 | | |
| |||
39 | 26 | | |
40 | 27 | | |
41 | 28 | | |
42 | | - | |
| 29 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
| 2 | + | |
2 | 3 | | |
3 | | - | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | 4 | | |
11 | | - | |
12 | 5 | | |
13 | 6 | | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
| 7 | + | |
19 | 8 | | |
20 | 9 | | |
21 | 10 | | |
| |||
46 | 35 | | |
47 | 36 | | |
48 | 37 | | |
49 | | - | |
| 38 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
| 2 | + | |
2 | 3 | | |
3 | | - | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | 4 | | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | 5 | | |
16 | | - | |
17 | | - | |
18 | 6 | | |
19 | 7 | | |
20 | 8 | | |
21 | | - | |
22 | | - | |
| 9 | + | |
23 | 10 | | |
24 | 11 | | |
25 | 12 | | |
| |||
38 | 25 | | |
39 | 26 | | |
40 | 27 | | |
41 | | - | |
| 28 | + | |
0 commit comments