Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
SeleniumHQ
GitHub Repository: SeleniumHQ/Selenium
Path: blob/trunk/third_party/closure/goog/collections/BUILD.bazel
4217 views
load("@rules_closure//closure:defs.bzl", "closure_js_library")

package(default_visibility = ["//visibility:public"])

licenses(["notice"])

closure_js_library(
    name = "iters",
    srcs = ["iters.js"],
    lenient = True,
)

closure_js_library(
    name = "maps",
    srcs = ["maps.js"],
    lenient = True,
)