mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-30 11:24:49 -05:00
Helps to check in the test changes, too
This commit is contained in:
@@ -45,7 +45,7 @@ namespace ts {
|
||||
}
|
||||
|
||||
/** @internal */
|
||||
const screenStartingMessageCodes: number[] = [
|
||||
export const screenStartingMessageCodes: number[] = [
|
||||
Diagnostics.Starting_compilation_in_watch_mode.code,
|
||||
Diagnostics.File_change_detected_Starting_incremental_compilation.code,
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user