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:
David Sherret 2025-01-15 09:35:46 -05:00 committed by GitHub
parent 836a623d99
commit 05dc69932d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
48 changed files with 1518 additions and 1066 deletions

View file

@ -43,7 +43,7 @@ async fn main() -> Result<(), AnyError> {
RuntimePermissionDescriptorParser::new(sys_traits::impls::RealSys),
);
let mut worker = MainWorker::bootstrap_from_options(
main_module.clone(),
&main_module,
WorkerServiceOptions::<
DenoInNpmPackageChecker,
NpmResolver<sys_traits::impls::RealSys>,