Closed nojvek closed 6 years ago
Can this be put on the roadmap?
this is a duplicate of https://github.com/Microsoft/TypeScript/issues/9627
Automatically closing this issue for housekeeping purposes. The issue labels indicate that it is unactionable at the moment or has already been addressed.
TypeScript Version: 2.2.1 / nightly (2.2.0-dev.201xxxxx) v2.2.1 Code
output:
Sourcemap:
Expected behavior:
names:[]
should be filled with the transpiled names. This breaks debuggers that try to show values when hovering over the variable name. In many casesthis
in scope refer to_this
or_this1
or_this12
.See https://github.com/Microsoft/vscode/issues/12066#issuecomment-287036761
Having names would aid VSCode in giving a better experience for debugging transpiled typescript output
Actual behavior:
names
is always empty.