angular-cn/packages
George Kalpakas 6b511a33f6 fix(ivy): fix class inheritance detection for ES5 code in `ngtsc` (#28773)
Previously, `ngtsc` detected class inheritance in a way that only worked
in TS or ES2015 code. As a result, inheritance would not be detected for
code in ES5 format, such as when running `ngtsc` through `ngcc` to
transform old-style Angular code to ivy format.

This commit fixes it by delegating class inheritance detection to the
current `ReflectionHost`, which is able to correctly interpret the used
code format.

PR Close #28773
2019-02-16 21:00:50 -08:00
..
animations build: remove unused rollup.config.js files (#28646) 2019-02-14 19:28:08 +00:00
bazel build: remove unused rollup.config.js files (#28646) 2019-02-14 19:28:08 +00:00
benchpress feat: optionally save complete performance log in chrome benchpress tests (#27551) 2019-02-05 23:35:32 -05:00
common docs: incorporate review feedback (#26827) 2019-02-14 19:33:14 +00:00
compiler fix(ivy): support schemas at runtime (#28637) 2019-02-14 19:31:51 +00:00
compiler-cli fix(ivy): fix class inheritance detection for ES5 code in `ngtsc` (#28773) 2019-02-16 21:00:50 -08:00
core test(ivy): mark unknown binding test modifiedInIvy (#28740) 2019-02-16 20:58:25 -08:00
docs refactor: move angular source to /packages rather than modules/@angular 2017-03-08 16:29:27 -08:00
elements build: remove unused rollup.config.js files (#28646) 2019-02-14 19:28:08 +00:00
examples build(bazel): specify tsconfig-test dependency (#28696) 2019-02-16 20:57:34 -08:00
forms build: remove unused rollup.config.js files (#28646) 2019-02-14 19:28:08 +00:00
http build: remove unused rollup.config.js files (#28646) 2019-02-14 19:28:08 +00:00
language-service build: remove unused rollup.config.js files (#28646) 2019-02-14 19:28:08 +00:00
platform-browser build: remove unused rollup.config.js files (#28646) 2019-02-14 19:28:08 +00:00
platform-browser-dynamic build: remove unused rollup.config.js files (#28646) 2019-02-14 19:28:08 +00:00
platform-server build: remove unused rollup.config.js files (#28646) 2019-02-14 19:28:08 +00:00
platform-webworker build: remove unused rollup.config.js files (#28646) 2019-02-14 19:28:08 +00:00
platform-webworker-dynamic build: remove unused rollup.config.js files (#28646) 2019-02-14 19:28:08 +00:00
private/testing build: run playground e2e examples with bazel (#28490) 2019-02-04 16:51:11 -05:00
router build: remove unused rollup.config.js files (#28646) 2019-02-14 19:28:08 +00:00
service-worker build: remove unused rollup.config.js files (#28646) 2019-02-14 19:28:08 +00:00
upgrade build: remove unused rollup.config.js files (#28646) 2019-02-14 19:28:08 +00:00
BUILD.bazel build(bazel): specify tsconfig-test dependency (#28696) 2019-02-16 20:57:34 -08:00
README.md Revert "docs: Remove unneeded file (#18106)" 2017-07-20 16:46:47 -05:00
empty.ts refactor: move angular source to /packages rather than modules/@angular 2017-03-08 16:29:27 -08:00
goog.d.ts test(ivy): add bundling test `todo_i18n` (#27420) 2018-12-04 19:59:12 -08:00
license-banner.txt build: bump year (#27880) 2019-01-11 11:15:59 -08:00
system.d.ts refactor: move angular source to /packages rather than modules/@angular 2017-03-08 16:29:27 -08:00
tsconfig-build.json build(bazel): Turning on strictPropertyInitialization for Angular. (#24572) 2018-06-25 07:57:13 -07:00
tsconfig-test.json build: refactor ambient node & jasmine types so they are only included where needed (#25491) 2018-08-16 13:46:43 -07:00
tsconfig.json build: switch example e2e tests to bazel (#28402) 2019-01-28 19:21:09 -08:00
types.d.ts build: switch to typescript's es2015 typings (#28570) 2019-02-06 14:17:55 -05:00

README.md

Angular

The sources for this package are in the main Angular repo. Please file issues and pull requests against that repo.

License: MIT