bazeltsc
bazeltsc copied to clipboard
bazeltsc doesn't handle type declaration dependencies across path mappings correctly
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.
(...10 months later, I'm guessing this is a dead project)