The filesystem paths are passed in the form of *path references* that are
either paths relative to the module's root directory or paths relative
to another modules's root directory prefixed with @vendor/module:,
where "vendor/module" is the name of the referenced module.
The path references are turned into absolute filesystem paths when
{@link load()} is called.