File tree Expand file tree Collapse file tree 5 files changed +3
-6
lines changed
Expand file tree Collapse file tree 5 files changed +3
-6
lines changed Original file line number Diff line number Diff line change 55 * Use of this source code is governed by an MIT-style license that can be
66 * found in the LICENSE file at https://angular.io/license
77 */
8+ /// <reference types="node" />
89import { logging } from '../src' ;
910export interface ProcessOutput {
1011 write ( buffer : string | Buffer ) : boolean ;
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" />
119import { Stats } from 'node:fs' ;
1210import { Observable } from 'rxjs' ;
1311import { 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" />
119import * as fs from 'fs' ;
1210import { Path , virtualFs } from '../../src' ;
1311/**
Original file line number Diff line number Diff line change 11{
22 "name" : " @angular-devkit/core" ,
3- "version" : " 18.0.0-next.0+sha-99104cd " ,
3+ "version" : " 18.0.0-next.0+sha-c6c4364 " ,
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- Fri Mar 15 2024 08:23:42 GMT+0000 (Coordinated Universal Time)
1+ Fri Mar 15 2024 09:20:53 GMT+0000 (Coordinated Universal Time)
You can’t perform that action at this time.
0 commit comments