In Aurelia, when does the exported view-model class name matter? Html and JS files are linked by the name but the name of the class inside doesn't seem to matter.
By default, loader seems to grab first exported class as the view-model no matter the name of the class. It does to recognize 'ValueConverter' suffix but other than that first class exported wins.
Is this by convention?