mirror of
https://github.com/denoland/deno.git
synced 2025-01-11 08:33:43 -05:00
d2477f7806
Removes the `FileFetcher`'s internal cache because I don't believe it's necessary (we already cache this kind of stuff in places like deno_graph or config files in different places). Removing it fixes this bug because this functionality was already implemented in deno_graph and lowers memory usage of the CLI a little bit. |
||
---|---|---|
.. | ||
config | ||
integration | ||
node_compat | ||
testdata | ||
unit | ||
unit_node | ||
Cargo.toml | ||
integration_tests.rs | ||
integration_tests_runner.rs | ||
lib.rs |