Dev #194

Merged
altavir merged 266 commits from dev into master 2021-01-20 17:32:32 +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( MemberExpression(
computed = true, computed = true,
optional = false, optional = false,
`object` = Identifier("constants"),я `object` = Identifier("constants"),
property = SimpleLiteral(idx), property = SimpleLiteral(idx),
) )
} }