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 from socket-btm use top-level await which
isn't compatible with esbuild's CJS output format. This adds a
transformation step during asset processing to convert the top-level
await pattern back to a promise-based export.
0 commit comments