-
Notifications
You must be signed in to change notification settings - Fork 625
New issue
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
refactor: Convert the workspace-search plugin to Typescript #1857
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There should be a devDependency on both typescript
and @typescript-eslint/parser
(see the field-angle
plugin for an example; it's a mistake that the others don't list their dependency on ts. i can't find the issue where christopher and i debated about this though.)
Done! |
This PR fixes part of #1647 by converting the workspace-search plugin to Typescript.