ResolveFnOutput

sealed external interface ResolveFnOutput(source)

Properties

Link copied to clipboard
abstract var format: ModuleFormat?

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

Link copied to clipboard

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

Link copied to clipboard
abstract var shortCircuit: Boolean?

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

Link copied to clipboard
abstract var url: String

The absolute URL to which this input resolves