This website requires JavaScript.
Explore
Help
Sign In
github
/
puppeteer
Watch
0
Star
0
Fork
0
You've already forked puppeteer
mirror of
https://github.com/puppeteer/puppeteer
synced
2024-06-14 14:02:48 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
45c20c7dad
puppeteer
/
utils
/
doclint
/
test
/
07-sorting
/
foo.js
12 lines
91 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
{
constructor
(
)
{
[doclint] introduce class members This patch unifies Documentation.Method with Documentation.Property, making it possible to verify sorting order across methods and properties. References #14.
2017-07-14 05:52:02 +00:00
this
.
ddd
=
10
;
[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
}
aaa
(
)
{
}
bbb
(
)
{
}
ccc
(
)
{
}
}
Reference in New Issue
Copy Permalink