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

Rewrite the rule with typescript #2

Open
luisadame opened this issue Sep 8, 2021 · 2 comments
Open

Rewrite the rule with typescript #2

luisadame opened this issue Sep 8, 2021 · 2 comments

Comments

@luisadame
Copy link
Owner

Having the rule in typescript would be excellent, as it will catch any bugs we may have on hardcoding token types and give us auto completion on things.

We could use JSDoc too, but using typescript will unlock more possibilities, like casting test identifiers to booleans if they are not.

@luisadame
Copy link
Owner Author

Perhaps instead of using typescript directly to typecheck and transpile it, we can use jsdoc and use typechecking

@luisadame
Copy link
Owner Author

I think using jsdoc would suffice

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

No branches or pull requests

1 participant