gulp-tsc icon indicating copy to clipboard operation
gulp-tsc copied to clipboard

gulp.js plugin for compiling TypeScript files

Results 20 gulp-tsc issues
Sort by recently updated
recently updated
newest added

When using this plugin, I was confused by the documentation of the out option parameter and wanted to clarify this for others. The plugin is great and am thankful for...

I've noticed the version string does not get logged correctly after typescript version 1.0.1: ``` bash [13:24:33] Compiling TypeScript files using tsc version null ``` This is because the output...

please support vinyl-sourcemaps-apply. https://github.com/floridoo/vinyl-sourcemaps-apply and I do not want to emit `.js.map` file to downstream. This request makes Multistage SourceMap support easier https://github.com/floridoo/gulp-sourcemaps/wiki/Plugins-with-gulp-sourcemaps-support

If you try to compile a lot of files, it will raise an error saying that the command line is too long. I've changed the plugin to write all arguments...

instead of passing all the arguments to the command line, they are now written into a temp file that is passed in as the only argument to TSC. This prevents...

Is there any tool available like https://github.com/TypeStrong/grunt-ts to support transformations like automatically adding a global

While compiling typescript using gulp-tsc , I seem to encounter a strange issue. The file references on the d.ts seems to be messed up. Source : ``` js /// ///...

I just re-installed gulp-tsc and it brought typescript 1.1.0-1 with it - the newest beta version of the typescript compiler, which is still buggy and doesn't compile my code. Perhaps...

Hi, using tsc( {allowBool : true}) it will still say angular.d.ts(32,43): Cannot find name 'bool'. besides, the gulp-tsc docu is wrong, it "Bool" is uppercase and should be enabled by...

I've encountered the following issue with gulp-tsc: https://github.com/msysgit/msysgit/issues/238 Has anyone encountered that? Is there a solution?