You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I try to install a path that is prefixed by file:/// (the output from import.meta.url when the file is a local file) it will have an unexpected result in the install file generated.
When I try to install a path that is prefixed by
file:///
(the output fromimport.meta.url
when the file is a local file) it will have an unexpected result in the install file generated.Here's an example of what I ran:
Here's what it saved:
I ran into a similar issue when using the path module and
resolving
the output fromimport.meta.url
.$> deno run --allow-read ./example.ts Compile file:///Users/thomas/Desktop/projects/deno-media-library/example.ts /Users/thomas/Desktop/projects/deno-media-library/file:/Users/thomas/Desktop/projects/deno-media-library/example.ts
deno 1.0.5
v8 8.4.300
typescript 3.9.2
The text was updated successfully, but these errors were encountered: