mirror of
https://github.com/denoland/deno.git
synced 2025-08-04 02:48:24 +00:00
chore: remove all pub(crate)
s from the cli crate (#14083)
This commit is contained in:
parent
5edcd9dd35
commit
53dac7451b
34 changed files with 155 additions and 175 deletions
|
@ -15,7 +15,7 @@ use std::pin::Pin;
|
|||
use std::rc::Rc;
|
||||
use std::str;
|
||||
|
||||
pub(crate) struct CliModuleLoader {
|
||||
pub struct CliModuleLoader {
|
||||
pub lib: TypeLib,
|
||||
/// The initial set of permissions used to resolve the static imports in the
|
||||
/// worker. They are decoupled from the worker (dynamic) permissions since
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue