mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-09 20:51:43 -06:00
Merge remote-tracking branch 'origin/master' into pathMappingModuleResolution
This commit is contained in:
commit
2b2b150dc7
@ -7179,8 +7179,7 @@ namespace ts {
|
||||
|
||||
const indentationStr = sourceFile.text.substr(lineStart, posLineAndChar.character);
|
||||
|
||||
// TODO: call a helper method instead once PR #4133 gets merged in.
|
||||
const newLine = host.getNewLine ? host.getNewLine() : "\r\n";
|
||||
const newLine = getNewLineOrDefaultFromHost(host);
|
||||
|
||||
let docParams = "";
|
||||
for (let i = 0, numParams = parameters.length; i < numParams; i++) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user