/third_party/typescript/tests/baselines/reference/ |
D | APISample_Watch.js | 25 getNewLine: () => ts.sys.newLine, 71 ts.flattenDiagnosticMessageText(diagnostic.messageText, formatHost.getNewLine()) 98 getNewLine: function () { return ts.sys.newLine; } method 132 …ostic.code, ":", ts.flattenDiagnosticMessageText(diagnostic.messageText, formatHost.getNewLine()));
|
D | APISample_WatchWithOwnWatchHost.js | 29 getNewLine: () => ts.sys.newLine, 82 getNewLine: function () { return ts.sys.newLine; }, method
|
/third_party/typescript/tests/cases/compiler/ |
D | APISample_Watch.ts | 28 getNewLine: () => ts.sys.newLine, 74 ts.flattenDiagnosticMessageText(diagnostic.messageText, formatHost.getNewLine())
|
D | APISample_WatchWithOwnWatchHost.ts | 32 getNewLine: () => ts.sys.newLine,
|
/third_party/typescript/src/testRunner/unittests/config/ |
D | commandLineParsing.ts | 18 getNewLine: () => "\n", 209 getNewLine: () => "\n",
|
D | tsconfigParsingWatchOptions.ts | 75 getNewLine: () => "\n"
|
D | convertCompilerOptionsFromJson.ts | 6 getNewLine: () => "\n"
|
/third_party/typescript/src/compiler/ |
D | watch.ts | 5 getNewLine: () => sys.newLine, 15 getNewLine: () => system.newLine, 25 … system.write(formatDiagnosticsWithColorAndContext(diagnostics, host) + host.getNewLine()); 602 const hostGetNewLine = memoize(() => host.getNewLine()); 629 getNewLine: () => getNewLineCharacter(getCompilerOptions(), hostGetNewLine), 689 getNewLine: () => system.newLine,
|
D | watchPublic.ts | 81 getNewLine(): string; method 318 newLine = getNewLineCharacter(optionsToExtendForConfigFile, () => host.getNewLine()); 339 compilerHost.getNewLine = () => newLine; 533 …turn getNewLineCharacter(compilerOptions || optionsToExtendForConfigFile, () => host.getNewLine());
|
D | program.ts | 136 getNewLine: () => newLine, 295 getNewLine(): string; method 308 …}: ${flattenDiagnosticMessageText(diagnostic.messageText, host.getNewLine())}${host.getNewLine()}`; 361 context += host.getNewLine(); 365 …ndReset(padLeft(ellipsis, gutterWidth), gutterStyleSequence) + gutterSeparator + host.getNewLine(); 377 context += lineContent + host.getNewLine(); 427 output += flattenDiagnosticMessageText(diagnostic.messageText, host.getNewLine()); 430 output += host.getNewLine(); 434 output += host.getNewLine(); 437 output += host.getNewLine(); [all …]
|
D | emitter.ts | 286 const newLine = getNewLineCharacter(compilerOptions, () => host.getNewLine()); 714 getNewLine(): string; method 811 getNewLine: () => host.getNewLine(),
|
/third_party/typescript/src/testRunner/unittests/ |
D | moduleResolution.ts | 516 getNewLine: () => "\r\n", 611 getNewLine: () => "\r\n", 1580 getNewLine: () => "\r\n", 1619 getNewLine: () => "\r\n", 1648 getNewLine: () => "\r\n",
|
D | customTransforms.ts | 15 getNewLine: () => "\n",
|
D | programApi.ts | 117 getNewLine: () => sys.newLine,
|
D | reuseProgramStructure.ts | 133 getNewLine: () => sys ? sys.newLine : newLine,
|
/third_party/typescript/src/services/ |
D | transpile.ts | 67 getNewLine: () => newLine,
|
D | types.ts | 213 getNewLine?(): string; method 245 getNewLine?(): string; method
|
D | shims.ts | 76 getNewLine?(): string; method
|
/third_party/typescript/src/harness/ |
D | evaluatorImpl.ts | 33 getNewLine: () => "\n"
|
D | harnessLanguageService.ts | 141 public getNewLine(): string { method in Harness.LanguageService.LanguageServiceAdapterHost 757 this.newLine = this.host.getNewLine();
|
D | fakesHosts.ts | 260 public getNewLine(): string {
|
D | harnessIO.ts | 538 …const host = { getCanonicalFileName, getCurrentDirectory: () => "", getNewLine: () => IO.newLine()… 576 getNewLine: () => IO.newLine(),
|
D | virtualFileSystemWithWatch.ts | 418 getNewLine() {
|
/third_party/typescript/scripts/ |
D | buildProtocol.mjs | 199 getNewLine() { return "\r\n"; } method
|
/third_party/typescript/scripts/build/ |
D | utils.mjs | 81 getNewLine: () => ts.sys.newLine,
|