##What is
Redefine global module with "use strict" wrapper for own code. This module doesn't touch node_modules code, because node_modules can be didn't compatibilite with "use strict" requirements
How to test:
node start_point.js
it show in console appear "It works!" (this message prints by my_own_code.js file)
But if invoke:
node my_own_code.js
it throw error
(function (exports, require, module, __filename, __dirname) { class ItWorks {
^^^^^
SyntaxError: Block-scoped declarations (let, const, function, class) not yet supported outside strict mode