Bun

interface

module.default.ResolveFnOutput

interface ResolveFnOutput

  • format?: null | string

    A hint to the load hook (it might be ignored); can be an intermediary value.

  • importAttributes?: ImportAttributes

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

  • shortCircuit?: boolean

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

  • url: string

    The absolute URL to which this input resolves