standard-things / esm

Tomorrow's ECMAScript modules today!
Other
5.26k stars 146 forks source link

Is there quick overview how does this work? #856

Closed techsin closed 4 years ago

techsin commented 4 years ago

I am interested in understanding how this magic occurring

fregante commented 4 years ago

He wrote an article a while back https://medium.com/web-on-the-edge/es-modules-in-node-today-32cff914e4b

techsin commented 4 years ago

article certainly goes into detail of how to use it. But I was looking to see how does the code works. I wish I was able to understand that just by looking at the code.

dnalborczyk commented 4 years ago

@techsin you probably have to start digging in and start debugging if you are really interested in how this works.