Path: blob/trunk/third_party/closure/goog/reflect/BUILD.bazel
4243 views
load("@rules_closure//closure:defs.bzl", "closure_js_library")
package(default_visibility = ["//visibility:public"])
licenses(["notice"])
closure_js_library(
name = "reflect",
srcs = ["reflect.js"],
lenient = True,
)