Uses of Class
io.github.cdklabs.projen.javascript.TypeScriptJsxMode
-
Packages that use TypeScriptJsxMode Package Description io.github.cdklabs.projen.javascript -
-
Uses of TypeScriptJsxMode in io.github.cdklabs.projen.javascript
Methods in io.github.cdklabs.projen.javascript that return TypeScriptJsxMode Modifier and Type Method Description default TypeScriptJsxModeTypeScriptCompilerOptions. getJsx()(experimental) Support JSX in .tsx files: "react", "preserve", "react-native" etc.TypeScriptJsxModeTypeScriptCompilerOptions.Jsii$Proxy. getJsx()static TypeScriptJsxModeTypeScriptJsxMode. valueOf(String name)Returns the enum constant of this type with the specified name.static TypeScriptJsxMode[]TypeScriptJsxMode. 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 TypeScriptJsxMode Modifier and Type Method Description TypeScriptCompilerOptions.BuilderTypeScriptCompilerOptions.Builder. jsx(TypeScriptJsxMode jsx)Sets the value ofTypeScriptCompilerOptions.getJsx()
-