summaryrefslogtreecommitdiff
path: root/core/modules/mod.rs
AgeCommit message (Collapse)Author
2023-07-02refactor(core): Extract deno_core (#19658)Matt Mastracci
`deno_core` is moving out! You'll find it at https://github.com/denoland/deno_core/ once this PR lands.
2023-06-13chore(core): Split modules.rs into multiple files (no code changes) (#19486)Matt Mastracci
A simple refactoring to make it easier to understand. No code changes.