Skip to content

Commit 77ab6c3

Browse files
committed
utils.js -> index.js
1 parent b630e62 commit 77ab6c3

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

packages/svelte/src/compiler/phases/2-analyze/visitors/RegularElement.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import * as e from '../../../errors.js';
99
import * as w from '../../../warnings.js';
1010
import { create_attribute, is_custom_element_node } from '../../nodes.js';
1111
import { regex_starts_with_newline } from '../../patterns.js';
12-
import { check_element } from './shared/a11y/utils.js';
12+
import { check_element } from './shared/a11y/index.js';
1313
import { validate_element } from './shared/element.js';
1414
import { mark_subtree_dynamic } from './shared/fragment.js';
1515

packages/svelte/src/compiler/phases/2-analyze/visitors/SvelteElement.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/** @import { Context } from '../types' */
33
import { NAMESPACE_MATHML, NAMESPACE_SVG } from '../../../../constants.js';
44
import { is_text_attribute } from '../../../utils/ast.js';
5-
import { check_element } from './shared/a11y/utils.js';
5+
import { check_element } from './shared/a11y/index.js';
66
import { validate_element } from './shared/element.js';
77
import { mark_subtree_dynamic } from './shared/fragment.js';
88

0 commit comments

Comments
 (0)