Delete unused property
This commit is contained in:
parent
46ac73d2c1
commit
1ab6702bb4
@ -37,7 +37,6 @@ internal class ESTreeBuilder<T>(val bodyCallback: ESTreeBuilder<T>.() -> BaseExp
|
|||||||
}
|
}
|
||||||
|
|
||||||
private val constants = mutableListOf<Any>()
|
private val constants = mutableListOf<Any>()
|
||||||
private val keys = mutableListOf<String>()
|
|
||||||
|
|
||||||
fun constant(value: Any?) = when {
|
fun constant(value: Any?) = when {
|
||||||
value == null || jsTypeOf(value) == "number" || jsTypeOf(value) == "string" || jsTypeOf(value) == "boolean" ->
|
value == null || jsTypeOf(value) == "number" || jsTypeOf(value) == "string" || jsTypeOf(value) == "boolean" ->
|
||||||
|
Loading…
Reference in New Issue
Block a user