puppeteer/third_party/chromium/CHANGES.md
Andrey Lushnikov 62cacbe5f5 Implement documentation linter (#47)
This patch implements documentation linter, which leaves under `test/doclint`
folder.

The documentation linter works like this:
1. Parse javascript source code with esprima and construct a "documentation" out of source code
2. Generate HTML out of `api.md` and traverse the HTML with puppeteer.
3. Make sure javascript aligns nicely with HTML

The documentation linter adds the following commands:
- `yarn doc` - to test that documentation covers all the relevant apis
- `yarn generate-toc` - to update the table-of-contents for the `api.md`
2017-07-07 19:36:45 +03:00

319 B

Short Name: Chromium URL: https://chromium.org Version: 484360 License: The Chromium License License File: LICENSE Security Critical: no

Description: This package is used to get the ESTreeWalker file from Chrome DevTools frontend:

  • ESTreeWalker.js

Local Modifications:

  • The "formatterWorker" namespace was removed