standard-things / esm

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

"esm" package vs "@std/esm" #820

Closed Vadorequest closed 5 years ago

Vadorequest commented 5 years ago

I don't understand the difference between those two packages, nor when one should be used instead of the other.

dnalborczyk commented 5 years ago

hey @Vadorequest

they are both the same thing. @std/esm was the former package name for all 0.x releases and was renamed to esm for all 3.x releases. @std/esm is deprecated and you should therefore use esm.

Vadorequest commented 5 years ago

I think a notice about that in the readme would clarify this topic once and for all ;) thanks!