mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
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
83868be713
commit
e2e030d5cd
1 changed files with 0 additions and 1 deletions
|
|
@ -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 a new issue