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