You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* WIP on refining the new --help
* Fix types in the boolean trivial lint rule
* Update baselines
* More work
* Updates the color logic
* Simplifies the CLI color code
* Use cyan instead of blue for win powershell/command prompt
* Use bright white when blue is probably going to look off
* Fix NO_COLOR
* Adds a test to cover NO_COLOR
* Update src/compiler/diagnosticMessages.json
Co-authored-by: Daniel Rosenwasser <[email protected]>
* Update compiler diagnostic text
Co-authored-by: Daniel Rosenwasser <[email protected]>
Copy file name to clipboardExpand all lines: tests/baselines/reference/tsConfig/Default initialized TSConfig/tsconfig.json
+1-1
Original file line number
Diff line number
Diff line change
@@ -49,7 +49,7 @@
49
49
// "outFile": "./", /* Specify a file that bundles all outputs into one JavaScript file. If `declaration` is true, also designates a file that bundles all .d.ts output. */
50
50
// "outDir": "./", /* Specify an output folder for all emitted files. */
Copy file name to clipboardExpand all lines: tests/baselines/reference/tsConfig/Initialized TSConfig with advanced options/tsconfig.json
+1-1
Original file line number
Diff line number
Diff line change
@@ -49,7 +49,7 @@
49
49
// "outFile": "./", /* Specify a file that bundles all outputs into one JavaScript file. If `declaration` is true, also designates a file that bundles all .d.ts output. */
50
50
// "outDir": "./", /* Specify an output folder for all emitted files. */
Copy file name to clipboardExpand all lines: tests/baselines/reference/tsConfig/Initialized TSConfig with boolean value compiler options/tsconfig.json
+1-1
Original file line number
Diff line number
Diff line change
@@ -49,7 +49,7 @@
49
49
// "outFile": "./", /* Specify a file that bundles all outputs into one JavaScript file. If `declaration` is true, also designates a file that bundles all .d.ts output. */
50
50
// "outDir": "./", /* Specify an output folder for all emitted files. */
Copy file name to clipboardExpand all lines: tests/baselines/reference/tsConfig/Initialized TSConfig with enum value compiler options/tsconfig.json
+1-1
Original file line number
Diff line number
Diff line change
@@ -49,7 +49,7 @@
49
49
// "outFile": "./", /* Specify a file that bundles all outputs into one JavaScript file. If `declaration` is true, also designates a file that bundles all .d.ts output. */
50
50
// "outDir": "./", /* Specify an output folder for all emitted files. */
Copy file name to clipboardExpand all lines: tests/baselines/reference/tsConfig/Initialized TSConfig with files options/tsconfig.json
+1-1
Original file line number
Diff line number
Diff line change
@@ -49,7 +49,7 @@
49
49
// "outFile": "./", /* Specify a file that bundles all outputs into one JavaScript file. If `declaration` is true, also designates a file that bundles all .d.ts output. */
50
50
// "outDir": "./", /* Specify an output folder for all emitted files. */
Copy file name to clipboardExpand all lines: tests/baselines/reference/tsConfig/Initialized TSConfig with incorrect compiler option value/tsconfig.json
+1-1
Original file line number
Diff line number
Diff line change
@@ -49,7 +49,7 @@
49
49
// "outFile": "./", /* Specify a file that bundles all outputs into one JavaScript file. If `declaration` is true, also designates a file that bundles all .d.ts output. */
50
50
// "outDir": "./", /* Specify an output folder for all emitted files. */
Copy file name to clipboardExpand all lines: tests/baselines/reference/tsConfig/Initialized TSConfig with incorrect compiler option/tsconfig.json
+1-1
Original file line number
Diff line number
Diff line change
@@ -49,7 +49,7 @@
49
49
// "outFile": "./", /* Specify a file that bundles all outputs into one JavaScript file. If `declaration` is true, also designates a file that bundles all .d.ts output. */
50
50
// "outDir": "./", /* Specify an output folder for all emitted files. */
Copy file name to clipboardExpand all lines: tests/baselines/reference/tsConfig/Initialized TSConfig with list compiler options with enum value/tsconfig.json
+1-1
Original file line number
Diff line number
Diff line change
@@ -49,7 +49,7 @@
49
49
// "outFile": "./", /* Specify a file that bundles all outputs into one JavaScript file. If `declaration` is true, also designates a file that bundles all .d.ts output. */
50
50
// "outDir": "./", /* Specify an output folder for all emitted files. */
Copy file name to clipboardExpand all lines: tests/baselines/reference/tsConfig/Initialized TSConfig with list compiler options/tsconfig.json
+1-1
Original file line number
Diff line number
Diff line change
@@ -49,7 +49,7 @@
49
49
// "outFile": "./", /* Specify a file that bundles all outputs into one JavaScript file. If `declaration` is true, also designates a file that bundles all .d.ts output. */
50
50
// "outDir": "./", /* Specify an output folder for all emitted files. */
0 commit comments