Skip to content

Commit f0d18e9

Browse files
alan-agius4clydin
authored andcommitted
1 parent c89ed0a commit f0d18e9

File tree

6 files changed

+38
-38
lines changed

6 files changed

+38
-38
lines changed

packages/angular/cli/lib/config/schema.json

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -800,30 +800,30 @@
800800
"default": false
801801
},
802802
"sourceMap": {
803-
"description": "Output sourcemaps.",
803+
"description": "Output source maps.",
804804
"default": true,
805805
"oneOf": [
806806
{
807807
"type": "object",
808808
"properties": {
809809
"scripts": {
810810
"type": "boolean",
811-
"description": "Output sourcemaps for all scripts.",
811+
"description": "Output source maps for all scripts.",
812812
"default": true
813813
},
814814
"styles": {
815815
"type": "boolean",
816-
"description": "Output sourcemaps for all styles.",
816+
"description": "Output source maps for all styles.",
817817
"default": true
818818
},
819819
"hidden": {
820820
"type": "boolean",
821-
"description": "Output sourcemaps used for error reporting tools.",
821+
"description": "Output source maps used for error reporting tools.",
822822
"default": false
823823
},
824824
"vendor": {
825825
"type": "boolean",
826-
"description": "Resolve vendor packages sourcemaps.",
826+
"description": "Resolve vendor packages source maps.",
827827
"default": false
828828
}
829829
},
@@ -1329,25 +1329,25 @@
13291329
"description": "Build using ahead-of-time compilation."
13301330
},
13311331
"sourceMap": {
1332-
"description": "Output sourcemaps.",
1332+
"description": "Output source maps.",
13331333
"default": true,
13341334
"oneOf": [
13351335
{
13361336
"type": "object",
13371337
"properties": {
13381338
"scripts": {
13391339
"type": "boolean",
1340-
"description": "Output sourcemaps for all scripts.",
1340+
"description": "Output source maps for all scripts.",
13411341
"default": true
13421342
},
13431343
"styles": {
13441344
"type": "boolean",
1345-
"description": "Output sourcemaps for all styles.",
1345+
"description": "Output source maps for all styles.",
13461346
"default": true
13471347
},
13481348
"vendor": {
13491349
"type": "boolean",
1350-
"description": "Resolve vendor packages sourcemaps.",
1350+
"description": "Resolve vendor packages source maps.",
13511351
"default": false
13521352
}
13531353
},
@@ -1505,25 +1505,25 @@
15051505
"additionalProperties": false
15061506
},
15071507
"sourceMap": {
1508-
"description": "Output sourcemaps.",
1508+
"description": "Output source maps.",
15091509
"default": true,
15101510
"oneOf": [
15111511
{
15121512
"type": "object",
15131513
"properties": {
15141514
"scripts": {
15151515
"type": "boolean",
1516-
"description": "Output sourcemaps for all scripts.",
1516+
"description": "Output source maps for all scripts.",
15171517
"default": true
15181518
},
15191519
"styles": {
15201520
"type": "boolean",
1521-
"description": "Output sourcemaps for all styles.",
1521+
"description": "Output source maps for all styles.",
15221522
"default": true
15231523
},
15241524
"vendor": {
15251525
"type": "boolean",
1526-
"description": "Resolve vendor packages sourcemaps.",
1526+
"description": "Resolve vendor packages source maps.",
15271527
"default": false
15281528
}
15291529
},
@@ -1828,30 +1828,30 @@
18281828
"description": "The path where style resources will be placed, relative to outputPath."
18291829
},
18301830
"sourceMap": {
1831-
"description": "Output sourcemaps.",
1831+
"description": "Output source maps.",
18321832
"default": true,
18331833
"oneOf": [
18341834
{
18351835
"type": "object",
18361836
"properties": {
18371837
"scripts": {
18381838
"type": "boolean",
1839-
"description": "Output sourcemaps for all scripts.",
1839+
"description": "Output source maps for all scripts.",
18401840
"default": true
18411841
},
18421842
"styles": {
18431843
"type": "boolean",
1844-
"description": "Output sourcemaps for all styles.",
1844+
"description": "Output source maps for all styles.",
18451845
"default": true
18461846
},
18471847
"hidden": {
18481848
"type": "boolean",
1849-
"description": "Output sourcemaps used for error reporting tools.",
1849+
"description": "Output source maps used for error reporting tools.",
18501850
"default": false
18511851
},
18521852
"vendor": {
18531853
"type": "boolean",
1854-
"description": "Resolve vendor packages sourcemaps.",
1854+
"description": "Resolve vendor packages source maps.",
18551855
"default": false
18561856
}
18571857
},

packages/angular_devkit/build_angular/src/browser/schema.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -146,30 +146,30 @@
146146
"default": false
147147
},
148148
"sourceMap": {
149-
"description": "Output sourcemaps.",
149+
"description": "Output source maps.",
150150
"default": true,
151151
"oneOf": [
152152
{
153153
"type": "object",
154154
"properties": {
155155
"scripts": {
156156
"type": "boolean",
157-
"description": "Output sourcemaps for all scripts.",
157+
"description": "Output source maps for all scripts.",
158158
"default": true
159159
},
160160
"styles": {
161161
"type": "boolean",
162-
"description": "Output sourcemaps for all styles.",
162+
"description": "Output source maps for all styles.",
163163
"default": true
164164
},
165165
"hidden": {
166166
"type": "boolean",
167-
"description": "Output sourcemaps used for error reporting tools.",
167+
"description": "Output source maps used for error reporting tools.",
168168
"default": false
169169
},
170170
"vendor": {
171171
"type": "boolean",
172-
"description": "Resolve vendor packages sourcemaps.",
172+
"description": "Resolve vendor packages source maps.",
173173
"default": false
174174
}
175175
},

packages/angular_devkit/build_angular/src/dev-server/schema.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -137,29 +137,29 @@
137137
"x-deprecated": "Use the \"aot\" option in the browser builder instead."
138138
},
139139
"sourceMap": {
140-
"description": "Output sourcemaps.",
140+
"description": "Output source maps.",
141141
"oneOf": [
142142
{
143143
"type": "object",
144144
"properties": {
145145
"scripts": {
146146
"type": "boolean",
147-
"description": "Output sourcemaps for all scripts.",
147+
"description": "Output source maps for all scripts.",
148148
"default": true
149149
},
150150
"styles": {
151151
"type": "boolean",
152-
"description": "Output sourcemaps for all styles.",
152+
"description": "Output source maps for all styles.",
153153
"default": true
154154
},
155155
"hidden": {
156156
"type": "boolean",
157-
"description": "Output sourcemaps used for error reporting tools.",
157+
"description": "Output source maps used for error reporting tools.",
158158
"default": false
159159
},
160160
"vendor": {
161161
"type": "boolean",
162-
"description": "Resolve vendor packages sourcemaps.",
162+
"description": "Resolve vendor packages source maps.",
163163
"default": false
164164
}
165165
},

packages/angular_devkit/build_angular/src/karma/schema.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -67,25 +67,25 @@
6767
"description": "Globs of files to include, relative to workspace or project root. \nThere are 2 special cases:\n - when a path to directory is provided, all spec files ending \".spec.@(ts|tsx)\" will be included\n - when a path to a file is provided, and a matching spec file exists it will be included instead"
6868
},
6969
"sourceMap": {
70-
"description": "Output sourcemaps.",
70+
"description": "Output source maps.",
7171
"default": true,
7272
"oneOf": [
7373
{
7474
"type": "object",
7575
"properties": {
7676
"scripts": {
7777
"type": "boolean",
78-
"description": "Output sourcemaps for all scripts.",
78+
"description": "Output source maps for all scripts.",
7979
"default": true
8080
},
8181
"styles": {
8282
"type": "boolean",
83-
"description": "Output sourcemaps for all styles.",
83+
"description": "Output source maps for all styles.",
8484
"default": true
8585
},
8686
"vendor": {
8787
"type": "boolean",
88-
"description": "Resolve vendor packages sourcemaps.",
88+
"description": "Resolve vendor packages source maps.",
8989
"default": false
9090
}
9191
},

packages/angular_devkit/build_angular/src/server/schema.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -72,30 +72,30 @@
7272
"default": ""
7373
},
7474
"sourceMap": {
75-
"description": "Output sourcemaps.",
75+
"description": "Output source maps.",
7676
"default": true,
7777
"oneOf": [
7878
{
7979
"type": "object",
8080
"properties": {
8181
"scripts": {
8282
"type": "boolean",
83-
"description": "Output sourcemaps for all scripts.",
83+
"description": "Output source maps for all scripts.",
8484
"default": true
8585
},
8686
"styles": {
8787
"type": "boolean",
88-
"description": "Output sourcemaps for all styles.",
88+
"description": "Output source maps for all styles.",
8989
"default": true
9090
},
9191
"hidden": {
9292
"type": "boolean",
93-
"description": "Output sourcemaps used for error reporting tools.",
93+
"description": "Output source maps used for error reporting tools.",
9494
"default": false
9595
},
9696
"vendor": {
9797
"type": "boolean",
98-
"description": "Resolve vendor packages sourcemaps.",
98+
"description": "Resolve vendor packages source maps.",
9999
"default": false
100100
}
101101
},

tests/angular_devkit/core/json/schema/serializers/schema_benchmark.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -457,7 +457,7 @@
457457
"type": "object",
458458
"properties": {
459459
"sourcemaps": {
460-
"description": "Output sourcemaps.",
460+
"description": "Output source maps.",
461461
"type": "boolean"
462462
},
463463
"baseHref": {

0 commit comments

Comments
 (0)