| 12 | } from "jscodeshift" |
| 13 | |
| 14 | interface MobxUndecorateOptions { |
| 15 | ignoreImports?: boolean |
| 16 | keepDecorators?: boolean |
| 17 | decoratorsAfterExport?: boolean |
| 18 | parseTsAsNonJsx?: boolean |
| 19 | } |
| 20 | |
| 21 | const validPackages = ["mobx", "mobx-react", "mobx-react-lite"] |
| 22 | const validDecorators = ["action", "observable", "computed", "observer", "inject"] |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…