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:
Alex Eagle 2020-01-07 14:32:31 -08:00 committed by Alex Rickabaugh
parent 58cdc22791
commit 660546d0ec
1 changed files with 0 additions and 1 deletions

View File

@ -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,