export async function apply({read, write, fixSources}) {
    await replace([{filter, map}], paths, {read, write});
    await fixSources();
}