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

Function writeProperty

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

Source from the content-addressed store, hash-verified

114019 writer.writeSpace(" ");
114020 }
114021 function writeProperty(s) {
114022 writer.writeProperty(s);
114023 }
114024 function nonEscapingWrite(s) {
114025 // This should be defined in a snippet-escaping text writer.
114026 if (writer.nonEscapingWrite) {

Callers

nothing calls this directly

Calls 1

setLastNonTriviaPositionFunction · 0.85

Tested by

no test coverage detected