mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
refactor(compiler-cli): export type used by migrations (#61697)
Re-exports the `FileSystem` type since it's used by some tsurge migrations and because internally the barrel export from `ngtsc/file_system` is removed. PR Close #61697
This commit is contained in:
committed by
kirjs
parent
582fedd726
commit
4ed6d4ac33
@@ -35,7 +35,7 @@ export {OptimizeFor} from './src/ngtsc/typecheck/api';
|
||||
// needing to use a default import. NodeJS will expose named CJS exports as named ESM exports.
|
||||
// TODO(devversion): Remove these duplicate exports once devmode&prodmode is combined/ESM.
|
||||
export {ConsoleLogger, Logger, LogLevel} from './src/ngtsc/logging';
|
||||
export {NodeJSFileSystem, absoluteFrom} from './src/ngtsc/file_system';
|
||||
export {NodeJSFileSystem, absoluteFrom, FileSystem, AbsoluteFsPath} from './src/ngtsc/file_system';
|
||||
|
||||
// Export documentation entities for Angular-internal API doc generation.
|
||||
export * from './src/ngtsc/docs';
|
||||
|
||||
Reference in New Issue
Block a user