Logo Xantham

TranspileOptions Type

Record fields

Record Field Description

CompilerOptions

Full Usage: CompilerOptions

Field type: CompilerOptions voption
Field type: CompilerOptions voption

FileName

Full Usage: FileName

Field type: string voption
Field type: string voption

ReportDiagnostics

Full Usage: ReportDiagnostics

Field type: bool voption
Field type: bool voption

Static members

Static member Description

TranspileOptions.Default

Full Usage: TranspileOptions.Default

Returns: TranspileOptions

The record with nothing set: every field is either optional or a default of its own, so this serialises to `{}`. Copy-update it to fill in the fields you mean - `{ TranspileOptions.Default with ... }` - rather than writing all 3 out.

Returns: TranspileOptions

Type something to start searching.