Usage: sourcemap-lookup <path/to/map/file>:<line number>:<column number> [options] Path to map file may include the .map or it will be assumed and added automatically. valid [options]: -h, --help Show this help message. -v, --version Show current version. -A The number of lines...
Here create Vec<LineLookupTable> for original tokens, if is easy to check exceeding line, and also has better performance than the previous implement, it only binarySearch the line tokens instead of the all tokens. It inspire from https://github.com/jridgewell/trace-mapping/blob/main/src/...