Path: blob/trunk/third_party/closure/goog/mochikit/async/BUILD.bazel
4279 views
load("@rules_closure//closure:defs.bzl", "closure_js_library")
package(default_visibility = ["//visibility:public"])
licenses(["notice"])
closure_js_library(
name = "deferred",
srcs = ["deferred.js"],
lenient = True,
deps = [
"//third_party/closure/goog/array",
"//third_party/closure/goog/asserts",
"//third_party/closure/goog/debug:error",
"//third_party/closure/goog/promise",
"//third_party/closure/goog/promise:thenable",
],
)