OnResolveArgs

Bun

Symbol

OnResolveArgs

interface OnResolveArgs

  • importer: string

    The module that imported the module being resolved

  • kind: ImportKind

    The kind of import this resolve is for.

  • namespace: string

    The namespace of the importer.

  • path: string

    The import specifier of the module being loaded

  • resolveDir: string

    The directory to perform file-based resolutions in.