From 4e3ed37037a2aa1edeac260dc3463a81d9cf9b88 Mon Sep 17 00:00:00 2001 From: Divy Srivastava Date: Mon, 14 Mar 2022 09:08:54 +0530 Subject: chore: improve build times for `ext/` changes (#13927) --- ext/console/lib.rs | 5 ----- 1 file changed, 5 deletions(-) (limited to 'ext/console/lib.rs') diff --git a/ext/console/lib.rs b/ext/console/lib.rs index 6c5bba9fa..03b3a79c0 100644 --- a/ext/console/lib.rs +++ b/ext/console/lib.rs @@ -2,7 +2,6 @@ use deno_core::include_js_files; use deno_core::Extension; -use std::path::PathBuf; pub fn init() -> Extension { Extension::builder() @@ -13,7 +12,3 @@ pub fn init() -> Extension { )) .build() } - -pub fn get_declaration() -> PathBuf { - PathBuf::from(env!("CARGO_MANIFEST_DIR")).join("lib.deno_console.d.ts") -} -- cgit v1.2.3