chore: improve build times for ext/ changes (#13927)

This commit is contained in:
Divy Srivastava 2022-03-14 09:08:54 +05:30 committed by GitHub
parent 6a635345ef
commit 4e3ed37037
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
13 changed files with 29 additions and 131 deletions

View file

@ -27,7 +27,6 @@ use serde::Serialize;
use std::borrow::Cow;
use std::cell::RefCell;
use std::fmt;
use std::path::PathBuf;
use std::usize;
use crate::blob::op_blob_create_object_url;
@ -393,10 +392,6 @@ fn op_encoding_encode_into(
})
}
pub fn get_declaration() -> PathBuf {
PathBuf::from(env!("CARGO_MANIFEST_DIR")).join("lib.deno_web.d.ts")
}
#[derive(Debug)]
pub struct DomExceptionQuotaExceededError {
pub msg: String,