Hacker News new | ask | show | jobs
by jimmaswell 1201 days ago
Not mentioned: importmap is supported in Firefox as of February. Also supported in Chrome and upcoming for Safari. Just in time as I finally started getting more into cutting edge JS with a personal project - job's been stuck on older JS for a long time and I haven't done personal projects in just as long.

I've been running this project straight in the browser with no JS compiler. Are JS compilers going to be on the way out now?

1 comments

Import map is an HTML feature and not in any JavaScript specification. JavaScript language does not care about how to find files.