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 240d31a commit 1fc6b6bCopy full SHA for 1fc6b6b
nodejs/private/nodejs_toolchains_repo.bzl
@@ -83,7 +83,6 @@ def _resolved_toolchain_impl(ctx):
83
resolved_toolchain = rule(
84
implementation = _resolved_toolchain_impl,
85
toolchains = ["@rules_nodejs//nodejs:toolchain_type"],
86
- incompatible_use_toolchain_transition = True,
87
)
88
"""
89
repository_ctx.file("defs.bzl", starlark_content)
0 commit comments