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

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

licenses(["notice"])

closure_js_library(
    name = "timer",
    srcs = ["timer.js"],
    lenient = True,
    deps = [
        "//third_party/closure/goog/events:eventtarget",
        "//third_party/closure/goog/promise",
    ],
)