jrieken / gulp-tsb

gulp plugin for incremental TypeScript building
MIT License
50 stars 19 forks source link

Consider adding .watch to the project #47

Open weswigham opened 8 years ago

weswigham commented 8 years ago

It could defer to the TS compiler's built-in watching algorithms, this way it can watch all files in the project (including imports and configs) - not just those found via processing the input files list/includes/excludes.

It would also be the last public method to make the project into a full and complete vinyl provider, AFAIK.

jrieken commented 8 years ago

TS compiler's built-in watching algorithms, this way it can watch all files in the project (including imports and configs)

⛔ given my experience with tsserver and file watching