module.getSourceMapsSupport()


  • 返回:<Object>

    ¥Returns: <Object>

    • enabled <boolean> 如果启用了源映射支持

      ¥enabled <boolean> If the source maps support is enabled

    • nodeModules <boolean> 如果启用了对 node_modules 中文件的支持。

      ¥nodeModules <boolean> If the support is enabled for files in node_modules.

    • generatedCode <boolean> 如果启用了对 evalnew Function 生成代码的支持。

      ¥generatedCode <boolean> If the support is enabled for generated code from eval or new Function.

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

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