File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1- import type {
2- GetErrorFunction ,
3- Matcher ,
4- MatcherOptions ,
5- QueryMethod ,
6- Variant ,
7- waitForOptions as WaitForOptions ,
8- WithSuggest ,
1+ import {
2+ type GetErrorFunction ,
3+ type Matcher ,
4+ type MatcherOptions ,
5+ type QueryMethod ,
6+ type Variant ,
7+ type waitForOptions as WaitForOptions ,
8+ type WithSuggest ,
99} from '../types'
1010import { getSuggestedQuery } from './suggestions'
1111import { fuzzyMatches , matches , makeNormalizer } from './matches'
Original file line number Diff line number Diff line change 11// WARNING: `lz-string` only has a default export but statically we assume named exports are allowd
22// TODO: Statically verify we don't rely on NodeJS implicit named imports.
33import lzString from 'lz-string'
4- import type { OptionsReceived } from 'pretty-format'
4+ import { type OptionsReceived } from 'pretty-format'
55import { getQueriesForElement } from './get-queries-for-element'
66import { getDocument } from './helpers'
77import { logDOM } from './pretty-dom'
You can’t perform that action at this time.
0 commit comments