File tree Expand file tree Collapse file tree 4 files changed +6
-2
lines changed
Expand file tree Collapse file tree 4 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 66 * found in the LICENSE file at https://angular.io/license
77 */
88/// <reference types="node" />
9+ /// <reference types="@types/node/fs" />
10+ /// <reference types="@types/node/ts4.8/fs" />
911import { Stats } from 'node:fs' ;
1012import { Observable } from 'rxjs' ;
1113import { Path , PathFragment , virtualFs } from '../src' ;
Original file line number Diff line number Diff line change 66 * found in the LICENSE file at https://angular.io/license
77 */
88/// <reference types="node" />
9+ /// <reference types="@types/node/fs" />
10+ /// <reference types="@types/node/ts4.8/fs" />
911import * as fs from 'fs' ;
1012import { Path , virtualFs } from '../../src' ;
1113/**
Original file line number Diff line number Diff line change 11{
22 "name" : " @angular-devkit/core" ,
3- "version" : " 17.1.0-next.0+sha-7b9b7fe " ,
3+ "version" : " 17.1.0-next.0+sha-3810bd4 " ,
44 "description" : " Angular DevKit - Core Utility Library" ,
55 "main" : " src/index.js" ,
66 "typings" : " src/index.d.ts" ,
Original file line number Diff line number Diff line change 1- Wed Nov 22 2023 17:17:01 GMT+0000 (Coordinated Universal Time)
1+ Wed Nov 22 2023 20:03:36 GMT+0000 (Coordinated Universal Time)
You can’t perform that action at this time.
0 commit comments