If you\'re using the module pattern and have something like this:
(function () {
\"use strict\";
// this function is strict...
}());
Strict mode is useful for debugging, and not much else until it sees adoption into every major browser. By the time Closure Compiler removes the tag it's era of being useful is over anyway. I'm sure they'll update the compiler to allow preserving the tag long before that feature will actually be useful.