Validation Module
Functions and values
| Function or value |
Description
|
Full Usage:
invalidatingDiagnostics diagnostics
Parameters:
FSharpParserDiagnostic list
Returns: FSharpParserDiagnostic list
|
The diagnostics that make source invalid, rather than only whether any of them do: every error, and every warning that is not one of the few `safeToIgnoreWarnings` names. Empty when there is nothing among them Fantomas would refuse.
|
Full Usage:
noWarningOrErrorDiagnostics diagnostics
Parameters:
FSharpParserDiagnostic list
Returns: bool
|
|
Full Usage:
validateFSharpCode isSignature source
Parameters:
bool
source : string
Returns: Async<ValidationResult>
|
Parse an input string and report what about it, if anything, Fantomas will not accept.
|
fantomas