class Opal::Sprockets::Processor
def to_data_uri_comment(map_to_json)
def to_data_uri_comment(map_to_json) "//# sourceMappingURL=data:application/json;base64,#{Base64.encode64(map_to_json).delete("\n")}" end
def to_data_uri_comment(map_to_json) "//# sourceMappingURL=data:application/json;base64,#{Base64.encode64(map_to_json).delete("\n")}" end