We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af52471 commit 03b5ce0Copy full SHA for 03b5ce0
README.md
@@ -66,7 +66,7 @@ This is a good choice if you need to integrate with other Bazel rules via
66
You'll basically follow the example of /swc/private/swc.bzl in this repo, by using
67
the `ctx.actions.run` Starlark API.
68
69
-- Use `@aspect_rules_swc//swc:cli` as the binary tool to execute
+- Use `@aspect_rules_swc//swc:swc_compile` as the binary tool to execute
70
- To pass the relevant files to the action, `inputs` should include
71
`ctx.toolchains["@aspect_rules_swc//swc:toolchain_type"].swcinfo.tool_files`
72
0 commit comments