Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

docs(typescript-estree): warn users about performance of glob in project option#2602

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Closed

Conversation

tosmolka
Copy link
Contributor

When parser resolves project files referenced via glob pattern - it does so for every single scanned file individually. This causes huge performance downgrade when scanning large projects and using wide glob pattern (e.g. **/tsconfig.json).

We could consider improving performance in such cases (maybe caching?) but in the meantime, I am proposing addition to docs that warns users about this corner case.

Any feedback appreciated!

@typescript-eslint
Copy link
Contributor

Thanks for the PR,@tosmolka!

typescript-eslint is a 100% community driven project, and we are incredibly grateful that you are contributing to that community.

The core maintainers work on this in their personal time, so please understand that it may not be possible for them to review your work immediately.

Thanks again!


🙏Please, if you or your company is finding typescript-eslint valuable, help us sustain the project by sponsoring it transparently onhttps://opencollective.com/typescript-eslint. As a thank you, your profile/company logo will be added to our main README which receives thousands of unique visitorsper day.

@bradzacher
Copy link
Member

Have you got examples of slowness?

I'd much rather start with an issue here to look into and discuss rather than just straight up updating docs.

Please file an issue with a repro of a perf issue so we can investigate accordingly.

@github-actionsgithub-actionsbot locked asresolvedand limited conversation to collaboratorsOct 26, 2020
Sign up for freeto subscribe to this conversation on GitHub. Already have an account?Sign in.
Reviewers
No reviews
Assignees
No one assigned
Labels
None yet
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

2 participants
@tosmolka@bradzacher

[8]ページ先頭

©2009-2025 Movatter.jp