ES modules: A cartoon deep-dive
hacks.mozilla.org
ES modules: A cartoon deep-dive
1–10 of 30 posts
Re: ES modules: A cartoon deep-dive
#2Re: ES modules: A cartoon deep-dive
#3Re: ES modules: A cartoon deep-dive
#4The only issue now is I want to share the code with a Node server... I really hope the new proposals will help bridge the require/import gap!
Re: ES modules: A cartoon deep-dive
#5Re: ES modules: A cartoon deep-dive
#6I can't wait for ES module support in Firefox by default (so all major browsers are covered). It feels so good to be able to write code in "plain old JavaScript" again without the need for transpilers and build tools for small apps. I made this minecraft WebGL2 thing ( https://mrspeaker.github.io/webgl2-voxels/ ) all in modules, and being able to just view-source without any shenanigans feels like the old days. The o…
Re: ES modules: A cartoon deep-dive
#7I can't wait for ES module support in Firefox by default (so all major browsers are covered). It feels so good to be able to write code in "plain old JavaScript" again without the need for transpilers and build tools for small apps. I made this minecraft WebGL2 thing ( https://mrspeaker.github.io/webgl2-voxels/ ) all in modules, and being able to just view-source without any shenanigans feels like the old days. The o…
I was playing with @std/esm yesterday and it helps bridge that gap somewhat. I agree it feels great to not have to transpile anymore. :)
https://medium.com/web-on-the-edge/tomorrows-es-modules-toda...
Re: ES modules: A cartoon deep-dive
#8Earlier quoted context omitted.
I was playing with @std/esm yesterday and it helps bridge that gap somewhat. I agree it feels great to not have to transpile anymore. :)
That module loader was declared "stable" today, even. https://medium.com/web-on-the-edge/tomorrows-es-modules-toda...
Re: ES modules: A cartoon deep-dive
#9Re: ES modules: A cartoon deep-dive
#10That's about impossible in Chrome (in my experience and as per SO answers) and trivially easy in Safari.
Develop menu / Disable Cross-Origin Restrictions
Not that spinning up node is really any slower when you take into account auto-reload capabilities.