cmudig/apigen

Remove json stringify conversion from `parser.ts`

srizvi6 opened this issue · 2 comments

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.

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

Solved