Disable apis for tsc --build till we have the actual API figured out with tests

This commit is contained in:
Sheetal Nandi
2018-08-17 14:35:21 -07:00
parent 60b8f8c206
commit 8e2c422f2b
4 changed files with 3 additions and 364 deletions

View File

@@ -1,3 +1,5 @@
// Currently we do not want to expose API for build, we should work out the API, and then expose it just like we did for builder/watch
/*@internal*/
namespace ts {
const minimumDate = new Date(-8640000000000000);
const maximumDate = new Date(8640000000000000);

View File

@@ -4714,6 +4714,7 @@ namespace ts {
verticalTab = 0x0B, // \v
}
/*@internal*/
export interface UpToDateHost {
fileExists(fileName: string): boolean;
getModifiedTime(fileName: string): Date | undefined;