module.getSourceMapsSupport()


  • 返回:<Object>
    • enabled <boolean> 如果启用了源映射支持
    • nodeModules <boolean> 如果启用了对 node_modules 中文件的支持。
    • generatedCode <boolean> 如果启用了对来自 evalnew Function 的生成代码的支持。

此方法返回 源映射 v3 堆栈跟踪支持是否已启用。

【This method returns whether the Source Map v3 support for stack traces is enabled.】