Merge pull request #4390 from adidahiya/fix-remove-TypeCheckerHost-interface

Make TypeCheckerHost internal
This commit is contained in:
Mohamed Hegazy
2015-08-21 12:23:40 -07:00
3 changed files with 1 additions and 10 deletions

View File

@@ -1411,6 +1411,7 @@ namespace ts {
/* @internal */ sourceMaps: SourceMapData[]; // Array of sourceMapData if compiler emitted sourcemaps
}
/* @internal */
export interface TypeCheckerHost {
getCompilerOptions(): CompilerOptions;