ivogabe / gulp-typescript

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

Fix minimal support for project references #595

Closed rbuckton closed 5 years ago

rbuckton commented 5 years ago

TypeScript 3.1 requires that the CompilerHost for a program with project references must support readDirectory. This change adds readDirectory support via the fallback compiler host.

cc: @ivogabe

ivogabe commented 5 years ago

Thanks for the PR. Sorry for the late response. Will publish a release with this change soon.

michaelaird commented 5 years ago

+1 This is blocking us from upgrading to the latest TypeScript...