File tree Expand file tree Collapse file tree 9 files changed +11
-18
lines changed
Expand file tree Collapse file tree 9 files changed +11
-18
lines changed Original file line number Diff line number Diff line change 66 "typings" : " src/index.d.ts" ,
77 "builders" : " builders.json" ,
88 "dependencies" : {
9- "@angular-devkit/architect" : " github:angular/angular-devkit-architect-builds#5e7f995 " ,
10- "@angular-devkit/build-optimizer" : " github:angular/angular-devkit-build-optimizer-builds#5e7f995 " ,
11- "@angular-devkit/build-webpack" : " github:angular/angular-devkit-build-webpack-builds#5e7f995 " ,
12- "@angular-devkit/core" : " github:angular/angular-devkit-core-builds#5e7f995 " ,
13- "@ngtools/webpack" : " github:angular/ngtools-webpack-builds#5e7f995 " ,
9+ "@angular-devkit/architect" : " github:angular/angular-devkit-architect-builds#a0eeb64 " ,
10+ "@angular-devkit/build-optimizer" : " github:angular/angular-devkit-build-optimizer-builds#a0eeb64 " ,
11+ "@angular-devkit/build-webpack" : " github:angular/angular-devkit-build-webpack-builds#a0eeb64 " ,
12+ "@angular-devkit/core" : " github:angular/angular-devkit-core-builds#a0eeb64 " ,
13+ "@ngtools/webpack" : " github:angular/ngtools-webpack-builds#a0eeb64 " ,
1414 "ajv" : " 6.5.3" ,
1515 "autoprefixer" : " 9.3.1" ,
1616 "circular-dependency-plugin" : " 5.0.2" ,
Original file line number Diff line number Diff line change @@ -72,7 +72,6 @@ export interface BrowserBuilderSchema {
7272 vendorSourceMap ?: boolean ;
7373
7474 /**
75- @deprecated
7675 * Output in-file eval sourcemaps.
7776 */
7877 evalSourceMap : boolean ;
@@ -193,7 +192,6 @@ export interface BrowserBuilderSchema {
193192 ngswConfigPath ?: string ;
194193
195194 /**
196- * @deprecated
197195 * Flag to prevent building an app shell.
198196 */
199197 skipAppShell : boolean ;
Original file line number Diff line number Diff line change 206206 "skipAppShell" : {
207207 "type" : " boolean" ,
208208 "description" : " Flag to prevent building an app shell." ,
209- "default" : false ,
210- "x-deprecated" : true
209+ "default" : false
211210 },
212211 "index" : {
213212 "type" : " string" ,
Original file line number Diff line number Diff line change @@ -32,7 +32,6 @@ export interface DevServerBuilderOptions {
3232 aot ?: boolean ;
3333 sourceMap ?: boolean ;
3434 vendorSourceMap ?: boolean ;
35- /**@deprecated */
3635 evalSourceMap ?: boolean ;
3736 vendorChunk ?: boolean ;
3837 commonChunk ?: boolean ;
Original file line number Diff line number Diff line change 102102 },
103103 "evalSourceMap" : {
104104 "type" : " boolean" ,
105- "description" : " Output in-file eval sourcemaps." ,
106- "x-deprecated" : true
105+ "description" : " Output in-file eval sourcemaps."
107106 },
108107 "vendorChunk" : {
109108 "type" : " boolean" ,
Original file line number Diff line number Diff line change 7474 },
7575 "evalSourceMap" : {
7676 "type" : " boolean" ,
77- "description" : " Output in-file eval sourcemaps." ,
78- "x-deprecated" : true
77+ "description" : " Output in-file eval sourcemaps."
7978 },
8079 "progress" : {
8180 "type" : " boolean" ,
Original file line number Diff line number Diff line change 5757 "evalSourceMap" : {
5858 "type" : " boolean" ,
5959 "description" : " Output in-file eval sourcemaps." ,
60- "default" : false ,
61- "x-deprecated" : true
60+ "default" : false
6261 },
6362 "vendorChunk" : {
6463 "type" : " boolean" ,
Original file line number Diff line number Diff line change 1- Fri Nov 16 2018 01:36:36 GMT+0000 (Coordinated Universal Time)
1+ Fri Nov 16 2018 01:45:26 GMT+0000 (Coordinated Universal Time)
You can’t perform that action at this time.
0 commit comments