James McParlane
James McParlane
+1 for resolving this please. My issue is that Babel is not merging with source-maps from previous steps in my transformation chain, it appears to simply generate its own source-map...
The issue is the mixing of Promise and stream semantics. A Promise must resolve() or reject(reason). A stream can fail at any point for any number of reasons, even if...
+1 Same issue..
> Possibly fixed with the new ide-typescript 0.8.0 update - let us know. No change for me.
Tried it, it makes no difference.
`options.includes` seems to work (excluding the files) but then it breaks `remap-istanbul` which is unable to find the source-map. I'm transpiling into `./dist` , which is also where the sourcemap...
+1 JSDoc being able to parse TypeScript. I've JSDoc plugins that I'd love to be able to use when documenting my TypeScript projects.