Skip to content

Commit

Permalink
fix: use latest rules_js gather_transitive_sources signature
Browse files Browse the repository at this point in the history
  • Loading branch information
jbedard committed Jun 27, 2024
1 parent 7d77631 commit d2d875e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion swc/private/swc.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@ def _swc_impl(ctx):
output_sources_depset = depset(output_sources)

transitive_sources = js_lib_helpers.gather_transitive_sources(
sources = output_sources_depset,
sources = output_sources,
targets = ctx.attr.srcs,
)

Expand Down

0 comments on commit d2d875e

Please sign in to comment.