FSharpParsingOptions Type
Options used to determine active --define conditionals and other options relevant to parsing files in a project
Record fields
Record Field |
Description
|
Full Usage:
ApplyLineDirectives
Field type: bool
|
Indicates if the ranges returned by parsing should have '#line' directives applied to them. When compiling code, this should usually be 'true'. For editing tools, this is usually 'false. The default for FSharpParsingOptions.ApplyLineDirectives is 'false'. The default for FSharpParsingOptions arising from FSharpProjectOptions will be 'true' unless '--ignorelinedirectives' is used in the parameters from which these are derived.
|
Full Usage:
CompilingFSharpCore
Field type: bool
|
|
Full Usage:
ConditionalDefines
Field type: string list
|
|
|
|
Full Usage:
IndentationAwareSyntax
Field type: bool option
|
|
Full Usage:
IsExe
Field type: bool
|
|
Full Usage:
IsInteractive
Field type: bool
|
|
Full Usage:
LangVersionText
Field type: string
|
|
Full Usage:
SourceFiles
Field type: string[]
|
|
Full Usage:
StrictIndentation
Field type: bool option
|
|
Static members
Static member |
Description
|
|
|