You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@AnatoleLucet This seems to be a side effect of the circular dependency caused by the import { Config } from "../index"; line in generateTrees.ts. I do not know if the circular dependency is there intentionally so -- I see there is some logic/testing surrounding circular dependencies -- but I see two different paths forward depending on whether or not the circular dependency is intentional.
When running
npx destiny src --debug
on Destiny's repo:logger.ts
is misplaced. It's the only one I saw, but there may be more...The text was updated successfully, but these errors were encountered: