import { denoResolverPlugin } from "https://deno.land/x/esbuild_deno_loader@0.8.2/src/plugin_deno_resolver.ts";
The Deno resolver plugin performs relative->absolute specifier resolution and import map resolution.
If using the denoLoaderPlugin, this plugin must be used before the loader plugin.
Parameters
optional
options: DenoResolverPluginOptions = [UNSUPPORTED]