createImportMap(options: CreateImportMapOptions): ImportMapDocument
Expand a package's exact and patterned imports into a Deno
import map.
Pattern targets are matched against files below root. Conditional targets use the configured condition order, and additional imports are applied last.
options: CreateImportMapOptions
Project, manifest, condition, and rebasing options.
A sorted import map document.