Closed jdrew1303 closed 8 years ago
Originally, I tried to create the AST to contain the minimum amount of information required. So, if there was only one node that had a type
of module
then I wouldn't add a variant
property since that would be redundant information. But, I see more value in keeping things consistent now, so that tools like yours can be made without having to handle tons of edge cases.
I found another node on my travels that needs some extra fields. This isn't too urgent, Ive a work around I'm using at the moment for some of the nodes.