Skip to content

Commit f58a7de

Browse files
clydinalexeagle
authored andcommitted
fix(@angular/cli): remove deprecated eject command
1 parent c4376d0 commit f58a7de

File tree

5 files changed

+0
-61
lines changed

5 files changed

+0
-61
lines changed

packages/angular/cli/BUILD

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ ts_library(
4747
":doc_schema",
4848
":e2e_schema",
4949
":easter_egg_schema",
50-
":eject_schema",
5150
":generate_schema",
5251
":help_schema",
5352
":lint_schema",
@@ -117,14 +116,6 @@ ts_json_schema(
117116
],
118117
)
119118

120-
ts_json_schema(
121-
name = "eject_schema",
122-
src = "commands/eject.json",
123-
data = [
124-
"commands/definitions.json",
125-
],
126-
)
127-
128119
ts_json_schema(
129120
name = "generate_schema",
130121
src = "commands/generate.json",

packages/angular/cli/commands.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
"doc": "./commands/doc.json",
66
"e2e": "./commands/e2e.json",
77
"make-this-awesome": "./commands/easter-egg.json",
8-
"eject": "./commands/eject.json",
98
"generate": "./commands/generate.json",
109
"get": "./commands/deprecated.json",
1110
"set": "./commands/deprecated.json",

packages/angular/cli/commands/eject-impl.ts

Lines changed: 0 additions & 28 deletions
This file was deleted.

packages/angular/cli/commands/eject-long.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

packages/angular/cli/commands/eject.json

Lines changed: 0 additions & 15 deletions
This file was deleted.

0 commit comments

Comments
 (0)