mirror of
https://github.com/denoland/deno.git
synced 2025-08-04 10:59:13 +00:00
Rename crates: 'deno' to 'deno_core' and 'deno_cli' to 'deno' (#3600)
This commit is contained in:
parent
5f1df038fb
commit
76e44ddfd0
54 changed files with 164 additions and 155 deletions
|
@ -5,7 +5,7 @@ use crate::ops::json_op;
|
|||
use crate::source_maps::get_orig_position;
|
||||
use crate::source_maps::CachedMaps;
|
||||
use crate::state::ThreadSafeState;
|
||||
use deno::*;
|
||||
use deno_core::*;
|
||||
use std::collections::HashMap;
|
||||
|
||||
pub fn init(i: &mut Isolate, s: &ThreadSafeState) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue