You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+13-18Lines changed: 13 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,8 @@
1
1
# Notice
2
2
3
-
This is fork of [bazelbuild/io_bazel_rules_closure](https://github.com/bazelbuild/io_bazel_rules_closure) with the following main differences:
3
+
This is fork of [bazelbuild/rules_closure](https://github.com/bazelbuild/rules_closure) with the following main differences:
4
4
5
-
- repo name is `@io_bazel_rules_closure` instead of `@rules_closure`.
5
+
- repo name is `@stackb_rules_closure` instead of `@rules_closure`.
6
6
- the `closure/library` has been restored.
7
7
- missing shims and third-party closure js code has been vendored in `google3/`.
8
8
- support for protobuf-javascript has been restored.
@@ -11,11 +11,6 @@ This is fork of [bazelbuild/io_bazel_rules_closure](https://github.com/bazelbuil
11
11
- bzlmod deps updated
12
12
- stricter .bazelrc flags
13
13
14
-
> Since this fork is closer to the original rules_closure by @jart and needs to
15
-
> be distinguished in the BCR, the repo name has been reverted to
16
-
> `@io_bazel_rules_closure`. The version numbers and tagging scheme are
17
-
> somewhat arbitrary and will try to follow the numbering in the upstream repo.
18
-
19
14
# Closure Rules for Bazel (αlpha) [](https://buildkite.com/bazel/closure-compiler-rules-closure-postsubmit)
20
15
21
16
JavaScript | Stylesheets | Miscellaneous
@@ -82,7 +77,7 @@ First you must [install Bazel].
82
77
Then you add the following to your MODULE.bazel file:
0 commit comments