angular / clutz

Closure to TypeScript `.d.ts` generator
MIT License
162 stars 60 forks source link

emit a header comment #926

Closed evmar closed 5 years ago

evmar commented 5 years ago

By tagging every clutz-generated file with a comment, tsickle can then use this to identify clutz output.

Note that emitComment() output doesn't show up in tests, so this doesn't affect any tests. I think it's not very valuable to have this test baselines include this comment anyway.