File tree 9 files changed +23
-23
lines changed
tests/angular_devkit/core/json/schema/serializers
9 files changed +23
-23
lines changed Original file line number Diff line number Diff line change 93
93
},
94
94
"flat" : {
95
95
"type" : " boolean" ,
96
- "description" : " Flag to indicate if a dir is created." ,
96
+ "description" : " Flag to indicate if a directory is created." ,
97
97
"default" : false
98
98
},
99
99
"inlineStyle" : {
157
157
},
158
158
"flat" : {
159
159
"type" : " boolean" ,
160
- "description" : " Flag to indicate if a dir is created." ,
160
+ "description" : " Flag to indicate if a directory is created." ,
161
161
"default" : true
162
162
},
163
163
"module" : {
210
210
},
211
211
"flat" : {
212
212
"type" : " boolean" ,
213
- "description" : " Flag to indicate if a dir is created." ,
213
+ "description" : " Flag to indicate if a directory is created." ,
214
214
"default" : false
215
215
},
216
216
"commonModule" : {
232
232
"flat" : {
233
233
"type" : " boolean" ,
234
234
"default" : true ,
235
- "description" : " Flag to indicate if a dir is created."
235
+ "description" : " Flag to indicate if a directory is created."
236
236
},
237
237
"spec" : {
238
238
"type" : " boolean" ,
247
247
"flat" : {
248
248
"type" : " boolean" ,
249
249
"default" : true ,
250
- "description" : " Flag to indicate if a dir is created."
250
+ "description" : " Flag to indicate if a directory is created."
251
251
},
252
252
"spec" : {
253
253
"type" : " boolean" ,
Original file line number Diff line number Diff line change 77
77
},
78
78
"flat" : {
79
79
"type" : " boolean" ,
80
- "description" : " Flag to indicate if a dir is created." ,
80
+ "description" : " Flag to indicate if a directory is created." ,
81
81
"default" : false
82
82
},
83
83
"skipImport" : {
Original file line number Diff line number Diff line change 57
57
},
58
58
"flat" : {
59
59
"type" : " boolean" ,
60
- "description" : " Flag to indicate if a dir is created." ,
60
+ "description" : " Flag to indicate if a directory is created." ,
61
61
"default" : true
62
62
},
63
63
"module" : {
Original file line number Diff line number Diff line change 20
20
},
21
21
"flat" : {
22
22
"type" : " boolean" ,
23
- "description" : " Flag to indicate if a dir is created." ,
23
+ "description" : " Flag to indicate if a directory is created." ,
24
24
"default" : true
25
25
},
26
26
"path" : {
Original file line number Diff line number Diff line change 39
39
},
40
40
"flat" : {
41
41
"type" : " boolean" ,
42
- "description" : " Flag to indicate if a dir is created." ,
42
+ "description" : " Flag to indicate if a directory is created." ,
43
43
"default" : false
44
44
},
45
45
"commonModule" : {
Original file line number Diff line number Diff line change 29
29
"flat" : {
30
30
"type" : " boolean" ,
31
31
"default" : true ,
32
- "description" : " Flag to indicate if a dir is created."
32
+ "description" : " Flag to indicate if a directory is created."
33
33
},
34
34
"spec" : {
35
35
"type" : " boolean" ,
Original file line number Diff line number Diff line change 29
29
"flat" : {
30
30
"type" : " boolean" ,
31
31
"default" : true ,
32
- "description" : " Flag to indicate if a dir is created."
32
+ "description" : " Flag to indicate if a directory is created."
33
33
},
34
34
"spec" : {
35
35
"type" : " boolean" ,
Original file line number Diff line number Diff line change @@ -265,7 +265,7 @@ export interface CliConfig {
265
265
*/
266
266
component ?: {
267
267
/**
268
- * Flag to indicate if a dir is created.
268
+ * Flag to indicate if a directory is created.
269
269
*/
270
270
flat ?: boolean ;
271
271
/**
@@ -294,7 +294,7 @@ export interface CliConfig {
294
294
*/
295
295
directive ?: {
296
296
/**
297
- * Flag to indicate if a dir is created.
297
+ * Flag to indicate if a directory is created.
298
298
*/
299
299
flat ?: boolean ;
300
300
/**
@@ -307,7 +307,7 @@ export interface CliConfig {
307
307
*/
308
308
guard ?: {
309
309
/**
310
- * Flag to indicate if a dir is created.
310
+ * Flag to indicate if a directory is created.
311
311
*/
312
312
flat ?: boolean ;
313
313
/**
@@ -329,7 +329,7 @@ export interface CliConfig {
329
329
*/
330
330
module ?: {
331
331
/**
332
- * Flag to indicate if a dir is created.
332
+ * Flag to indicate if a directory is created.
333
333
*/
334
334
flat ?: boolean ;
335
335
/**
@@ -342,7 +342,7 @@ export interface CliConfig {
342
342
*/
343
343
pipe ?: {
344
344
/**
345
- * Flag to indicate if a dir is created.
345
+ * Flag to indicate if a directory is created.
346
346
*/
347
347
flat ?: boolean ;
348
348
/**
@@ -355,7 +355,7 @@ export interface CliConfig {
355
355
*/
356
356
service ?: {
357
357
/**
358
- * Flag to indicate if a dir is created.
358
+ * Flag to indicate if a directory is created.
359
359
*/
360
360
flat ?: boolean ;
361
361
/**
Original file line number Diff line number Diff line change 330
330
"type" : " object" ,
331
331
"properties" : {
332
332
"flat" : {
333
- "description" : " Flag to indicate if a dir is created." ,
333
+ "description" : " Flag to indicate if a directory is created." ,
334
334
"type" : " boolean" ,
335
335
"default" : false
336
336
},
366
366
"type" : " object" ,
367
367
"properties" : {
368
368
"flat" : {
369
- "description" : " Flag to indicate if a dir is created." ,
369
+ "description" : " Flag to indicate if a directory is created." ,
370
370
"type" : " boolean" ,
371
371
"default" : true
372
372
},
382
382
"type" : " object" ,
383
383
"properties" : {
384
384
"flat" : {
385
- "description" : " Flag to indicate if a dir is created." ,
385
+ "description" : " Flag to indicate if a directory is created." ,
386
386
"type" : " boolean" ,
387
387
"default" : true
388
388
},
409
409
"type" : " object" ,
410
410
"properties" : {
411
411
"flat" : {
412
- "description" : " Flag to indicate if a dir is created." ,
412
+ "description" : " Flag to indicate if a directory is created." ,
413
413
"type" : " boolean" ,
414
414
"default" : false
415
415
},
425
425
"type" : " object" ,
426
426
"properties" : {
427
427
"flat" : {
428
- "description" : " Flag to indicate if a dir is created." ,
428
+ "description" : " Flag to indicate if a directory is created." ,
429
429
"type" : " boolean" ,
430
430
"default" : true
431
431
},
441
441
"type" : " object" ,
442
442
"properties" : {
443
443
"flat" : {
444
- "description" : " Flag to indicate if a dir is created." ,
444
+ "description" : " Flag to indicate if a directory is created." ,
445
445
"type" : " boolean" ,
446
446
"default" : true
447
447
},
You can’t perform that action at this time.
0 commit comments