mirror of
https://github.com/denoland/deno.git
synced 2025-09-26 12:19:12 +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
|
@ -2,7 +2,7 @@
|
|||
use super::dispatch_json::{JsonOp, Value};
|
||||
use crate::ops::json_op;
|
||||
use crate::state::ThreadSafeState;
|
||||
use deno::*;
|
||||
use deno_core::*;
|
||||
use rand::thread_rng;
|
||||
use rand::Rng;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue