File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
import { DomUtils } from 'htmlparser2' ;
2
- import { parse as parseWithHtmlparser2 } from './parsers/htmlparser2' ;
3
- import { parse as parseWithParse5 } from './parsers/parse5' ;
2
+ import { parse as parseWithHtmlparser2 } from './parsers/htmlparser2-adapter ' ;
3
+ import { parse as parseWithParse5 } from './parsers/parse5-adapter ' ;
4
4
import {
5
5
Node ,
6
6
Document ,
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change 8
8
} from './options' ;
9
9
import { select } from 'cheerio-select' ;
10
10
import { ElementType , DomUtils } from 'htmlparser2' ;
11
- import { render as renderWithParse5 } from './parsers/parse5' ;
12
- import { render as renderWithHtmlparser2 } from './parsers/htmlparser2' ;
11
+ import { render as renderWithParse5 } from './parsers/parse5-adapter ' ;
12
+ import { render as renderWithHtmlparser2 } from './parsers/htmlparser2-adapter ' ;
13
13
14
14
/**
15
15
* Helper function to render a DOM.
You can’t perform that action at this time.
0 commit comments