| 16 | export { default as commonMiddlewares } from './common' |
| 17 | |
| 18 | export interface CommonPreload extends Range { |
| 19 | filename: string |
| 20 | text: string |
| 21 | } |
| 22 | |
| 23 | export interface DelPreload extends CommonPreload {} |
| 24 | export interface ReplacePreload extends CommonPreload { |
nothing calls this directly
no outgoing calls
no test coverage detected