1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-13 02:52:54 -05:00
denoland-deno/cli/npm/resolvers
Luca Casonato 03e963f578
chore: rename some helpers on the Fs trait (#20097)
Rename some of the helper methods on the Fs trait to be suffixed with
`_sync` / `_async`, in preparation of the introduction of more async
methods for some helpers.

Also adds a `read_text_file_async` helper to complement the renamed
`read_text_file_sync` helper.
2023-08-08 16:28:18 -04:00
..
common.rs fix(node): improve require esm error messages (#19853) 2023-07-17 14:00:44 -04:00
global.rs fix(node): improve require esm error messages (#19853) 2023-07-17 14:00:44 -04:00
local.rs chore: rename some helpers on the Fs trait (#20097) 2023-08-08 16:28:18 -04:00
mod.rs fix(check): should bust check cache when json module or npm resolution changes (#19941) 2023-07-26 17:23:07 -04:00