TypeStrong / dts-bundle

Export TypeScript .d.ts files as an external module definition
MIT License
308 stars 57 forks source link

Private doc comments remain #5

Closed poelstra closed 10 years ago

poelstra commented 10 years ago

dts-bundle strips out private declarations, but it leaves their doc comments. This looks a bit weird in the resulting typing.

Maybe just comment-out these declarations?

Bartvds commented 10 years ago

Good point. I really like to remove the private stuff so I'll see if I can filter that. Goes well with #6 and maybe a filter to remove other comments.

Bartvds commented 10 years ago

FYI: I'm working this and #6 now.

poelstra commented 10 years ago

Thanks! I think the comment-output option is inverted though (although it doesn't do anything right now anyway, as TSC doesn't output 'normal' comments).

Like the doc comments :)