/** * TODO: Consider whether this should be replaced by ESLint's compat library. * Either way, this should be removed once we no longer need to support ESLint versions less than 8.40. */ export { getScope } from './get-scope'; export { getAllComments } from './get-all-comments'; export { getDeclaredVariables } from './get-declared-variables'; export { getSourceCode } from './get-source-code'; export { getAncestors } from './get-ancestors';