pub trait IsBuiltInNodeModuleChecker: Debug { // Required method fn is_builtin_node_module(&self, specifier: &str) -> bool; }