branch.parts.forEach(function( part ) {
            if ( part === ',' ) {
                commaParts.push( current );
                current = [];
            }