Currently a file must be chosen to be other shared or on client/server side. But sometimes it might be useful to have part of a file being shared, for instance the Game physics updates should be the same on server and client, but other things that Game does like listening for user inputs should not be handled identically. Therefore it could be useful to merge a file like game.js partly from shared and partly from server/client. This could for instance be done on a per-function level.
Currently a file must be chosen to be other shared or on client/server side. But sometimes it might be useful to have part of a file being shared, for instance the Game physics updates should be the same on server and client, but other things that Game does like listening for user inputs should not be handled identically. Therefore it could be useful to merge a file like game.js partly from shared and partly from server/client. This could for instance be done on a per-function level.