Uses of Class
io.github.cdklabs.projen.javascript.TypeScriptImportsNotUsedAsValues
-
Packages that use TypeScriptImportsNotUsedAsValues Package Description io.github.cdklabs.projen.javascript -
-
Uses of TypeScriptImportsNotUsedAsValues in io.github.cdklabs.projen.javascript
Methods in io.github.cdklabs.projen.javascript that return TypeScriptImportsNotUsedAsValues Modifier and Type Method Description default TypeScriptImportsNotUsedAsValuesTypeScriptCompilerOptions. getImportsNotUsedAsValues()(experimental) This flag works because you can useimport typeto explicitly create animportstatement which should never be emitted into JavaScript.TypeScriptImportsNotUsedAsValuesTypeScriptCompilerOptions.Jsii$Proxy. getImportsNotUsedAsValues()static TypeScriptImportsNotUsedAsValuesTypeScriptImportsNotUsedAsValues. valueOf(String name)Returns the enum constant of this type with the specified name.static TypeScriptImportsNotUsedAsValues[]TypeScriptImportsNotUsedAsValues. 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 TypeScriptImportsNotUsedAsValues Modifier and Type Method Description TypeScriptCompilerOptions.BuilderTypeScriptCompilerOptions.Builder. importsNotUsedAsValues(TypeScriptImportsNotUsedAsValues importsNotUsedAsValues)Sets the value ofTypeScriptCompilerOptions.getImportsNotUsedAsValues()
-