mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
Prior to this change, accessor functions for getters and setters would not be considered as class member, as their declaration is vastly different from ES2015 syntax. With this change, the ES5 reflection host has learned to recognize the downleveled syntax for accessors, allowing for them to be considered as class member once again. Fixes #28226 PR Close #28357 |
||
|---|---|---|
| .. | ||
| integrationtest | ||
| src | ||
| test | ||
| browser-rollup.config.js | ||
| BUILD.bazel | ||
| DEVELOPER.md | ||
| index.ts | ||
| ngtools2.ts | ||
| package.json | ||
| tsconfig-build.json | ||
| tsconfig.json | ||