File tree 4 files changed +4
-8
lines changed
4 files changed +4
-8
lines changed Original file line number Diff line number Diff line change 6
6
* Use of this source code is governed by an MIT-style license that can be
7
7
* found in the LICENSE file at https://angular.dev/license
8
8
*/
9
- import 'symbol-observable' ;
10
9
import { ProcessOutput } from '@angular-devkit/core/node' ;
11
10
export interface MainOptions {
12
11
args: string [ ] ;
Original file line number Diff line number Diff line change @@ -45,8 +45,6 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
45
45
} ;
46
46
Object . defineProperty ( exports , "__esModule" , { value : true } ) ;
47
47
exports . main = main ;
48
- // symbol polyfill must go first
49
- require ( "symbol-observable" ) ;
50
48
const core_1 = require ( "@angular-devkit/core" ) ;
51
49
const node_1 = require ( "@angular-devkit/core/node" ) ;
52
50
const schematics_1 = require ( "@angular-devkit/schematics" ) ;
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @angular-devkit/schematics-cli" ,
3
- "version" : " 20.0.0-next.3+sha-7a67752 " ,
3
+ "version" : " 20.0.0-next.3+sha-441ba9a " ,
4
4
"description" : " Angular Schematics - CLI" ,
5
5
"homepage" : " https://github.com/angular/angular-cli" ,
6
6
"bin" : {
21
21
],
22
22
"schematics" : " ./collection.json" ,
23
23
"dependencies" : {
24
- "@angular-devkit/core" : " github:angular/angular-devkit-core-builds#7a67752 " ,
25
- "@angular-devkit/schematics" : " github:angular/angular-devkit-schematics-builds#7a67752 " ,
24
+ "@angular-devkit/core" : " github:angular/angular-devkit-core-builds#441ba9a " ,
25
+ "@angular-devkit/schematics" : " github:angular/angular-devkit-schematics-builds#441ba9a " ,
26
26
"@inquirer/prompts" : " 7.4.0" ,
27
27
"ansi-colors" : " 4.1.3" ,
28
- "symbol-observable" : " 4.0.0" ,
29
28
"yargs-parser" : " 21.1.1"
30
29
},
31
30
"repository" : {
Original file line number Diff line number Diff line change 1
- Mon Mar 31 2025 21:39:20 GMT+0000 (Coordinated Universal Time)
1
+ Tue Apr 01 2025 10:54:23 GMT+0000 (Coordinated Universal Time)
You can’t perform that action at this time.
0 commit comments