Skip to content

Commit

Permalink
[pre-commit.ci lite] apply automatic fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci-lite[bot] committed Jul 12, 2024
1 parent 7acf1b1 commit 19b24fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import {
ComplexSurroundingPairName,
SimpleSurroundingPairName,
} from "@cursorless/common";
import { unsafeKeys } from "../../../../../common/src/util/object";
import { unsafeKeys } from "@cursorless/common/src/util/object";

Check failure on line 5 in packages/cursorless-engine/src/processTargets/modifiers/surroundingPair/delimiterMaps.ts

View workflow job for this annotation

GitHub Actions / test-docs-build

Cannot find module '@cursorless/common/src/util/object' or its corresponding type declarations.

Check failure on line 5 in packages/cursorless-engine/src/processTargets/modifiers/surroundingPair/delimiterMaps.ts

View workflow job for this annotation

GitHub Actions / Test (macos-latest, stable)

Cannot find module '@cursorless/common/src/util/object' or its corresponding type declarations.

Check failure on line 5 in packages/cursorless-engine/src/processTargets/modifiers/surroundingPair/delimiterMaps.ts

View workflow job for this annotation

GitHub Actions / Test (ubuntu-latest, stable)

Cannot find module '@cursorless/common/src/util/object' or its corresponding type declarations.

Check failure on line 5 in packages/cursorless-engine/src/processTargets/modifiers/surroundingPair/delimiterMaps.ts

View workflow job for this annotation

GitHub Actions / Test (windows-latest, stable)

Cannot find module '@cursorless/common/src/util/object' or its corresponding type declarations.

Check failure on line 5 in packages/cursorless-engine/src/processTargets/modifiers/surroundingPair/delimiterMaps.ts

View workflow job for this annotation

GitHub Actions / Test (ubuntu-latest, legacy)

Cannot find module '@cursorless/common/src/util/object' or its corresponding type declarations.

type IndividualDelimiterText = string | string[];

Expand Down
2 changes: 1 addition & 1 deletion packages/cursorless-engine/src/util/nodeMatchers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import {
simpleSelectionExtractor,
unwrapSelectionExtractor,
} from "./nodeSelectors";
import { unsafeKeys } from "../../../common/src/util/object";
import { unsafeKeys } from "@cursorless/common/src/util/object";

Check failure on line 24 in packages/cursorless-engine/src/util/nodeMatchers.ts

View workflow job for this annotation

GitHub Actions / test-docs-build

Cannot find module '@cursorless/common/src/util/object' or its corresponding type declarations.

Check failure on line 24 in packages/cursorless-engine/src/util/nodeMatchers.ts

View workflow job for this annotation

GitHub Actions / Test (macos-latest, stable)

Cannot find module '@cursorless/common/src/util/object' or its corresponding type declarations.

Check failure on line 24 in packages/cursorless-engine/src/util/nodeMatchers.ts

View workflow job for this annotation

GitHub Actions / Test (ubuntu-latest, stable)

Cannot find module '@cursorless/common/src/util/object' or its corresponding type declarations.

Check failure on line 24 in packages/cursorless-engine/src/util/nodeMatchers.ts

View workflow job for this annotation

GitHub Actions / Test (windows-latest, stable)

Cannot find module '@cursorless/common/src/util/object' or its corresponding type declarations.

Check failure on line 24 in packages/cursorless-engine/src/util/nodeMatchers.ts

View workflow job for this annotation

GitHub Actions / Test (ubuntu-latest, legacy)

Cannot find module '@cursorless/common/src/util/object' or its corresponding type declarations.

export function matcher(
finder: NodeFinder,
Expand Down

0 comments on commit 19b24fc

Please sign in to comment.