puppeteer/utils/doclint/check_public_api
Andrey Lushnikov 0d0f9b7984 feat(JSHandles): introduce JSHandles (#943)
This patch:
- introduces ExecutionContext class that incapsulates javascript
  execution context. An examples of execution contexts are workers and
  frames
- introduces JSHandle that holds a references to the javascript
  object in ExecutionContext
- inherits ElementHandle from JSHandle

Fixes #382.
2017-10-06 15:35:02 -07:00
..
test chore(doclint): fix doclint tests (#941) 2017-10-02 15:14:57 -07:00
Documentation.js Change let into const (#457) 2017-08-21 16:39:04 -07:00
index.js chore(doclint): exclude constructors by default (#938) 2017-10-02 14:28:51 -07:00
JSBuilder.js chore(doclint): support classes inheritance (#935) 2017-10-02 13:38:44 -07:00
MDBuilder.js feat(JSHandles): introduce JSHandles (#943) 2017-10-06 15:35:02 -07:00