You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the ordering of methods are alphabetic. But I want the order exactly how I organize those methods in my JS files. Is there any way to achieve that?
The text was updated successfully, but these errors were encountered:
Unfortunately not, and unlikely to be implemented in the future.
Consider the case where lots of methods are inherited and mixed in from other classes. How should these inherited methods be ordered? You might think up an order you'd prefer, but to any third party reading the docs, things would simply look random.
Currently the ordering of methods are alphabetic. But I want the order exactly how I organize those methods in my JS files. Is there any way to achieve that?
The text was updated successfully, but these errors were encountered: