referentiepad
Referentiepad is a term used in Dutch computing to describe a path that points to an external file or resource which is used by development tools for reference purposes. It does not usually indicate a runtime dependency; instead, it provides information that helps a compiler, editor, or documentation generator locate types, declarations, or documentation related to the code.
In practice, referentiepad appears in contexts where tools need to know about additional assets without loading
Key characteristics of a referentiepad are that it is typically implemented as metadata or comments rather
Related terms include reference, path, ambient declarations, and typings. While modern module systems rely on explicit