ts-morph
ts-morph copied to clipboard
How do I get a single line comment
like this
export enum LogisticsUpdateLogRecordReason { Reprint = 1, //Reprint Reship = 2, //reship }
How do I get 【//Reprint】
if you dig into the repo itself you will see Emums dp support JsDocs
and here is what it is supposed to look like
an Array of strings or
Here is what it should look like
in the end, you get something like this: