File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed
examples/react/bundling-repro/.wrangler/deploy
packages/devtools-a11y/src/core/utils Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 1- { "configPath" : " ../../dist/server/wrangler.json" , "auxiliaryWorkers" : [] }
1+ {"configPath" :" ../../dist/server/wrangler.json" ,"auxiliaryWorkers" :[] }
Original file line number Diff line number Diff line change 77 * - Static elements with interactive handlers
88 */
99
10- import type { A11yIssue , CustomRulesConfig } from '../types/types'
11- import type { SeverityThreshold } from '../types/types'
1210import { meetsThreshold } from './ally-audit.utils'
1311
12+ import type {
13+ A11yIssue ,
14+ CustomRulesConfig ,
15+ SeverityThreshold ,
16+ } from '../types/types'
17+
1418/**
1519 * Interactive HTML elements that can receive focus and have implicit roles
1620 */
You can’t perform that action at this time.
0 commit comments