Skip to content

Commit b1a5f49

Browse files
alan-agius4Keen Yee Liau
authored and
Keen Yee Liau
committed
refactor(@angular-devkit/schematics): remove deprecated FileSystemHost
BREAKING CHANGE Deprecated `FileSystemHost` has been removed. Use `Host` directly instead. Note: this change only effects direct `@angular-devkit/schematics` users and not the application developers.
1 parent bbfd05c commit b1a5f49

File tree

3 files changed

+0
-23
lines changed

3 files changed

+0
-23
lines changed

etc/api/angular_devkit/schematics/tools/index.d.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -74,10 +74,6 @@ export declare abstract class FileSystemEngineHostBase implements FileSystemEngi
7474
transformOptions<OptionT extends object, ResultT extends object>(schematic: FileSystemSchematicDesc, options: OptionT, context?: FileSystemSchematicContext): Observable<ResultT>;
7575
}
7676

77-
export declare class FileSystemHost extends virtualFs.ScopedHost<{}> {
78-
constructor(dir: string);
79-
}
80-
8177
export declare type FileSystemSchematic = Schematic<FileSystemCollectionDescription, FileSystemSchematicDescription>;
8278

8379
export declare type FileSystemSchematicContext = TypedSchematicContext<FileSystemCollectionDescription, FileSystemSchematicDescription>;

packages/angular_devkit/schematics/tools/file-system-host.ts

Lines changed: 0 additions & 18 deletions
This file was deleted.

packages/angular_devkit/schematics/tools/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
export * from './description';
99
export * from './export-ref';
1010
export * from './file-system-engine-host-base';
11-
export * from './file-system-host';
1211

1312
export * from './workflow/node-workflow';
1413

0 commit comments

Comments
 (0)