I think you're more interested on the JavaScript support right? If that's the case I recommend you to look at:
This is the vert.x using graaljs to run javascript. The benefits are that you can use all modern js features like async/await classes, private members, etc...
I guess one big task should be added to the backlog to start converting those examples to es4x.