angular/packages/compiler-cli/test/ngtsc/doc_extraction
Jeremy Elbourn 1934524a0c feat(compiler): add docs extraction for type aliases (#52118)
This commit adds support for extracting type alises. It currently
extracts the raw written type from the source without performing any
resolution, such as for resolving `typeof` queries, as current Angular
public APIs do not rely on this.

PR Close #52118
2023-10-10 12:40:10 -07:00
..
class_doc_extraction_spec.ts feat(compiler): extract api for fn overloads and abtract classes (#52040) 2023-10-09 12:03:20 -07:00
common_doc_extraction_spec.ts feat(compiler): extract docs via exports (#51828) 2023-09-20 18:34:55 +02:00
constant_doc_extraction_spec.ts feat(compiler): extract docs via exports (#51828) 2023-09-20 18:34:55 +02:00
directive_doc_extraction_spec.ts feat(compiler): extract api for fn overloads and abtract classes (#52040) 2023-10-09 12:03:20 -07:00
doc_extraction_filtering_spec.ts feat(compiler): extract api for fn overloads and abtract classes (#52040) 2023-10-09 12:03:20 -07:00
enum_doc_extraction_spec.ts feat(compiler): extract docs via exports (#51828) 2023-09-20 18:34:55 +02:00
function_doc_extraction_spec.ts feat(compiler): extract api for fn overloads and abtract classes (#52040) 2023-10-09 12:03:20 -07:00
interface_doc_extraction_spec.ts feat(compiler): extract api docs for interfaces (#52006) 2023-10-04 11:58:09 -07:00
jsdoc_extraction_spec.ts feat(compiler): extract docs via exports (#51828) 2023-09-20 18:34:55 +02:00
ng_module_doc_extraction_spec.ts feat(compiler): extract docs via exports (#51828) 2023-09-20 18:34:55 +02:00
pipe_doc_extraction_spec.ts feat(compiler): extract docs via exports (#51828) 2023-09-20 18:34:55 +02:00
reexport_docs_extraction_spec.ts feat(compiler): extract docs via exports (#51828) 2023-09-20 18:34:55 +02:00
type_alias_doc_extraction_spec.ts feat(compiler): add docs extraction for type aliases (#52118) 2023-10-10 12:40:10 -07:00