Declaration.js 139 Bytes Edit Raw Blame History 1 2 3 4 5 module.exports = function cleanDeclartion(node, item, list) { if (node.value.sequence.isEmpty()) { list.remove(item); } };