mirror of
https://github.com/microsoft/TypeScript.git
synced 2025-11-18 17:21:48 +00:00
Fixed baseline
This commit is contained in:
+4
-4
@@ -5315,10 +5315,10 @@ declare namespace ts {
|
||||
getEditsForFileRename(oldFilePath: string, newFilePath: string, formatOptions: FormatCodeSettings, preferences: UserPreferences | undefined): readonly FileTextChanges[];
|
||||
getEmitOutput(fileName: string, emitOnlyDtsFiles?: boolean, forceDtsEmit?: boolean): EmitOutput;
|
||||
getProgram(): Program | undefined;
|
||||
toggleLineComment(fileName: string, textRanges: TextRange): TextChange[];
|
||||
toggleMultilineComment(fileName: string, textRanges: TextRange): TextChange[];
|
||||
commentSelection(fileName: string, textRanges: TextRange): TextChange[];
|
||||
uncommentSelection(fileName: string, textRanges: TextRange): TextChange[];
|
||||
toggleLineComment(fileName: string, textRange: TextRange): TextChange[];
|
||||
toggleMultilineComment(fileName: string, textRange: TextRange): TextChange[];
|
||||
commentSelection(fileName: string, textRange: TextRange): TextChange[];
|
||||
uncommentSelection(fileName: string, textRange: TextRange): TextChange[];
|
||||
dispose(): void;
|
||||
}
|
||||
interface JsxClosingTagInfo {
|
||||
|
||||
+4
-4
@@ -5315,10 +5315,10 @@ declare namespace ts {
|
||||
getEditsForFileRename(oldFilePath: string, newFilePath: string, formatOptions: FormatCodeSettings, preferences: UserPreferences | undefined): readonly FileTextChanges[];
|
||||
getEmitOutput(fileName: string, emitOnlyDtsFiles?: boolean, forceDtsEmit?: boolean): EmitOutput;
|
||||
getProgram(): Program | undefined;
|
||||
toggleLineComment(fileName: string, textRanges: TextRange): TextChange[];
|
||||
toggleMultilineComment(fileName: string, textRanges: TextRange): TextChange[];
|
||||
commentSelection(fileName: string, textRanges: TextRange): TextChange[];
|
||||
uncommentSelection(fileName: string, textRanges: TextRange): TextChange[];
|
||||
toggleLineComment(fileName: string, textRange: TextRange): TextChange[];
|
||||
toggleMultilineComment(fileName: string, textRange: TextRange): TextChange[];
|
||||
commentSelection(fileName: string, textRange: TextRange): TextChange[];
|
||||
uncommentSelection(fileName: string, textRange: TextRange): TextChange[];
|
||||
dispose(): void;
|
||||
}
|
||||
interface JsxClosingTagInfo {
|
||||
|
||||
Reference in New Issue
Block a user