google / tsec

Apache License 2.0
123 stars 19 forks source link

Update Bazel code to account for `rules_nodejs` v5 change #25

Closed devversion closed 2 years ago

devversion commented 2 years ago

The rules_nodejs v5 package moved the ts_library, ts_project rules from @bazel/typescript to @bazel/concatjs. The majority of users is not using ts_library but rather a simpler, less-optimal rule called ts_project (hence the move from @bazel/typescript into the rather-legacy concatjs package -- which originates from the old g3 export)

Related https://github.com/angular/angular/pull/45235

@uraj could you potentially help with landing and releasing this to unblock Angular? thanks!

uraj commented 2 years ago

Hi @devversion, thanks for the report! Due to our internal setup, we can't import code from GitHub to our internal code base. I will work on this within Google and address the issue, and then release the patch to GitHub.

uraj commented 2 years ago

@devversion 0.2.2 is released. It should fix the problem.