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