Skip to content

Commit a15c12c

Browse files
author
Angular Builds
committed
c6c4364 test: update API golden files
1 parent d2613db commit a15c12c

File tree

5 files changed

+3
-6
lines changed

5 files changed

+3
-6
lines changed

node/cli-logger.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
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" />
89
import { logging } from '../src';
910
export interface ProcessOutput {
1011
write(buffer: string | Buffer): boolean;

node/host.d.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@
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" />
119
import { Stats } from 'node:fs';
1210
import { Observable } from 'rxjs';
1311
import { Path, PathFragment, virtualFs } from '../src';

node/testing/index.d.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@
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" />
119
import * as fs from 'fs';
1210
import { Path, virtualFs } from '../../src';
1311
/**

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",

uniqueId

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
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)

0 commit comments

Comments
 (0)