From a3d2209f9f2d7d7d86780a7af7cb12d9621b4e0b Mon Sep 17 00:00:00 2001 From: Niranjan Jayakar Date: Thu, 8 Apr 2021 17:20:07 +0100 Subject: [PATCH] chore(aws-cdk-lib): temporarily turn off stripping deprecated symbols (#14049) The 'strip deprecated' functionality has a bug when a deprecated interface is inherited by a non-deprecated interface and they both live in different files. The problem arises due to the 'import' statement being stripped ahead of the heritage clause. Temporarily turn off stripping deprecated symbols to unblock CI, until a fix is available. ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license* --- packages/aws-cdk-lib/package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/packages/aws-cdk-lib/package.json b/packages/aws-cdk-lib/package.json index d4c5ea31e3d2f..4317245d34d13 100644 --- a/packages/aws-cdk-lib/package.json +++ b/packages/aws-cdk-lib/package.json @@ -33,8 +33,7 @@ "cdk-build": { "eslint": { "disable": true - }, - "stripDeprecated": true + } }, "pkglint": { "exclude": [