Skip to content

Commit 9386b77

Browse files
committed
unused
1 parent f6976fd commit 9386b77

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
/** @import { ComponentContext } from '../types' */
44
import { unwrap_optional } from '../../../../utils/ast.js';
55
import * as b from '#compiler/builders';
6-
import { create_derived } from '../utils.js';
76
import { build_expression, Memoizer } from './shared/utils.js';
87

98
/**

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
/** @import { AST } from '#compiler' */
33
/** @import { ComponentContext } from '../types' */
44
import * as b from '#compiler/builders';
5-
import { create_derived } from '../utils.js';
65
import { build_attribute_value } from './shared/element.js';
76
import { Memoizer } from './shared/utils.js';
87

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/** @import { BlockStatement, Statement, Expression, FunctionDeclaration, VariableDeclaration, ArrowFunctionExpression } from 'estree' */
1+
/** @import { BlockStatement, Statement, Expression, VariableDeclaration } from 'estree' */
22
/** @import { AST } from '#compiler' */
33
/** @import { ComponentContext } from '../types' */
44
import { dev } from '../../../../state.js';

0 commit comments

Comments
 (0)