Huanqi Cao
ae8aedb2fd
fix: normalize glob paths with split(sep).join('/') on Windows
...
glob/globSync returns host-separator paths on Windows. Nine scripts that consume these paths for split('/'), manifest-key comparison, startsWith/includes exclusion checks, or committed-output rendering now normalize with .map(s => s.split(sep).join('/')) at ingestion. This replaces the previous replaceAll('\\\\', '/') with an explicit, self-documenting OS-separator-to-POSIX conversion.
2026-07-15 19:11:20 +08:00
..
2026-07-14 03:18:16 +08:00
2026-07-15 16:46:05 +08:00
2026-07-13 17:49:01 +08:00
2026-06-11 15:07:55 +08:00
2026-07-14 00:40:36 +08:00
2026-07-15 16:46:05 +08:00
2026-07-15 16:46:05 +08:00
2026-07-15 16:09:12 +08:00
2026-07-15 19:11:20 +08:00
2026-07-13 23:27:00 +08:00
2026-07-15 19:11:20 +08:00
2026-07-15 16:46:05 +08:00
2026-07-14 12:34:14 +08:00
2026-07-15 19:11:20 +08:00
2026-07-05 22:58:25 +08:00
2026-07-14 23:44:48 +08:00
2026-07-13 23:27:00 +08:00
2026-07-15 16:09:12 +08:00
2026-07-14 00:47:30 +08:00
2026-07-14 14:01:35 +08:00
2026-07-15 19:11:20 +08:00
2026-07-15 16:38:22 +08:00
2026-07-14 00:24:04 +08:00
2026-07-15 19:11:20 +08:00
2026-07-15 18:11:24 +08:00
2026-07-15 16:46:05 +08:00
2026-07-14 07:23:53 -07:00
2026-07-14 23:44:48 +08:00
2026-07-15 13:58:44 +08:00
2026-07-14 21:25:58 +08:00
2026-07-13 23:27:00 +08:00
2026-07-14 00:47:30 +08:00
2026-07-13 23:27:00 +08:00
2026-07-14 00:47:30 +08:00
2026-07-14 00:47:30 +08:00
2026-07-13 23:27:00 +08:00
2026-07-15 16:38:22 +08:00
2026-07-14 00:47:30 +08:00
2026-07-15 19:11:20 +08:00
2026-07-15 19:11:20 +08:00
2026-07-13 23:27:00 +08:00
2026-07-13 23:27:00 +08:00
2026-07-14 00:40:36 +08:00
2026-07-14 12:34:14 +08:00
2026-07-15 19:11:20 +08:00