Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当我在 VS Code 中调试 Typescript 时,会出现很多来自生成的 javascript 的变量,例如_a“_i变量”部分。有没有办法摆脱它们,所以我只看到 Typescript 文件中声明的变量?
_a
_i
有没有办法摆脱它们,所以我只看到 Typescript 文件中声明的变量?
不,TypeScript 源映射还不支持变量名称映射。