Skip to content

Commit fec2e8d

Browse files
committed
hereby baseline-accept
1 parent 85be58d commit fec2e8d

5 files changed

Lines changed: 60 additions & 60 deletions

tests/baselines/reference/tsc/commandLine/does-not-add-color-when-NO_COLOR-is-set.js

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
currentDirectory:: /home/src/workspaces/project useCaseSensitiveFileNames:: false
2-
Input::
3-
//// [/home/src/tslibs/TS/Lib/lib.d.ts]
1+
currentDirectory:: /home/src/workspaces/project useCaseSensitiveFileNames:: false
2+
Input::
3+
//// [/home/src/tslibs/TS/Lib/lib.d.ts]
44
/// <reference no-default-lib="true"/>
55
interface Boolean {}
66
interface Function {}
@@ -13,11 +13,11 @@ interface RegExp {}
1313
interface String { charAt: any; }
1414
interface Array<T> { length: number; [n: number]: T; }
1515
interface ReadonlyArray<T> {}
16-
declare const console: { log(msg: any): void; };
17-
18-
19-
/home/src/tslibs/TS/Lib/tsc.js
20-
Output::
16+
declare const console: { log(msg: any): void; };
17+
18+
19+
/home/src/tslibs/TS/Lib/tsc.js
20+
Output::
2121
Version FakeTSVersion
2222
tsc: The TypeScript Compiler - Version FakeTSVersion
2323

@@ -159,7 +159,7 @@ default: false
159159

160160
You can learn about all of the compiler options at https://aka.ms/tsc
161161

162-
163-
164-
165-
exitCode:: ExitStatus.DiagnosticsPresent_OutputsSkipped
162+
163+
164+
165+
exitCode:: ExitStatus.DiagnosticsPresent_OutputsSkipped

tests/baselines/reference/tsc/commandLine/help-all.js

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
currentDirectory:: /home/src/workspaces/project useCaseSensitiveFileNames:: false
2-
Input::
3-
//// [/home/src/tslibs/TS/Lib/lib.d.ts]
1+
currentDirectory:: /home/src/workspaces/project useCaseSensitiveFileNames:: false
2+
Input::
3+
//// [/home/src/tslibs/TS/Lib/lib.d.ts]
44
/// <reference no-default-lib="true"/>
55
interface Boolean {}
66
interface Function {}
@@ -13,11 +13,11 @@ interface RegExp {}
1313
interface String { charAt: any; }
1414
interface Array<T> { length: number; [n: number]: T; }
1515
interface ReadonlyArray<T> {}
16-
declare const console: { log(msg: any): void; };
17-
18-
19-
/home/src/tslibs/TS/Lib/tsc.js --help --all
20-
Output::
16+
declare const console: { log(msg: any): void; };
17+
18+
19+
/home/src/tslibs/TS/Lib/tsc.js --help --all
20+
Output::
2121
tsc: The TypeScript Compiler - Version FakeTSVersion
2222

2323
ALL COMPILER OPTIONS
@@ -688,7 +688,7 @@ Delete the outputs of all projects.
688688
--stopBuildOnErrors
689689
Skip building downstream projects on error in upstream project.
690690

691-
692-
693-
694-
exitCode:: ExitStatus.Success
691+
692+
693+
694+
exitCode:: ExitStatus.Success

tests/baselines/reference/tsc/commandLine/help.js

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
currentDirectory:: /home/src/workspaces/project useCaseSensitiveFileNames:: false
2-
Input::
3-
//// [/home/src/tslibs/TS/Lib/lib.d.ts]
1+
currentDirectory:: /home/src/workspaces/project useCaseSensitiveFileNames:: false
2+
Input::
3+
//// [/home/src/tslibs/TS/Lib/lib.d.ts]
44
/// <reference no-default-lib="true"/>
55
interface Boolean {}
66
interface Function {}
@@ -13,11 +13,11 @@ interface RegExp {}
1313
interface String { charAt: any; }
1414
interface Array<T> { length: number; [n: number]: T; }
1515
interface ReadonlyArray<T> {}
16-
declare const console: { log(msg: any): void; };
17-
18-
19-
/home/src/tslibs/TS/Lib/tsc.js --help
20-
Output::
16+
declare const console: { log(msg: any): void; };
17+
18+
19+
/home/src/tslibs/TS/Lib/tsc.js --help
20+
Output::
2121
tsc: The TypeScript Compiler - Version FakeTSVersion
2222

2323
COMMON COMMANDS
@@ -158,7 +158,7 @@ default: false
158158

159159
You can learn about all of the compiler options at https://aka.ms/tsc
160160

161-
162-
163-
164-
exitCode:: ExitStatus.Success
161+
162+
163+
164+
exitCode:: ExitStatus.Success

tests/baselines/reference/tsc/commandLine/show-help-with-ExitStatus.DiagnosticsPresent_OutputsSkipped-when-host-can't-provide-terminal-width.js

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
currentDirectory:: /home/src/workspaces/project useCaseSensitiveFileNames:: false
2-
Input::
3-
//// [/home/src/tslibs/TS/Lib/lib.d.ts]
1+
currentDirectory:: /home/src/workspaces/project useCaseSensitiveFileNames:: false
2+
Input::
3+
//// [/home/src/tslibs/TS/Lib/lib.d.ts]
44
/// <reference no-default-lib="true"/>
55
interface Boolean {}
66
interface Function {}
@@ -13,11 +13,11 @@ interface RegExp {}
1313
interface String { charAt: any; }
1414
interface Array<T> { length: number; [n: number]: T; }
1515
interface ReadonlyArray<T> {}
16-
declare const console: { log(msg: any): void; };
17-
18-
19-
/home/src/tslibs/TS/Lib/tsc.js
20-
Output::
16+
declare const console: { log(msg: any): void; };
17+
18+
19+
/home/src/tslibs/TS/Lib/tsc.js
20+
Output::
2121
Version FakeTSVersion
2222
tsc: The TypeScript Compiler - Version FakeTSVersion
2323

@@ -159,7 +159,7 @@ default: false
159159

160160
You can learn about all of the compiler options at https://aka.ms/tsc
161161

162-
163-
164-
165-
exitCode:: ExitStatus.DiagnosticsPresent_OutputsSkipped
162+
163+
164+
165+
exitCode:: ExitStatus.DiagnosticsPresent_OutputsSkipped

tests/baselines/reference/tsc/commandLine/show-help-with-ExitStatus.DiagnosticsPresent_OutputsSkipped.js

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
currentDirectory:: /home/src/workspaces/project useCaseSensitiveFileNames:: false
2-
Input::
3-
//// [/home/src/tslibs/TS/Lib/lib.d.ts]
1+
currentDirectory:: /home/src/workspaces/project useCaseSensitiveFileNames:: false
2+
Input::
3+
//// [/home/src/tslibs/TS/Lib/lib.d.ts]
44
/// <reference no-default-lib="true"/>
55
interface Boolean {}
66
interface Function {}
@@ -13,11 +13,11 @@ interface RegExp {}
1313
interface String { charAt: any; }
1414
interface Array<T> { length: number; [n: number]: T; }
1515
interface ReadonlyArray<T> {}
16-
declare const console: { log(msg: any): void; };
17-
18-
19-
/home/src/tslibs/TS/Lib/tsc.js
20-
Output::
16+
declare const console: { log(msg: any): void; };
17+
18+
19+
/home/src/tslibs/TS/Lib/tsc.js
20+
Output::
2121
Version FakeTSVersion
2222
tsc: The TypeScript Compiler - Version FakeTSVersion
2323

@@ -159,7 +159,7 @@ default: false
159159

160160
You can learn about all of the compiler options at https://aka.ms/tsc
161161

162-
163-
164-
165-
exitCode:: ExitStatus.DiagnosticsPresent_OutputsSkipped
162+
163+
164+
165+
exitCode:: ExitStatus.DiagnosticsPresent_OutputsSkipped

0 commit comments

Comments
 (0)