Skip to content

Commit 0990622

Browse files
committed
no construct-compat.ts in v2
1 parent c40b31c commit 0990622

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/@aws-cdk/core/lib/stack-synthesizers/_asset-manifest-builder.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ import * as path from 'path';
44
import * as cxschema from '@aws-cdk/cloud-assembly-schema';
55
import { FileAssetSource, FileAssetLocation, FileAssetPackaging, DockerImageAssetSource, DockerImageAssetLocation } from '../assets';
66
import { Fn } from '../cfn-fn';
7-
import { ISynthesisSession } from '../construct-compat';
87
import { Stack } from '../stack';
98
import { resolvedOr } from './_shared';
9+
import { ISynthesisSession } from './types';
1010

1111
/**
1212
* Build an manifest from assets added to a stack synthesizer

0 commit comments

Comments
 (0)