UNPKG

150 BJavaScriptView Raw
1function garbageCollect(comment) {
2 delete comment.context.code;
3 delete comment.context.ast;
4 return comment;
5}
6
7module.exports = garbageCollect;