Skip to content

v0.12.15 Atomics.wait fn freeezes the transformSync operation #1471

Closed
@kolodziejczak-sz

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions