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
cd678fb591
puppeteer
/
utils
/
doclint
/
check_public_api
/
test
/
check-duplicates
/
foo.js
14 lines
101 B
JavaScript
Raw
Normal View
History
Unescape
Escape
[doclint] simplify error reporting This patch simplifies error reporting, making it straight-forward. It also adds a few tests to make doclint more robust.
2017-07-13 22:15:31 +00:00
class
Foo
{
test
(
)
{
}
chore(types): lint the api docs with typescript (#3577)
2018-11-21 22:49:08 +00:00
/
*
*
*
@
param
{
number
}
arg
*
/
[doclint] simplify error reporting This patch simplifies error reporting, making it straight-forward. It also adds a few tests to make doclint more robust.
2017-07-13 22:15:31 +00:00
title
(
arg
)
{
}
}
class
Bar
{
}
Reference in New Issue
Copy Permalink