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
chore: simplify WORKSPACE
This means we don't have to mirror hashes an extra time when we add a new swc version.
Move this to the documentation instead.
Note, this means we don't have test coverage for these two attributes anymore.
If we really want that we could add another e2e for it.
refactor: stdin workaround only on Windows
Note: even if the exec platform is linux, it's okay that a windows host creates a run_shell command as it works in both places.
This avoids the cost of an extra shell process for each swc spawn for linux/darwin