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

@ -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) {