Skip to content

Commit 5869e38

Browse files
revert: turn on stripInternal everywhere (#36313)
This reverts commit 05b5a2b. ### Issue # (if applicable) Closes #36310 ### Reason for this change Stripping out internal types is breaking external-facing types which extend from these internal types. (See the issue). ### Description of changes Clean revert of the original change ### Describe any new or updated permissions being added N/A ### Description of how you validated changes N/A ### Checklist - [x] My code adheres to the [CONTRIBUTING GUIDE](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md) and [DESIGN GUIDELINES](https://github.com/aws/aws-cdk/blob/main/docs/DESIGN_GUIDELINES.md) ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
1 parent 77bc4d3 commit 5869e38

File tree

43 files changed

+43
-43
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+43
-43
lines changed

packages/@aws-cdk-testing/framework-integ/test/aws-lambda-nodejs/test/whitespace path/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"strict": true,
2626
"strictNullChecks": true,
2727
"strictPropertyInitialization": true,
28-
"stripInternal": true,
28+
"stripInternal": false,
2929
"target": "ES2022",
3030
"composite": true,
3131
"tsBuildInfoFile": "tsconfig.tsbuildinfo"

packages/@aws-cdk-testing/framework-integ/test/aws-lambda-nodejs/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"strict": true,
2525
"strictNullChecks": true,
2626
"strictPropertyInitialization": true,
27-
"stripInternal": true,
27+
"stripInternal": false,
2828
"target": "ES2022",
2929
"composite": true,
3030
"tsBuildInfoFile": "tsconfig.tsbuildinfo"

packages/@aws-cdk/app-staging-synthesizer-alpha/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"strict": true,
2323
"strictNullChecks": true,
2424
"strictPropertyInitialization": true,
25-
"stripInternal": true,
25+
"stripInternal": false,
2626
"target": "es2022",
2727
"esModuleInterop": false,
2828
"isolatedModules": true,

packages/@aws-cdk/aws-amplify-alpha/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"strict": true,
2323
"strictNullChecks": true,
2424
"strictPropertyInitialization": true,
25-
"stripInternal": true,
25+
"stripInternal": false,
2626
"target": "es2022",
2727
"composite": true,
2828
"tsBuildInfoFile": "tsconfig.tsbuildinfo",

packages/@aws-cdk/aws-applicationsignals-alpha/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"strict": true,
2525
"strictNullChecks": true,
2626
"strictPropertyInitialization": true,
27-
"stripInternal": true,
27+
"stripInternal": false,
2828
"target": "es2022",
2929
"composite": false,
3030
"tsBuildInfoFile": "tsconfig.tsbuildinfo"

packages/@aws-cdk/aws-apprunner-alpha/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"strict": true,
2323
"strictNullChecks": true,
2424
"strictPropertyInitialization": true,
25-
"stripInternal": true,
25+
"stripInternal": false,
2626
"target": "es2022",
2727
"composite": true,
2828
"tsBuildInfoFile": "tsconfig.tsbuildinfo",

packages/@aws-cdk/aws-bedrock-agentcore-alpha/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"strict": true,
2323
"strictNullChecks": true,
2424
"strictPropertyInitialization": true,
25-
"stripInternal": true,
25+
"stripInternal": false,
2626
"target": "es2022",
2727
"composite": true,
2828
"tsBuildInfoFile": "tsconfig.tsbuildinfo",

packages/@aws-cdk/aws-bedrock-alpha/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"strict": true,
2323
"strictNullChecks": true,
2424
"strictPropertyInitialization": true,
25-
"stripInternal": true,
25+
"stripInternal": false,
2626
"target": "es2022",
2727
"composite": true,
2828
"tsBuildInfoFile": "tsconfig.tsbuildinfo",

packages/@aws-cdk/aws-cloud9-alpha/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"strict": true,
2323
"strictNullChecks": true,
2424
"strictPropertyInitialization": true,
25-
"stripInternal": true,
25+
"stripInternal": false,
2626
"target": "es2022",
2727
"composite": true,
2828
"tsBuildInfoFile": "tsconfig.tsbuildinfo",

packages/@aws-cdk/aws-codestar-alpha/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"strict": true,
2323
"strictNullChecks": true,
2424
"strictPropertyInitialization": true,
25-
"stripInternal": true,
25+
"stripInternal": false,
2626
"target": "es2022",
2727
"composite": true,
2828
"tsBuildInfoFile": "tsconfig.tsbuildinfo",

0 commit comments

Comments
 (0)