Closed srizvi6 closed 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.
parser.ts
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
Solved
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.