angular/packages/bazel/src
Alex Rickabaugh d4db746898 feat(ivy): give shim generation its own compiler options (#33256)
As a hack to get the Ivy compiler ngtsc off the ground, the existing
'allowEmptyCodegenFiles' option was used to control generation of ngfactory
and ngsummary shims during compilation. This option was selected since it's
enabled in google3 but never enabled in external projects.

As ngtsc is now mature and the role shims play in compilation is now better
understood across the ecosystem, this commit introduces two new compiler
options to control shim generation:

* generateNgFactoryShims controls the generation of .ngfactory shims.
* generateNgSummaryShims controls the generation of .ngsummary shims.

The 'allowEmptyCodegenFiles' option is still honored if either of the above
flags are not set explicitly.

PR Close #33256
2019-10-21 11:24:26 -04:00
..
api-extractor feat(bazel): update to the latest @microsoft/api-extractor (#32185) 2019-08-30 13:55:32 -04:00
builders build: update to nodejs rules 0.38.3 (#33073) 2019-10-14 20:25:57 +00:00
ng_package build: update to nodejs rules 0.38.3 (#33073) 2019-10-14 20:25:57 +00:00
ngc-wrapped refactor(ivy): remove the tsc passthrough option (#32219) 2019-08-20 16:41:08 -07:00
schematics fix(bazel): Remove angular devkit and restore ngc postinstall (#32946) 2019-10-18 13:15:16 -04:00
BUILD.bazel build: update to rules_nodejs 0.32.2 (#31325) 2019-07-01 14:16:42 -07:00
esm5.bzl build: update to rules_nodejs 0.38 (#32889) 2019-10-08 09:27:11 -07:00
external.bzl build: update to nodejs rules 0.38.3 (#33073) 2019-10-14 20:25:57 +00:00
modify_tsconfig.js build: update to rules_nodejs 0.38 (#32889) 2019-10-08 09:27:11 -07:00
ng_module.bzl feat(ivy): give shim generation its own compiler options (#33256) 2019-10-21 11:24:26 -04:00
ng_rollup_bundle.bzl build: update rules_nodejs and clean up bazel warnings (#30370) 2019-05-14 10:08:45 -07:00