Skip to main content

Module discover

Module discover 

Source

Structs§

CategorizedEntryPoints
Entry points grouped by reachability role.
DiscoveredFile
A discovered source file on disk.
EntryPoint
An entry point into the module graph.
FileId
Compact file identifier.
HiddenDirScope
Package-scoped hidden directories that source discovery should traverse.

Enums§

EntryPointSource
Where an entry point was discovered from.

Constants§

PRODUCTION_EXCLUDE_PATTERNS
Glob patterns for test/dev/story files excluded in production mode.
SOURCE_EXTENSIONS

Functions§

collect_hidden_dir_scopes
Combined plugin-derived and script-derived hidden directory scopes.
collect_plugin_hidden_dir_scopes
Collect package-scoped hidden directory traversal rules for active plugins.
collect_script_hidden_dir_scopes
Collect package-scoped hidden directory traversal rules from package.json#scripts references.
compile_glob_set
Pre-compile a set of glob patterns for efficient matching against many paths.
discover_dynamically_loaded_entry_points
Discover entry points from dynamicallyLoaded config patterns.
discover_entry_points
discover_files
Discover all source files in the project.
discover_files_with_additional_hidden_dirs
Discover all source files in the project, with package-scoped hidden dirs.
discover_files_with_plugin_scopes
Discover files with plugin-aware hidden directory traversal.
discover_infrastructure_entry_points
Discover entry points from infrastructure config files (Dockerfile, Procfile, fly.toml).
discover_plugin_entry_point_sets
Discover plugin-derived entry points with runtime/test/support roles preserved.
discover_plugin_entry_points
Discover entry points from plugin results (dynamic config parsing).
discover_workspace_entry_points