We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e59bf17 commit 9138c4fCopy full SHA for 9138c4f
1 file changed
nodejs/repositories.bzl
@@ -312,6 +312,9 @@ def _nodejs_repositories_impl(repository_ctx):
312
_download_node(repository_ctx)
313
_prepare_node(repository_ctx)
314
315
+ if hasattr(repository_ctx, "repo_metadata"):
316
+ return repository_ctx.repo_metadata(reproducible = True)
317
+
318
_nodejs_repositories = repository_rule(
319
_nodejs_repositories_impl,
320
attrs = _ATTRS,
0 commit comments