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(