File tree 4 files changed +8
-8
lines changed
4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -46,8 +46,8 @@ const node_1 = require("@angular-devkit/architect/node");
46
46
const core_1 = require ( "@angular-devkit/core" ) ;
47
47
const node_2 = require ( "@angular-devkit/core/node" ) ;
48
48
const ansiColors = __importStar ( require ( "ansi-colors" ) ) ;
49
- const fs_1 = require ( "fs" ) ;
50
- const path = __importStar ( require ( "path" ) ) ;
49
+ const node_fs_1 = require ( "node: fs" ) ;
50
+ const path = __importStar ( require ( "node: path" ) ) ;
51
51
const yargs_parser_1 = __importStar ( require ( "yargs-parser" ) ) ;
52
52
const progress_1 = require ( "../src/progress" ) ;
53
53
function findUp ( names , from ) {
@@ -59,7 +59,7 @@ function findUp(names, from) {
59
59
while ( currentDir && currentDir !== root ) {
60
60
for ( const name of names ) {
61
61
const p = path . join ( currentDir , name ) ;
62
- if ( ( 0 , fs_1 . existsSync ) ( p ) ) {
62
+ if ( ( 0 , node_fs_1 . existsSync ) ( p ) ) {
63
63
return p ;
64
64
}
65
65
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @angular-devkit/architect-cli" ,
3
- "version" : " 0.1902.0-next.2+sha-c0c1670 " ,
3
+ "version" : " 0.1902.0-next.2+sha-33ed6e8 " ,
4
4
"description" : " Angular Architect CLI" ,
5
5
"homepage" : " https://github.com/angular/angular-cli" ,
6
6
"experimental" : true ,
19
19
" tooling"
20
20
],
21
21
"dependencies" : {
22
- "@angular-devkit/architect" : " github:angular/angular-devkit-architect-builds#c0c1670 " ,
23
- "@angular-devkit/core" : " github:angular/angular-devkit-core-builds#c0c1670 " ,
22
+ "@angular-devkit/architect" : " github:angular/angular-devkit-architect-builds#33ed6e8 " ,
23
+ "@angular-devkit/core" : " github:angular/angular-devkit-core-builds#33ed6e8 " ,
24
24
"ansi-colors" : " 4.1.3" ,
25
25
"progress" : " 2.0.3" ,
26
26
"symbol-observable" : " 4.0.0" ,
Original file line number Diff line number Diff line change @@ -44,8 +44,8 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
44
44
} ;
45
45
Object . defineProperty ( exports , "__esModule" , { value : true } ) ;
46
46
exports . MultiProgressBar = void 0 ;
47
+ const readline = __importStar ( require ( "node:readline" ) ) ;
47
48
const progress_1 = __importDefault ( require ( "progress" ) ) ;
48
- const readline = __importStar ( require ( "readline" ) ) ;
49
49
class MultiProgressBar {
50
50
_status ;
51
51
_stream ;
Original file line number Diff line number Diff line change 1
- Fri Feb 14 2025 15:42:20 GMT+0000 (Coordinated Universal Time)
1
+ Fri Feb 14 2025 19:17:54 GMT+0000 (Coordinated Universal Time)
You can’t perform that action at this time.
0 commit comments