Rosetta
Rosetta copied to clipboard
Protected constructors in definitions
We are emitting protected keyword with constructors in TypeScript definition files. But TypeScript does not allow that.
Correction, TypeScript allows this: Classes. Looks like we have problems in definition files, need to inspect more.
Conversation on Git at this link.