File tree Expand file tree Collapse file tree 6 files changed +0
-69
lines changed
tests/legacy-cli/e2e/tests/commands/config Expand file tree Collapse file tree 6 files changed +0
-69
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,6 @@ ts_library(
3131 "//packages/angular/cli:commands/build.ts" ,
3232 "//packages/angular/cli:commands/deploy.ts" ,
3333 "//packages/angular/cli:commands/config.ts" ,
34- "//packages/angular/cli:commands/deprecated.ts" ,
3534 "//packages/angular/cli:commands/doc.ts" ,
3635 "//packages/angular/cli:commands/e2e.ts" ,
3736 "//packages/angular/cli:commands/easter-egg.ts" ,
@@ -123,14 +122,6 @@ ts_json_schema(
123122 ],
124123)
125124
126- ts_json_schema (
127- name = "deprecated_schema" ,
128- src = "commands/deprecated.json" ,
129- data = [
130- "commands/definitions.json" ,
131- ],
132- )
133-
134125ts_json_schema (
135126 name = "doc_schema" ,
136127 src = "commands/doc.json" ,
Original file line number Diff line number Diff line change 88 "e2e" : " ./commands/e2e.json" ,
99 "make-this-awesome" : " ./commands/easter-egg.json" ,
1010 "generate" : " ./commands/generate.json" ,
11- "get" : " ./commands/deprecated.json" ,
12- "set" : " ./commands/deprecated.json" ,
1311 "help" : " ./commands/help.json" ,
1412 "lint" : " ./commands/lint.json" ,
1513 "new" : " ./commands/new.json" ,
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -40,8 +40,6 @@ const standardCommands = {
4040 'e2e' : '../commands/e2e.json' ,
4141 'make-this-awesome' : '../commands/easter-egg.json' ,
4242 'generate' : '../commands/generate.json' ,
43- 'get' : '../commands/deprecated.json' ,
44- 'set' : '../commands/deprecated.json' ,
4543 'help' : '../commands/help.json' ,
4644 'lint' : '../commands/lint.json' ,
4745 'new' : '../commands/new.json' ,
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments