Class TsJestTransformOptions.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- io.github.cdklabs.projen.typescript.TsJestTransformOptions.Jsii$Proxy
-
- All Implemented Interfaces:
TsJestTransformOptions,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- TsJestTransformOptions
@Stability(Experimental) @Internal public static final class TsJestTransformOptions.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements TsJestTransformOptions
An implementation forTsJestTransformOptions
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface io.github.cdklabs.projen.typescript.TsJestTransformOptions
TsJestTransformOptions.Builder, TsJestTransformOptions.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(TsJestTransformOptions.Builder builder)Constructor that initializes the object based on literal property values passed by theTsJestTransformOptions.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)Constructor that initializes the object based on values retrieved from the JsiiObject.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode$jsii$toJson()booleanequals(Object o)Map<String,Object>getAstTransformers()(experimental) Custom TypeScript AST transformers.TsJestBabelConfiggetBabelConfig()(experimental) Babel(Jest) related configuration.StringgetCompiler()(experimental) TypeScript module to use as compiler.TsJestDiagnosticsgetDiagnostics()(experimental) Diagnostics related configuration.BooleangetIsolatedModules()(experimental) Run ts-jest tests with this TSConfig isolatedModules setting.StringgetStringifyContentPathRegex()(experimental) Files which will become modules returning self content.TsJestTsconfiggetTsconfig()(experimental) TypeScript compiler related configuration.BooleangetUseESM()(experimental) Enable ESM support.inthashCode()
-
-
-
Constructor Detail
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
protected Jsii$Proxy(TsJestTransformOptions.Builder builder)
Constructor that initializes the object based on literal property values passed by theTsJestTransformOptions.Builder.
-
-
Method Detail
-
getAstTransformers
public final Map<String,Object> getAstTransformers()
Description copied from interface:TsJestTransformOptions(experimental) Custom TypeScript AST transformers.Default: auto
- Specified by:
getAstTransformersin interfaceTsJestTransformOptions
-
getBabelConfig
public final TsJestBabelConfig getBabelConfig()
Description copied from interface:TsJestTransformOptions(experimental) Babel(Jest) related configuration.Default: TsJestBabelConfig.disabled()
- Specified by:
getBabelConfigin interfaceTsJestTransformOptions
-
getCompiler
public final String getCompiler()
Description copied from interface:TsJestTransformOptions(experimental) TypeScript module to use as compiler.Default: "typescript"
- Specified by:
getCompilerin interfaceTsJestTransformOptions
-
getDiagnostics
public final TsJestDiagnostics getDiagnostics()
Description copied from interface:TsJestTransformOptions(experimental) Diagnostics related configuration.Default: TsJestDiagnostics.all()
- Specified by:
getDiagnosticsin interfaceTsJestTransformOptions
-
getIsolatedModules
public final Boolean getIsolatedModules()
Description copied from interface:TsJestTransformOptions(experimental) Run ts-jest tests with this TSConfig isolatedModules setting.You'll lose type-checking ability and some features such as const enum, but in the case you plan on using Jest with the cache disabled (jest --no-cache), your tests will then run much faster.
Default: false
- Specified by:
getIsolatedModulesin interfaceTsJestTransformOptions- See Also:
- https://kulshekhar.github.io/ts-jest/docs/getting-started/options/isolatedModules
-
getStringifyContentPathRegex
public final String getStringifyContentPathRegex()
Description copied from interface:TsJestTransformOptions(experimental) Files which will become modules returning self content.Default: disabled
- Specified by:
getStringifyContentPathRegexin interfaceTsJestTransformOptions
-
getTsconfig
public final TsJestTsconfig getTsconfig()
Description copied from interface:TsJestTransformOptions(experimental) TypeScript compiler related configuration.Default: - Your project's `tsconfigDev` file.
- Specified by:
getTsconfigin interfaceTsJestTransformOptions
-
getUseESM
public final Boolean getUseESM()
Description copied from interface:TsJestTransformOptions(experimental) Enable ESM support.Default: auto
- Specified by:
getUseESMin interfaceTsJestTransformOptions
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-