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

Improve case canonicalization performance #2552

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

Conversation

nex3
Copy link
Contributor

@nex3 nex3 commented Mar 28, 2025

Closes #2548

@nex3 nex3 requested a review from jathak March 28, 2025 00:21
lib/src/io.dart Outdated
String _realCasePath(String path) {
// TODO(nweiz): Use an SDK function for this when dart-lang/sdk#35370 and/or
// nodejs/node#24942 are fixed, or at least use FFI functions.

if (!_couldBeCaseInsensitive) return path;
//if (!_couldBeCaseInsensitive) return path;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this supposed to be removed instead of commented out?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No, this was supposed to just be a local test! Good catch.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Sass hangs when a file is imported from a location with a large file tree
3 participants