==> pages/first.js <==
hello.world();^M
console.log("Debug info");^M
foo.bar();^M
==> pages/second.js <==
first.function();^M
console.log("my hovercraft is full of eels");^M
another.operation();^M
console.log("all your base are belong to us");^M
final.call();^M
==> pages/third.js <==
bug.here("this contains console.log but should properly not be deleted");^M
** after
==> pages/first.js <==
hello.world();^M
foo.bar();^M
==> pages/second.js <==
first.function();^M
another.operation();^M
final.call();^M
==> pages/third.js <==