Skip to content

Commit a2083d0

Browse files
author
Angular Builds
committed
3810bd4 build: update to TypeScript 5.3
1 parent 3009e39 commit a2083d0

File tree

4 files changed

+6
-2
lines changed

4 files changed

+6
-2
lines changed

node/host.d.ts

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

node/testing/index.d.ts

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

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": "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",

uniqueId

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

0 commit comments

Comments
 (0)