-
Notifications
You must be signed in to change notification settings - Fork 2
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
feat: define suggestColRefKeywords, suggestEngines, add typechecking ci #95
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.
Good job, but let's at least add comments to lines with @ts-ignore
engines: string[], | ||
functionalEngines: string[] | ||
engines: string[]; | ||
functionalEngines: string[]; | ||
}; |
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.
nit: I'd move two of those interfaces separately, like it's done in DatabasesSuggestion
for example. We'll reuse those interfaces later in our tests anyway. But I can do it myself later
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.
Very nice job! We needed this CI badly! Please update PR name and let's merge it!
Closes #24