pub trait CheckJsResolver: Debug { // Required method fn resolve(&self, specifier: &ModuleSpecifier) -> bool; }