Quantcast
Channel: bundletransformer Issue Tracker Rss Feed
Viewing all articles
Browse latest Browse all 698

Closed Unassigned: Debug typescript bundles [83]

$
0
0
Typescript bundles causes lost of capability to debug them as typescript (not javascript). The problem is deep: debuggers (Visual Studio and Chrome) use sourceMappingURL directive in the end of javascript file to map code to TS source. Now there is no such directive in compiled files.

Even if we change compilation to produce js files with that directive, BundleTransformer.TypeScript converts all .ts files seamlessly and debuggers can't get source file to work with it.

Is there any possibility to make @Render.Script with bundles to produce link .js files instead of .ts in debug mode, and not to transform .ts source on fly?

Viewing all articles
Browse latest Browse all 698

Trending Articles