Hacker News new | ask | show | jobs
by callumlocke 3263 days ago
True, but in reality such claims almost always have caveats. Like how almost no one supports ES6 imports yet.
1 comments

To be fair, ES module semantics were not part of ES6. ES6 only defined the syntax. The appropriate semantics for implementing ES modules are currently still not 100% stable last I checked, especially because of Node which had its own module system already that needs to be unified with ES modules somehow without breaking everything or making it awkward.