We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0488ae8 commit 3ec1267Copy full SHA for 3ec1267
packages/svelte/src/compiler/phases/3-transform/client/visitors/shared/component.js
@@ -4,7 +4,6 @@
4
import { dev, is_ignored } from '../../../../../state.js';
5
import { get_attribute_chunks, object } from '../../../../../utils/ast.js';
6
import * as b from '../../../../../utils/builders.js';
7
-import { create_derived } from '../../utils.js';
8
import { build_bind_this, memoize_expression, validate_binding } from '../shared/utils.js';
9
import { build_attribute_value } from '../shared/element.js';
10
import { build_event_handler } from './events.js';
0 commit comments