MCPcopy Create free account
hub / github.com/nodejs/node / insertStatementAfterCustomPrologue

Function insertStatementAfterCustomPrologue

test/fixtures/snapshot/typescript.js:14668–14670  ·  view source on GitHub ↗
(to, statement)

Source from the content-addressed store, hash-verified

14666 }
14667 ts.insertStatementAfterStandardPrologue = insertStatementAfterStandardPrologue;
14668 function insertStatementAfterCustomPrologue(to, statement) {
14669 return insertStatementAfterPrologue(to, statement, isAnyPrologueDirective);
14670 }
14671 ts.insertStatementAfterCustomPrologue = insertStatementAfterCustomPrologue;
14672 /**
14673 * Determine if the given comment is a triple-slash

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected