Skip to content

Commit ec7b6c3

Browse files
authored
fix(docgen): add missing deps (#305)
Found when using a raw starlark_doc_extract rule
1 parent 879931f commit ec7b6c3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

swc/private/BUILD.bazel

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ bzl_library(
1212
srcs = ["swc.bzl"],
1313
visibility = ["//swc:__subpackages__"],
1414
deps = [
15+
"//swc:providers",
16+
"@aspect_bazel_lib//lib:copy_file",
1517
"@aspect_bazel_lib//lib:platform_utils",
1618
"@aspect_rules_js//js:libs",
1719
"@aspect_rules_js//js:providers",

0 commit comments

Comments
 (0)