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

Function formatEmitFlags

test/fixtures/snapshot/typescript.js:2902–2904  ·  view source on GitHub ↗
(flags)

Source from the content-addressed store, hash-verified

2900 }
2901 Debug.formatTransformFlags = formatTransformFlags;
2902 function formatEmitFlags(flags) {
2903 return formatEnum(flags, ts.EmitFlags, /*isFlags*/ true);
2904 }
2905 Debug.formatEmitFlags = formatEmitFlags;
2906 function formatSymbolFlags(flags) {
2907 return formatEnum(flags, ts.SymbolFlags, /*isFlags*/ true);

Callers 1

enableDebugInfoFunction · 0.85

Calls 1

formatEnumFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…