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
hotfix(js-setup): Await all transformTSToJS functions (#10930) by @dac09
This fixes an issue with the CLI for JS projects that caused file generation to fail due to unawaited promises. See #10929 and #10762 for more details.