-
Notifications
You must be signed in to change notification settings - Fork 114
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Interoperate with rules_typescript #261
base: master
Are you sure you want to change the base?
Conversation
Please see my email response on the rules_closure mailing list. We need the support of the rules_typescript team to go forward with something like this. |
[Background: Here's the link to the discussion thread.] @ribrdb I appreciate the work you've put into this. I want to see something like this happen. I just want to make sure it's supported by rules_typescript folks. Could @alexeagle PTAL? I'm reassigning to @dslomov who will be leading the Closure Rules project going forward. Dmitry has exciting visions going forward and he's one of the top leaders of the Bazel project as a whole. He was very kind in accepting these responsibilities. The fact that he was willing to do so, speaks highly of what we accomplished, and it demonstrates the level of commitment the Bazel team holds to the community. |
We found a Contributor License Agreement for you (the sender of this pull request), but were unable to find agreements for all the commit author(s) or Co-authors. If you authored these, maybe you used a different email address in the git commits than was used to sign the CLA (login here to double check)? If these were authored by someone else, then they will need to sign a CLA as well, and confirm that they're okay with these being contributed to Google. |
Just in case it helps anyone, here are two alternative approaches (read the full issue thread as I posted updated code later on) on integrating rules_typescript with rules_closure without code changes to either. Feedback welcome! https://github.com/bazelbuild/rules_typescript/issues/344 |
There are two pieces to this:
The corresponding changes to rules_typescript are at https://github.com/ribrdb/rules_typescript/tree/closure