mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-30 01:04:49 -05:00
removed extra whitespaces, added commments
This commit is contained in:
@@ -547,7 +547,7 @@ namespace ts {
|
||||
private realizeDiagnostics(diagnostics: Diagnostic[]): { message: string; start: number; length: number; category: string; }[]{
|
||||
var newLine = this.getNewLine();
|
||||
return ts.realizeDiagnostics(diagnostics, newLine);
|
||||
}
|
||||
}
|
||||
|
||||
public getSyntacticClassifications(fileName: string, start: number, length: number): string {
|
||||
return this.forwardJSONCall(
|
||||
|
||||
Reference in New Issue
Block a user