v0.12.15 Atomics.wait fn freeezes the transformSync operation #1471
Closed
Description
Hello,
I faced this exact issue on v0.12.15 #595 (comment), had to install 0.12.14
simple file
// index.ts
console.log('hello world');
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)
Metadata
Assignees
Labels
No labels