Skip to content

Commit 719cd71

Browse files
author
Angular Builds
committed
33ed6e8 refactor: move builtin module imports to use node: prefix imports
1 parent 770bc6e commit 719cd71

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "@angular-devkit/architect",
3-
"version": "0.1902.0-next.2+sha-c0c1670",
3+
"version": "0.1902.0-next.2+sha-33ed6e8",
44
"description": "Angular Build Facade",
55
"experimental": true,
66
"main": "src/index.js",
77
"typings": "src/index.d.ts",
88
"dependencies": {
9-
"@angular-devkit/core": "github:angular/angular-devkit-core-builds#c0c1670",
9+
"@angular-devkit/core": "github:angular/angular-devkit-core-builds#33ed6e8",
1010
"rxjs": "7.8.1"
1111
},
1212
"builders": "./builders/builders.json",

testing/test-project-host.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*/
88
import { Path, PathFragment, virtualFs } from '@angular-devkit/core';
99
import { NodeJsSyncHost } from '@angular-devkit/core/node';
10-
import { Stats } from 'fs';
10+
import { Stats } from 'node:fs';
1111
import { Observable } from 'rxjs';
1212
/**
1313
* @deprecated

uniqueId

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Fri Feb 14 2025 15:42:15 GMT+0000 (Coordinated Universal Time)
1+
Fri Feb 14 2025 19:17:49 GMT+0000 (Coordinated Universal Time)

0 commit comments

Comments
 (0)