Skip to content

Commit 559c168

Browse files
adigubaRich-Harris
andauthored
Update packages/svelte/src/compiler/phases/3-transform/client/visitors/RegularElement.js
unused Co-authored-by: Rich Harris <[email protected]>
1 parent be008ae commit 559c168

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/svelte/src/compiler/phases/3-transform/client/visitors/RegularElement.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import { escape_html } from '../../../../../escaping.js';
1414
import { dev, is_ignored, locator } from '../../../../state.js';
1515
import { is_event_attribute, is_text_attribute } from '../../../../utils/ast.js';
1616
import * as b from '../../../../utils/builders.js';
17-
import { create_expression_metadata, is_custom_element_node } from '../../../nodes.js';
17+
import { is_custom_element_node } from '../../../nodes.js';
1818
import { clean_nodes, determine_namespace_for_children } from '../../utils.js';
1919
import { build_getter } from '../utils.js';
2020
import {

0 commit comments

Comments
 (0)