Nashorn compat mode conflicts with newer ES APIs
RepComm opened this issue ยท 1 comments
setInterval
unimplemented in nashorn, so nashorn compat mod should be disabled in context construction (java plugin) code.
Conflicts with removing support:
get/set doesn't convert to getter/setter without it
Possible resolution: Implement pre-parser (could be a lot of fun!)