Searched refs:is_dev_dependency (Results 1 – 2 of 2) sorted by relevance
74 .filter(|dep| is_normal_dependency(dep) || is_dev_dependency(dep)) in new_for_node()75 .partition(|dep| is_dev_dependency(dep)); in new_for_node()102 .filter(|dep| is_normal_dependency(dep) || is_dev_dependency(dep)) in new_for_node()103 .partition(|dep| is_dev_dependency(dep)); in new_for_node()132 .filter(|dep| !is_dev_dependency(dep)) in new_for_node()290 fn is_dev_dependency(node_dep: &NodeDep) -> bool { in is_dev_dependency() function
74 module_ctx.is_dev_dependency bzl:obj 1 rules/lib/builtins/module_ctx#is_dev_dependency -