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

Disable JS size limit by default #50202

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Conversation

amcasey
Copy link
Member

@amcasey amcasey commented Aug 5, 2022

Now that VS and VS Code both ship with 64-bit node, it seems a little arbitrary.

You can still enable it with disableSizeLimit: false but it's not obvious why someone would want to do that explicitly. We kept the option mostly so that specifying it wouldn't be an error.

VS and VS Code both ship 64-bit node at this point, so the JS size limit seems artificial now.
@typescript-bot typescript-bot added Author: Team For Uncommitted Bug PR for untriaged, rejected, closed or missing bug labels Aug 5, 2022
@amcasey
Copy link
Member Author

amcasey commented Aug 5, 2022

@DanielRosenwasser pointed out that this might mask some configuration errors, but I think we can use better heuristics than total JS size to detect those.

@sandersn sandersn added this to Not started in PR Backlog Aug 17, 2022
@sandersn sandersn moved this from Not started to Waiting on reviewers in PR Backlog Aug 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Author: Team For Uncommitted Bug PR for untriaged, rejected, closed or missing bug
Projects
PR Backlog
  
Waiting on reviewers
Development

Successfully merging this pull request may close these issues.

None yet

2 participants