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 44 "newLineKind" : " auto" ,
55 "useTabs" : false ,
66 "typescript" : {
7+ "newLineKind" : " crlf" ,
78 "semiColons" : " always" ,
89 "quoteStyle" : " preferDouble" ,
910 "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