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 #14.
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