What is the purpose of the zero (0, _child...)
in the following expression
var python = (0, _child_process.spawn)('python2.7', [dummy_arguments]);
I think this is an IIFE but I don't know what is the purpose of the zero as an additional argument.