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
When running destiny ./src, I figured it would walk the entire tree and generate changes based on that. I've found in my private repo for work that it only generates a new tree for some of those files that are of less depth. A representative file path for example: "ui/components/ModularComponents/Buttons/Encoder/Broadcast/Readme.md'. While for renaming purposes this file was touched and moved to the root, any files not needing renamed at this depth don't show up in the tree output. So, for example, a file exists near it "ui/components/ModularComponents/Example/CallControl.tsx", which is exported by the project. This file doesn't show up in the unused file list, and does not show up in the tree output either.
I can show the tree output. Is there a way to show the tree input to help repro? I cannot make the repository public.
When running
destiny ./src
, I figured it would walk the entire tree and generate changes based on that. I've found in my private repo for work that it only generates a new tree for some of those files that are of less depth. A representative file path for example: "ui/components/ModularComponents/Buttons/Encoder/Broadcast/Readme.md'. While for renaming purposes this file was touched and moved to the root, any files not needing renamed at this depth don't show up in the tree output. So, for example, a file exists near it "ui/components/ModularComponents/Example/CallControl.tsx", which is exported by the project. This file doesn't show up in the unused file list, and does not show up in the tree output either.I can show the tree output. Is there a way to show the tree input to help repro? I cannot make the repository public.
The text was updated successfully, but these errors were encountered: