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

Function writeLiteral

test/fixtures/snapshot/typescript.js:18261–18265  ·  view source on GitHub ↗
(s)

Source from the content-addressed store, hash-verified

18259 }
18260 }
18261 function writeLiteral(s) {
18262 if (s && s.length) {
18263 write(s);
18264 }
18265 }
18266 function writeLine(force) {
18267 if (!lineStart || force) {
18268 output += newLine;

Callers 3

emitLiteralFunction · 0.85
emitCallExpressionFunction · 0.85

Calls 2

setLastNonTriviaPositionFunction · 0.85
writeFunction · 0.70

Tested by

no test coverage detected