Some refactoring for baselining for easy update (#48516)

* Some refactoring for baselining for easy update

* Set modified time in baseline

* Some renames per feedback
This commit is contained in:
Sheetal Nandi
2022-04-06 12:46:34 -07:00
committed by GitHub
parent 16b6f0f533
commit 3fd8a6e443
120 changed files with 12957 additions and 1215 deletions

View File

@@ -649,7 +649,7 @@ namespace ts {
return false;
}
export type ExecuteCommandLineCallbacks = (program: Program | EmitAndSemanticDiagnosticsBuilderProgram | ParsedCommandLine) => void;
export type ExecuteCommandLineCallbacks = (program: Program | BuilderProgram | ParsedCommandLine) => void;
export function executeCommandLine(
system: System,
cb: ExecuteCommandLineCallbacks,