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(core): add skipTypeCheck option to rollup plugin options #16710

Merged
merged 1 commit into from
May 6, 2023
Merged

feat(core): add skipTypeCheck option to rollup plugin options #16710

merged 1 commit into from
May 6, 2023

Conversation

marwan38
Copy link
Contributor

@marwan38 marwan38 commented May 2, 2023

Current Behavior

Can't disable the rollup typescript plugin type checker

Expected Behavior

Allow users to disable it if needed

Related Issue(s)

Fixes #

@vercel
Copy link

vercel bot commented May 2, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
nx-dev ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 6, 2023 11:11am

Copy link
Member

@mandarini mandarini left a 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 mandarini self-assigned this May 3, 2023
@marwan38
Copy link
Contributor Author

marwan38 commented May 3, 2023

@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 x-priority is, but, if both esbuild and swc have it set to important I thought that's what I should be doing.

Copy link
Member

@mandarini mandarini left a 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 :)

@marwan38
Copy link
Contributor Author

marwan38 commented May 4, 2023

@mandarini all done. thanks again for walking me through it :)

Copy link
Member

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

@mandarini mandarini enabled auto-merge (squash) May 5, 2023 09:39
auto-merge was automatically disabled May 6, 2023 11:06

Head branch was pushed to by a user without write access

@marwan38
Copy link
Contributor Author

marwan38 commented May 6, 2023

@mandarini Done!

@mandarini mandarini enabled auto-merge (squash) May 6, 2023 11:12
@mandarini mandarini merged commit 878df9a into nrwl:master May 6, 2023
FrozenPandaz pushed a commit that referenced this pull request May 8, 2023
@github-actions
Copy link

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.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators May 12, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants