class Sass::Embedded::Host::ImporterRegistry
def initialize(importers, load_paths, alert_color:)
def initialize(importers, load_paths, alert_color:) @id = 0 @importers_by_id = {} @importers = importers .map { |importer| register(importer) } .concat( load_paths.map do |load_path| EmbeddedProtocol::InboundMessage::CompileRequest::Importer.new( path: File.absolute_path(load_path) ) end ) @highlight = alert_color end