We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
cloneWith
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Defined in BaseTarget.
BaseTarget
cursorless/src/processTargets/targets/BaseTarget.ts
Lines 116 to 123 in 8639b56
It uses any, so programmer can forget clone parameters without Typescript detecting it. Possible solutions:
any
explicit-function-return-type
The text was updated successfully, but these errors were encountered:
Since clone parameters now is typed can we close this one or do we still want to the other suggestions?
cursorless/packages/cursorless-engine/src/processTargets/targets/BaseTarget.ts
Line 136 in 0e4c9d9
Sorry, something went wrong.
ah right, I think this one was fixed by #1534. @auscompgeek do you agree?
No branches or pull requests
Defined in
BaseTarget
.cursorless/src/processTargets/targets/BaseTarget.ts
Lines 116 to 123 in 8639b56
It uses
any
, so programmer can forget clone parameters without Typescript detecting it. Possible solutions:explicit-function-return-type
to force programmer to strongly type their clone parametersThe text was updated successfully, but these errors were encountered: