File tree 3 files changed +32
-16
lines changed
angular_devkit/build_angular/src
3 files changed +32
-16
lines changed Original file line number Diff line number Diff line change 1043
1043
"type" : " object" ,
1044
1044
"properties" : {
1045
1045
"src" : {
1046
- "type" : " string"
1046
+ "type" : " string" ,
1047
+ "pattern" : " \\ .([cm]?j|t)sx?$"
1047
1048
},
1048
1049
"replaceWith" : {
1049
- "type" : " string"
1050
+ "type" : " string" ,
1051
+ "pattern" : " \\ .([cm]?j|t)sx?$"
1050
1052
}
1051
1053
},
1052
1054
"additionalProperties" : false ,
1059
1061
"type" : " object" ,
1060
1062
"properties" : {
1061
1063
"replace" : {
1062
- "type" : " string"
1064
+ "type" : " string" ,
1065
+ "pattern" : " \\ .([cm]?j|t)sx?$"
1063
1066
},
1064
1067
"with" : {
1065
- "type" : " string"
1068
+ "type" : " string" ,
1069
+ "pattern" : " \\ .([cm]?j|t)sx?$"
1066
1070
}
1067
1071
},
1068
1072
"additionalProperties" : false ,
1931
1935
"type" : " object" ,
1932
1936
"properties" : {
1933
1937
"src" : {
1934
- "type" : " string"
1938
+ "type" : " string" ,
1939
+ "pattern" : " \\ .([cm]?j|t)sx?$"
1935
1940
},
1936
1941
"replaceWith" : {
1937
- "type" : " string"
1942
+ "type" : " string" ,
1943
+ "pattern" : " \\ .([cm]?j|t)sx?$"
1938
1944
}
1939
1945
},
1940
1946
"additionalProperties" : false ,
1947
1953
"type" : " object" ,
1948
1954
"properties" : {
1949
1955
"replace" : {
1950
- "type" : " string"
1956
+ "type" : " string" ,
1957
+ "pattern" : " \\ .([cm]?j|t)sx?$"
1951
1958
},
1952
1959
"with" : {
1953
- "type" : " string"
1960
+ "type" : " string" ,
1961
+ "pattern" : " \\ .([cm]?j|t)sx?$"
1954
1962
}
1955
1963
},
1956
1964
"additionalProperties" : false ,
Original file line number Diff line number Diff line change 428
428
"type" : " object" ,
429
429
"properties" : {
430
430
"src" : {
431
- "type" : " string"
431
+ "type" : " string" ,
432
+ "pattern" : " \\ .([cm]?j|t)sx?$"
432
433
},
433
434
"replaceWith" : {
434
- "type" : " string"
435
+ "type" : " string" ,
436
+ "pattern" : " \\ .([cm]?j|t)sx?$"
435
437
}
436
438
},
437
439
"additionalProperties" : false ,
444
446
"type" : " object" ,
445
447
"properties" : {
446
448
"replace" : {
447
- "type" : " string"
449
+ "type" : " string" ,
450
+ "pattern" : " \\ .([cm]?j|t)sx?$"
448
451
},
449
452
"with" : {
450
- "type" : " string"
453
+ "type" : " string" ,
454
+ "pattern" : " \\ .([cm]?j|t)sx?$"
451
455
}
452
456
},
453
457
"additionalProperties" : false ,
Original file line number Diff line number Diff line change 259
259
"type" : " object" ,
260
260
"properties" : {
261
261
"src" : {
262
- "type" : " string"
262
+ "type" : " string" ,
263
+ "pattern" : " \\ .([cm]?j|t)sx?$"
263
264
},
264
265
"replaceWith" : {
265
- "type" : " string"
266
+ "type" : " string" ,
267
+ "pattern" : " \\ .([cm]?j|t)sx?$"
266
268
}
267
269
},
268
270
"additionalProperties" : false ,
275
277
"type" : " object" ,
276
278
"properties" : {
277
279
"replace" : {
278
- "type" : " string"
280
+ "type" : " string" ,
281
+ "pattern" : " \\ .([cm]?j|t)sx?$"
279
282
},
280
283
"with" : {
281
- "type" : " string"
284
+ "type" : " string" ,
285
+ "pattern" : " \\ .([cm]?j|t)sx?$"
282
286
}
283
287
},
284
288
"additionalProperties" : false ,
You can’t perform that action at this time.
0 commit comments