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

Leave a Comment