mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
Currently the transformer generates all getters and setters even when creating pre-generated change detectors, which remove the need for them. Generate getters and setters via the model provided by `ProtoViewDto`, which contains enough information to allow omitting unnecessary getters and setters from code output. Allow generating getters, setters, and method names which are Dart pseudo keywords. Closes #3489 |
||
|---|---|---|
| .. | ||
| compiler | ||
| events | ||
| schema | ||
| view | ||
| convert_spec.ts | ||
| dom_renderer_integration_spec.ts | ||
| dom_testbed.ts | ||
| template_cloner_spec.ts | ||
| util_spec.ts | ||