class Sass::CompileContext

def compile_request

def compile_request
  EmbeddedProtocol::InboundMessage::CompileRequest.new(
    id: @id,
    string: string,
    path: path,
    style: style,
    source_map: source_map,
    importers: importers,
    global_functions: global_functions,
    alert_color: $stderr.tty?,
    alert_ascii: Platform::OS == 'windows'
  )
end