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

Function insertStatementsAfterCustomPrologue

test/fixtures/snapshot/typescript.js:14657–14659  ·  view source on GitHub ↗
(to, from)

Source from the content-addressed store, hash-verified

14655 }
14656 ts.insertStatementsAfterStandardPrologue = insertStatementsAfterStandardPrologue;
14657 function insertStatementsAfterCustomPrologue(to, from) {
14658 return insertStatementsAfterPrologue(to, from, isAnyPrologueDirective);
14659 }
14660 ts.insertStatementsAfterCustomPrologue = insertStatementsAfterCustomPrologue;
14661 /**
14662 * Prepends statements to an array while taking care of prologue directives.

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected