|
1 | 1 | import { defaults, remove } from "./utils"; |
2 | | -import { AnchorTagBuilder } from "./AnchorTagBuilder"; |
3 | | -import { HtmlParser } from "./htmlParser/HtmlParser"; |
4 | | -import { Match } from "./match/Match"; |
5 | | -import { UrlMatch } from "./match/Url"; |
6 | | -import { Matcher } from "./matcher/Matcher"; |
7 | | -import { HtmlTag } from "./HtmlTag"; |
8 | | -import { EmailMatcher } from "./matcher/Email"; |
9 | | -import { UrlMatcher } from "./matcher/Url"; |
10 | | -import { ElementNode } from "./htmlParser/ElementNode"; |
11 | | -import { HashtagMatcher } from "./matcher/Hashtag"; |
12 | | -import { PhoneMatcher } from "./matcher/Phone"; |
13 | | -import { MentionMatcher } from "./matcher/Mention"; |
| 2 | +import { AnchorTagBuilder } from "./anchor-tag-builder"; |
| 3 | +import { HtmlParser } from "./htmlParser/html-parser"; |
| 4 | +import { Match } from "./match/match"; |
| 5 | +import { UrlMatch } from "./match/url-match"; |
| 6 | +import { Matcher } from "./matcher/matcher"; |
| 7 | +import { HtmlTag } from "./html-tag"; |
| 8 | +import { EmailMatcher } from "./matcher/email-matcher"; |
| 9 | +import { UrlMatcher } from "./matcher/url-matcher"; |
| 10 | +import { ElementNode } from "./htmlParser/element-node"; |
| 11 | +import { HashtagMatcher } from "./matcher/hashtag-matcher"; |
| 12 | +import { PhoneMatcher } from "./matcher/phone-matcher"; |
| 13 | +import { MentionMatcher } from "./matcher/mention-matcher"; |
14 | 14 |
|
15 | 15 | /** |
16 | 16 | * @class Autolinker |
|
0 commit comments