Uses of Class
io.github.cdklabs.projen.javascript.YarnCacheMigrationMode
-
Packages that use YarnCacheMigrationMode Package Description io.github.cdklabs.projen.javascript -
-
Uses of YarnCacheMigrationMode in io.github.cdklabs.projen.javascript
Methods in io.github.cdklabs.projen.javascript that return YarnCacheMigrationMode Modifier and Type Method Description default YarnCacheMigrationModeYarnrcOptions. getCacheMigrationMode()(experimental) https://yarnpkg.com/configuration/yarnrc#cacheMigrationMode.YarnCacheMigrationModeYarnrcOptions.Jsii$Proxy. getCacheMigrationMode()static YarnCacheMigrationModeYarnCacheMigrationMode. valueOf(String name)Returns the enum constant of this type with the specified name.static YarnCacheMigrationMode[]YarnCacheMigrationMode. 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 YarnCacheMigrationMode Modifier and Type Method Description Yarnrc.BuilderYarnrc.Builder. cacheMigrationMode(YarnCacheMigrationMode cacheMigrationMode)(experimental) https://yarnpkg.com/configuration/yarnrc#cacheMigrationMode.YarnrcOptions.BuilderYarnrcOptions.Builder. cacheMigrationMode(YarnCacheMigrationMode cacheMigrationMode)Sets the value ofYarnrcOptions.getCacheMigrationMode()
-