0
0
mirror of https://github.com/puppeteer/puppeteer synced 2024-06-14 14:02:48 +00:00
puppeteer/utils/doclint/test/golden/02-method-errors.txt
Andrey Lushnikov 67d109862a [doclint] parse getters as properties
From the api standpoint, there's no difference between property
and a getter.

References .
2017-07-13 23:12:38 -07:00

3 lines
130 B
Plaintext

[MarkDown] Non-existing method found: Foo.proceed()
[MarkDown] Method not found: Foo.stop()
[MarkDown] Property not found: Foo.zzz