Skip to content

Commit 6bb9757

Browse files
authored
Update packages/svelte/src/compiler/phases/scope.js
1 parent e6c9e34 commit 6bb9757

File tree

1 file changed

+0
-1
lines changed
  • packages/svelte/src/compiler/phases

1 file changed

+0
-1
lines changed

packages/svelte/src/compiler/phases/scope.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ import {
1515
import { is_reserved, is_rune } from '../../utils.js';
1616
import { determine_slot } from '../utils/slot.js';
1717
import { validate_identifier_name } from './2-analyze/visitors/shared/utils.js';
18-
import { bind_window_scroll } from 'svelte/internal/client';
1918

2019
export const UNKNOWN = Symbol('unknown');
2120
/** Includes `BigInt` */

0 commit comments

Comments
 (0)