Quantcast
Channel: Chutzpah - A JavaScript Test Runner
Viewing all articles
Browse latest Browse all 1864

Edited Feature: Ability to debug TypeScript source in browser [181]

$
0
0
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").

Viewing all articles
Browse latest Browse all 1864

Trending Articles