Skip to content

Commit 999aa17

Browse files
chore: Migrate various .js modules to typescript (part 1) (#968)
1 parent d70968b commit 999aa17

13 files changed

Lines changed: 325 additions & 381 deletions

File tree

lib/commands/find.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import CssConverter from '../css-converter';
1+
import {CssConverter} from '../css-converter';
22

33
// we override the xpath search for this first-visible-child selector, which
44
// looks like /*[@firstVisible="true"]

lib/css-converter.js

Lines changed: 0 additions & 329 deletions
This file was deleted.

0 commit comments

Comments
 (0)