Is there a simple method, like a tslint rule, that can help us avoid using MyClass.name or myFunction.name?
We want to ensure that no developers inadvertently use these, as the minification process may alter method names.
Appreciate any assistance on this matter!