SemanticExtractorModule
PackageFsLiveDocs.Runner
Converts compiler symbols immediately into renderer-neutral FsLiveDocs records.
Summary
| Name | Signature | Synopsis |
|---|---|---|
| extractBlock | extractBlock contextHash range uses diagnostics | No description available. |
| extract | extract contextHash ranges checkResults mappedDiagnostics | No description available. |
| artifact | artifact results | Creates a complete artifact only from successful compiler results. |
Parameters
| Name | Type | Description |
|---|---|---|
| contextHash | string | |
| range | CompilationSourceRange | |
| uses | FSharpSymbolUse array | |
| diagnostics | SemanticDiagnostic list |
Returns
SemanticCodeBlock
Parameters
| Name | Type | Description |
|---|---|---|
| contextHash | string | |
| ranges | CompilationSourceRange list | |
| checkResults | FSharpCheckFileResults | |
| mappedDiagnostics | MappedCompilerDiagnostic list |
Returns
SemanticCodeBlock list