Expand description
Import resolver: merges imported scene graphs with namespace prefixing.
The parser stores Import declarations on SceneGraph.imports but does
NOT read files — file I/O is handled by the caller via the ImportLoader
trait. This keeps the parser pure and testable.
Traits§
- Import
Loader - Trait for loading
.fdfiles by path.
Functions§
- resolve_
imports - Resolve all imports on
graph, merging imported styles and nodes with namespace-prefixed IDs.