You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
curiosity:test gajus$ echo'let test;'| node --use_strong
node.js:14
var EventEmitter = NativeModule.require('events');
^^^
SyntaxError: In strong mode, 'var' is deprecated, use 'let' or 'const' instead
Given that node supports let in strict mode, this should be already possible.