pub fn cache_delete(key: &str) -> bool
Drop key from the module cache, so the next require of that file runs it again. This is what delete require.cache[id] must do to mean anything.
key
require
delete require.cache[id]