| 1 | import { getAllFolds, getScrollPosition, getSelection } from "cm/editorUtils"; |
| 2 | import config from "./config"; |
| 3 | import { addedFolder } from "./openFolder"; |
| 4 | import appSettings from "./settings"; |
nothing calls this directly
no test coverage detected