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 1062
1062
"type" : " object" ,
1063
1063
"properties" : {
1064
1064
"src" : {
1065
- "type" : " string"
1065
+ "type" : " string" ,
1066
+ "pattern" : " \\ .([cm]?j|t)sx?$"
1066
1067
},
1067
1068
"replaceWith" : {
1068
- "type" : " string"
1069
+ "type" : " string" ,
1070
+ "pattern" : " \\ .([cm]?j|t)sx?$"
1069
1071
}
1070
1072
},
1071
1073
"additionalProperties" : false ,
1078
1080
"type" : " object" ,
1079
1081
"properties" : {
1080
1082
"replace" : {
1081
- "type" : " string"
1083
+ "type" : " string" ,
1084
+ "pattern" : " \\ .([cm]?j|t)sx?$"
1082
1085
},
1083
1086
"with" : {
1084
- "type" : " string"
1087
+ "type" : " string" ,
1088
+ "pattern" : " \\ .([cm]?j|t)sx?$"
1085
1089
}
1086
1090
},
1087
1091
"additionalProperties" : false ,
1955
1959
"type" : " object" ,
1956
1960
"properties" : {
1957
1961
"src" : {
1958
- "type" : " string"
1962
+ "type" : " string" ,
1963
+ "pattern" : " \\ .([cm]?j|t)sx?$"
1959
1964
},
1960
1965
"replaceWith" : {
1961
- "type" : " string"
1966
+ "type" : " string" ,
1967
+ "pattern" : " \\ .([cm]?j|t)sx?$"
1962
1968
}
1963
1969
},
1964
1970
"additionalProperties" : false ,
1971
1977
"type" : " object" ,
1972
1978
"properties" : {
1973
1979
"replace" : {
1974
- "type" : " string"
1980
+ "type" : " string" ,
1981
+ "pattern" : " \\ .([cm]?j|t)sx?$"
1975
1982
},
1976
1983
"with" : {
1977
- "type" : " string"
1984
+ "type" : " string" ,
1985
+ "pattern" : " \\ .([cm]?j|t)sx?$"
1978
1986
}
1979
1987
},
1980
1988
"additionalProperties" : false ,
Original file line number Diff line number Diff line change 433
433
"type" : " object" ,
434
434
"properties" : {
435
435
"src" : {
436
- "type" : " string"
436
+ "type" : " string" ,
437
+ "pattern" : " \\ .([cm]?j|t)sx?$"
437
438
},
438
439
"replaceWith" : {
439
- "type" : " string"
440
+ "type" : " string" ,
441
+ "pattern" : " \\ .([cm]?j|t)sx?$"
440
442
}
441
443
},
442
444
"additionalProperties" : false ,
449
451
"type" : " object" ,
450
452
"properties" : {
451
453
"replace" : {
452
- "type" : " string"
454
+ "type" : " string" ,
455
+ "pattern" : " \\ .([cm]?j|t)sx?$"
453
456
},
454
457
"with" : {
455
- "type" : " string"
458
+ "type" : " string" ,
459
+ "pattern" : " \\ .([cm]?j|t)sx?$"
456
460
}
457
461
},
458
462
"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