chore: remove all pub(crate)s from the cli crate (#14083)

This commit is contained in:
David Sherret 2022-03-23 09:54:22 -04:00 committed by GitHub
parent 5edcd9dd35
commit 53dac7451b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
34 changed files with 155 additions and 175 deletions

View file

@ -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