Skip to content

Commit c5d9fe5

Browse files
authored
Update a11y.js
1 parent eda506b commit c5d9fe5

File tree

1 file changed

+1
-1
lines changed
  • packages/svelte/src/compiler/phases/2-analyze/visitors/shared

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import { roles as roles_map, aria, elementRoles } from 'aria-query';
66
import { AXObjects, AXObjectRoles, elementAXObjects } from 'axobject-query';
77
import {
88
regex_heading_tags,
9-
regex_js_code,
9+
regex_js_prefix,
1010
regex_not_whitespace,
1111
regex_redundant_img_alt,
1212
regex_starts_with_vowel,

0 commit comments

Comments
 (0)