mirror of
https://github.com/SukkaW/Surge.git
synced 2026-01-29 01:51:52 +08:00
Refactor: prefer smol trie
This commit is contained in:
@@ -64,13 +64,10 @@ export abstract class RuleOutput<TPreprocessed = unknown> {
|
||||
return result;
|
||||
};
|
||||
|
||||
protected span: Span;
|
||||
|
||||
constructor(
|
||||
span: Span,
|
||||
protected readonly span: Span,
|
||||
protected readonly id: string
|
||||
) {
|
||||
this.span = span.traceChild('RuleOutput');
|
||||
}
|
||||
|
||||
protected title: string | null = null;
|
||||
|
||||
Reference in New Issue
Block a user