Skip to content

module: Add SourceMap.findOrigin

This adds the SourceMap.findOrigin(lineNumber, columnNumber) method, for finding the origin source file and 1-indexed line and column numbers corresponding to the 1-indexed line and column numbers from a call site in generated source code.

Fix: #47770 (closed)

Merge request reports

Loading