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

A TypeScript compiler for gulp with incremental compilation support.

Results 62 gulp-typescript issues
Sort by recently updated
recently updated
newest added

With "gulp-typescript": "3.2.3", **Expected behavior:** Should be as fast as tsc -w ``` Synchronizing program Files: 289 Lines: 121510 Nodes: 524773 Identifiers: 184342 Symbols: 244975 Types: 51810 Memory used: 263018K...

Bug

**Expected behavior:** I create 20 projects with the following gulpfile attached below. It need set the "--max-old-space-size=8192". My question is why it needs so much memory? When i add this...

This PR introduces incremental compilation using the new API provided by TypeScript. This is still work in progress. TODO: - [x] Switch to createIncrementalProgram - [ ] Trigger recompilations in...

**Expected behavior:** I want to configure the include option **Actual behavior:** The following errors occur occasionally, and i execute save file,and recompile . this error is disappears. In this case,...

I have a legacy project with broken/missing types, but I want to emit the code anyway. Here's a small bit of code: ```typescript function tsPipeline(src, dst, extraLibs) { return function...

Gulp version: `CLI version: 2.2.0, Local version: 4.0.2` When using "es2019" as lib in compilerOptions it says: `error TS6046: Argument for '--lib' option must be: 'es5', 'es6', 'es2015', 'es7', 'es2016',...

**Expected behavior:** I am trying to improve build performance of my project by concurrently triggering "tsc --noEmit" and "gulp" in parallel threads. I would've expected gulp to skip type checking...

--> **Expected behavior:** I am running the gulp compile command but i am getting an error saying: error TS5023: Unknown compiler option 'exclude'.](url) Also I am getting only the config.json...

**Expected behavior:** When I run gulp compile command the SRC folder in lambda should compile all TS file's and create a new folder DIST having all the compiled files in...

**Expected behavior:** Correct sourcemaps **Actual behavior:** Different maps if manually invoked or from `gulp`. I already posted this issue https://github.com/gulp-sourcemaps/gulp-sourcemaps/issues/377 here, where the author said that it was an issue...