cmudig / apigen

API Generator from TypeScript
BSD 3-Clause "New" or "Revised" License
3 stars 0 forks source link

Remove json stringify conversion from `parser.ts` #15

Closed srizvi6 closed 1 year ago

srizvi6 commented 1 year ago

Change the code in parser.ts to use the node object instead of the json conversion of it since that takes a lot of time.

srizvi6 commented 1 year ago

In progress: tried to use the typescript api to access the attributes, but it doesn't see all the attributes at compile time like it does while debugging

image
lan-lyu commented 1 year ago

Solved