0
0
mirror of https://github.com/puppeteer/puppeteer synced 2024-06-14 14:02:48 +00:00
Commit Graph

2 Commits

Author SHA1 Message Date
Joel Einbinder
a0cbaf39ab chore(types): lint the api docs with typescript () 2018-11-21 14:49:08 -08:00
Andrey Lushnikov
6c9a99477b chore(doclint): support classes inheritance ()
This patch:
- gives meaningful names to doclint tests
- supports classes inheritance in documentation linter. When class A
  extends class B, all methods of class B are added to documentation of
  class A.

This is a prerequisite for Object Handles: ElementHandle will be
extending ObjectHandle.

References 
2017-10-02 13:38:44 -07:00