Closed kzadorozhny closed 1 year ago
Makes the swc transpiler easier to use when ts_project rules uses root_dir attribute.
swc
ts_project
root_dir
For example:
ts_project( name = "transpile", srcs = ["dir/lib.ts"], out_dir = "dist", root_dir = "dir", transpiler = partial.make( swc, out_dir = "dist", root_dir = "dir", ), )
All committers have signed the CLA.
could you bazel run //docs:update ?
bazel run //docs:update
Makes the
swc
transpiler easier to use whents_project
rules usesroot_dir
attribute.For example: