ivogabe / gulp-typescript

A TypeScript compiler for gulp with incremental compilation support.
MIT License
839 stars 129 forks source link

Fix on node 18 #670

Open perrin4869 opened 2 years ago

perrin4869 commented 2 years ago

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 It would be awesome if this could be backported to v5 as well. Thanks!

glen-84 commented 1 year ago

@ivogabe

XiaofengXie16 commented 1 year ago

any updates on this issue?

StanislavKharchenko commented 1 year ago

@haoadoreorange Could you please look and merge?