Add support for typescript 1.5 --inlineSourceMap and --inlineSources#75
Add support for typescript 1.5 --inlineSourceMap and --inlineSources#75erichillah wants to merge 3 commits intoTypeStrong:masterfrom erichillah:master
Conversation
|
Thanks for the PR! Can you explain to me the utility of 1 I say "apparent" because what's actually going on there is that the TypeScript compiler is (erroneously) using backslashes in its output on Windows. Paths in sourcemaps are expected to work like URLs, so Chrome's dev tools (and possibly others) don't parse backslashes as a folder delimiter. This causes the apparent flattening of the directory structure. It's a bug, not a feature-- especially because you'll only see that behavior on Windows. |
|
Hi, The utility of Another alternative would be to ignore ts |
|
Awesome, sounds like we're pretty much on the same page then. I'll get this merged in. I think I'll just cut out some of the branches, since I don't see any real reason for the option to ever be disabled. |
|
Merged as part of 0.11.14 |
This PR add support for ts params inlineSources and inlineSourceMap and also fixes issue #74 .
When using the -debug option in browserify we now have two differents sourceMap outputs :