838a610197
ngc knows to filter out d.ts inputs, but the logic accidentally depended on whether it had a previous Program lying around. Fixing that logic puts ngc on the fast code path, but in that code path it must be able to merge tsickle EmitResults, so we need to plumb the tsickle.mergeEmitResults function through all the intervening APIs. The bulk of this change is that plumbing. PR Close #22899 |
||
---|---|---|
.. | ||
ng_package | ||
ngc-wrapped | ||
BUILD.bazel | ||
esm5.bzl | ||
modify_tsconfig.js | ||
ng_module.bzl | ||
ng_rollup_bundle.bzl | ||
rules_typescript.bzl |