Skip to main content

ResolveFnOutput

interface Module.ResolveFnOutput

Properties Jump to heading

optional
Jump to headingformat:
ModuleFormat
| null
| undefined

A hint to the load hook (it might be ignored)

The import attributes to use when caching the module (optional; if excluded the input will be used)

optional
Jump to headingshortCircuit: boolean | undefined

A signal that this hook intends to terminate the chain of resolve hooks.

The absolute URL to which this input resolves

Back to top