Skip to content

Commit

Permalink
build: lock file maintenance
Browse files Browse the repository at this point in the history
  • Loading branch information
alan-agius4 committed Sep 30, 2024
1 parent 2aecdd0 commit 32dd2f2
Show file tree
Hide file tree
Showing 2 changed files with 139 additions and 309 deletions.
4 changes: 2 additions & 2 deletions goldens/public-api/angular_devkit/schematics/index.api.md
Original file line number Diff line number Diff line change
Expand Up @@ -493,13 +493,13 @@ export class HostSink extends SimpleSinkBase {
// (undocumented)
_done(): Observable<void>;
// (undocumented)
protected _filesToCreate: Map<Path, Buffer>;
protected _filesToCreate: Map<Path, Buffer<ArrayBufferLike>>;
// (undocumented)
protected _filesToDelete: Set<Path>;
// (undocumented)
protected _filesToRename: Set<[Path, Path]>;
// (undocumented)
protected _filesToUpdate: Map<Path, Buffer>;
protected _filesToUpdate: Map<Path, Buffer<ArrayBufferLike>>;
// (undocumented)
protected _force: boolean;
// (undocumented)
Expand Down
Loading

0 comments on commit 32dd2f2

Please sign in to comment.