rules_swc
rules_swc copied to clipboard
Bazel rules for the swc toolchain https://swc.rs/
https://github.com/aspect-build/rules_swc/blob/d3cdecadd1cdc25a14776bf95c7812318a15e9a3/scripts/mirror_releases.sh#L25 This is a super minor one, but this script will fail if the user doesn't have gsed installed. Consider adding a check and failing fast with install instructions.
### What is the current behavior? Currently SWC has an "allowed versions" list. This means if we specify a version not in https://github.com/aspect-build/rules_swc/blob/v0.19.3/swc/private/versions.bzl, we fail. This can be confusing to...
### What happened? rules_swc is great, but I think the performance of this ruleset could be improved by some tweaks to the action graph it creates. Presently, one action is...
Now that https://github.com/swc-project/swc/issues/4057 has been closed, if the SWC binary being used by rules_swc is updated to v1.2.218, it should be possible to remove the flag that disables the sandbox:...
The symlink issue upstream was fixed. Fixes #61
I am trying to migrate a large code base to using swc transpiler and I keep getting ``` FATAL: bazel ran out of memory and crashed. Printing stack trace: java.lang.OutOfMemoryError:...
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. ## Repository problems These problems occurred while renovating this repository. - WARN: Error updating...
Probably can't merge this until some of the missing flags are added to SWC's rust CLI. Then we'll have to force users to upgrade to newest SWC version that is...
It's slow to start a NodeJS process for every spawn of swc, and it's extra weight to send to remote execution service. SWC has a binary codenamed "swcx" which is...
--- ### Type of change - New feature or functionality (change which adds functionality) **For changes visible to end-users** - Breaking change (this change will force users to change their...