mirror of
https://github.com/denoland/deno.git
synced 2025-08-04 02:48:24 +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
|
@ -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>,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue