Path: blob/trunk/third_party/closure/goog/url/BUILD.bazel
4575 views
load("@rules_closure//closure:defs.bzl", "closure_js_library")
package(default_visibility = ["//visibility:public"])
licenses(["notice"])
closure_js_library(
name = "url",
srcs = ["url.js"],
lenient = True,
deps = [
"//third_party/closure/goog/asserts",
"//third_party/closure/goog/collections:iters",
"//third_party/closure/goog/dom",
"//third_party/closure/goog/dom:safe",
"//third_party/closure/goog/dom:tagname",
"//third_party/closure/goog/html:uncheckedconversions",
"//third_party/closure/goog/string:const",
],
)