Closed daton89 closed 7 years ago
@daton89
Module code is always strict mode code.
http://www.ecma-international.org/ecma-262/6.0/#sec-strict-mode-code
Which means you don't need to put it manually
Closing this since @tytskyi already provided right link.
In client/app/*.js files there isn't the starter "use strict"
in ES6 it is required but there is some reason for which may be missing?