mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-30 01:04:49 -05:00
Disable apis for tsc --build till we have the actual API figured out with tests
This commit is contained in:
@@ -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);
|
||||
|
||||
@@ -4714,6 +4714,7 @@ namespace ts {
|
||||
verticalTab = 0x0B, // \v
|
||||
}
|
||||
|
||||
/*@internal*/
|
||||
export interface UpToDateHost {
|
||||
fileExists(fileName: string): boolean;
|
||||
getModifiedTime(fileName: string): Date | undefined;
|
||||
|
||||
Reference in New Issue
Block a user