mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
This commit adds support for extracting function overloads. Interestingly, this worked in an earlier version when the code was extracting all statements in every source file, but the existing compiler API for extracting all exported declarations from an entry-point only returns the first function declaration in cases when there are overloads. This also marks abstract classes as abstract, required inputs as required, and filters out Angular-private APIs. PR Close #52040 |
||
|---|---|---|
| .. | ||
| class_doc_extraction_spec.ts | ||
| common_doc_extraction_spec.ts | ||
| constant_doc_extraction_spec.ts | ||
| directive_doc_extraction_spec.ts | ||
| doc_extraction_filtering_spec.ts | ||
| enum_doc_extraction_spec.ts | ||
| function_doc_extraction_spec.ts | ||
| interface_doc_extraction_spec.ts | ||
| jsdoc_extraction_spec.ts | ||
| ng_module_doc_extraction_spec.ts | ||
| pipe_doc_extraction_spec.ts | ||
| reexport_docs_extraction_spec.ts | ||