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

Function skipSourceTrivia

test/fixtures/snapshot/typescript.js:115079–115081  ·  view source on GitHub ↗

* Skips trivia such as comments and white-space that can be optionally overridden by the source-map source

(source, pos)

Source from the content-addressed store, hash-verified

115077 * Skips trivia such as comments and white-space that can be optionally overridden by the source-map source
115078 */
115079 function skipSourceTrivia(source, pos) {
115080 return source.skipTrivia ? source.skipTrivia(pos) : ts.skipTrivia(source.text, pos);
115081 }
115082 /**
115083 * Emits a mapping.
115084 *

Callers 2

emitSourceMapsBeforeNodeFunction · 0.85
emitTokenWithSourceMapFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected