MCPcopy Index your code
hub / github.com/nodejs/node / isAnyPrologueDirective

Function isAnyPrologueDirective

test/fixtures/snapshot/typescript.js:14647–14649  ·  view source on GitHub ↗
(node)

Source from the content-addressed store, hash-verified

14645 return to;
14646 }
14647 function isAnyPrologueDirective(node) {
14648 return isPrologueDirective(node) || !!(getEmitFlags(node) & 1048576 /* EmitFlags.CustomPrologue */);
14649 }
14650 /**
14651 * Prepends statements to an array while taking care of prologue directives.
14652 */

Callers

nothing calls this directly

Calls 2

isPrologueDirectiveFunction · 0.85
getEmitFlagsFunction · 0.85

Tested by

no test coverage detected