Skip to main content

Module public_api

Module public_api 

Source
Expand description

Public API graph helpers exposed through the engine boundary.

Functionsยง

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.