Replies: 1 comment
-
I'm not sure how you got stuck in that loop, but I'd suggest https://github.com/aspect-build/rules_ts for Bazel/Typescript. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've spent most of a day trying to untangle information about how to get a basic "Hello World" TypeScript build working with a recent release of these rules, but have found myself going round in circles.
Eventually I stumbled on:
https://github.com/bazelbuild/rules_nodejs/wiki/Migrating-to-5.0#ts_library
and:
https://github.com/bazelbuild/rules_nodejs/wiki/Migrating-to-5.0#reduced-maintenance-scope
which says:
ts_library
rule is now in the@bazel/concatjs
package.which makes me worried that TypeScript (even it is is supported now) won't be supported in future.
So my question is:
Beta Was this translation helpful? Give feedback.
All reactions