This website requires JavaScript.
Explore
Help
Sign In
thunderstrike
/
puppeteer
Watch
2
Star
0
Fork
0
You've already forked puppeteer
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
29adc5dc80
puppeteer
/
utils
/
doclint
/
check_public_api
/
test
/
04-bad-arguments
/
foo.js
11 lines
106 B
JavaScript
Raw
Normal View
History
Unescape
Escape
[doclint] move doclint testing to golden This patch: - move doclint testing to golden - refactor doclint/lint.js to drop specs and everything
2017-07-13 08:25:32 +00:00
class
Foo
{
Implement visible option for Page.waitFor method This patch adds a 'visible' option to the Page.waitFor method, making it possible to wait for the element to become actually visible. References #89, #91.
2017-07-21 07:58:38 +00:00
constructor
(
arg1
,
arg3
=
{
}
)
{
[doclint] move doclint testing to golden This patch: - move doclint testing to golden - refactor doclint/lint.js to drop specs and everything
2017-07-13 08:25:32 +00:00
}
Implement visible option for Page.waitFor method This patch adds a 'visible' option to the Page.waitFor method, making it possible to wait for the element to become actually visible. References #89, #91.
2017-07-21 07:58:38 +00:00
test
(
...
filePaths
)
{
[doclint] move doclint testing to golden This patch: - move doclint testing to golden - refactor doclint/lint.js to drop specs and everything
2017-07-13 08:25:32 +00:00
}
Automatically generate table-of-contents for markdown This patch teaches doclint to regenerate table of contents automatically whenever it's needed. This patch: - splits lint.js into lint.js and cli.js - teaches cli.js to generate table-of-contents - removes the test for table-of-contents errors from doclint - adds a test for doclint failing to parse object destructuring in method parameters.
2017-07-21 17:27:53 +00:00
bar
(
{
visibility
}
)
{
}
[doclint] move doclint testing to golden This patch: - move doclint testing to golden - refactor doclint/lint.js to drop specs and everything
2017-07-13 08:25:32 +00:00
}
Reference in New Issue
Copy Permalink