MCPcopy Index your code
hub / github.com/ternjs/tern / attachComments

Function attachComments

plugin/doc_comment.js:33–33  ·  view source on GitHub ↗
(node)

Source from the content-addressed store, hash-verified

31
32 function postParse(ast, text) {
33 function attachComments(node) { comment.ensureCommentsBefore(text, node); }
34
35 walk.simple(ast, {
36 VariableDeclaration: attachComments,

Callers 1

postParseFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…