deno/cli/npm
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
..
resolvers chore: rename some helpers on the Fs trait (#20097) 2023-08-08 16:28:18 -04:00
cache.rs chore: rename some helpers on the Fs trait (#20097) 2023-08-08 16:28:18 -04:00
installer.rs feat(lsp): support lockfile and node_modules directory (#19203) 2023-05-22 21:28:36 -04:00
mod.rs refactor(compile): store the npm snapshot in the eszip (#19343) 2023-06-08 11:48:29 -04:00
registry.rs refactor(cli): move snapshot_from_lockfile function to deno_npm (#20024) 2023-08-08 10:07:29 -07:00
resolution.rs refactor(cli): move snapshot_from_lockfile function to deno_npm (#20024) 2023-08-08 10:07:29 -07:00
tarball.rs fix(npm): warn when tarball contains hardlink or symlink (#19474) 2023-06-13 09:48:13 -04:00