Module module_resolution

Module module_resolution 

Source
Expand description

Bounded repository compiler-configuration loading for semantic graph projection.

ConstantsΒ§

MAX_MODULE_CONFIG_FILE_BYTES πŸ”’
Maximum complete bytes admitted from one compiler configuration.
MAX_MODULE_CONFIG_TOTAL_BYTES πŸ”’
Maximum aggregate compiler-configuration bytes retained by one graph stage.
MODULE_CONFIG_CONTROL_INTERVAL πŸ”’
Work interval between cancellation/deadline checks while decoding mappings.
UTF8_BOM πŸ”’
Optional byte-order mark accepted at the start of UTF-8 compiler configuration.

FunctionsΒ§

check_config_work πŸ”’
Observe cancellation and deadline ownership at a bounded work interval.
claim_module_config_total πŸ”’
Admit aggregate compiler-configuration work without saturating past its bound.
config_kind πŸ”’
Classify exact compiler-configuration basenames.
decode_config πŸ”’
Decode direct compilerOptions.baseUrl and compilerOptions.paths.
load_configured_module_resolution πŸ”’
Load one deterministic compiler-configuration snapshot from indexed nodes.
module_config_resource_limit πŸ”’
Translate configured-module bounds into the runtime’s typed limit failure.
normalize_repository_target πŸ”’
Normalize one config-relative target into a repository-contained lexical path.