angular-cn/packages/bazel/src
Rado Kirov 838a610197 fix(compiler): don't typecheck all inputs (#22899)
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
2018-03-21 18:29:18 -04:00
..
ng_package build: add the FESM files back to ng_package (#22889) 2018-03-21 13:19:19 -07:00
ngc-wrapped fix(compiler): don't typecheck all inputs (#22899) 2018-03-21 18:29:18 -04:00
BUILD.bazel build: add an npm_package rule for @angular/bazel (#22628) 2018-03-07 10:56:27 -08:00
esm5.bzl feat(bazel): change ng_package rule to APF v6 (#22782) 2018-03-15 11:38:31 -07:00
modify_tsconfig.js fix(bazel): fixes for ng_package on Windows (#22597) 2018-03-06 07:52:48 -08:00
ng_module.bzl build: add the FESM files back to ng_package (#22889) 2018-03-21 13:19:19 -07:00
ng_rollup_bundle.bzl build: update to latest bazel rules (#22127) 2018-02-09 17:21:54 -08:00
rules_typescript.bzl build: upgrade Bazel to 0.9.0 (#21335) 2018-01-09 10:28:46 -08:00