Skip to content
Snippets Groups Projects
Commit f99cc40c authored by Paul Gschwendtner's avatar Paul Gschwendtner Committed by Alex Rickabaugh
Browse files

refactor(compiler-cli): update `emit` signature to support for strongly typed...

refactor(compiler-cli): update `emit` signature to support for strongly typed `emitCallback` (#47893)

Currently `ngc-wrapped` mostly relies on any casts/or disabled
strictness checks to be able to use `tsickle`'s emit callback and
emit result merging for ngtsc. We should change this so that supertypes
of `ts.EmitResult` can be used in these optional callbacks- allowing us
to enable strictness checks in `packages/bazel/...` too.

PR Close #47893
parent 623602fc
No related merge requests found
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment