angular/packages/compiler-cli/test/ngtsc/doc_extraction
Jeremy Elbourn 2e41488296 feat(compiler): extract docs info for enums, pipes, and NgModules (#51733)
Based on top of #51717

This commit adds extraction for enums, pipes, and NgModules. It also adds a couple of tests for JsDoc extraction that weren't covered in the previous commit.

PR Close #51733
2023-09-18 12:29:30 +02:00
..
class_doc_extraction_spec.ts feat(compiler): extract docs for top level functions and consts (#51733) 2023-09-18 12:29:26 +02:00
common_doc_extraction_spec.ts feat(compiler): extract docs for top level functions and consts (#51733) 2023-09-18 12:29:26 +02:00
constant_doc_extraction_spec.ts feat(compiler): extract doc info for JsDoc (#51733) 2023-09-18 12:29:28 +02:00
directive_doc_extraction_spec.ts feat(compiler): extract docs for top level functions and consts (#51733) 2023-09-18 12:29:26 +02:00
enum_doc_extraction_spec.ts feat(compiler): extract docs info for enums, pipes, and NgModules (#51733) 2023-09-18 12:29:30 +02:00
function_doc_extraction_spec.ts feat(compiler): extract docs for top level functions and consts (#51733) 2023-09-18 12:29:26 +02:00
jsdoc_extraction_spec.ts feat(compiler): extract docs info for enums, pipes, and NgModules (#51733) 2023-09-18 12:29:30 +02:00
ng_module_doc_extraction_spec.ts feat(compiler): extract docs info for enums, pipes, and NgModules (#51733) 2023-09-18 12:29:30 +02:00
pipe_doc_extraction_spec.ts feat(compiler): extract docs info for enums, pipes, and NgModules (#51733) 2023-09-18 12:29:30 +02:00