-
Notifications
You must be signed in to change notification settings - Fork 147
Subtle bug or ... #493
Comments
for what it's worth, also reproduces on macOS. seems to be caching related. @d-adamkiewicz for the time being, 'til fixed, you could disable the esm cache: ESM_OPTIONS={cache:false} node -r esm test.mjs |
@dnalborczyk Could you publish your repro for this. I'll dig into this today. |
comin' up ... edit: https://github.com/dnalborczyk/esm-level-repro I noticed a couple odd things happening, I'll write 'em up in a bit. edit: |
Thanks @dnalborczyk! Your contributions have really helped me out. |
@jdalton Thank you for your trust! I definitely like to help driving |
@dnalborczyk Awesome! I could use help in test-coverage. Also, I think |
@jdalton sounds good! I have a couple ideas regarding your suggestions. I'm currently out of the country visiting Germany. I'll be on and off during the next 2 weeks... |
forgot to mention, the above bug seems to be fixed in |
v3.0.63 is released 🎉 |
See below. This was observed on several machines (Debian, Centos).
test.mjs:
package.json:
The text was updated successfully, but these errors were encountered: