microsoft / tsdoc

A doc comment standard for TypeScript
https://tsdoc.org/
MIT License
4.7k stars 130 forks source link

Change import path to avoid circular reference #328

Closed magic-akari closed 2 years ago

magic-akari commented 2 years ago

follow up #327 I noticed that the DocNodeKind import still causes circular reference (because require doesn't work like import). Changing it to a reference to the internal path would solve this issue.