Javascript class keyword

In Servoy 2025.09 improved ECMAparser for Map and Set was introduced.
Are there plans in the roadmap for the “class” to be able to define a class rather than using the prototype?

this depends on the underlying Rhino javascript engine and there is already a case for that for some time:

ES2015 Classes and inheritance · Issue #835 · mozilla/rhino

So it needs to be implemented in rhino so we have support for this, but classes are a major thing to implement so thats why nobody did it until now.

Thanks for the ‘update’.