Y
Hacker News
new
|
ask
|
show
|
jobs
by
bakkoting
222 days ago
I don't think there's literally any conforming implementations of modern ECMAScript by that definition.
1 comments
qbane
222 days ago
If you mean "latest" ECMAScript then that is true. Even latest gcc or clang does not support all features from C++23:
https://en.cppreference.com/w/cpp/compiler_support.html
.
link