@hipsterelectron@circumstances.run one of the more interesting transforms are to replace "methods" with free-floating functions that take in the data as an argument, so they don't strictly have to be downloaded on any reference to the class and can be code-split by a bundler and loaded only when a page that makes use of them does
this could be useful for things like API clients where the "class" Just contains an api key or whatever and a bunch of methods wrapping every api endpoint you could call to Do A Thing (favorite, boost, new post). is there strictly a reason to load the logic for, idk, changing your username on the home timeline?