We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afb7435 commit 35112efCopy full SHA for 35112ef
packages/@aws-cdk/core/lib/feature-flags.ts
@@ -1,5 +1,5 @@
1
import * as cxapi from '@aws-cdk/cx-api';
2
-import { IConstruct } from '../lib/construct-compat';
+import { IConstruct } from 'constructs';
3
4
/**
5
* Features that are implemented behind a flag in order to preserve backwards
0 commit comments