TypeScript Version: 2.1.4
It seems that if the file starts with a comment (either block or line), running tsc will result in duplication of this comment in the generated JavaScript file. (This particular output seems to make our rollup setup to choke). If a new line is inserted before the comment, this cannot be observed.
A test repo can be found here.
Thanks.
TypeScript Version: 2.1.4
It seems that if the file starts with a comment (either block or line), running tsc will result in duplication of this comment in the generated JavaScript file. (This particular output seems to make our rollup setup to choke). If a new line is inserted before the comment, this cannot be observed.
A test repo can be found here.
Thanks.