The code here:
|
await write(join(dest, "source", url2path(specifier)), module); |
...is very basic and looks at the pathname only to figure out how to extract.
This will fail in two scenarios:
- Where there is no path, like
https://fresh.deno.dev
- A path is a directory of another specifier. For exmaple:
something/ then something/other.ts
The code here:
eszip/lib/eszip.ts
Line 89 in c9e9144
...is very basic and looks at the pathname only to figure out how to extract.
This will fail in two scenarios:
https://fresh.deno.devsomething/thensomething/other.ts