bazeltsc icon indicating copy to clipboard operation
bazeltsc copied to clipboard

bazeltsc doesn't handle type declaration dependencies across path mappings correctly

Open sconover opened this issue 6 years ago • 1 comments

This repo reproduces the problem.

Whereas tsc will compile a file with a dependency across a path alias that is a ts declaration file, bazeltsc will not do this.

Context: I would love to use bazeltsc in concert with rules_multi_tsc - the core idea of the project, however, is to encourage partitioning of typescript codebases such that any given mini-library is always compiling against the public interface (i.e. declaration files) of other mini-libraries.

sconover avatar Jan 12 '19 22:01 sconover

(...10 months later, I'm guessing this is a dead project)

sconover avatar Nov 06 '19 15:11 sconover