mirror of
https://github.com/denoland/deno.git
synced 2025-08-03 18:38:33 +00:00
parent
57927781ed
commit
0e17f086ce
3 changed files with 41 additions and 35 deletions
|
@ -148,6 +148,7 @@ pub struct Config {
|
|||
}
|
||||
|
||||
impl Config {
|
||||
#[allow(unused)]
|
||||
pub fn contains(&self, specifier: &ModuleSpecifier) -> bool {
|
||||
self.specifier_settings.contains_key(specifier)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue