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
fix(cli): transform yoga-sync.mjs to remove top-level await for CJS
The newer yoga-sync builds incorrectly use top-level await which isn't
compatible with esbuild's CJS output format. Despite the name, yogaPromise
is synchronous (-sWASM_ASYNC_COMPILATION=0), so we can call it directly.
This workaround will become a no-op once socket-btm publishes a fixed release.
0 commit comments