Closed dsherret closed 2 years ago
Right now the code to convert a specifier to a media type won't handle deno://lib.deno.d.ts because calling .path() on the specifier won't return lib.deno.d.ts.
deno://lib.deno.d.ts
.path()
lib.deno.d.ts
Right now the code to convert a specifier to a media type won't handle
deno://lib.deno.d.ts
because calling.path()
on the specifier won't returnlib.deno.d.ts
.