Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreasArvidsson committed Nov 19, 2023
1 parent 77ab0b9 commit 177255f
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions packages/cursorless-engine/src/languages/typescript.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,7 @@ import {
patternMatcher,
trailingMatcher,
} from "../util/nodeMatchers";
import {
childRangeSelector,
extendForwardPastOptional,
} from "../util/nodeSelectors";
import { extendForwardPastOptional } from "../util/nodeSelectors";
import { branchMatcher } from "./branchMatcher";
import { elseExtractor, elseIfExtractor } from "./elseIfExtractor";
import { ternaryBranchMatcher } from "./ternaryBranchMatcher";
Expand Down

0 comments on commit 177255f

Please sign in to comment.