Skip to main content

Module analyze

Module analyze 

Source

Modules§

feature_flags
Feature flag collection and cross-reference with dead code findings.

Functions§

derive_security_severity
Derive the verification-priority tier from existing security signals. This is ranking only, not a vulnerability verdict.
find_dead_code_fullDeprecated
Find all dead code, with optional resolved module data, plugin context, and workspace info.
public_api_package_entry_points
Compute the exports-aware public-API entry-point set: the package.json exports-mapped modules (non-private packages) plus the no-exports source-index fallback. This encodes rule R4 (the exports-mapped copy is public; a no-exports copy is internal). Exposed for the review brief, which feeds it into ModuleGraph::public_export_keys to compute the exports-aware public-API surface delta.
security_catalogue_title
Human-readable title for a security catalogue category id, for the CLI renderer. Re-exported so the fallow security command can label a TaintedSink finding without reaching into the private security module.