benawad / destiny

Prettier for File Structures
MIT License
3.53k stars 80 forks source link

bug: file movement #162

Closed TGTGamer closed 3 years ago

TGTGamer commented 3 years ago

Heya pal,

Really love the idea of this application, had an issue when running it through on one of my applications. Would love you to advise on how I can fix this issue.

Application in question: https://github.com/Videndum/twitch-extension-template

The debug (Very Long) ```powershell destiny "src/**/*.ts*" -w --debug DEBUG: +0ms version: 0.7.1 DEBUG: +2ms config used: { help: false, include: [ 'src/**/*.ts*' ], version: false, write: true, avoidSingleFile: false, debug: true } DEBUG: +27ms glob matches for "src/**/*.ts*": [ 'D:\\Repositories\\devspace\\tgtgamer\\twitch-extension-template\\src\\0-Welcome.stories.tsx', 'D:\\Repositories\\devspace\\tgtgamer\\twitch-extension-template\\src\\1-Button.stories.tsx', 'D:\\Repositories\\devspace\\tgtgamer\\twitch-extension-template\\src\\2-Constants.stories.tsx', 'D:\\Repositories\\devspace\\tgtgamer\\twitch-extension-template\\src\\3-LinearGradient.stories.tsx', 'D:\\Repositories\\devspace\\tgtgamer\\twitch-extension-template\\src\\4-Font.stories.tsx', 'D:\\Repositories\\devspace\\tgtgamer\\twitch-extension-template\\src\\components\\EditScreenInfo.tsx', 'D:\\Repositories\\devspace\\tgtgamer\\twitch-extension-template\\src\\components\\StyledText.tsx', 'D:\\Repositories\\devspace\\tgtgamer\\twitch-extension-template\\src\\components\\Themed.tsx', 'D:\\Repositories\\devspace\\tgtgamer\\twitch-extension-template\\src\\constants\\Colors.ts', 'D:\\Repositories\\devspace\\tgtgamer\\twitch-extension-template\\src\\constants\\Layout.ts', 'D:\\Repositories\\devspace\\tgtgamer\\twitch-extension-template\\src\\hooks\\useCachedResources.ts', 'D:\\Repositories\\devspace\\tgtgamer\\twitch-extension-template\\src\\hooks\\useColorScheme.ts', 'D:\\Repositories\\devspace\\tgtgamer\\twitch-extension-template\\src\\hooks\\useColorScheme.web.ts', 'D:\\Repositories\\devspace\\tgtgamer\\twitch-extension-template\\src\\navigation\\BottomTabNavigator.tsx', 'D:\\Repositories\\devspace\\tgtgamer\\twitch-extension-template\\src\\navigation\\index.tsx', 'D:\\Repositories\\devspace\\tgtgamer\\twitch-extension-template\\src\\navigation\\LinkingConfiguration.ts', 'D:\\Repositories\\devspace\\tgtgamer\\twitch-extension-template\\src\\screens\\NotFoundScreen.tsx', 'D:\\Repositories\\devspace\\tgtgamer\\twitch-extension-template\\src\\screens\\Storyboard.tsx', 'D:\\Repositories\\devspace\\tgtgamer\\twitch-extension-template\\src\\screens\\TabOneScreen.tsx', 'D:\\Repositories\\devspace\\tgtgamer\\twitch-extension-template\\src\\screens\\TabTwoScreen.tsx' ] DEBUG: +11ms restructured map: { 'src/**/*.ts*': [ 'D:\\Repositories\\devspace\\tgtgamer\\twitch-extension-template\\src\\0-Welcome.stories.tsx', 'D:\\Repositories\\devspace\\tgtgamer\\twitch-extension-template\\src\\1-Button.stories.tsx', 'D:\\Repositories\\devspace\\tgtgamer\\twitch-extension-template\\src\\2-Constants.stories.tsx', 'D:\\Repositories\\devspace\\tgtgamer\\twitch-extension-template\\src\\3-LinearGradient.stories.tsx', 'D:\\Repositories\\devspace\\tgtgamer\\twitch-extension-template\\src\\4-Font.stories.tsx', 'D:\\Repositories\\devspace\\tgtgamer\\twitch-extension-template\\src\\components\\EditScreenInfo.tsx', 'D:\\Repositories\\devspace\\tgtgamer\\twitch-extension-template\\src\\components\\StyledText.tsx', 'D:\\Repositories\\devspace\\tgtgamer\\twitch-extension-template\\src\\components\\Themed.tsx', 'D:\\Repositories\\devspace\\tgtgamer\\twitch-extension-template\\src\\constants\\Colors.ts', 'D:\\Repositories\\devspace\\tgtgamer\\twitch-extension-template\\src\\constants\\Layout.ts', 'D:\\Repositories\\devspace\\tgtgamer\\twitch-extension-template\\src\\hooks\\useCachedResources.ts', 'D:\\Repositories\\devspace\\tgtgamer\\twitch-extension-template\\src\\hooks\\useColorScheme.ts', 'D:\\Repositories\\devspace\\tgtgamer\\twitch-extension-template\\src\\hooks\\useColorScheme.web.ts', 'D:\\Repositories\\devspace\\tgtgamer\\twitch-extension-template\\src\\navigation\\BottomTabNavigator.tsx', 'D:\\Repositories\\devspace\\tgtgamer\\twitch-extension-template\\src\\navigation\\index.tsx', 'D:\\Repositories\\devspace\\tgtgamer\\twitch-extension-template\\src\\navigation\\LinkingConfiguration.ts', 'D:\\Repositories\\devspace\\tgtgamer\\twitch-extension-template\\src\\screens\\NotFoundScreen.tsx', 'D:\\Repositories\\devspace\\tgtgamer\\twitch-extension-template\\src\\screens\\Storyboard.tsx', 'D:\\Repositories\\devspace\\tgtgamer\\twitch-extension-template\\src\\screens\\TabOneScreen.tsx', 'D:\\Repositories\\devspace\\tgtgamer\\twitch-extension-template\\src\\screens\\TabTwoScreen.tsx' ] } INFO: Generating tree for: src/**/*.ts* WARN: could not find source file that is linked to 4-Font.stories.tsx | 2 locations were checked: 4-Font.tsx and ..\4-Font.tsx WARN: could not find source file that is linked to 1-Button.stories.tsx | 2 locations were checked: 1-Button.tsx and ..\1-Button.tsx WARN: could not find source file that is linked to 0-Welcome.stories.tsx | 2 locations were checked: 0-Welcome.tsx and ..\0-Welcome.tsx WARN: could not find source file that is linked to 2-Constants.stories.tsx | 2 locations were checked: 2-Constants.tsx and ..\2-Constants.tsx WARN: could not find source file that is linked to 3-LinearGradient.stories.tsx | 2 locations were checked: 3-LinearGradient.tsx and ..\3-LinearGradient.tsx src ├──Layout.ts ├──navigation.tsx ├──navigation\BottomTabNavigator.tsx ├──navigation\BottomTabNavigator\shared\EditScreenInfo.tsx ├──navigation\BottomTabNavigator\shared\Themed.tsx ├──navigation\BottomTabNavigator\storyboard.tsx ├──navigation\BottomTabNavigator\TabOneScreen.tsx ├──navigation\BottomTabNavigator\TabOneScreen\EditScreenInfo\StyledText.tsx ├──navigation\BottomTabNavigator\TabTwoScreen.tsx ├──navigation\LinkingConfiguration.ts ├──navigation\NotFoundScreen.tsx ├──navigation\shared\Colors.ts ├──navigation\shared\useColorScheme.ts ├──Storyboard.tsx ├──Storyboard\index.js ├──useCachedResources.ts ├──useCachedResources\SpaceMono-Regular.ttf └──useColorScheme.web.ts WARN: Found 2 unused files: constants\Layout.ts hooks\useColorScheme.web.ts DEBUG: +56ms generated tree(s): [ { parentFolder: 'D:\\Repositories\\devspace\\tgtgamer\\twitch-extension-template\\src', tree: { 'constants\\Layout.ts': 'Layout.ts', 'navigation\\index.tsx': 'navigation.tsx', 'screens\\NotFoundScreen.tsx': 'navigation\\NotFoundScreen.tsx', 'navigation\\BottomTabNavigator.tsx': 'navigation\\BottomTabNavigator.tsx', 'constants\\Colors.ts': 'navigation\\shared\\Colors.ts', 'hooks\\useColorScheme.ts': 'navigation\\shared\\useColorScheme.ts', 'screens\\storyboard.tsx': 'navigation\\BottomTabNavigator\\storyboard.tsx', 'screens\\TabOneScreen.tsx': 'navigation\\BottomTabNavigator\\TabOneScreen.tsx', 'components\\EditScreenInfo.tsx': 'navigation\\BottomTabNavigator\\shared\\EditScreenInfo.tsx', 'components\\StyledText.tsx': 'navigation\\BottomTabNavigator\\TabOneScreen\\EditScreenInfo\\StyledText.tsx', 'components\\Themed.tsx': 'navigation\\BottomTabNavigator\\shared\\Themed.tsx', 'screens\\TabTwoScreen.tsx': 'navigation\\BottomTabNavigator\\TabTwoScreen.tsx', 'navigation\\LinkingConfiguration.ts': 'navigation\\LinkingConfiguration.ts', 'screens\\Storyboard.tsx': 'Storyboard.tsx', 'index.js': 'Storyboard\\index.js', 'hooks\\useCachedResources.ts': 'useCachedResources.ts', 'assets\\fonts\\SpaceMono-Regular.ttf': 'useCachedResources\\SpaceMono-Regular.ttf', 'hooks\\useColorScheme.web.ts': 'useColorScheme.web.ts' } } ] INFO: Fixing imports. DEBUG: +17ms checking imports of "D:\Repositories\devspace\tgtgamer\twitch-extension-template\src\0-Welcome.stories.tsx" DEBUG: +1ms no import found in "D:\Repositories\devspace\tgtgamer\twitch-extension-template\src\0-Welcome.stories.tsx" DEBUG: +10ms checking imports of "D:\Repositories\devspace\tgtgamer\twitch-extension-template\src\1-Button.stories.tsx" DEBUG: +1ms no import found in "D:\Repositories\devspace\tgtgamer\twitch-extension-template\src\1-Button.stories.tsx" DEBUG: +0ms checking imports of "D:\Repositories\devspace\tgtgamer\twitch-extension-template\src\2-Constants.stories.tsx" DEBUG: +1ms no import found in "D:\Repositories\devspace\tgtgamer\twitch-extension-template\src\2-Constants.stories.tsx" DEBUG: +1ms checking imports of "D:\Repositories\devspace\tgtgamer\twitch-extension-template\src\3-LinearGradient.stories.tsx" DEBUG: +0ms no import found in "D:\Repositories\devspace\tgtgamer\twitch-extension-template\src\3-LinearGradient.stories.tsx" DEBUG: +1ms checking imports of "D:\Repositories\devspace\tgtgamer\twitch-extension-template\src\4-Font.stories.tsx" DEBUG: +1ms checking imports of "D:\Repositories\devspace\tgtgamer\twitch-extension-template\src\components\EditScreenInfo.tsx" DEBUG: +2ms replacing import of "../constants/Colors" by "../../shared/Colors" in "D:\Repositories\devspace\tgtgamer\twitch-extension-template\src\components\EditScreenInfo.tsx" DEBUG: +14ms replacing import of "./StyledText" by "../TabOneScreen/EditScreenInfo/StyledText" in "D:\Repositories\devspace\tgtgamer\twitch-extension-template\src\components\EditScreenInfo.tsx" DEBUG: +1ms writing new imports of "D:\Repositories\devspace\tgtgamer\twitch-extension-template\src\components\EditScreenInfo.tsx" DEBUG: +2ms checking imports of "D:\Repositories\devspace\tgtgamer\twitch-extension-template\src\components\StyledText.tsx" DEBUG: +12ms replacing import of "./Themed" by "../../shared/Themed" in "D:\Repositories\devspace\tgtgamer\twitch-extension-template\src\components\StyledText.tsx" DEBUG: +1ms writing new imports of "D:\Repositories\devspace\tgtgamer\twitch-extension-template\src\components\StyledText.tsx" DEBUG: +1ms checking imports of "D:\Repositories\devspace\tgtgamer\twitch-extension-template\src\components\Themed.tsx" DEBUG: +2ms replacing import of "../constants/Colors" by "../../shared/Colors" in "D:\Repositories\devspace\tgtgamer\twitch-extension-template\src\components\Themed.tsx" DEBUG: +16ms replacing import of "../hooks/useColorScheme" by "../../shared/useColorScheme" in "D:\Repositories\devspace\tgtgamer\twitch-extension-template\src\components\Themed.tsx" DEBUG: +0ms writing new imports of "D:\Repositories\devspace\tgtgamer\twitch-extension-template\src\components\Themed.tsx" DEBUG: +15ms checking imports of "D:\Repositories\devspace\tgtgamer\twitch-extension-template\src\constants\Colors.ts" DEBUG: +1ms no import found in "D:\Repositories\devspace\tgtgamer\twitch-extension-template\src\constants\Colors.ts" DEBUG: +0ms checking imports of "D:\Repositories\devspace\tgtgamer\twitch-extension-template\src\constants\Layout.ts" DEBUG: +1ms no import found in "D:\Repositories\devspace\tgtgamer\twitch-extension-template\src\constants\Layout.ts" DEBUG: +16ms checking imports of "D:\Repositories\devspace\tgtgamer\twitch-extension-template\src\hooks\useCachedResources.ts" DEBUG: +15ms replacing import of "../assets/fonts/SpaceMono-Regular.ttf" by "./useCachedResources/SpaceMono-Regular.ttf" in "D:\Repositories\devspace\tgtgamer\twitch-extension-template\src\hooks\useCachedResources.ts" DEBUG: +1ms writing new imports of "D:\Repositories\devspace\tgtgamer\twitch-extension-template\src\hooks\useCachedResources.ts" DEBUG: +2ms checking imports of "D:\Repositories\devspace\tgtgamer\twitch-extension-template\src\hooks\useColorScheme.ts" DEBUG: +18ms no import found in "D:\Repositories\devspace\tgtgamer\twitch-extension-template\src\hooks\useColorScheme.ts" DEBUG: +1ms checking imports of "D:\Repositories\devspace\tgtgamer\twitch-extension-template\src\hooks\useColorScheme.web.ts" DEBUG: +0ms no import found in "D:\Repositories\devspace\tgtgamer\twitch-extension-template\src\hooks\useColorScheme.web.ts" DEBUG: +1ms checking imports of "D:\Repositories\devspace\tgtgamer\twitch-extension-template\src\navigation\BottomTabNavigator.tsx" DEBUG: +2ms replacing import of "../constants/Colors" by "./shared/Colors" in "D:\Repositories\devspace\tgtgamer\twitch-extension-template\src\navigation\BottomTabNavigator.tsx" DEBUG: +1ms replacing import of "../hooks/useColorScheme" by "./shared/useColorScheme" in "D:\Repositories\devspace\tgtgamer\twitch-extension-template\src\navigation\BottomTabNavigator.tsx" DEBUG: +2ms replacing import of "../screens/storyboard" by "./BottomTabNavigator/storyboard" in "D:\Repositories\devspace\tgtgamer\twitch-extension-template\src\navigation\BottomTabNavigator.tsx" DEBUG: +1ms replacing import of "../screens/TabOneScreen" by "./BottomTabNavigator/TabOneScreen" in "D:\Repositories\devspace\tgtgamer\twitch-extension-template\src\navigation\BottomTabNavigator.tsx" DEBUG: +1ms replacing import of "../screens/TabTwoScreen" by "./BottomTabNavigator/TabTwoScreen" in "D:\Repositories\devspace\tgtgamer\twitch-extension-template\src\navigation\BottomTabNavigator.tsx" DEBUG: +1ms writing new imports of "D:\Repositories\devspace\tgtgamer\twitch-extension-template\src\navigation\BottomTabNavigator.tsx" DEBUG: +1ms checking imports of "D:\Repositories\devspace\tgtgamer\twitch-extension-template\src\navigation\index.tsx" DEBUG: +2ms replacing import of "../../types" by "../types" in "D:\Repositories\devspace\tgtgamer\twitch-extension-template\src\navigation\index.tsx" DEBUG: +2ms replacing import of "../screens/NotFoundScreen" by "./navigation/NotFoundScreen" in "D:\Repositories\devspace\tgtgamer\twitch-extension-template\src\navigation\index.tsx" DEBUG: +20ms replacing import of "./BottomTabNavigator" by "./navigation/BottomTabNavigator" in "D:\Repositories\devspace\tgtgamer\twitch-extension-template\src\navigation\index.tsx" DEBUG: +1ms replacing import of "./LinkingConfiguration" by "./navigation/LinkingConfiguration" in "D:\Repositories\devspace\tgtgamer\twitch-extension-template\src\navigation\index.tsx" DEBUG: +0ms writing new imports of "D:\Repositories\devspace\tgtgamer\twitch-extension-template\src\navigation\index.tsx" DEBUG: +2ms checking imports of "D:\Repositories\devspace\tgtgamer\twitch-extension-template\src\navigation\LinkingConfiguration.ts" DEBUG: +1ms no import found in "D:\Repositories\devspace\tgtgamer\twitch-extension-template\src\navigation\LinkingConfiguration.ts" DEBUG: +0ms checking imports of "D:\Repositories\devspace\tgtgamer\twitch-extension-template\src\screens\NotFoundScreen.tsx" DEBUG: +2ms checking imports of "D:\Repositories\devspace\tgtgamer\twitch-extension-template\src\screens\Storyboard.tsx" DEBUG: +2ms replacing import of ".." by "./Storyboard" in "D:\Repositories\devspace\tgtgamer\twitch-extension-template\src\screens\Storyboard.tsx" DEBUG: +0ms writing new imports of "D:\Repositories\devspace\tgtgamer\twitch-extension-template\src\screens\Storyboard.tsx" DEBUG: +1ms checking imports of "D:\Repositories\devspace\tgtgamer\twitch-extension-template\src\screens\TabOneScreen.tsx" DEBUG: +2ms replacing import of "../components/EditScreenInfo" by "./shared/EditScreenInfo" in "D:\Repositories\devspace\tgtgamer\twitch-extension-template\src\screens\TabOneScreen.tsx" DEBUG: +1ms replacing import of "../components/Themed" by "./shared/Themed" in "D:\Repositories\devspace\tgtgamer\twitch-extension-template\src\screens\TabOneScreen.tsx" DEBUG: +0ms writing new imports of "D:\Repositories\devspace\tgtgamer\twitch-extension-template\src\screens\TabOneScreen.tsx" DEBUG: +2ms checking imports of "D:\Repositories\devspace\tgtgamer\twitch-extension-template\src\screens\TabTwoScreen.tsx" DEBUG: +18ms replacing import of "../components/EditScreenInfo" by "./shared/EditScreenInfo" in "D:\Repositories\devspace\tgtgamer\twitch-extension-template\src\screens\TabTwoScreen.tsx" DEBUG: +2ms replacing import of "../components/Themed" by "./shared/Themed" in "D:\Repositories\devspace\tgtgamer\twitch-extension-template\src\screens\TabTwoScreen.tsx" DEBUG: +0ms writing new imports of "D:\Repositories\devspace\tgtgamer\twitch-extension-template\src\screens\TabTwoScreen.tsx" INFO: Moving files. DEBUG: +94ms moving "D:\Repositories\devspace\tgtgamer\twitch-extension-template\src\hooks\useColorScheme.web.ts" to "D:\Repositories\devspace\tgtgamer\twitch-extension-template\src\useColorScheme.web.ts" DEBUG: +78ms moving "D:\Repositories\devspace\tgtgamer\twitch-extension-template\src\assets\fonts\SpaceMono-Regular.ttf" to "D:\Repositories\devspace\tgtgamer\twitch-extension-template\src\useCachedResources\SpaceMono-Regular.ttf" DEBUG: +78ms moving "D:\Repositories\devspace\tgtgamer\twitch-extension-template\src\hooks\useCachedResources.ts" to "D:\Repositories\devspace\tgtgamer\twitch-extension-template\src\useCachedResources.ts" DEBUG: +78ms moving "D:\Repositories\devspace\tgtgamer\twitch-extension-template\src\index.js" to "D:\Repositories\devspace\tgtgamer\twitch-extension-template\src\Storyboard\index.js" DEBUG: +80ms moving "D:\Repositories\devspace\tgtgamer\twitch-extension-template\src\screens\Storyboard.tsx" to "D:\Repositories\devspace\tgtgamer\twitch-extension-template\src\Storyboard.tsx" DEBUG: +78ms moving "D:\Repositories\devspace\tgtgamer\twitch-extension-template\src\screens\TabTwoScreen.tsx" to "D:\Repositories\devspace\tgtgamer\twitch-extension-template\src\navigation\BottomTabNavigator\TabTwoScreen.tsx" DEBUG: +78ms moving "D:\Repositories\devspace\tgtgamer\twitch-extension-template\src\components\Themed.tsx" to "D:\Repositories\devspace\tgtgamer\twitch-extension-template\src\navigation\BottomTabNavigator\shared\Themed.tsx" DEBUG: +78ms moving "D:\Repositories\devspace\tgtgamer\twitch-extension-template\src\components\StyledText.tsx" to "D:\Repositories\devspace\tgtgamer\twitch-extension-template\src\navigation\BottomTabNavigator\TabOneScreen\EditScreenInfo\StyledText.tsx" DEBUG: +80ms moving "D:\Repositories\devspace\tgtgamer\twitch-extension-template\src\components\EditScreenInfo.tsx" to "D:\Repositories\devspace\tgtgamer\twitch-extension-template\src\navigation\BottomTabNavigator\shared\EditScreenInfo.tsx" DEBUG: +80ms moving "D:\Repositories\devspace\tgtgamer\twitch-extension-template\src\screens\TabOneScreen.tsx" to "D:\Repositories\devspace\tgtgamer\twitch-extension-template\src\navigation\BottomTabNavigator\TabOneScreen.tsx" DEBUG: +79ms moving "D:\Repositories\devspace\tgtgamer\twitch-extension-template\src\screens\storyboard.tsx" to "D:\Repositories\devspace\tgtgamer\twitch-extension-template\src\navigation\BottomTabNavigator\storyboard.tsx" (node:6480) UnhandledPromiseRejectionWarning: Error: ENOENT: no such file or directory, rename 'D:\Repositories\devspace\tgtgamer\twitch-extension-template\src\screens\storyboard.tsx' -> 'D:\Repositories\devspace\tgtgamer\twitch-extension-template\src\navigation\BottomTabNavigator\storyboard.tsx' at Object.renameSync (fs.js:763:3) at moveFiles (D:\Repositories\devspace\tgtgamer\twitch-extension-template\node_modules\destiny\lib\destiny.js:189:21) at processTicksAndRejections (internal/process/task_queues.js:93:5) at async formatFileStructure (D:\Repositories\devspace\tgtgamer\twitch-extension-template\node_modules\destiny\lib\destiny.js:383:5) at async run (D:\Repositories\devspace\tgtgamer\twitch-extension-template\node_modules\destiny\lib\destiny.js:1040:5) (Use `node --trace-warnings ...` to show where the warning was created) (node:6480) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). To terminate the node process on unhandled promise rejection, use the CLI flag `--unhandled-rejections=strict` (see https://nodejs.org/api/cli.html#cli_unhandled_rejections_mode). (rejection id: 1) (node:6480) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code. DEBUG: +26ms exiting ```
AnatoleLucet commented 3 years ago

Hey, is src\navigation\BottomTabNavigator created by destiny? https://github.com/benawad/destiny/blob/develop/src/index/formatFileStructure/moveFiles.ts#L41

TGTGamer commented 3 years ago

The folder is, yes

AnatoleLucet commented 3 years ago

https://github.com/Videndum/twitch-extension-template/blob/master/src/navigation/BottomTabNavigator.tsx#L13 Your import should be:

- import Storyboard from '../screens/storyboard'
+ import Storyboard from '../screens/Storyboard'

On linux I'm having this error though:

INFO: Generating tree for: ./src
ERROR: Cannot find import ../screens/storyboard for /home/anatole/dev.old/twitch-extension-template/src/navigation/BottomTabNavigator.tsx
TGTGamer commented 3 years ago

Thank you for the response, sorry for my delay. So what is the next steps as this seems to be a bug within destiny?

AnatoleLucet commented 3 years ago

Just to be clear, was your import wrong the first time you ran destiny? If so, what output do you have now that's fixed?

TGTGamer commented 3 years ago

I stand corrected. Did a fresh install, made only the change specified above and it completed without errors. For reference:

The debug (Very Long) ```cmd PS D:\Repositories\devspace\tgtgamer\twitch-extension-template> yarn destiny "src/**/*.*" --debug -w yarn run v1.22.4 warning package.json: License should be a valid SPDX license expression $ D:\Repositories\devspace\tgtgamer\twitch-extension-template\node_modules\.bin\destiny src/**/*.* --debug -w DEBUG: +0ms version: 0.7.1 DEBUG: +2ms config used: { help: false, include: [ 'src/**/*.*' ], version: false, write: true, avoidSingleFile: false, debug: true } DEBUG: +36ms glob matches for "src/**/*.*": [ 'D:\\Repositories\\devspace\\tgtgamer\\twitch-extension-template\\src\\assets\\fonts\\retro-regular.ttf', 'D:\\Repositories\\devspace\\tgtgamer\\twitch-extension-template\\src\\assets\\fonts\\SpaceMono-Regular.ttf', 'D:\\Repositories\\devspace\\tgtgamer\\twitch-extension-template\\src\\assets\\images\\adaptive-icon.png', 'D:\\Repositories\\devspace\\tgtgamer\\twitch-extension-template\\src\\assets\\images\\favicon.png', 'D:\\Repositories\\devspace\\tgtgamer\\twitch-extension-template\\src\\assets\\images\\icon.png', 'D:\\Repositories\\devspace\\tgtgamer\\twitch-extension-template\\src\\assets\\images\\splash.png', 'D:\\Repositories\\devspace\\tgtgamer\\twitch-extension-template\\src\\components\\__tests__\\StyledText-test.js', 'D:\\Repositories\\devspace\\tgtgamer\\twitch-extension-template\\src\\components\\EditScreenInfo.tsx', 'D:\\Repositories\\devspace\\tgtgamer\\twitch-extension-template\\src\\components\\StyledText.tsx', 'D:\\Repositories\\devspace\\tgtgamer\\twitch-extension-template\\src\\components\\Themed.tsx', 'D:\\Repositories\\devspace\\tgtgamer\\twitch-extension-template\\src\\constants\\Colors.ts', 'D:\\Repositories\\devspace\\tgtgamer\\twitch-extension-template\\src\\constants\\Layout.ts', 'D:\\Repositories\\devspace\\tgtgamer\\twitch-extension-template\\src\\hooks\\useCachedResources.ts', 'D:\\Repositories\\devspace\\tgtgamer\\twitch-extension-template\\src\\hooks\\useColorScheme.ts', 'D:\\Repositories\\devspace\\tgtgamer\\twitch-extension-template\\src\\hooks\\useColorScheme.web.ts', 'D:\\Repositories\\devspace\\tgtgamer\\twitch-extension-template\\src\\index.js', 'D:\\Repositories\\devspace\\tgtgamer\\twitch-extension-template\\src\\navigation\\BottomTabNavigator.tsx', 'D:\\Repositories\\devspace\\tgtgamer\\twitch-extension-template\\src\\navigation\\index.tsx', 'D:\\Repositories\\devspace\\tgtgamer\\twitch-extension-template\\src\\navigation\\LinkingConfiguration.ts', 'D:\\Repositories\\devspace\\tgtgamer\\twitch-extension-template\\src\\screens\\NotFoundScreen.tsx', 'D:\\Repositories\\devspace\\tgtgamer\\twitch-extension-template\\src\\screens\\Storyboard.tsx', 'D:\\Repositories\\devspace\\tgtgamer\\twitch-extension-template\\src\\screens\\TabOneScreen.tsx', 'D:\\Repositories\\devspace\\tgtgamer\\twitch-extension-template\\src\\screens\\TabTwoScreen.tsx', 'D:\\Repositories\\devspace\\tgtgamer\\twitch-extension-template\\src\\stories\\0-Welcome.stories.tsx', 'D:\\Repositories\\devspace\\tgtgamer\\twitch-extension-template\\src\\stories\\1-Button.stories.tsx', 'D:\\Repositories\\devspace\\tgtgamer\\twitch-extension-template\\src\\stories\\2-Constants.stories.tsx', 'D:\\Repositories\\devspace\\tgtgamer\\twitch-extension-template\\src\\stories\\3-LinearGradient.stories.tsx', 'D:\\Repositories\\devspace\\tgtgamer\\twitch-extension-template\\src\\stories\\4-Font.stories.tsx' ] DEBUG: +10ms restructured map: { 'src/**/*.*': [ 'D:\\Repositories\\devspace\\tgtgamer\\twitch-extension-template\\src\\assets\\fonts\\retro-regular.ttf', 'D:\\Repositories\\devspace\\tgtgamer\\twitch-extension-template\\src\\assets\\fonts\\SpaceMono-Regular.ttf', 'D:\\Repositories\\devspace\\tgtgamer\\twitch-extension-template\\src\\assets\\images\\adaptive-icon.png', 'D:\\Repositories\\devspace\\tgtgamer\\twitch-extension-template\\src\\assets\\images\\favicon.png', 'D:\\Repositories\\devspace\\tgtgamer\\twitch-extension-template\\src\\assets\\images\\icon.png', 'D:\\Repositories\\devspace\\tgtgamer\\twitch-extension-template\\src\\assets\\images\\splash.png', 'D:\\Repositories\\devspace\\tgtgamer\\twitch-extension-template\\src\\components\\__tests__\\StyledText-test.js', 'D:\\Repositories\\devspace\\tgtgamer\\twitch-extension-template\\src\\components\\EditScreenInfo.tsx', 'D:\\Repositories\\devspace\\tgtgamer\\twitch-extension-template\\src\\components\\StyledText.tsx', 'D:\\Repositories\\devspace\\tgtgamer\\twitch-extension-template\\src\\components\\Themed.tsx', 'D:\\Repositories\\devspace\\tgtgamer\\twitch-extension-template\\src\\constants\\Colors.ts', 'D:\\Repositories\\devspace\\tgtgamer\\twitch-extension-template\\src\\constants\\Layout.ts', 'D:\\Repositories\\devspace\\tgtgamer\\twitch-extension-template\\src\\hooks\\useCachedResources.ts', 'D:\\Repositories\\devspace\\tgtgamer\\twitch-extension-template\\src\\hooks\\useColorScheme.ts', 'D:\\Repositories\\devspace\\tgtgamer\\twitch-extension-template\\src\\hooks\\useColorScheme.web.ts', 'D:\\Repositories\\devspace\\tgtgamer\\twitch-extension-template\\src\\index.js', 'D:\\Repositories\\devspace\\tgtgamer\\twitch-extension-template\\src\\navigation\\BottomTabNavigator.tsx', 'D:\\Repositories\\devspace\\tgtgamer\\twitch-extension-template\\src\\navigation\\index.tsx', 'D:\\Repositories\\devspace\\tgtgamer\\twitch-extension-template\\src\\navigation\\LinkingConfiguration.ts', 'D:\\Repositories\\devspace\\tgtgamer\\twitch-extension-template\\src\\screens\\NotFoundScreen.tsx', 'D:\\Repositories\\devspace\\tgtgamer\\twitch-extension-template\\src\\screens\\Storyboard.tsx', 'D:\\Repositories\\devspace\\tgtgamer\\twitch-extension-template\\src\\screens\\TabOneScreen.tsx', 'D:\\Repositories\\devspace\\tgtgamer\\twitch-extension-template\\src\\screens\\TabTwoScreen.tsx', 'D:\\Repositories\\devspace\\tgtgamer\\twitch-extension-template\\src\\stories\\0-Welcome.stories.tsx', 'D:\\Repositories\\devspace\\tgtgamer\\twitch-extension-template\\src\\stories\\1-Button.stories.tsx', 'D:\\Repositories\\devspace\\tgtgamer\\twitch-extension-template\\src\\stories\\2-Constants.stories.tsx', 'D:\\Repositories\\devspace\\tgtgamer\\twitch-extension-template\\src\\stories\\3-LinearGradient.stories.tsx', 'D:\\Repositories\\devspace\\tgtgamer\\twitch-extension-template\\src\\stories\\4-Font.stories.tsx' ] } INFO: Generating tree for: src/**/*.* WARN: could not find source file that is linked to stories\0-Welcome.stories.tsx | 2 locations were checked: stories\0-Welcome.tsx and 0-Welcome.tsx WARN: could not find source file that is linked to stories\1-Button.stories.tsx | 2 locations were checked: stories\1-Button.tsx and 1-Button.tsx WARN: could not find source file that is linked to stories\2-Constants.stories.tsx | 2 locations were checked: stories\2-Constants.tsx and 2-Constants.tsx WARN: could not find source file that is linked to stories\3-LinearGradient.stories.tsx | 2 locations were checked: stories\3-LinearGradient.tsx and 3-LinearGradient.tsx src ├──4-Font.stories.tsx ├──adaptive-icon.png ├──favicon.png ├──icon.png ├──Layout.ts ├──navigation.tsx ├──navigation\BottomTabNavigator.tsx ├──navigation\BottomTabNavigator\shared\EditScreenInfo.tsx ├──navigation\BottomTabNavigator\shared\Themed.tsx ├──navigation\BottomTabNavigator\Storyboard.tsx ├──navigation\BottomTabNavigator\Storyboard\index.js ├──navigation\BottomTabNavigator\TabOneScreen.tsx ├──navigation\BottomTabNavigator\TabTwoScreen.tsx ├──navigation\LinkingConfiguration.ts ├──navigation\NotFoundScreen.tsx ├──navigation\shared\Colors.ts ├──navigation\shared\useColorScheme.ts ├──retro-regular.ttf ├──shared\StyledText.tsx ├──splash.png ├──StyledText-test.js ├──useCachedResources.ts ├──useCachedResources\SpaceMono-Regular.ttf └──useColorScheme.web.ts WARN: Found 7 unused files: constants\Layout.ts assets\images\icon.png assets\images\splash.png assets\images\favicon.png hooks\useColorScheme.web.ts assets\fonts\retro-regular.ttf assets\images\adaptive-icon.png DEBUG: +156ms generated tree(s): [ { parentFolder: 'D:\\Repositories\\devspace\\tgtgamer\\twitch-extension-template\\src', tree: { 'constants\\Layout.ts': 'Layout.ts', 'navigation\\index.tsx': 'navigation.tsx', 'screens\\NotFoundScreen.tsx': 'navigation\\NotFoundScreen.tsx', 'navigation\\BottomTabNavigator.tsx': 'navigation\\BottomTabNavigator.tsx', 'constants\\Colors.ts': 'navigation\\shared\\Colors.ts', 'hooks\\useColorScheme.ts': 'navigation\\shared\\useColorScheme.ts', 'screens\\Storyboard.tsx': 'navigation\\BottomTabNavigator\\Storyboard.tsx', 'index.js': 'navigation\\BottomTabNavigator\\Storyboard\\index.js', 'screens\\TabOneScreen.tsx': 'navigation\\BottomTabNavigator\\TabOneScreen.tsx', 'components\\EditScreenInfo.tsx': 'navigation\\BottomTabNavigator\\shared\\EditScreenInfo.tsx', 'components\\StyledText.tsx': 'shared\\StyledText.tsx', 'components\\Themed.tsx': 'navigation\\BottomTabNavigator\\shared\\Themed.tsx', 'screens\\TabTwoScreen.tsx': 'navigation\\BottomTabNavigator\\TabTwoScreen.tsx', 'navigation\\LinkingConfiguration.ts': 'navigation\\LinkingConfiguration.ts', 'assets\\images\\icon.png': 'icon.png', 'assets\\images\\splash.png': 'splash.png', 'assets\\images\\favicon.png': 'favicon.png', 'hooks\\useCachedResources.ts': 'useCachedResources.ts', 'assets\\fonts\\SpaceMono-Regular.ttf': 'useCachedResources\\SpaceMono-Regular.ttf', 'hooks\\useColorScheme.web.ts': 'useColorScheme.web.ts', 'assets\\fonts\\retro-regular.ttf': 'retro-regular.ttf', 'assets\\images\\adaptive-icon.png': 'adaptive-icon.png', 'components\\__tests__\\StyledText-test.js': 'StyledText-test.js', 'stories\\4-Font.stories.tsx': '4-Font.stories.tsx' } } ] INFO: Fixing imports. DEBUG: +84ms checking imports of "D:\Repositories\devspace\tgtgamer\twitch-extension-template\src\assets\fonts\retro-regular.ttf" DEBUG: +3ms no import found in "D:\Repositories\devspace\tgtgamer\twitch-extension-template\src\assets\fonts\retro-regular.ttf" DEBUG: +0ms checking imports of "D:\Repositories\devspace\tgtgamer\twitch-extension-template\src\assets\fonts\SpaceMono-Regular.ttf" DEBUG: +3ms no import found in "D:\Repositories\devspace\tgtgamer\twitch-extension-template\src\assets\fonts\SpaceMono-Regular.ttf" DEBUG: +13ms checking imports of "D:\Repositories\devspace\tgtgamer\twitch-extension-template\src\assets\images\adaptive-icon.png" DEBUG: +1ms no import found in "D:\Repositories\devspace\tgtgamer\twitch-extension-template\src\assets\images\adaptive-icon.png" DEBUG: +15ms checking imports of "D:\Repositories\devspace\tgtgamer\twitch-extension-template\src\assets\images\favicon.png" DEBUG: +0ms no import found in "D:\Repositories\devspace\tgtgamer\twitch-extension-template\src\assets\images\favicon.png" DEBUG: +1ms checking imports of "D:\Repositories\devspace\tgtgamer\twitch-extension-template\src\assets\images\icon.png" DEBUG: +0ms no import found in "D:\Repositories\devspace\tgtgamer\twitch-extension-template\src\assets\images\icon.png" DEBUG: +1ms checking imports of "D:\Repositories\devspace\tgtgamer\twitch-extension-template\src\assets\images\splash.png" DEBUG: +17ms no import found in "D:\Repositories\devspace\tgtgamer\twitch-extension-template\src\assets\images\splash.png" DEBUG: +16ms checking imports of "D:\Repositories\devspace\tgtgamer\twitch-extension-template\src\components\__tests__\StyledText-test.js" DEBUG: +1ms replacing import of "../StyledText" by "./shared/StyledText" in "D:\Repositories\devspace\tgtgamer\twitch-extension-template\src\components\__tests__\StyledText-test.js" DEBUG: +16ms writing new imports of "D:\Repositories\devspace\tgtgamer\twitch-extension-template\src\components\__tests__\StyledText-test.js" DEBUG: +39ms checking imports of "D:\Repositories\devspace\tgtgamer\twitch-extension-template\src\components\EditScreenInfo.tsx" DEBUG: +2ms replacing import of "../constants/Colors" by "../../shared/Colors" in "D:\Repositories\devspace\tgtgamer\twitch-extension-template\src\components\EditScreenInfo.tsx" DEBUG: +1ms replacing import of "./StyledText" by "../../../shared/StyledText" in "D:\Repositories\devspace\tgtgamer\twitch-extension-template\src\components\EditScreenInfo.tsx" DEBUG: +19ms writing new imports of "D:\Repositories\devspace\tgtgamer\twitch-extension-template\src\components\EditScreenInfo.tsx" DEBUG: +6ms checking imports of "D:\Repositories\devspace\tgtgamer\twitch-extension-template\src\components\StyledText.tsx" DEBUG: +20ms replacing import of "./Themed" by "../navigation/BottomTabNavigator/shared/Themed" in "D:\Repositories\devspace\tgtgamer\twitch-extension-template\src\components\StyledText.tsx" DEBUG: +1ms writing new imports of "D:\Repositories\devspace\tgtgamer\twitch-extension-template\src\components\StyledText.tsx" DEBUG: +5ms checking imports of "D:\Repositories\devspace\tgtgamer\twitch-extension-template\src\components\Themed.tsx" DEBUG: +22ms replacing import of "../constants/Colors" by "../../shared/Colors" in "D:\Repositories\devspace\tgtgamer\twitch-extension-template\src\components\Themed.tsx" DEBUG: +1ms replacing import of "../hooks/useColorScheme" by "../../shared/useColorScheme" in "D:\Repositories\devspace\tgtgamer\twitch-extension-template\src\components\Themed.tsx" DEBUG: +23ms writing new imports of "D:\Repositories\devspace\tgtgamer\twitch-extension-template\src\components\Themed.tsx" DEBUG: +6ms checking imports of "D:\Repositories\devspace\tgtgamer\twitch-extension-template\src\constants\Colors.ts" DEBUG: +20ms no import found in "D:\Repositories\devspace\tgtgamer\twitch-extension-template\src\constants\Colors.ts" DEBUG: +0ms checking imports of "D:\Repositories\devspace\tgtgamer\twitch-extension-template\src\constants\Layout.ts" DEBUG: +1ms no import found in "D:\Repositories\devspace\tgtgamer\twitch-extension-template\src\constants\Layout.ts" DEBUG: +0ms checking imports of "D:\Repositories\devspace\tgtgamer\twitch-extension-template\src\hooks\useCachedResources.ts" DEBUG: +1ms replacing import of "../assets/fonts/SpaceMono-Regular.ttf" by "./useCachedResources/SpaceMono-Regular.ttf" in "D:\Repositories\devspace\tgtgamer\twitch-extension-template\src\hooks\useCachedResources.ts" DEBUG: +24ms writing new imports of "D:\Repositories\devspace\tgtgamer\twitch-extension-template\src\hooks\useCachedResources.ts" DEBUG: +68ms checking imports of "D:\Repositories\devspace\tgtgamer\twitch-extension-template\src\hooks\useColorScheme.ts" DEBUG: +3ms no import found in "D:\Repositories\devspace\tgtgamer\twitch-extension-template\src\hooks\useColorScheme.ts" DEBUG: +1ms checking imports of "D:\Repositories\devspace\tgtgamer\twitch-extension-template\src\hooks\useColorScheme.web.ts" DEBUG: +0ms no import found in "D:\Repositories\devspace\tgtgamer\twitch-extension-template\src\hooks\useColorScheme.web.ts" DEBUG: +0ms checking imports of "D:\Repositories\devspace\tgtgamer\twitch-extension-template\src\index.js" DEBUG: +2ms replacing import of "./stories/0-Welcome.stories" by "../../../stories/0-Welcome.stories" in "D:\Repositories\devspace\tgtgamer\twitch-extension-template\src\index.js" DEBUG: +1ms replacing import of "./stories/1-Button.stories" by "../../../stories/1-Button.stories" in "D:\Repositories\devspace\tgtgamer\twitch-extension-template\src\index.js" DEBUG: +1ms replacing import of "./stories/2-Constants.stories" by "../../../stories/2-Constants.stories" in "D:\Repositories\devspace\tgtgamer\twitch-extension-template\src\index.js" DEBUG: +28ms replacing import of "./stories/3-LinearGradient.stories" by "../../../stories/3-LinearGradient.stories" in "D:\Repositories\devspace\tgtgamer\twitch-extension-template\src\index.js" DEBUG: +1ms replacing import of "./stories/4-Font.stories" by "../../../4-Font.stories" in "D:\Repositories\devspace\tgtgamer\twitch-extension-template\src\index.js" DEBUG: +0ms writing new imports of "D:\Repositories\devspace\tgtgamer\twitch-extension-template\src\index.js" DEBUG: +5ms checking imports of "D:\Repositories\devspace\tgtgamer\twitch-extension-template\src\navigation\BottomTabNavigator.tsx" DEBUG: +29ms replacing import of "../constants/Colors" by "./shared/Colors" in "D:\Repositories\devspace\tgtgamer\twitch-extension-template\src\navigation\BottomTabNavigator.tsx" DEBUG: +1ms replacing import of "../hooks/useColorScheme" by "./shared/useColorScheme" in "D:\Repositories\devspace\tgtgamer\twitch-extension-template\src\navigation\BottomTabNavigator.tsx" DEBUG: +2ms replacing import of "../screens/Storyboard" by "./BottomTabNavigator/Storyboard" in "D:\Repositories\devspace\tgtgamer\twitch-extension-template\src\navigation\BottomTabNavigator.tsx" DEBUG: +58ms replacing import of "../screens/TabOneScreen" by "./BottomTabNavigator/TabOneScreen" in "D:\Repositories\devspace\tgtgamer\twitch-extension-template\src\navigation\BottomTabNavigator.tsx" DEBUG: +31ms replacing import of "../screens/TabTwoScreen" by "./BottomTabNavigator/TabTwoScreen" in "D:\Repositories\devspace\tgtgamer\twitch-extension-template\src\navigation\BottomTabNavigator.tsx" DEBUG: +1ms writing new imports of "D:\Repositories\devspace\tgtgamer\twitch-extension-template\src\navigation\BottomTabNavigator.tsx" DEBUG: +7ms checking imports of "D:\Repositories\devspace\tgtgamer\twitch-extension-template\src\navigation\index.tsx" DEBUG: +27ms replacing import of "../../types" by "../types" in "D:\Repositories\devspace\tgtgamer\twitch-extension-template\src\navigation\index.tsx" DEBUG: +1ms replacing import of "../screens/NotFoundScreen" by "./navigation/NotFoundScreen" in "D:\Repositories\devspace\tgtgamer\twitch-extension-template\src\navigation\index.tsx" DEBUG: +33ms replacing import of "./BottomTabNavigator" by "./navigation/BottomTabNavigator" in "D:\Repositories\devspace\tgtgamer\twitch-extension-template\src\navigation\index.tsx" DEBUG: +1ms replacing import of "./LinkingConfiguration" by "./navigation/LinkingConfiguration" in "D:\Repositories\devspace\tgtgamer\twitch-extension-template\src\navigation\index.tsx" DEBUG: +31ms writing new imports of "D:\Repositories\devspace\tgtgamer\twitch-extension-template\src\navigation\index.tsx" DEBUG: +7ms checking imports of "D:\Repositories\devspace\tgtgamer\twitch-extension-template\src\navigation\LinkingConfiguration.ts" DEBUG: +0ms no import found in "D:\Repositories\devspace\tgtgamer\twitch-extension-template\src\navigation\LinkingConfiguration.ts" DEBUG: +0ms checking imports of "D:\Repositories\devspace\tgtgamer\twitch-extension-template\src\screens\NotFoundScreen.tsx" DEBUG: +1ms checking imports of "D:\Repositories\devspace\tgtgamer\twitch-extension-template\src\screens\Storyboard.tsx" DEBUG: +2ms replacing import of ".." by "./Storyboard" in "D:\Repositories\devspace\tgtgamer\twitch-extension-template\src\screens\Storyboard.tsx" DEBUG: +66ms writing new imports of "D:\Repositories\devspace\tgtgamer\twitch-extension-template\src\screens\Storyboard.tsx" DEBUG: +7ms checking imports of "D:\Repositories\devspace\tgtgamer\twitch-extension-template\src\screens\TabOneScreen.tsx" DEBUG: +1ms replacing import of "../components/EditScreenInfo" by "./shared/EditScreenInfo" in "D:\Repositories\devspace\tgtgamer\twitch-extension-template\src\screens\TabOneScreen.tsx" DEBUG: +2ms replacing import of "../components/Themed" by "./shared/Themed" in "D:\Repositories\devspace\tgtgamer\twitch-extension-template\src\screens\TabOneScreen.tsx" DEBUG: +33ms writing new imports of "D:\Repositories\devspace\tgtgamer\twitch-extension-template\src\screens\TabOneScreen.tsx" DEBUG: +79ms checking imports of "D:\Repositories\devspace\tgtgamer\twitch-extension-template\src\screens\TabTwoScreen.tsx" DEBUG: +92ms replacing import of "../components/EditScreenInfo" by "./shared/EditScreenInfo" in "D:\Repositories\devspace\tgtgamer\twitch-extension-template\src\screens\TabTwoScreen.tsx" DEBUG: +1ms replacing import of "../components/Themed" by "./shared/Themed" in "D:\Repositories\devspace\tgtgamer\twitch-extension-template\src\screens\TabTwoScreen.tsx" DEBUG: +1ms writing new imports of "D:\Repositories\devspace\tgtgamer\twitch-extension-template\src\screens\TabTwoScreen.tsx" DEBUG: +7ms checking imports of "D:\Repositories\devspace\tgtgamer\twitch-extension-template\src\stories\0-Welcome.stories.tsx" DEBUG: +34ms no import found in "D:\Repositories\devspace\tgtgamer\twitch-extension-template\src\stories\0-Welcome.stories.tsx" DEBUG: +2ms checking imports of "D:\Repositories\devspace\tgtgamer\twitch-extension-template\src\stories\1-Button.stories.tsx" DEBUG: +2ms no import found in "D:\Repositories\devspace\tgtgamer\twitch-extension-template\src\stories\1-Button.stories.tsx" DEBUG: +69ms checking imports of "D:\Repositories\devspace\tgtgamer\twitch-extension-template\src\stories\2-Constants.stories.tsx" DEBUG: +3ms no import found in "D:\Repositories\devspace\tgtgamer\twitch-extension-template\src\stories\2-Constants.stories.tsx" DEBUG: +0ms checking imports of "D:\Repositories\devspace\tgtgamer\twitch-extension-template\src\stories\3-LinearGradient.stories.tsx" DEBUG: +0ms no import found in "D:\Repositories\devspace\tgtgamer\twitch-extension-template\src\stories\3-LinearGradient.stories.tsx" DEBUG: +1ms checking imports of "D:\Repositories\devspace\tgtgamer\twitch-extension-template\src\stories\4-Font.stories.tsx" DEBUG: +34ms replacing import of "../assets/fonts/retro-regular.ttf" by "./retro-regular.ttf" in "D:\Repositories\devspace\tgtgamer\twitch-extension-template\src\stories\4-Font.stories.tsx" DEBUG: +33ms writing new imports of "D:\Repositories\devspace\tgtgamer\twitch-extension-template\src\stories\4-Font.stories.tsx" INFO: Moving files. DEBUG: +354ms moving "D:\Repositories\devspace\tgtgamer\twitch-extension-template\src\stories\4-Font.stories.tsx" to "D:\Repositories\devspace\tgtgamer\twitch-extension-template\src\4-Font.stories.tsx" DEBUG: +72ms moving "D:\Repositories\devspace\tgtgamer\twitch-extension-template\src\components\__tests__\StyledText-test.js" to "D:\Repositories\devspace\tgtgamer\twitch-extension-template\src\StyledText-test.js" DEBUG: +72ms moving "D:\Repositories\devspace\tgtgamer\twitch-extension-template\src\assets\images\adaptive-icon.png" to "D:\Repositories\devspace\tgtgamer\twitch-extension-template\src\adaptive-icon.png" DEBUG: +72ms moving "D:\Repositories\devspace\tgtgamer\twitch-extension-template\src\assets\fonts\retro-regular.ttf" to "D:\Repositories\devspace\tgtgamer\twitch-extension-template\src\retro-regular.ttf" DEBUG: +71ms moving "D:\Repositories\devspace\tgtgamer\twitch-extension-template\src\hooks\useColorScheme.web.ts" to "D:\Repositories\devspace\tgtgamer\twitch-extension-template\src\useColorScheme.web.ts" DEBUG: +77ms moving "D:\Repositories\devspace\tgtgamer\twitch-extension-template\src\assets\fonts\SpaceMono-Regular.ttf" to "D:\Repositories\devspace\tgtgamer\twitch-extension-template\src\useCachedResources\SpaceMono-Regular.ttf" DEBUG: +131ms moving "D:\Repositories\devspace\tgtgamer\twitch-extension-template\src\hooks\useCachedResources.ts" to "D:\Repositories\devspace\tgtgamer\twitch-extension-template\src\useCachedResources.ts" DEBUG: +73ms moving "D:\Repositories\devspace\tgtgamer\twitch-extension-template\src\assets\images\favicon.png" to "D:\Repositories\devspace\tgtgamer\twitch-extension-template\src\favicon.png" DEBUG: +71ms moving "D:\Repositories\devspace\tgtgamer\twitch-extension-template\src\assets\images\splash.png" to "D:\Repositories\devspace\tgtgamer\twitch-extension-template\src\splash.png" DEBUG: +71ms moving "D:\Repositories\devspace\tgtgamer\twitch-extension-template\src\assets\images\icon.png" to "D:\Repositories\devspace\tgtgamer\twitch-extension-template\src\icon.png" DEBUG: +73ms moving "D:\Repositories\devspace\tgtgamer\twitch-extension-template\src\screens\TabTwoScreen.tsx" to "D:\Repositories\devspace\tgtgamer\twitch-extension-template\src\navigation\BottomTabNavigator\TabTwoScreen.tsx" DEBUG: +72ms moving "D:\Repositories\devspace\tgtgamer\twitch-extension-template\src\components\Themed.tsx" to "D:\Repositories\devspace\tgtgamer\twitch-extension-template\src\navigation\BottomTabNavigator\shared\Themed.tsx" DEBUG: +72ms moving "D:\Repositories\devspace\tgtgamer\twitch-extension-template\src\components\StyledText.tsx" to "D:\Repositories\devspace\tgtgamer\twitch-extension-template\src\shared\StyledText.tsx" DEBUG: +71ms moving "D:\Repositories\devspace\tgtgamer\twitch-extension-template\src\components\EditScreenInfo.tsx" to "D:\Repositories\devspace\tgtgamer\twitch-extension-template\src\navigation\BottomTabNavigator\shared\EditScreenInfo.tsx" DEBUG: +71ms moving "D:\Repositories\devspace\tgtgamer\twitch-extension-template\src\screens\TabOneScreen.tsx" to "D:\Repositories\devspace\tgtgamer\twitch-extension-template\src\navigation\BottomTabNavigator\TabOneScreen.tsx" DEBUG: +72ms moving "D:\Repositories\devspace\tgtgamer\twitch-extension-template\src\index.js" to "D:\Repositories\devspace\tgtgamer\twitch-extension-template\src\navigation\BottomTabNavigator\Storyboard\index.js" DEBUG: +72ms moving "D:\Repositories\devspace\tgtgamer\twitch-extension-template\src\screens\Storyboard.tsx" to "D:\Repositories\devspace\tgtgamer\twitch-extension-template\src\navigation\BottomTabNavigator\Storyboard.tsx" DEBUG: +72ms moving "D:\Repositories\devspace\tgtgamer\twitch-extension-template\src\hooks\useColorScheme.ts" to "D:\Repositories\devspace\tgtgamer\twitch-extension-template\src\navigation\shared\useColorScheme.ts" DEBUG: +74ms moving "D:\Repositories\devspace\tgtgamer\twitch-extension-template\src\constants\Colors.ts" to "D:\Repositories\devspace\tgtgamer\twitch-extension-template\src\navigation\shared\Colors.ts" DEBUG: +72ms moving "D:\Repositories\devspace\tgtgamer\twitch-extension-template\src\screens\NotFoundScreen.tsx" to "D:\Repositories\devspace\tgtgamer\twitch-extension-template\src\navigation\NotFoundScreen.tsx" DEBUG: +70ms moving "D:\Repositories\devspace\tgtgamer\twitch-extension-template\src\navigation\index.tsx" to "D:\Repositories\devspace\tgtgamer\twitch-extension-template\src\navigation.tsx" DEBUG: +72ms moving "D:\Repositories\devspace\tgtgamer\twitch-extension-template\src\constants\Layout.ts" to "D:\Repositories\devspace\tgtgamer\twitch-extension-template\src\Layout.ts" DEBUG: +203ms removing "D:\Repositories\devspace\tgtgamer\twitch-extension-template\src\assets\fonts" as empty folder DEBUG: +0ms removing "D:\Repositories\devspace\tgtgamer\twitch-extension-template\src\assets\images" as empty folder DEBUG: +1ms removing "D:\Repositories\devspace\tgtgamer\twitch-extension-template\src\assets" as empty folder DEBUG: +0ms removing "D:\Repositories\devspace\tgtgamer\twitch-extension-template\src\components\__tests__" as empty folder DEBUG: +4ms removing "D:\Repositories\devspace\tgtgamer\twitch-extension-template\src\components" as empty folder DEBUG: +32ms removing "D:\Repositories\devspace\tgtgamer\twitch-extension-template\src\constants" as empty folder DEBUG: +35ms removing "D:\Repositories\devspace\tgtgamer\twitch-extension-template\src\hooks" as empty folder DEBUG: +2ms removing "D:\Repositories\devspace\tgtgamer\twitch-extension-template\src\screens" as empty folder INFO: Restructure was successful! DEBUG: +3ms exiting ```

Closing ticket