Uses of Class
io.github.cdklabs.projen.javascript.SourceMapMode
-
Packages that use SourceMapMode Package Description io.github.cdklabs.projen.javascript -
-
Uses of SourceMapMode in io.github.cdklabs.projen.javascript
Methods in io.github.cdklabs.projen.javascript that return SourceMapMode Modifier and Type Method Description default SourceMapModeAddBundleOptions. getSourceMapMode()(experimental) Source map mode to be used when bundling.SourceMapModeAddBundleOptions.Jsii$Proxy. getSourceMapMode()static SourceMapModeSourceMapMode. valueOf(String name)Returns the enum constant of this type with the specified name.static SourceMapMode[]SourceMapMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.github.cdklabs.projen.javascript with parameters of type SourceMapMode Modifier and Type Method Description AddBundleOptions.BuilderAddBundleOptions.Builder. sourceMapMode(SourceMapMode sourceMapMode)Sets the value ofAddBundleOptions.getSourceMapMode()
-