aws-cdk-lib
Version:
Version 2 of the AWS Cloud Development Kit library
2 lines (1 loc) • 874 B
JavaScript
Object.defineProperty(exports,"__esModule",{value:!0}),exports.Charset=exports.SourceMapMode=exports.LogLevel=exports.OutputFormat=void 0;var OutputFormat;(function(OutputFormat2){OutputFormat2.CJS="cjs",OutputFormat2.ESM="esm"})(OutputFormat||(exports.OutputFormat=OutputFormat={}));var LogLevel;(function(LogLevel2){LogLevel2.VERBOSE="verbose",LogLevel2.DEBUG="debug",LogLevel2.INFO="info",LogLevel2.WARNING="warning",LogLevel2.ERROR="error",LogLevel2.SILENT="silent"})(LogLevel||(exports.LogLevel=LogLevel={}));var SourceMapMode;(function(SourceMapMode2){SourceMapMode2.DEFAULT="default",SourceMapMode2.EXTERNAL="external",SourceMapMode2.INLINE="inline",SourceMapMode2.BOTH="both"})(SourceMapMode||(exports.SourceMapMode=SourceMapMode={}));var Charset;(function(Charset2){Charset2.ASCII="ascii",Charset2.UTF8="utf8"})(Charset||(exports.Charset=Charset={}));
;