how to disable DCE for some properties/functions?
# javascript
p
how to disable DCE for some properties/functions?
t
enable DCE only for required items 🙂
Or use
internal
modifier for disabled
d
so if you use internal do you not need to use @JsName to prevent garbling
t
Yes, it’s contract of
@JsName