mirror of
https://github.com/SukkaW/Surge.git
synced 2026-01-29 01:51:52 +08:00
Chore: prefer foxts
This commit is contained in:
@@ -6,7 +6,7 @@ import type { SingboxSourceFormat } from '../singbox';
|
||||
import * as tldts from 'tldts-experimental';
|
||||
import { looseTldtsOpt } from '../../constants/loose-tldts-opt';
|
||||
import { fastStringCompare } from '../misc';
|
||||
import escapeStringRegexp from 'escape-string-regexp-node';
|
||||
import { escapeStringRegexp } from 'foxts/escape-string-regexp';
|
||||
|
||||
export class DomainsetOutput extends RuleOutput<string[]> {
|
||||
protected type = 'domainset' as const;
|
||||
|
||||
Reference in New Issue
Block a user