Perf: use tldts-experimental when possible

This commit is contained in:
SukkaW
2025-09-12 19:42:10 +08:00
parent 04465078b4
commit 1bf57f5515
3 changed files with 6 additions and 6 deletions

View File

@@ -1,5 +1,5 @@
import { fetchRemoteTextByLine } from './lib/fetch-text-by-line';
import tldts from 'tldts';
import tldts from 'tldts-experimental';
import { HostnameSmolTrie } from './lib/trie';
import path from 'node:path';
import { SOURCE_DIR } from './constants/dir';