Skip to main content

Module repository_composition

Module repository_composition 

Source
Expand description

TOML component parsing, ordered composition, and shared-section patching.

Structsยง

AppendSections ๐Ÿ”’
OrderedSections ๐Ÿ”’
PatchSections ๐Ÿ”’
SharedInclude ๐Ÿ”’

Constantsยง

ARRAY_SECTIONS ๐Ÿ”’
SHARED_DIR ๐Ÿ”’
TABLE_SECTIONS ๐Ÿ”’

Functionsยง

apply_shared_component ๐Ÿ”’
canonical_component_path ๐Ÿ”’
compose_spec_document ๐Ÿ”’
deserialize_section ๐Ÿ”’
insert_entries ๐Ÿ”’
is_shared_path ๐Ÿ”’
load_private_parts ๐Ÿ”’
load_shared_components ๐Ÿ”’
merge_array_section ๐Ÿ”’
merge_component ๐Ÿ”’
merge_table_section ๐Ÿ”’
ordered_section_name ๐Ÿ”’
parse_paths ๐Ÿ”’
parse_shared ๐Ÿ”’
patch_entries ๐Ÿ”’
read_component ๐Ÿ”’
read_source ๐Ÿ”’
read_table ๐Ÿ”’
reject_duplicate_component ๐Ÿ”’
toml_paths_below ๐Ÿ”’
validate_component_path ๐Ÿ”’
validate_schema_version ๐Ÿ”’