refactor(compiler): remove unused CachedFileSystem (#36687)

This was only being used by ngcc but not any longer.

PR Close #36687
This commit is contained in:
Pete Bacon Darwin
2020-04-17 14:36:51 +01:00
committed by Matias Niemelä
parent 0c2ed4c3e5
commit 351759906b
3 changed files with 0 additions and 552 deletions

View File

@ -5,7 +5,6 @@
* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://angular.io/license
*/
export {CachedFileSystem} from './src/cached_file_system';
export {NgtscCompilerHost} from './src/compiler_host';
export {absoluteFrom, absoluteFromSourceFile, basename, dirname, getFileSystem, isRoot, isRooted, join, relative, relativeFrom, resolve, setFileSystem} from './src/helpers';
export {LogicalFileSystem, LogicalProjectPath} from './src/logical';