interface Module.LoadHookContext
Usage in Deno
import { type Module } from "node:module"; type { LoadHookContext } = Module;
conditions: string[]
Export conditions of the relevant package.json
The format optionally supplied by the resolve
hook chain
deprecated
importAssertions: ImportAttributes
An object whose key-value pairs represent the assertions for the module to import