@angular-devkit/core 0.7.4 → 0.7.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -33,7 +33,7 @@ export declare class TestHost extends SimpleMemoryHost {
|
|
|
33
33
|
protected _read(path: Path): ArrayBuffer;
|
|
34
34
|
protected _delete(path: Path): void;
|
|
35
35
|
protected _rename(from: Path, to: Path): void;
|
|
36
|
-
protected _list(path: Path): import("
|
|
36
|
+
protected _list(path: Path): import("../../../../../../../../../../../Users/hansl/Sources/hansl/angular-cli/packages/angular_devkit/core/src/virtual-fs/path").PathFragment[];
|
|
37
37
|
protected _exists(path: Path): boolean;
|
|
38
38
|
protected _isDirectory(path: Path): boolean;
|
|
39
39
|
protected _isFile(path: Path): boolean;
|
|
@@ -41,7 +41,7 @@ export declare class TestHost extends SimpleMemoryHost {
|
|
|
41
41
|
protected _watch(path: Path, options?: HostWatchOptions): Observable<HostWatchEvent>;
|
|
42
42
|
$write(path: string, content: string): void;
|
|
43
43
|
$read(path: string): string;
|
|
44
|
-
$list(path: string): import("
|
|
44
|
+
$list(path: string): import("../../../../../../../../../../../Users/hansl/Sources/hansl/angular-cli/packages/angular_devkit/core/src/virtual-fs/path").PathFragment[];
|
|
45
45
|
$exists(path: string): boolean;
|
|
46
46
|
$isDirectory(path: string): boolean;
|
|
47
47
|
$isFile(path: string): boolean;
|