File tree Expand file tree Collapse file tree 3 files changed +14
-13
lines changed Expand file tree Collapse file tree 3 files changed +14
-13
lines changed Original file line number Diff line number Diff line change 4
4
"newLineKind" : " auto" ,
5
5
"useTabs" : false ,
6
6
"typescript" : {
7
+ "newLineKind" : " crlf" ,
7
8
"semiColons" : " always" ,
8
9
"quoteStyle" : " preferDouble" ,
9
10
"quoteProps" : " consistent" ,
Original file line number Diff line number Diff line change 1
- interface WeakKeyTypes {
2
- symbol : symbol ;
3
- }
1
+ interface WeakKeyTypes {
2
+ symbol : symbol ;
3
+ }
Original file line number Diff line number Diff line change 1
- /// <reference lib="es2015.symbol" />
2
- /// <reference lib="decorators" />
3
-
4
- interface SymbolConstructor {
5
- readonly metadata : unique symbol ;
6
- }
7
-
8
- interface Function {
9
- [ Symbol . metadata ] : DecoratorMetadata | null ;
10
- }
1
+ /// <reference lib="es2015.symbol" />
2
+ /// <reference lib="decorators" />
3
+
4
+ interface SymbolConstructor {
5
+ readonly metadata : unique symbol ;
6
+ }
7
+
8
+ interface Function {
9
+ [ Symbol . metadata ] : DecoratorMetadata | null ;
10
+ }
You can’t perform that action at this time.
0 commit comments