File tree Expand file tree Collapse file tree 3 files changed +11
-6
lines changed Expand file tree Collapse file tree 3 files changed +11
-6
lines changed Original file line number Diff line number Diff line change 46
46
"mocha" : " ^5.2.0" ,
47
47
"ts-node" : " ^6.1.0" ,
48
48
"tslint" : " ^5.10.0" ,
49
- "typescript" : " ^2.9.1 "
49
+ "typescript" : " ^3.2.2 "
50
50
},
51
51
"contributors" : [
52
52
" Pete Bacon Darwin <[email protected] >" ,
Original file line number Diff line number Diff line change 1
1
const _ = require ( 'lodash' ) ;
2
2
import { Package } from '../Package' ;
3
- const options = {
4
- docsToTrackFn : function ( docs ) { }
3
+
4
+ interface TrackDocLoggerOptions {
5
+ docsToTrackFn ( docs : any [ ] ) : any [ ] | undefined ;
6
+ }
7
+ const options : TrackDocLoggerOptions = {
8
+ docsToTrackFn ( docs ) { return undefined ; }
5
9
} ;
6
10
7
11
const generations = [ ] ;
Original file line number Diff line number Diff line change @@ -1696,9 +1696,10 @@ type-detect@^4.0.0:
1696
1696
version "4.0.8"
1697
1697
resolved "https://registry.yarnpkg.com/type-detect/-/type-detect-4.0.8.tgz#7646fb5f18871cfbb7749e69bd39a6388eb7450c"
1698
1698
1699
- typescript@^2.9.1 :
1700
- version "2.9.2"
1701
- resolved "https://registry.yarnpkg.com/typescript/-/typescript-2.9.2.tgz#1cbf61d05d6b96269244eb6a3bce4bd914e0f00c"
1699
+ typescript@^3.2.2 :
1700
+ version "3.2.2"
1701
+ resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.2.2.tgz#fe8101c46aa123f8353523ebdcf5730c2ae493e5"
1702
+ integrity sha512-VCj5UiSyHBjwfYacmDuc/NOk4QQixbE+Wn7MFJuS0nRuPQbof132Pw4u53dm264O8LPc2MVsc7RJNml5szurkg==
1702
1703
1703
1704
typescript@~2.7.1 :
1704
1705
version "2.7.2"
You can’t perform that action at this time.
0 commit comments