mirror of
https://github.com/denoland/deno.git
synced 2025-09-26 12:19:12 +00:00
refactor: create deno_lib crate (#27673)
Shifts just some code down for now. I'll do the rest of the refactor in the next pr, but didn't want to drop a huge refactor.
This commit is contained in:
parent
836a623d99
commit
05dc69932d
48 changed files with 1518 additions and 1066 deletions
6
cli/lib/npm/mod.rs
Normal file
6
cli/lib/npm/mod.rs
Normal file
|
@ -0,0 +1,6 @@
|
|||
// Copyright 2018-2025 the Deno authors. MIT license.
|
||||
|
||||
mod permission_checker;
|
||||
|
||||
pub use permission_checker::NpmRegistryReadPermissionChecker;
|
||||
pub use permission_checker::NpmRegistryReadPermissionCheckerMode;
|
Loading…
Add table
Add a link
Reference in a new issue