Skip to content

Commit 27775ef

Browse files
author
Angular Builds
committed
441ba9a refactor(@angular/build): remove unneeded babel import attributes syntax plugin
1 parent f5ef40a commit 27775ef

File tree

4 files changed

+4
-8
lines changed

4 files changed

+4
-8
lines changed

bin/schematics.d.ts

-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
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';
109
import { ProcessOutput } from '@angular-devkit/core/node';
1110
export interface MainOptions {
1211
args: string[];

bin/schematics.js

-2
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,6 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
4545
};
4646
Object.defineProperty(exports, "__esModule", { value: true });
4747
exports.main = main;
48-
// symbol polyfill must go first
49-
require("symbol-observable");
5048
const core_1 = require("@angular-devkit/core");
5149
const node_1 = require("@angular-devkit/core/node");
5250
const schematics_1 = require("@angular-devkit/schematics");

package.json

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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": {
@@ -21,11 +21,10 @@
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": {

uniqueId

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
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)

0 commit comments

Comments
 (0)