File tree 2 files changed +1
-3
lines changed
2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,6 @@ import { TemplateNode } from '../../interfaces';
12
12
import compiler_errors from '../compiler_errors' ;
13
13
import { regex_only_whitespaces } from '../../utils/patterns' ;
14
14
import { validate_get_slot_names } from './SlotTemplateIfBlock' ;
15
- import { BaseNode } from 'estree-walker' ;
16
15
17
16
export default class InlineComponent extends Node {
18
17
type : 'InlineComponent' ;
@@ -201,4 +200,4 @@ function if_block_contains_slot_template(node: TemplateNode) {
201
200
if ( child . type === 'IfBlock' && if_block_contains_slot_template ( child ) ) return true ;
202
201
}
203
202
return false ;
204
- }
203
+ }
Original file line number Diff line number Diff line change @@ -13,7 +13,6 @@ import SlotTemplate from '../../nodes/SlotTemplate';
13
13
import { add_const_tags , add_const_tags_context } from './shared/add_const_tags' ;
14
14
import TemplateScope from '../../nodes/shared/TemplateScope' ;
15
15
import SlotTemplateIfBlockWrapper from './SlotTemplateIfBlock' ;
16
- import { INode } from '../../nodes/interfaces' ;
17
16
18
17
export default class SlotTemplateWrapper extends Wrapper {
19
18
node : SlotTemplate ;
You can’t perform that action at this time.
0 commit comments