puppeteer/utils/doclint/check_public_api/test
Andrey Lushnikov 75a8d7b0c3 [doclint] Prepare doclint for more checks
This patch refactors doclint so that more checks and more generators
could be added.

This patch:
- Introduces 'Source' class, which holds file content in-memory and
  allows it to be updated.
- Introduces 'Message' class - which is a pair of a text and a type.
  Messages could have either 'error' type or 'warning' type.
2017-07-31 00:10:59 -07:00
..
01-class-errors [doclint] Prepare doclint for more checks 2017-07-31 00:10:59 -07:00
02-method-errors [doclint] Prepare doclint for more checks 2017-07-31 00:10:59 -07:00
03-property-errors [doclint] Prepare doclint for more checks 2017-07-31 00:10:59 -07:00
04-bad-arguments [doclint] Prepare doclint for more checks 2017-07-31 00:10:59 -07:00
05-event-errors [doclint] Prepare doclint for more checks 2017-07-31 00:10:59 -07:00
06-duplicates [doclint] Prepare doclint for more checks 2017-07-31 00:10:59 -07:00
07-sorting [doclint] Prepare doclint for more checks 2017-07-31 00:10:59 -07:00
08-return [doclint] Prepare doclint for more checks 2017-07-31 00:10:59 -07:00
golden [doclint] Prepare doclint for more checks 2017-07-31 00:10:59 -07:00
test.js [doclint] Prepare doclint for more checks 2017-07-31 00:10:59 -07:00