File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed
src/cdk/schematics/ng-update/migrations Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change 109
109
{"message" : " The `initial` value is not supported in IE." }
110
110
],
111
111
112
- "block-closing-brace-newline-after" : " always" ,
112
+ "block-closing-brace-newline-after" : [
113
+ " always" ,
114
+ {
115
+ "ignoreAtRules" : [" if" , " else" ]
116
+ }
117
+ ],
113
118
"block-closing-brace-newline-before" : " always-multi-line" ,
114
119
"block-opening-brace-newline-after" : " always-multi-line" ,
115
120
"block-opening-brace-space-before" : " always-multi-line" ,
Original file line number Diff line number Diff line change
1
+ /**
2
+ * @license
3
+ * Copyright Google LLC All Rights Reserved.
4
+ *
5
+ * Use of this source code is governed by an MIT-style license that can be
6
+ * found in the LICENSE file at https://angular.io/license
7
+ */
8
+
1
9
import * as ts from 'typescript' ;
2
10
import { ResolvedResource } from '../../update-tool/component-resource-collector' ;
3
11
import { WorkspacePath } from '../../update-tool/file-system' ;
You can’t perform that action at this time.
0 commit comments