This commit is contained in:
Iaroslav Postovalov 2020-12-20 17:43:21 +07:00
parent 32d77c0e7f
commit a655404486
No known key found for this signature in database
GPG Key ID: 46E15E4A31B3BCD7

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),
) )
} }