Candeia
Read source code content
Is there a way to read the current source code of the a given a file URL (using
import.meta.url
) without re-downloading it?
I know that inside $DENO_DIR or cache directories there are the content of the already downloaded files, but I suppose they are content-addressable somehow (sha1, maybe?). I have a code that generates a schema based on types definitions but currently I need to download them all again because I can't leverage the deno cache.5 replies