refactor(bazel): remove explicit deps param to ts_compile_actions (#34665)
This was already the default. I'm working on a change in the underlying TS rules where this parameter will be replaced, so ng_module needs to change first PR Close #34665
This commit is contained in:
parent
58cdc22791
commit
660546d0ec
|
@ -578,7 +578,6 @@ def ng_module_impl(ctx, ts_compile_actions):
|
|||
providers = ts_compile_actions(
|
||||
ctx,
|
||||
is_library = True,
|
||||
deps = ctx.attr.deps,
|
||||
compile_action = _prodmode_compile_action,
|
||||
devmode_compile_action = _devmode_compile_action,
|
||||
tsc_wrapped_tsconfig = _ngc_tsconfig,
|
||||
|
|
Loading…
Reference in New Issue