Commit 65f7015
Fixes #294
This change also removes `"dom"` from the `tsconfig.json` files of
additional packages that are all intended to run in a Node.js
environment, not in the browser.
Since these packages are not expected to use any web runtime-specific
APIs, removing `"dom"` helps prevent accidental use of browser-only
types across the codebase.
---
By submitting this pull request, I confirm that my contribution is made
under the terms of the Apache-2.0 license
---------
Co-authored-by: Momo Kornher <kornherm@amazon.co.uk>
1 parent 3085cfc commit 65f7015
File tree
22 files changed
+21
-49
lines changed- .github/workflows
- packages
- @aws-cdk
- cdk-cli-wrapper
- cli-lib-alpha
- cli-plugin-contract
- cloudformation-diff
- node-bundle
- user-input-gen
- aws-cdk/lib/init-templates
- app/typescript
- lib/typescript
- sample-app
- javascript
- typescript
- cdk-assets
- cdk
- projenrc
22 files changed
+21
-49
lines changedSome 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 | |
|---|---|---|---|
| |||
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
95 | | - | |
| 95 | + | |
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
| |||
1586 | 1586 | | |
1587 | 1587 | | |
1588 | 1588 | | |
| 1589 | + | |
1589 | 1590 | | |
1590 | 1591 | | |
1591 | 1592 | | |
| |||
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.
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.
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.
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