mirror of
https://github.com/microsoft/TypeScript.git
synced 2025-11-18 17:21:48 +00:00
Remove resolveProjectName as api
This commit is contained in:
@@ -266,8 +266,6 @@ namespace ts {
|
||||
// Testing only
|
||||
|
||||
// TODO:: All the below ones should technically only be in watch mode. but thats for later time
|
||||
/*@internal*/ resolveProjectName(name: string): ResolvedConfigFileName;
|
||||
|
||||
/*@internal*/ invalidateProject(configFileName: string, reloadLevel?: ConfigFileProgramReloadLevel): void;
|
||||
/*@internal*/ buildInvalidatedProject(): void;
|
||||
|
||||
@@ -378,8 +376,6 @@ namespace ts {
|
||||
invalidateProject,
|
||||
buildInvalidatedProject,
|
||||
|
||||
resolveProjectName,
|
||||
|
||||
startWatching
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user