Rename crates: 'deno' to 'deno_core' and 'deno_cli' to 'deno' (#3600)

This commit is contained in:
Ry Dahl 2020-01-05 11:56:18 -05:00 committed by GitHub
parent 5f1df038fb
commit 76e44ddfd0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
54 changed files with 164 additions and 155 deletions

View file

@ -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;