getSuggestionDiagnostics
abstract fun getSuggestionDiagnostics(fileName: String): ERROR CLASS: Symbol not found for js.array.ReadonlyArray<typescript/DiagnosticWithLocation>(source)
Gets suggestion diagnostics for a specific file. These diagnostics tend to proactively suggest refactors, as opposed to diagnostics that indicate potentially incorrect runtime behavior.
Parameters
fileName
A path to the file you want semantic diagnostics for