We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4962a4a commit 970a3b5Copy full SHA for 970a3b5
packages/bazel/src/ng_module/ng_module.bzl
@@ -51,7 +51,7 @@ def _basename_of(ctx, file):
51
# Return true if run with bazel (the open-sourced version of blaze), false if
52
# run with blaze.
53
def _is_bazel():
54
- return not hasattr(native, "genmpm")
+ return not hasattr(native, "genmpm") # this_is_bazel
55
56
def _flat_module_out_file(ctx):
57
"""Provide a default for the flat_module_out_file attribute.
0 commit comments