Hi friends
I've read it in Kotlin/JS' documentation that it currently targets EcmaScript 5 (ES5), upon Googling a little, I found that ES5 is a very old version of ES and the latest version right now is ES14.
Does it account for any real life performance or feature difference(s)?
And is it possible to configure Kotlin/JS to use the latest version of ES?