feeley / codeboot

An in-browser JavaScript REPL which supports single-stepping
32 stars 11 forks source link

Support for ECMAScript 6 and newer #102

Open CharbelKassis opened 5 years ago

CharbelKassis commented 5 years ago

codeboot doesn't support the newer syntax and functionalities of JavaScript like const, let, for of loop, class, default arguments, etc. that have been added in ECMAScript6 (or ECMAScript 2015)

Are there are any plans to upgrade codeboot in the future?