| 1 | import { defaultFullConfig } from './defaultConfig'; |
| 2 | import { defaultConfig } from './defaultConfig'; |
| 3 | import { defaultState, getState, reRunPlugin, saveState } from './stateManager'; |
| 4 | import { enabledTranslation } from './translations'; |
nothing calls this directly
no test coverage detected