Join Slack
Powered by
how to disable DCE for some properties/functions?
# javascript
p
PHondogo
05/13/2020, 9:07 PM
how to disable DCE for some properties/functions?
t
turansky
05/13/2020, 9:30 PM
enable DCE only for required items 🙂
turansky
05/13/2020, 9:31 PM
Or use
internal
modifier for disabled
d
dazza5000
05/14/2020, 6:50 PM
so if you use internal do you not need to use @JsName to prevent garbling
t
turansky
05/14/2020, 8:01 PM
Yes, it’s contract of
@JsName
13
Views
Open in Slack
Previous
Next