bazel-skylib/gazelle/bzl/testdata/bazel_tools
Andrew Z Allen b2ffc94b17
Gazelle now handles imports from `@bazel_tools` (#273)
`@bazel_tools` is tricky since it is effectively a part of the standard
library that can not have a `bzl_library` attached to it. As a simple
fix for this, `bzl_library` can have a srcs dependency on it so that it
includes the transitive closure of all of its dependencies.

`@bazel_tools` imports are rewritten into the `srcs` attribute since
they are `exports_files`ed from the @bazel_tools.

Co-authored-by: c-parsons <cparsons@google.com>
2020-10-19 12:49:17 -04:00
..
BUILD.in Gazelle now handles imports from `@bazel_tools` (#273) 2020-10-19 12:49:17 -04:00
BUILD.out Gazelle now handles imports from `@bazel_tools` (#273) 2020-10-19 12:49:17 -04:00
WORKSPACE Gazelle now handles imports from `@bazel_tools` (#273) 2020-10-19 12:49:17 -04:00
foo.bzl Gazelle now handles imports from `@bazel_tools` (#273) 2020-10-19 12:49:17 -04:00