microsoft / dts-gen

dts-gen creates starter TypeScript definition files for any module or library.
MIT License
2.43k stars 101 forks source link

Add "prototype" to list of non-visitable names #115

Closed ThomasHickman closed 5 years ago

ThomasHickman commented 5 years ago

This prevents unnecessary prototype definitions and fixes: https://github.com/Microsoft/dts-gen/issues/78, https://github.com/Microsoft/dts-gen/issues/70 and https://github.com/Microsoft/dts-gen/issues/67

dplewis commented 5 years ago

@andy-ms Any updates on this one?

sandersn commented 5 years ago

Also fixes #108

sandersn commented 5 years ago

I tested this manually and it is a good change. I'll update the baselines in a later PR.