import * as html from './html' import * as babel from './babel' export const extractionsParsers = { html, babel, }