From a44349dfdfecacdd4ccd343a984b05abb728bf88 Mon Sep 17 00:00:00 2001 From: Luca Casonato Date: Fri, 8 Jan 2021 03:08:51 +0100 Subject: feat: denort binary (#9041) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This commit adds new binary target called "denort". It is a "lite" version of "deno" binary that can only execute code embedded inside the binary itself. Co-authored-by: Bartek IwaƄczuk --- cli/lsp/sources.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli/lsp/sources.rs') diff --git a/cli/lsp/sources.rs b/cli/lsp/sources.rs index 5ef16a876..7d1fd56f3 100644 --- a/cli/lsp/sources.rs +++ b/cli/lsp/sources.rs @@ -14,7 +14,7 @@ use crate::module_graph::GraphBuilder; use crate::program_state::ProgramState; use crate::specifier_handler::FetchHandler; use crate::text_encoding; -use crate::Permissions; +use deno_runtime::permissions::Permissions; use deno_core::error::AnyError; use deno_core::serde_json; -- cgit v1.2.3