import { denoResolver } from "https://deno.land/x/drollup@2.58.0+0.20.0/src/rollup-plugin-deno-resolver/mod.ts";
denoResolver
Resolver plugin for Deno. Handles relative, absolute
and URL imports. Typescript files are detected automatically
by extension matching, and transpiled using the
Deno.emit()
API.
Accepts fetch options to pass to fetch()
when requesting
remote URL imports, compiler options to pass to
Deno.emit()
when transpiling typescript imports.
Parameters
optional
unnamed 0: DenoResolverOptions = [UNSUPPORTED]