Expand description
Global value injection.
Resolves global references from user-provided config.
window.secret → "abc123" when globals has {"window": {"secret": "abc123"}}.
Structs§
- Global
Resolver - Global resolver module.
Global value injection.
Resolves global references from user-provided config.
window.secret → "abc123" when globals has {"window": {"secret": "abc123"}}.