Example of this in https://github.com/wincent/liferay-portal/pull/212:
You never need 'use strict' in an ES module (spec):
Module code is always strict mode code.
In other words, if you see an import or an export, you know you're in an ES module, and you can skip the pragma.