# File lib/uglifier.rb, line 160
  def self.compile_with_map(source, options = {})
    new(options).compile_with_map(source)
  end