Have just come across an AAT issue related to this PR - specifically these lines. The AAT passes absolute paths, so we were getting something like C:/path/C:/path.
Switching from path.join to path.resolve fixes this for me
If we should be passing the rootDir somehow via the AAT, let me know (not sure if this is hooked up to the CLI API)
Originally posted by @taylortom in #3668 (comment)
Switching from
path.jointopath.resolvefixes this for meIf we should be passing the
rootDirsomehow via the AAT, let me know (not sure if this is hooked up to the CLI API)Originally posted by @taylortom in #3668 (comment)