Provide dynamic operations currying for Algebra<T> instead of eager calls and add JS code generation support #162

Merged
CommanderTvis merged 44 commits from feature/dynamic-ops-currying into dev 2021-01-05 16:36:51 +03:00
Showing only changes of commit a655404486 - Show all commits

View File

@ -50,7 +50,7 @@ internal class JSBuilder<T>(val bodyCallback: JSBuilder<T>.() -> BaseExpression)
MemberExpression(
computed = true,
optional = false,
`object` = Identifier("constants"),я
`object` = Identifier("constants"),
property = SimpleLiteral(idx),
)
}