File tree Expand file tree Collapse file tree 2 files changed +13
-11
lines changed
Expand file tree Collapse file tree 2 files changed +13
-11
lines changed Original file line number Diff line number Diff line change 1+ export { axePlugin } from './lib/axe-plugin.js' ;
2+
3+ export type { AxePluginOptions , AxePreset } from './lib/config.js' ;
4+ export type { AxeGroupSlug } from './lib/groups.js' ;
5+
6+ export {
7+ axeAuditRef ,
8+ axeAuditRefs ,
9+ axeGroupRef ,
10+ axeGroupRefs ,
11+ } from './lib/utils.js' ;
12+ export { axeCategories } from './lib/categories.js' ;
Original file line number Diff line number Diff line change 11import { axePlugin } from './lib/axe-plugin.js' ;
2- import './lib/polyfills.dom' ;
32import './lib/polyfills.dom.js' ;
43
54export default axePlugin ;
65
7- export type { AxePluginOptions , AxePreset } from './lib/config.js' ;
8- export type { AxeGroupSlug } from './lib/groups.js' ;
9-
10- export {
11- axeAuditRef ,
12- axeAuditRefs ,
13- axeGroupRef ,
14- axeGroupRefs ,
15- } from './lib/utils.js' ;
16- export { axeCategories } from './lib/categories.js' ;
6+ export * from './_index.js' ;
You can’t perform that action at this time.
0 commit comments