I have a file that's defining functions like map and I'm getting compiler warnings like:
map already refers to: cljs.core/map being replaced by:
So I'd like to disable this warning, but I only want to disable the warning for this particular file. Is that possible?