Since TypeScript does not support minimization or obfuscation, both of which are functions that we need, we still need a tool like the Google Closure compiler in our tool chain. Is there anyway to get TypeScript to output javadoc comments automatically so that Closure can just become an automatic step?
Without this, it seems that these tools are largely incompatible because we need javadoc comments, which means that we cannot use TypeScript. It seems like this would be an easy opportunity to add as you know all types.
Thanks,
Jason
source share