When using the "Open in browser" menu extension on a TypeScript file, Chutzpah automatically generates javascript files that it uses to execute the unit tests. While these raw javascript files can be used in a browser's debugger, the original TypeScript sources cannot. This may because the generated javascript file does not have the comment that allows the browser to find an associated source map file (i.e. "//# sourceMappingURL=typescriptsource.js.map").
↧