diff --git a/js/private/js_binary.bzl b/js/private/js_binary.bzl index 6bff35e201..d0c67725ee 100644 --- a/js/private/js_binary.bzl +++ b/js/private/js_binary.bzl @@ -267,8 +267,7 @@ _ATTRS = { attribute based on a `config_setting` rule. See /js/private/BUILD.bazel in rules_js for an example. """, - # TODO(2.0): make this mandatory so that downstream binary rules that inherit these attributes are required to set it - mandatory = False, + mandatory = True, ), "node_toolchain": attr.label( doc = """The Node.js toolchain to use for this target.