Skip to content

v0.6.0

Compare
Choose a tag to compare
@github-actions github-actions released this 28 Jun 10:52
· 15 commits to main since this release
9961077
Node reference id bug fix (#25)

1. As we were maintaining global cache of processed references. It was
colliding with objects across files, hence the nodes which were
processed for one file's ast, was getting just referenced with id from
other file. Made changes to intialise the cache before every file is
being processed.
2. Updated respective test cases.