Converts anonymous System.register([] into named System.register('name', [], ...
How the donated funds are distributed
Kivach works on the Obyte network, and therefore you can track all donations.
This Babel plugin converts anonymous `System.register([]` calls into named ones, allowing you to specify a module name and customize the SystemJS global. It's designed for developers working with SystemJS module loading who need to transform anonymous module registrations into named ones for better debugging or compatibility.