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.jsonexports-mapped modules (non-private packages) plus the no-exportssource-index fallback. This encodes rule R4 (theexports-mapped copy is public; a no-exportscopy is internal). Exposed for the review brief, which feeds it intoModuleGraph::public_export_keysto compute the exports-aware public-API surface delta.