Ivo Gabe de Wolff

Results 67 comments of Ivo Gabe de Wolff

Sorry for the late reply. Could you try this again with the latest release? We had some changes recently for the handling of those paths, so I hope it is...

Thanks for reporting. I've taken a look and `tsc` does support this, so this is a bug as gulp-typescript should support that too. In the mean time I would advise...

I wasn't aware of this. Personally I don't use ngc and I don't really have interest in this, but I would accept a pull request on this. Currently files are...

Are you still interested in this feature?

Hi there, gulp-typescript needs to split the generated files into different categories, namely JavaScript files, declaration files and source maps. The reason is that we need to pass the source...

What errors did you get? And did you install the git submodules (`git submodule update --init`)?

You can create a new test by creating a new folder in `/test`. A simple approach is to just copy another test, like `basic`. You can then adjust the gulpfile...

Strange points, let's ignore the first issue for now, I think most people are on 3.0+ and I have no idea why that's happening. For the second issue, it appears...

Great debugging, so the TS api does emit JSON files. They are thus lost elsewhere, I'll try to debug that tomorrow.

It might be caused by some code in `lib/index.ts`. That code distinguishes source files from config files (with `FileKind`). A `.json` file is treated as a config file and thus...