Skip to main content

public_api_package_entry_points

Function public_api_package_entry_points 

Source
pub fn public_api_package_entry_points(
    graph: &RetainedModuleGraph,
    config: &ResolvedConfig,
    root_pkg: Option<&PackageJson>,
    workspaces: &[WorkspaceInfo],
) -> FxHashSet<FileId>
Expand description

Compute the exports-aware public API entry-point set for a project graph.