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

Function getEmitFlags

test/fixtures/snapshot/typescript.js:14801–14804  ·  view source on GitHub ↗

* Gets flags that control emit behavior of a node.

(node)

Source from the content-addressed store, hash-verified

14799 * Gets flags that control emit behavior of a node.
14800 */
14801 function getEmitFlags(node) {
14802 var emitNode = node.emitNode;
14803 return emitNode && emitNode.flags || 0;
14804 }
14805 ts.getEmitFlags = getEmitFlags;
14806 ;
14807 function getScriptTargetFeatures() {

Callers 3

isAnyPrologueDirectiveFunction · 0.85
getLiteralTextFunction · 0.85
isCustomPrologueFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected