This library looks awesome! It appears that this library is mostly used internally for https://github.com/renovatebot/renovate and likely everybody using this knows exactly what they are doing - but it appears that this library could be very useful for what I am attempting to do.
I've jumped into this source code and some of renovates source code and parsing looks pretty straight forward but was wondering if there was any good examples of transforming and serializing the parsed AST back into it's original from to write back to the file? I see writeLocalFile but didn't see where it was being utilized.
This library looks awesome! It appears that this library is mostly used internally for https://github.com/renovatebot/renovate and likely everybody using this knows exactly what they are doing - but it appears that this library could be very useful for what I am attempting to do.
I've jumped into this source code and some of renovates source code and parsing looks pretty straight forward but was wondering if there was any good examples of transforming and serializing the parsed AST back into it's original from to write back to the file? I see
writeLocalFilebut didn't see where it was being utilized.