Chrome Dev Tools Issue With ES6 String Literals/Typescript

后端 未结 3 2022
离开以前
离开以前 2021-02-01 00:37

I am working on a project using Typescript and some of the ES6 features exposed by Typescript like ES6 String Literals e.g. `Something ${variable} Something else`.<

3条回答
  •  长情又很酷
    2021-02-01 01:32

    This December 14, 2017 comment from the DevTools team says that they updated the CodeMirror version used in DevTools, and the issue should be fixed now. In Chrome 64 and beyond it should work. In earlier versions of Chrome it'll still be broken. You can check your version at chrome://version.

提交回复
热议问题