aws-cdk-lib
Version:
Version 2 of the AWS Cloud Development Kit library
2 lines (1 loc) • 636 B
JavaScript
;Object.defineProperty(exports,"__esModule",{value:!0}),exports.Staging=void 0;const JSII_RTTI_SYMBOL_1=Symbol.for("jsii.rtti");var compat_1=()=>{var tmp=require("./compat");return compat_1=()=>tmp,tmp},core_1=()=>{var tmp=require("../../core");return core_1=()=>tmp,tmp};class Staging extends core_1().AssetStaging{static[JSII_RTTI_SYMBOL_1]={fqn:"aws-cdk-lib.assets.Staging",version:"2.233.0"};constructor(scope,id,props){super(scope,id,{sourcePath:props.sourcePath,exclude:props.exclude,ignoreMode:props.ignoreMode,extraHash:props.extraHash,follow:(0,compat_1().toSymlinkFollow)(props.follow)})}}exports.Staging=Staging;