Hacker News new | ask | show | jobs
by drinchev 3107 days ago
Most of the polyfills these days are pretty much syntax sugar & ES6 transpiling. If you do your code in non ES6 plain JS way, I'm quite sure the IDE will give you the benefits that you receive with jQuery.
1 comments

By "these days" do you mean "needed to support the latest version of each major browser"?