File tree Expand file tree Collapse file tree 4 files changed +4
-8
lines changed
Expand file tree Collapse file tree 4 files changed +4
-8
lines changed Original file line number Diff line number Diff line change 66 * Use of this source code is governed by an MIT-style license that can be
77 * found in the LICENSE file at https://angular.dev/license
88 */
9- import 'symbol-observable' ;
109import { ProcessOutput } from '@angular-devkit/core/node' ;
1110export interface MainOptions {
1211 args: string [ ] ;
Original file line number Diff line number Diff line change @@ -45,8 +45,6 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
4545} ;
4646Object . defineProperty ( exports , "__esModule" , { value : true } ) ;
4747exports . main = main ;
48- // symbol polyfill must go first
49- require ( "symbol-observable" ) ;
5048const core_1 = require ( "@angular-devkit/core" ) ;
5149const node_1 = require ( "@angular-devkit/core/node" ) ;
5250const schematics_1 = require ( "@angular-devkit/schematics" ) ;
Original file line number Diff line number Diff line change 11{
22 "name" : " @angular-devkit/schematics-cli" ,
3- "version" : " 20.0.0-next.3+sha-7a67752 " ,
3+ "version" : " 20.0.0-next.3+sha-441ba9a " ,
44 "description" : " Angular Schematics - CLI" ,
55 "homepage" : " https://github.com/angular/angular-cli" ,
66 "bin" : {
2121 ],
2222 "schematics" : " ./collection.json" ,
2323 "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 " ,
2626 "@inquirer/prompts" : " 7.4.0" ,
2727 "ansi-colors" : " 4.1.3" ,
28- "symbol-observable" : " 4.0.0" ,
2928 "yargs-parser" : " 21.1.1"
3029 },
3130 "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