MCPcopy
hub / github.com/mobxjs/mobx / MobxUndecorateOptions

Interface MobxUndecorateOptions

packages/mobx-undecorate/src/undecorate.ts:14–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12} from "jscodeshift"
13
14interface MobxUndecorateOptions {
15 ignoreImports?: boolean
16 keepDecorators?: boolean
17 decoratorsAfterExport?: boolean
18 parseTsAsNonJsx?: boolean
19}
20
21const validPackages = ["mobx", "mobx-react", "mobx-react-lite"]
22const validDecorators = ["action", "observable", "computed", "observer", "inject"]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…