bazeltsc icon indicating copy to clipboard operation
bazeltsc copied to clipboard

No deps attribute

Open joprice opened this issue 7 years ago • 0 comments

Unlike ts_library, tsc has no 'deps' attribute, so a typescript project can't be broken up into separate modules that depend on each other. Is it possible to combine multiple uses of the rule for supporting separate modules and parallel compilation, or is the intention to have all files compiled at once by the worker?

joprice avatar Sep 24 '18 14:09 joprice