MCPcopy Create free account
hub / github.com/nodejs/node / getLineOfLocalPositionFromLineMap

Function getLineOfLocalPositionFromLineMap

test/fixtures/snapshot/typescript.js:18537–18539  ·  view source on GitHub ↗
(lineMap, pos)

Source from the content-addressed store, hash-verified

18535 }
18536 ts.getLineOfLocalPosition = getLineOfLocalPosition;
18537 function getLineOfLocalPositionFromLineMap(lineMap, pos) {
18538 return ts.computeLineOfPosition(lineMap, pos);
18539 }
18540 ts.getLineOfLocalPositionFromLineMap = getLineOfLocalPositionFromLineMap;
18541 function getFirstConstructorWithBody(node) {
18542 return ts.find(node.members, function (member) { return ts.isConstructorDeclaration(member) && nodeIsPresent(member.body); });

Calls

no outgoing calls

Tested by

no test coverage detected