[[codemods]] take-aways when running the codemods on `detail-view-components` repo
-
{{[[TODO]]}} add info that before running codemods, it'd be good to install cui5 to get typescript warnings/errors when reviewing the modded code
-
{{[[TODO]]}} handle `import * as X from "./Y"`
-
-
{{[[TODO]]}} `WARNING unexpected property for X. got: Y. expected: Z` - add mappings of what we were going to migrate to as well (expected a -> to change to b, expected c -> to change to d, etc)
-
{{[[TODO]]}} fix spacing - ppl often use tabs, but jscodeshift replaces w/ spaces at least when ran in detail-view-components
-
{{[[TODO]]}} the `unhandled import` error are a little extra - so many of them, nobody would care (i didn't either lol)
-
{{[[TODO]]}} rename-jsx-component -- rename the import as well :D
-
{{[[TODO]]}} [[roam-traverse-graph]] make `codemods` tag ~~public-only~~ `public` to share this easily
-
{{[[TODO]]}} handle existing git changes - exit early in `run.js` if any exist, unless an env variable is provided
-