daffodil
daffodil copied to clipboard
[FEAT] Source-style API symbol page
:bulb: Feature request
Feature Name
Source-style API symbol page
The Desired Behavior
Angular uses https://github.com/shikijs/shiki for angular.dev
This is going to be really hard. Parsing through all the TS AST to reconstruct the source for each kind of export is going to be very time consuming. It would be nice to just copy whatever angular.dev does: https://github.com/angular/angular/tree/main/adev/shared-docs/pipeline
Blocked by #3366
#3366 has been completed.