@chrome-review/parser
v0.1.0
Published
Static parser for MV3 Chrome extensions. Manifest + entry-point resolution + AST-based chrome.* API-usage extraction. Part of chrome-review.
Maintainers
Readme
@chrome-review/parser
Static parser for unpacked Manifest V3 Chrome extensions. Manifest
parsing, entry-point resolution, HTML <script src> scanning, and
AST-based chrome.* / browser.* API-usage extraction. Part of
chrome-review.
Status: UNSTABLE (0.x). The public API and the ParserReport
shape may change between 0.x versions without a major bump. The JSON
schema of the analyzer report is versioned independently — see
packages/cli/README.md
"Schema versioning" for details.
This package is a workspace member of chrome-review. For the
user-facing CLI, install chrome-review
instead; this package is what that CLI uses internally.
- Repository: https://github.com/chrome-review/chrome-review
- Types: re-uses
@chrome-review/types.
License: MIT.
