node.comments
          .map((comment) => '# ' + comment.trim() + '\n' + ident.repeat(level))
          .join('') +
        '[' +