local escape
escape = function(val)
return val:gsub('"', """)
end
return {
{
inp = 'URL -> application/x-kicad-schematic',
out = 'mmm/dom',
cost = 1,
transform = function(self, val)
return ""
end
},
{
inp = 'URL -> application/x-kicad-pcb',
out = 'mmm/dom',
cost = 1,
transform = function(self, val)
return ""
end
}
}