File tree Expand file tree Collapse file tree 4 files changed +9
-5
lines changed
packages/angular_devkit/build_angular/src Expand file tree Collapse file tree 4 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 6
6
"properties" : {
7
7
"browserTarget" : {
8
8
"type" : " string" ,
9
- "description" : " Target to build."
9
+ "description" : " Target to build." ,
10
+ "pattern" : " ^[^:\\ s]+:[^:\\ s]+(:[^\\ s]+)?$"
10
11
},
11
12
"serverTarget" : {
12
13
"type" : " string" ,
13
- "description" : " Server target to use for rendering the app shell."
14
+ "description" : " Server target to use for rendering the app shell." ,
15
+ "pattern" : " ^[^:\\ s]+:[^:\\ s]+(:[^\\ s]+)?$"
14
16
},
15
17
"appModuleBundle" : {
16
18
"type" : " string" ,
Original file line number Diff line number Diff line change 7
7
"browserTarget" : {
8
8
"type" : " string" ,
9
9
"description" : " Target to serve." ,
10
- "pattern" : " .+:. +(:. +)?"
10
+ "pattern" : " ^[^: \\ s]+:[^: \\ s] +(:[^ \\ s] +)?$ "
11
11
},
12
12
"port" : {
13
13
"type" : " number" ,
Original file line number Diff line number Diff line change 6
6
"properties" : {
7
7
"browserTarget" : {
8
8
"type" : " string" ,
9
- "description" : " Target to extract from."
9
+ "description" : " Target to extract from." ,
10
+ "pattern" : " ^[^:\\ s]+:[^:\\ s]+(:[^\\ s]+)?$"
10
11
},
11
12
"format" : {
12
13
"type" : " string" ,
Original file line number Diff line number Diff line change 10
10
},
11
11
"devServerTarget" : {
12
12
"type" : " string" ,
13
- "description" : " Dev server target to run tests against."
13
+ "description" : " Dev server target to run tests against." ,
14
+ "pattern" : " ^([^:\\ s]+:[^:\\ s]+(:[^\\ s]+)?)?$"
14
15
},
15
16
"specs" : {
16
17
"type" : " array" ,
You can’t perform that action at this time.
0 commit comments