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

Function shouldEmitComments

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

Source from the content-addressed store, hash-verified

111020 currentParenthesizerRule = undefined;
111021 }
111022 function shouldEmitComments(node) {
111023 return !commentsDisabled && !ts.isSourceFile(node);
111024 }
111025 function shouldEmitSourceMaps(node) {
111026 return !sourceMapsDisabled &&
111027 !ts.isSourceFile(node) &&

Callers 2

getPipelinePhaseFunction · 0.85
onEnterFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected