Commit 04cdb98
authored
fix(toolkit-lib):
Fixes `'@aws-cdk/toolkit-lib' has no exported member named
'ToolkitError'`
Because we are now moving parts of the public API into a shared package,
we also need to export the respective types.
During the regular build, type declarations are not bundled. So we need
to take care of it afterwards.
This is not ideal, but required. Thankfully the temporary package is a,
well, temporary construct and we are actively working to get rid of it
(first by adding new stuff, then by moving everything to `toolkit-lib`).
---
By submitting this pull request, I confirm that my contribution is made
under the terms of the Apache-2.0 licenseToolkitError is not exported (#187)1 parent 3710b78 commit 04cdb98
File tree
6 files changed
+48
-9
lines changed- packages/@aws-cdk/toolkit-lib
- .projen
- build-tools
6 files changed
+48
-9
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1174 | 1174 | | |
1175 | 1175 | | |
1176 | 1176 | | |
| 1177 | + | |
1177 | 1178 | | |
1178 | 1179 | | |
1179 | 1180 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
5 | 6 | | |
| 7 | + | |
6 | 8 | | |
7 | | - | |
8 | 9 | | |
9 | | - | |
| 10 | + | |
10 | 11 | | |
11 | 12 | | |
12 | 13 | | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
13 | 34 | | |
14 | 35 | | |
15 | 36 | | |
16 | 37 | | |
17 | 38 | | |
18 | 39 | | |
19 | 40 | | |
20 | | - | |
21 | 41 | | |
22 | | - | |
23 | | - | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
24 | 45 | | |
| 46 | + | |
25 | 47 | | |
26 | 48 | | |
27 | 49 | | |
28 | 50 | | |
29 | | - | |
| 51 | + | |
30 | 52 | | |
31 | 53 | | |
32 | 54 | | |
| |||
35 | 57 | | |
36 | 58 | | |
37 | 59 | | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments