(node)
| 31 | |
| 32 | function postParse(ast, text) { |
| 33 | function attachComments(node) { comment.ensureCommentsBefore(text, node); } |
| 34 | |
| 35 | walk.simple(ast, { |
| 36 | VariableDeclaration: attachComments, |
no outgoing calls
no test coverage detected
searching dependent graphs…