microsoft / tsdoc

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

Add additional utility methods to DeclarationReference #324

Open rbuckton opened 2 years ago

rbuckton commented 2 years ago

This adds a number of utility methods to various pieces of DeclarationReference to make it easier to make changes.

NOTE: API for from() and with() is inspired by the Temporal proposal.