Corey Farrell
Corey Farrell
Re TypeScript I'd like to ask that we avoid requiring a build step (so `.d.ts` files instead of converting actual sources to TypeScript). Writing code that requires a build step...
To be honest another issue for me personally is that I'm not a TypeScript developer. I'm OK with `.d.ts`, but as soon as a library converts the actual source to...
I'd definitely like to see the path.join used over string concatenation first but also I'm wondering what other breaking changes you have planned. Keep in mind `master` has already dropped...
I'd definitely like to see the path and string concatenation handled first (path.join / path.resolve for paths and JS template literals for strings). Once that's done I'm likely to do...
well at a certain point spawn-wrap master will be tagged `2.0.0` at which point nyc@14 will stop using it. Pointing to spawn-wrap#master should only be done for testing. For any...
@demurgos any chance you could make the `path.join` changes requested in one of the reviews? nyc is getting closer to being ready for a pre-release, I'd like to incorporate the...
2.0.0-beta.0 is now published to the npm `next` tag.