function Module.findSourceMap
Usage
import { Module } from "node:module"; const { findSourceMap } = Module;
path is the resolved path for the file for which a corresponding source map
should be fetched.
import { Module } from "node:module"; const { findSourceMap } = Module;
path is the resolved path for the file for which a corresponding source map
should be fetched.