mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
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:
committed by
Andrey Lushnikov
parent
7b5d7ddac2
commit
e59172de83
@@ -18,7 +18,7 @@ const {helper} = require('./helper');
|
||||
|
||||
class NavigatorWatcher {
|
||||
/**
|
||||
* @param {!Session} client
|
||||
* @param {!Puppeteer.Session} client
|
||||
* @param {boolean} ignoreHTTPSErrors
|
||||
* @param {!Object=} options
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user