Skip to content

Commit eee1ed1

Browse files
author
Angular Builds
committed
92528b1df refactor(@angular/cli): several small refactoring and code quality improvements
1 parent fbfe880 commit eee1ed1

File tree

5 files changed

+8
-9
lines changed

5 files changed

+8
-9
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"name": "@angular-devkit/build-angular",
3-
"version": "14.0.0-next.4+15.sha-bc1b36d",
3+
"version": "14.0.0-next.4+23.sha-92528b1",
44
"description": "Angular Webpack Build Facade",
55
"main": "src/index.js",
66
"typings": "src/index.d.ts",
77
"builders": "builders.json",
88
"dependencies": {
99
"@ampproject/remapping": "2.1.2",
10-
"@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#bc1b36d94",
11-
"@angular-devkit/build-webpack": "github:angular/angular-devkit-build-webpack-builds#bc1b36d94",
12-
"@angular-devkit/core": "github:angular/angular-devkit-core-builds#bc1b36d94",
10+
"@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#92528b1df",
11+
"@angular-devkit/build-webpack": "github:angular/angular-devkit-build-webpack-builds#92528b1df",
12+
"@angular-devkit/core": "github:angular/angular-devkit-core-builds#92528b1df",
1313
"@babel/core": "7.17.5",
1414
"@babel/generator": "7.17.3",
1515
"@babel/helper-annotate-as-pure": "7.16.7",
@@ -20,7 +20,7 @@
2020
"@babel/runtime": "7.17.2",
2121
"@babel/template": "7.16.7",
2222
"@discoveryjs/json-ext": "0.5.6",
23-
"@ngtools/webpack": "github:angular/ngtools-webpack-builds#bc1b36d94",
23+
"@ngtools/webpack": "github:angular/ngtools-webpack-builds#92528b1df",
2424
"ansi-colors": "4.1.1",
2525
"babel-loader": "8.2.3",
2626
"babel-plugin-istanbul": "6.1.1",

src/builders/browser/schema.d.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,6 @@ export interface Schema {
9898
outputHashing?: OutputHashing;
9999
/**
100100
* The full path for the new output directory, relative to the current workspace.
101-
*
102101
* By default, writes output to a folder named dist/ in the current project.
103102
*/
104103
outputPath: string;

src/builders/browser/schema.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/builders/browser/schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@
193193
},
194194
"outputPath": {
195195
"type": "string",
196-
"description": "The full path for the new output directory, relative to the current workspace.\n\nBy default, writes output to a folder named dist/ in the current project."
196+
"description": "The full path for the new output directory, relative to the current workspace.\nBy default, writes output to a folder named dist/ in the current project."
197197
},
198198
"resourcesOutputPath": {
199199
"type": "string",

uniqueId

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Tue Mar 08 2022 19:11:02 GMT+0000 (Coordinated Universal Time)
1+
Wed Mar 09 2022 16:54:36 GMT+0000 (Coordinated Universal Time)

0 commit comments

Comments
 (0)