-
Notifications
You must be signed in to change notification settings - Fork 196
refactor: typescript rewrite #186
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
base: master
Are you sure you want to change the base?
Conversation
fix: lintstaged and prettier configs
7be34c5
to
65e68bb
Compare
Co-authored-by: Jiralite <33201955+Jiralite@users.noreply.github.com>
Co-authored-by: Jiralite <33201955+Jiralite@users.noreply.github.com>
Co-authored-by: Jiralite <33201955+Jiralite@users.noreply.github.com>
Co-authored-by: Jiralite <33201955+Jiralite@users.noreply.github.com>
"lint": "prettier --check . && cross-env TIMING=1 eslint --format=pretty src", | ||
"format": "prettier --write . && cross-env TIMING=1 eslint --fix --format=pretty src", | ||
"fmt": "pnpm run format", | ||
"docs": "pnpm run build:docs && api-extractor run --local", |
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.
How is this supposed to work, when api-extractor isn’t a dev dependency at all?
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.
I assume that package isn't possible to use until this is merged with the main repo. Could we ignore that until this merged later on to the main repo, or perhaps I just create a new PR for the main repo for this rewrite instead?
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.
The CI on this repository will try to run that on merge (and fail). So if you'd want to ignore this then you probably should also edit the CI to not run (or delete it completely).
Have it generally rewritten, but need to test out a lot of the commands and events to confirm their types and functionality.
List of Events to be tested:
List of RPC Commands to be tested: