aspect-build / rules_esbuild

Bazel rules for https://esbuild.github.io/ JS bundler
https://docs.aspect.build/rules/aspect_rules_esbuild
Apache License 2.0
27 stars 27 forks source link

chore: update to rules_js 0.13.0 #24

Closed gregmagolan closed 2 years ago

gregmagolan commented 2 years ago

also removed internal dep on rules_ts

alexeagle commented 2 years ago

looks like it could just be deleted instead https://github.com/aspect-build/rules_esbuild/search?q=rules_ts

gregmagolan commented 2 years ago

in use in an example, https://github.com/aspect-build/rules_esbuild/search?q=aspect_rules_ts

gregmagolan commented 2 years ago

switch that to use plain old tsc?

alexeagle commented 2 years ago

ah thanks, doesn't seem like that example even benefits from typechecking so easiest thing is to change it to javascript?