mirror of
https://github.com/SukkaW/Surge.git
synced 2026-01-29 01:51:52 +08:00
Refactor: speed up reject parsing
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import * as tldts from 'tldts';
|
||||
import { createCache } from './cache-apply';
|
||||
import type { PublicSuffixList } from 'gorhill-publicsuffixlist';
|
||||
import type { PublicSuffixList } from '@gorhill/publicsuffixlist';
|
||||
|
||||
const cache = createCache('cached-tld-parse', true);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user