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

#563 [Yarn workspaces](https://yarnpkg.com/lang/en/docs/workspaces/) is success but [Pnpm](https://pnpm.io/) Still wrong Just using tsc works flawlessly

Bumps [copy-props](https://github.com/gulpjs/copy-props) from 2.0.4 to 2.0.5. Release notes Sourced from copy-props's releases. 2.0.5 Fix Avoids prototype pollution (#7) Doc Update license years. Transfer ownership to Gulp Team (#6) Build Update...

dependencies

This module is broken on node 18 due to https://github.com/mozilla/source-map/issues/349 and `node.js` adding a global `fetch`. I found some helpful discussion here too: https://github.com/terser/terser/pull/1164 They updated to the beta release...

**Expected behavior:** Generate d.ts when `{ "declaration": true }` assigned. **Actual behavior:** Only js files generated, `tsconfig.json` works fine with `tsc` directly. **Your gulpfile:** *Include your gulpfile, or only the...

Typescript supports new extensions .mts, .cts which will compile to .mjs and .cjs files. Currently gulp-typescript only supports outputting .js and .jsx files.

**Expected behavior:** Pipeline completion without issues. **Actual behavior:** The task fails upon the promisified `pipeline` reaching an instance of `CompileStream` the plugin's `createProject` method returns with the error (as the...

Gulp-typescript encountered an error when I upgraded typescript from 3.9 to 4.5 **env:** [email protected] [email protected] **tsconfig:** ``` { "compilerOptions": { "target": "es6", "module": "commonjs", "moduleResolution": "node", "experimentalDecorators": true, "emitDecoratorMetadata": true,...

Hi, I notice that this package seems not maintained anymore. Are @ivogabe still there ? I can maintain it if needed. Asking this before forked.

@ivogabe This package looks abandoned. Could you please mark `5.0.1` as latest version on npm?

**Expected behavior:** JSON File (resolve json module) not copied into destination directory **Actual behavior:** Not copying json files Environment: - node 12.x 14.x - typescript 4.4.4 until latest - gulp...