if (type === 'b') {
        return {
            ...tree,
            parsed: {
                text: tree.lines.map(({contents}) => contents),