Skip to content
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

Merged
merged 3 commits into from
Nov 30, 2023

Conversation

roberthovsepyan
Copy link
Contributor

Closes #24

src/parsing/index.ts Outdated Show resolved Hide resolved
src/parsing/index.ts Outdated Show resolved Hide resolved
src/parsing/index.ts Outdated Show resolved Hide resolved
tsconfig.json Outdated Show resolved Hide resolved
Copy link
Collaborator

@NikitaShkaruba NikitaShkaruba left a 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[];
};
Copy link
Collaborator

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

src/parsing/test/testing.ts Show resolved Hide resolved
Copy link
Collaborator

@NikitaShkaruba NikitaShkaruba left a 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!

@roberthovsepyan roberthovsepyan changed the title feat: add typechecking ci feat: define suggestColRefKeywords, suggestEngines, add typechecking ci Nov 30, 2023
@roberthovsepyan roberthovsepyan merged commit f09f370 into main Nov 30, 2023
4 checks passed
@roberthovsepyan roberthovsepyan deleted the 24/ts branch November 30, 2023 13:14
This was referenced Nov 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add typescript type checking CI
2 participants