angular-cn/packages/compiler-cli/ngcc/test/packages
JoostK 310ce6dcc2 fix(ngcc): do not crash on packages that specify typings as an array (#33973)
In a package.json file, the "typings" or "types" field could be an array
of typings files. ngcc would previously crash unexpectedly for such
packages, as it assumed that the typings field would be a string. This
commit lets ngcc skip over such packages, as having multiple typing
entry-points is not supported for Angular packages so it is safe to
ignore them.

Fixes #33646

PR Close #33973
2019-11-22 12:40:04 -05:00
..
build_marker_spec.ts fix(ngcc): make the build-marker error more clear (#32712) 2019-09-25 11:29:45 -07:00
configuration_spec.ts feat(ngcc): support version ranges in project/default configurations (#33008) 2019-10-10 13:59:57 -07:00
entry_point_bundle_spec.ts fix(ngcc): correctly include internal .d.ts files (#33875) 2019-11-18 09:11:34 -08:00
entry_point_spec.ts fix(ngcc): do not crash on packages that specify typings as an array (#33973) 2019-11-22 12:40:04 -05:00