From 6555fb80fdd8f6a5d201efadec3189d1244830a0 Mon Sep 17 00:00:00 2001 From: Nevena Bojovic Date: Tue, 1 Mar 2022 22:05:25 +0100 Subject: Izbrisala bin, obj i node-modules. --- .../@angular-devkit/schematics/src/sink/host.d.ts | 29 ---------------------- 1 file changed, 29 deletions(-) delete mode 100644 sandbox/testAppNevena/Front/node_modules/@angular-devkit/schematics/src/sink/host.d.ts (limited to 'sandbox/testAppNevena/Front/node_modules/@angular-devkit/schematics/src/sink/host.d.ts') diff --git a/sandbox/testAppNevena/Front/node_modules/@angular-devkit/schematics/src/sink/host.d.ts b/sandbox/testAppNevena/Front/node_modules/@angular-devkit/schematics/src/sink/host.d.ts deleted file mode 100644 index 3f2934c4..00000000 --- a/sandbox/testAppNevena/Front/node_modules/@angular-devkit/schematics/src/sink/host.d.ts +++ /dev/null @@ -1,29 +0,0 @@ -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * 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 - */ -/// -import { Path, virtualFs } from '@angular-devkit/core'; -import { Observable } from 'rxjs'; -import { CreateFileAction } from '../tree/action'; -import { UpdateBufferBase } from '../utility/update-buffer'; -import { SimpleSinkBase } from './sink'; -export declare class HostSink extends SimpleSinkBase { - protected _host: virtualFs.Host; - protected _force: boolean; - protected _filesToDelete: Set; - protected _filesToRename: Set<[Path, Path]>; - protected _filesToCreate: Map; - protected _filesToUpdate: Map; - constructor(_host: virtualFs.Host, _force?: boolean); - protected _validateCreateAction(action: CreateFileAction): Observable; - protected _validateFileExists(p: Path): Observable; - protected _overwriteFile(path: Path, content: Buffer): Observable; - protected _createFile(path: Path, content: Buffer): Observable; - protected _renameFile(from: Path, to: Path): Observable; - protected _deleteFile(path: Path): Observable; - _done(): Observable; -} -- cgit v1.2.3