nodejs / api-docs-tooling

Node.js's tooling for API generation
https://nodejs.org/api
MIT License
5 stars 5 forks source link

`transformTypeToReferenceLink` is executed after the AST is parsed. #141

Open RedYetiDev opened 1 week ago

RedYetiDev commented 1 week ago

The transformTypeToReferenceLink function is src/utils/parser.mjs is executed after the AST is parsed, meaning that it leaves the generated tree not fully parsed, as the markdown this function output is not converted to ast.