[JS BE] add es6 BE and relevant generated tests

This commit is contained in:
Vitaly
2020-05-23 13:52:11 +03:00
committed by romanart
parent a231b21c69
commit fe65045615
12 changed files with 37011 additions and 11 deletions
@@ -15,6 +15,7 @@ enum class TargetBackend(
JVM_IR(true, JVM),
JS(false),
JS_IR(true, JS),
JS_IR_ES6(true, JS_IR),
WASM(true),
ANDROID(false, JVM);