commit | b54d59343a87e7f27f4cd9b9f9e662e529352259 | [log] [tgz] |
---|---|---|
author | alexeagle <alexeagle@google.com> | Fri Nov 22 16:51:56 2019 -0800 |
committer | Copybara-Service <copybara-worker@google.com> | Fri Nov 22 16:52:14 2019 -0800 |
tree | 5ddfa3c17233c951cda4581370c2a2cb2f36fd79 | |
parent | 8cfe59c842305c9789bfb79830274c65d35c590b [diff] |
Fix breakage shown in downstream build when adopting new version See https://github.com/bazelbuild/rules_nodejs/pull/1386 PiperOrigin-RevId: 282069060
diff --git a/internal/common/compilation.bzl b/internal/common/compilation.bzl index 72a81d3..6d1aa9f 100644 --- a/internal/common/compilation.bzl +++ b/internal/common/compilation.bzl
@@ -29,6 +29,9 @@ allow_files = True, ) +# Mock out the JsInfo blaze-only provider +JsInfo = provider() + # Attributes shared by any typescript-compatible rule (ts_library, ng_module) COMMON_ATTRIBUTES = { "data": attr.label_list(