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.
2 parents 951167c + 123afbe commit 7249498Copy full SHA for 7249498
packages/aws-cdk-lib/core/lib/fs/index.ts
@@ -18,7 +18,6 @@ export class FileSystem {
18
* @param destDir Destination directory
19
* @param options options
20
* @param rootDir Root directory to calculate exclusions from
21
- * @param scope The construct that the function is called from, used to get feature flags
22
*/
23
public static copyDirectory(srcDir: string, destDir: string, options: CopyOptions = { }, rootDir?: string) {
24
return copyDirectory(srcDir, destDir, options, rootDir);
0 commit comments