You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm going to disable this on all node versions <v0.12.17 in the next release of esbuild anyway to fix another bug: #1462. So it's possible this will fix your bug as well. However, I don't currently have access to a Windows machine for testing so I'll be unable to verify the fix at the moment. I'll have to test this later instead when I get access to a Windows machine again.
Hello,
I faced this exact issue on v0.12.15 #595 (comment), had to install 0.12.14
simple file
then
node -r esbuild-register index.ts
I found out that it freezes on that code of line
let status = Atomics.wait(sharedBufferView, 0, 0);
tried on windows & (node 16.4.1 & 14.17.3)
The text was updated successfully, but these errors were encountered: