Skip to content

Commit bb3188b

Browse files
alan-agius4clydin
authored andcommitted
docs: change sourcemap to source map
The latter is more in used in other articules such as: - https://developer.mozilla.org/en-US/docs/Tools/Debugger/How_to/Use_a_source_map - https://developers.google.com/web/tools/chrome-devtools/javascript/source-maps (cherry picked from commit f0d18e9)
1 parent ae2b246 commit bb3188b

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
@@ -766,30 +766,30 @@
766766
"default": false
767767
},
768768
"sourceMap": {
769-
"description": "Output sourcemaps.",
769+
"description": "Output source maps.",
770770
"default": true,
771771
"oneOf": [
772772
{
773773
"type": "object",
774774
"properties": {
775775
"scripts": {
776776
"type": "boolean",
777-
"description": "Output sourcemaps for all scripts.",
777+
"description": "Output source maps for all scripts.",
778778
"default": true
779779
},
780780
"styles": {
781781
"type": "boolean",
782-
"description": "Output sourcemaps for all styles.",
782+
"description": "Output source maps for all styles.",
783783
"default": true
784784
},
785785
"hidden": {
786786
"type": "boolean",
787-
"description": "Output sourcemaps used for error reporting tools.",
787+
"description": "Output source maps used for error reporting tools.",
788788
"default": false
789789
},
790790
"vendor": {
791791
"type": "boolean",
792-
"description": "Resolve vendor packages sourcemaps.",
792+
"description": "Resolve vendor packages source maps.",
793793
"default": false
794794
}
795795
},
@@ -1290,25 +1290,25 @@
12901290
"description": "Build using ahead-of-time compilation."
12911291
},
12921292
"sourceMap": {
1293-
"description": "Output sourcemaps.",
1293+
"description": "Output source maps.",
12941294
"default": true,
12951295
"oneOf": [
12961296
{
12971297
"type": "object",
12981298
"properties": {
12991299
"scripts": {
13001300
"type": "boolean",
1301-
"description": "Output sourcemaps for all scripts.",
1301+
"description": "Output source maps for all scripts.",
13021302
"default": true
13031303
},
13041304
"styles": {
13051305
"type": "boolean",
1306-
"description": "Output sourcemaps for all styles.",
1306+
"description": "Output source maps for all styles.",
13071307
"default": true
13081308
},
13091309
"vendor": {
13101310
"type": "boolean",
1311-
"description": "Resolve vendor packages sourcemaps.",
1311+
"description": "Resolve vendor packages source maps.",
13121312
"default": false
13131313
}
13141314
},
@@ -1466,25 +1466,25 @@
14661466
"additionalProperties": false
14671467
},
14681468
"sourceMap": {
1469-
"description": "Output sourcemaps.",
1469+
"description": "Output source maps.",
14701470
"default": true,
14711471
"oneOf": [
14721472
{
14731473
"type": "object",
14741474
"properties": {
14751475
"scripts": {
14761476
"type": "boolean",
1477-
"description": "Output sourcemaps for all scripts.",
1477+
"description": "Output source maps for all scripts.",
14781478
"default": true
14791479
},
14801480
"styles": {
14811481
"type": "boolean",
1482-
"description": "Output sourcemaps for all styles.",
1482+
"description": "Output source maps for all styles.",
14831483
"default": true
14841484
},
14851485
"vendor": {
14861486
"type": "boolean",
1487-
"description": "Resolve vendor packages sourcemaps.",
1487+
"description": "Resolve vendor packages source maps.",
14881488
"default": false
14891489
}
14901490
},
@@ -1784,30 +1784,30 @@
17841784
"description": "The path where style resources will be placed, relative to outputPath."
17851785
},
17861786
"sourceMap": {
1787-
"description": "Output sourcemaps.",
1787+
"description": "Output source maps.",
17881788
"default": true,
17891789
"oneOf": [
17901790
{
17911791
"type": "object",
17921792
"properties": {
17931793
"scripts": {
17941794
"type": "boolean",
1795-
"description": "Output sourcemaps for all scripts.",
1795+
"description": "Output source maps for all scripts.",
17961796
"default": true
17971797
},
17981798
"styles": {
17991799
"type": "boolean",
1800-
"description": "Output sourcemaps for all styles.",
1800+
"description": "Output source maps for all styles.",
18011801
"default": true
18021802
},
18031803
"hidden": {
18041804
"type": "boolean",
1805-
"description": "Output sourcemaps used for error reporting tools.",
1805+
"description": "Output source maps used for error reporting tools.",
18061806
"default": false
18071807
},
18081808
"vendor": {
18091809
"type": "boolean",
1810-
"description": "Resolve vendor packages sourcemaps.",
1810+
"description": "Resolve vendor packages source maps.",
18111811
"default": false
18121812
}
18131813
},

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -126,30 +126,30 @@
126126
"default": false
127127
},
128128
"sourceMap": {
129-
"description": "Output sourcemaps.",
129+
"description": "Output source maps.",
130130
"default": true,
131131
"oneOf": [
132132
{
133133
"type": "object",
134134
"properties": {
135135
"scripts": {
136136
"type": "boolean",
137-
"description": "Output sourcemaps for all scripts.",
137+
"description": "Output source maps for all scripts.",
138138
"default": true
139139
},
140140
"styles": {
141141
"type": "boolean",
142-
"description": "Output sourcemaps for all styles.",
142+
"description": "Output source maps for all styles.",
143143
"default": true
144144
},
145145
"hidden": {
146146
"type": "boolean",
147-
"description": "Output sourcemaps used for error reporting tools.",
147+
"description": "Output source maps used for error reporting tools.",
148148
"default": false
149149
},
150150
"vendor": {
151151
"type": "boolean",
152-
"description": "Resolve vendor packages sourcemaps.",
152+
"description": "Resolve vendor packages source maps.",
153153
"default": false
154154
}
155155
},

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)