Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: gzm0/rules_swc

Tags

v1.1.0

Toggle v1.1.0's commit message
fix: also bump our swc version under bzlmod

v1.0.2

Toggle v1.0.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
chore: bump rules_js dep to 1.29.2 to pickup Windows fix (aspect-buil…

…d#205)

v1.0.1

Toggle v1.0.1's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
chore: fix release workflow

v1.0.0

Toggle v1.0.0's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
chore: update dependencies

v1.0.0-rc3

Toggle v1.0.0-rc3's commit message
chore: disable a test on windows

It has wrong slashes or doesn't handle runfiles correctly

v1.0.0-rc2

Toggle v1.0.0-rc2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: set sourcemap root to the workspace relative root_dir (aspect-bu…

…ild#176)

v1.0.0-rc1

Toggle v1.0.0-rc1's commit message
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.

v1.0.0-rc0

Toggle v1.0.0-rc0's commit message
docs: explain out_dir with output_dir

v0.21.3

Toggle v0.21.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
chore: update to rules_js 1.15.1 and aspect_bazel_lib 1.23.3 (aspect-…

…build#151)

v0.21.2

Toggle v0.21.2's commit message
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