UNPKG

aws-cdk-lib

Version:

Version 2 of the AWS Cloud Development Kit library

2 lines (1 loc) 650 B
"use strict";var _a;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{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,_a=JSII_RTTI_SYMBOL_1,Staging[_a]={fqn:"aws-cdk-lib.assets.Staging",version:"2.185.0"};