-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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 multi-root @config
linking
#15001
base: next
Are you sure you want to change the base?
Commits on Nov 14, 2024
-
improve deterministic sorting when dumping files
1. Sort by depth first 2. Sort by alphabetical folders 3. Prefer files starting with `index` 4. Sort alphabetically Before this change, when comparing two files, if they both started with `index`, then the sort was non-deterministic.
Configuration menu - View commit details
-
Copy full SHA for 23919f5 - Browse repository at this point
Copy the full SHA 23919f5View commit details -
find config file from stylesheet while crawling up
This ensures that the closest config file for a stylesheet is linked. We also write some information to the user so they can verify that the paths are correct (and adjust if necessary).
Configuration menu - View commit details
-
Copy full SHA for b23203d - Browse repository at this point
Copy the full SHA b23203dView commit details
Commits on Nov 15, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 29eccfe - Browse repository at this point
Copy the full SHA 29eccfeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0fd30fc - Browse repository at this point
Copy the full SHA 0fd30fcView commit details -
always work with absolute paths
This ensures that once we figure out the absolute path, that we don't accidentally resolve it against the wrong `base`.
Configuration menu - View commit details
-
Copy full SHA for 315dff6 - Browse repository at this point
Copy the full SHA 315dff6View commit details -
print PostCSS config path in similar fashion
Other logs print files with backticks relative to the process. This makes it consistent.
Configuration menu - View commit details
-
Copy full SHA for f345db6 - Browse repository at this point
Copy the full SHA f345db6View commit details -
use existing highlight function
Otherwise all file paths are white just like all the other text.
Configuration menu - View commit details
-
Copy full SHA for ad7da20 - Browse repository at this point
Copy the full SHA ad7da20View commit details -
Configuration menu - View commit details
-
Copy full SHA for c005e24 - Browse repository at this point
Copy the full SHA c005e24View commit details -
Configuration menu - View commit details
-
Copy full SHA for a29445d - Browse repository at this point
Copy the full SHA a29445dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1a630c7 - Browse repository at this point
Copy the full SHA 1a630c7View commit details -
Configuration menu - View commit details
-
Copy full SHA for e872eb8 - Browse repository at this point
Copy the full SHA e872eb8View commit details