Commit 9226ed8 1 parent f34428f commit 9226ed8 Copy full SHA for 9226ed8
File tree 2 files changed +2
-2
lines changed
packages/tswebextension/src/lib
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
import browser from 'webextension-polyfill' ;
2
2
import {
3
+ IRuleList ,
3
4
BufferRuleList ,
4
5
RuleStorage ,
5
6
Engine ,
@@ -22,7 +23,6 @@ import type { Allowlist } from './allowlist';
22
23
import type { StealthApi } from './stealth-api' ;
23
24
import type { ConfigurationMV2 } from './configuration' ;
24
25
import type { AppContext } from './context' ;
25
- import { IRuleList } from '@adguard/tsurlfilter/*' ;
26
26
27
27
/**
28
28
* Request Match Query.
Original file line number Diff line number Diff line change 1
1
import {
2
+ IRuleList ,
2
3
BufferRuleList ,
3
4
RuleStorage ,
4
5
Engine ,
@@ -21,7 +22,6 @@ import { CosmeticApiCommon } from '../../common/cosmetic-api';
21
22
import { logger } from '../utils/logger' ;
22
23
23
24
import { ConfigurationMV3 } from './configuration' ;
24
- import { IRuleList } from '@adguard/tsurlfilter/*' ;
25
25
26
26
const ASYNC_LOAD_CHINK_SIZE = 5000 ;
27
27
const USER_FILTER_ID = 0 ;
You can’t perform that action at this time.
0 commit comments