-
Notifications
You must be signed in to change notification settings - Fork 7
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: ✨ map support #23
feat: ✨ map support #23
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.
Amazing job, man! Thank you for you contribution! <3
We have to remember about two small things:
- Always run regenerate
cst-definitios.ts
, - Format code using default prettier rules.
ideally, it should be part of the CI.
Optionally, you can fix the PR issues. PR has my approval, so it will be merged and released in the next 3 days 😄
PS What is your motivation for supporting this open source? Are you using it in your company? 😄
Not "yet", I did a POC for an internal usage software, and I was missing some features, but now is just for fun. |
Describe your changes
Add support for maps
Checklist before requesting a review