summaryrefslogtreecommitdiff
path: root/ext/webstorage/lib.rs
diff options
context:
space:
mode:
authorDivy Srivastava <dj.srivastava23@gmail.com>2022-03-14 09:08:54 +0530
committerGitHub <noreply@github.com>2022-03-14 09:08:54 +0530
commit4e3ed37037a2aa1edeac260dc3463a81d9cf9b88 (patch)
tree86a7826e7d5de1e1c6b7f5342a1e2a93ae52ab8b /ext/webstorage/lib.rs
parent6a635345ef46d6446960aef3333dfc8ac531b5be (diff)
chore: improve build times for `ext/` changes (#13927)
Diffstat (limited to 'ext/webstorage/lib.rs')
-rw-r--r--ext/webstorage/lib.rs4
1 files changed, 0 insertions, 4 deletions
diff --git a/ext/webstorage/lib.rs b/ext/webstorage/lib.rs
index ef053d2b9..0aafefe62 100644
--- a/ext/webstorage/lib.rs
+++ b/ext/webstorage/lib.rs
@@ -46,10 +46,6 @@ pub fn init(origin_storage_dir: Option<PathBuf>) -> Extension {
.build()
}
-pub fn get_declaration() -> PathBuf {
- PathBuf::from(env!("CARGO_MANIFEST_DIR")).join("lib.deno_webstorage.d.ts")
-}
-
struct LocalStorage(Connection);
struct SessionStorage(Connection);