chore: Use Typescript to lint JSDoc annotations (#986)

This patch starts using typescript to lint JSDoc annotations.

Note: this uses typescript's bleeding edge. We should migrate to stable once
it has all the necessary bugfixes.

References #65.
This commit is contained in:
JoelEinbinder
2017-10-09 22:31:40 -07:00
committed by Andrey Lushnikov
parent 7b5d7ddac2
commit e59172de83
22 changed files with 198 additions and 131 deletions

View File

@@ -18,7 +18,7 @@ const {helper} = require('./helper');
class NavigatorWatcher {
/**
* @param {!Session} client
* @param {!Puppeteer.Session} client
* @param {boolean} ignoreHTTPSErrors
* @param {!Object=} options
*/