Open Raynos opened 10 years ago
tentatively I'm all for it, just need to make sure that we can compile these down to something that works on every supported platform. we already know that anyone supporting ES5 we can handle but I do wanna check out how Tessel does their compile-js-to-lua to double check.
This section ( https://github.com/olov/defs#compatibility ) is a good read on how feasible let
and const
are.
let
andconst
and banvar
.function (foo, ...bar) {}
and banarguments