ts-morph icon indicating copy to clipboard operation
ts-morph copied to clipboard

How do I get a single line comment

Open yoyoyoliuze opened this issue 1 year ago • 1 comments

like this export enum LogisticsUpdateLogRecordReason { Reprint = 1, //Reprint Reship = 2, //reship } How do I get 【//Reprint】

yoyoyoliuze avatar Dec 12 '23 02:12 yoyoyoliuze

if you dig into the repo itself you will see Emums dp support JsDocs image and here is what it is supposed to look like image

an Array of strings or

image

Here is what it should look like

image in the end, you get something like this:

image

peterarusanoff avatar Dec 31 '23 01:12 peterarusanoff