Accept baselines (#18903)

This commit is contained in:
Mohamed Hegazy
2017-10-02 19:08:13 -07:00
committed by GitHub
parent 6997e9b731
commit ae3f29ade6
6 changed files with 309 additions and 299 deletions

View File

@@ -403,6 +403,7 @@ namespace ts {
/**
* Determines if program structure is upto date or needs to be recreated
*/
/* @internal */
export function isProgramUptoDate(
program: Program | undefined,
rootFileNames: string[],