angular-cn/packages
Pete Bacon Darwin 13cdd13511 fix(ivy): support late-initialized variables in ngcc/ngtsc (#26236)
In some formats variables are declared as `var` or `let` and only
assigned a value later in the code.

The ngtsc resolver still needs to be able to resolve this value,
so the host now provides a `host.getVariableValue(declaration)`
method that can do this resolution based on the format.

The hosts make some assumptions about the layout of the
code, so they may only work in the constrained scenarios that
ngcc expects.

PR Close #26236
2018-10-08 13:45:46 -07:00
..
animations build: refactor ambient node & jasmine types so they are only included where needed (#25491) 2018-08-16 13:46:43 -07:00
bazel feat: add support for TypeScript 3.1 (#26151) 2018-09-28 09:34:51 -07:00
benchpress fix(benchpress): Use performance.mark() instead of console.time() (#24114) 2018-08-30 21:33:40 -07:00
common docs: clarify CurrencyPipe display property (#25852) 2018-10-05 15:42:57 -07:00
compiler fix(ivy): remove metadata from *Def and introduce *DefWithMeta types (#26203) 2018-10-04 10:11:17 -07:00
compiler-cli fix(ivy): support late-initialized variables in ngcc/ngtsc (#26236) 2018-10-08 13:45:46 -07:00
core docs: add package doc files (#26047) 2018-10-05 15:42:14 -07:00
docs
elements docs: add package doc files (#26047) 2018-10-05 15:42:14 -07:00
examples fix(core): In Testability.whenStable update callback, pass more complete (#25010) 2018-08-06 13:49:19 -07:00
forms docs: more form overview edits (#25663) 2018-09-25 18:48:15 -07:00
http docs: add package doc files (#26047) 2018-10-05 15:42:14 -07:00
language-service refactor: fix return type of `tryCall` (#25481) 2018-09-27 12:07:38 -07:00
platform-browser fix(platform-browser): fix #22155, destroy hammer manager when off (#22156) 2018-10-05 15:44:05 -07:00
platform-browser-dynamic build(bazel): update to rules_typescript 0.17.0 & rules_nodejs 0.13.4 (#25920) 2018-09-18 13:05:38 -07:00
platform-server feat: add support for TypeScript 3.1 (#26151) 2018-09-28 09:34:51 -07:00
platform-webworker build(bazel): update to rules_typescript 0.17.0 & rules_nodejs 0.13.4 (#25920) 2018-09-18 13:05:38 -07:00
platform-webworker-dynamic ci(ivy): configure CI environments for Ivy JIT and AOT (#24309) 2018-06-08 13:34:27 -07:00
private/testing build: refactor ambient node & jasmine types so they are only included where needed (#25491) 2018-08-16 13:46:43 -07:00
router docs: add package doc files (#26047) 2018-10-05 15:42:14 -07:00
service-worker docs: add package doc files (#26047) 2018-10-05 15:42:14 -07:00
upgrade fix(upgrade): properly destroy upgraded component elements and descendants (#26209) 2018-10-08 12:06:13 -07:00
BUILD.bazel build: refactor ambient node & jasmine types so they are only included where needed (#25491) 2018-08-16 13:46:43 -07:00
README.md
empty.ts
es6-subset.d.ts
goog.d.ts
license-banner.txt
rollup.config.js
system.d.ts
tsconfig-build.json build(bazel): Turning on strictPropertyInitialization for Angular. (#24572) 2018-06-25 07:57:13 -07:00
tsconfig-metadata.json fix(compiler): Fix look up of entryComponents in AOT Summaries (#24892) 2018-09-11 16:23:17 -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 fix(compiler): Fix look up of entryComponents in AOT Summaries (#24892) 2018-09-11 16:23:17 -07:00
types.d.ts build: refactor ambient node & jasmine types so they are only included where needed (#25491) 2018-08-16 13:46:43 -07: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