-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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(core): add skipTypeCheck option to rollup plugin options #16710
feat(core): add skipTypeCheck option to rollup plugin options #16710
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
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.
Can you add this extra option to the schema.json
as well, and then run pnpm documentation
? Thanks!
@mandarini Thanks for getting back to me so quickly. I've added it to the schema and generated the docs. I copied over the exact schema definition from esbuild and swc. No idea what |
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.
Hi there @marwan38 ! Thanks for updating the code! Can you please squash the commits and remove the x-priority
attribute? We add this as important
usually for required values or values we want to bring attention to, so that they are pushed at the top of the executor options list. The new option you added will still show in the list, just not at the top!
I tried to make these changes myself to your repo, but I did not have permission to push :)
@mandarini all done. thanks again for walking me through it :) |
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.
All is great now! Thanks! :) However, unfortunately, a new PR got merged and there are some conflicts with your branch, so you need to rebase with latest master
. I would do it for you, but I don't have permission to push to your fork :( You can "allow edits by maintainers" in your fork, if you want!
Head branch was pushed to by a user without write access
@mandarini Done! |
(cherry picked from commit 878df9a)
This pull request has already been merged/closed. If you experience issues related to these changes, please open a new issue referencing this pull request. |
Current Behavior
Can't disable the rollup typescript plugin type checker
Expected Behavior
Allow users to disable it if needed
Related Issue(s)
Fixes #