Windows 10 10586 + VS2015 + Node.js v5.1.0 + NTVS 1.1
Repro:
- Make new project
- Type
let foo = 3
- Run
- Node.js throws a syntax error saying
Block-scoped declarations (let, const, function, class) not yet supported outside strict mode
- VS becomes unresponsive
Windows 10 10586 + VS2015 + Node.js v5.1.0 + NTVS 1.1
Repro:
let foo = 3Block-scoped declarations (let, const, function, class) not yet supported outside strict mode