mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
56619baa64
This patch simplifies error reporting, making it straight-forward. It also adds a few tests to make doclint more robust.
11 lines
72 B
JavaScript
11 lines
72 B
JavaScript
class Foo {
|
|
constructor() {
|
|
}
|
|
|
|
aaa() {}
|
|
|
|
bbb() {}
|
|
|
|
ccc() {}
|
|
}
|