Will the source mapping in Google Chrome push to Error.stack

荒凉一梦 提交于 2019-12-04 03:30:38

There is no inherent technical limitation. However I don't think it is planned. For reasons like, when the stack trace contains code that is not TypeScript (or lacks a sourcemap) etc.

This bug is fixed in chromium 42 :)

Cf https://code.google.com/p/chromium/issues/detail?id=357958 .

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!