Chrome Typescript debugging references wrong 'this' Chrome Typescript debugging references wrong 'this' typescript typescript

Chrome Typescript debugging references wrong 'this'


the TypeScript this is actually _this in the JavaScript

This is due to a bug in the sourcemaps. You can track it here : https://github.com/Microsoft/TypeScript/issues/2859