Emit sorted imports
lelit opened this issue · 0 comments
lelit commented
To be VC friendly, PJ could sort the list of imported symbol to avoid spurious diff like the following:
-import {Path, WAMPNode, logging, Message, on_message, register_signals, handler, call} from 'foo';
+import {Message, Path, WAMPNode, call, handler, logging, on_message, register_signals} from 'foo';