This website requires JavaScript.
Explore
Help
Sign in
foster
/
denoland-deno
Watch
0
Star
0
Fork
You've already forked denoland-deno
0
mirror of
https://github.com/denoland/deno.git
synced
2025-02-21 21:03:16 -05:00
Code
Issues
Packages
1
Wiki
Activity
7a112643f5
denoland-deno
/
cli
/
lib
/
standalone
/
mod.rs
5 lines
91 B
Rust
Raw
Normal View
History
Unescape
Escape
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.
2025-01-15 09:35:46 -05:00
// Copyright 2018-2025 the Deno authors. MIT license.
refactor: move denort to separate crate (#27688) This slightly degrades the performance of CJS export analysis on subsequent runs because I changed it to no longer cache in the DENO_DIR with this PR (denort now properly has no idea about the DENO_DIR). We'll have to change it to embed this data in the binary and that will also allow us to get rid of swc in denort (will do that in a follow-up PR).
2025-01-17 15:39:29 -05:00
pub
mod
binary
;
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.
2025-01-15 09:35:46 -05:00
pub
mod
virtual_fs
;
Copy permalink