exports.block = function extractBlockComments (input, opts) {
  opts = extend({block: true}, opts)
  return acornExtractComments(input, opts)
}