Arvin Xu
e4ad195df9
🐛 fix: silence Turbopack project-wide glob warning ( #15194 )
...
`path.join(this.root, sub)` still tripped Turbopack's static file-pattern
analyzer because `safeSegment`'s `|| 'unknown'` fallback gave the analyzer
a finite alternation, fanning out into a project-wide glob that matched
11k+ files at build time. Hand-roll the join with `path.sep` so the
analyzer can't see it as a path pattern; output is byte-identical to
`path.join` on both Unix and Windows.
Co-authored-by: Claude Opus 4.7 <noreply@anthropic.com >
2026-05-25 15:36:40 +08:00
..
2026-05-22 14:04:08 +08:00
2026-05-01 13:00:55 +08:00
2026-05-13 01:13:04 +08:00
2026-05-23 17:18:18 +08:00
2026-05-19 21:07:36 +08:00
2026-04-09 10:09:05 +08:00
2026-05-22 02:18:26 +08:00
2026-05-25 11:40:23 +08:00
2026-05-09 18:19:31 +08:00
2026-05-22 19:22:41 +08:00
2026-05-20 10:27:35 +08:00
2026-05-17 22:59:00 +08:00
2026-05-23 17:18:18 +08:00
2026-05-05 12:23:26 +08:00
2026-05-24 00:29:22 +08:00
2026-05-04 23:19:29 +08:00
2026-05-20 16:31:37 +08:00
2026-05-20 10:27:35 +08:00
2026-05-11 20:49:17 +08:00
2026-05-20 17:19:42 +08:00
2026-05-23 17:18:18 +08:00
2026-05-23 00:31:15 +08:00
2026-05-21 01:14:50 +07:00
2026-05-04 20:58:00 +08:00
2026-05-09 18:19:31 +08:00
2026-05-16 13:52:08 +08:00
2026-05-03 23:30:44 +08:00
2026-05-22 19:22:41 +08:00
2026-05-16 19:14:29 +08:00
2026-03-31 23:27:42 +08:00
2026-05-09 22:21:39 +08:00
2026-05-05 01:09:01 +08:00
2026-05-22 17:09:01 +08:00
2026-05-23 01:04:44 +08:00
2026-05-21 10:35:14 +08:00
2026-05-21 01:14:50 +07:00
2026-05-21 01:14:50 +07:00
2026-05-21 01:14:50 +07:00
2026-05-19 22:51:38 +07:00
2026-03-26 21:16:38 +08:00
2026-05-25 13:59:28 +08:00
2026-05-23 17:18:18 +08:00
2026-05-23 17:18:18 +08:00
2026-05-25 13:59:28 +08:00
2026-05-25 14:09:21 +08:00
2026-05-06 11:56:09 +08:00
2026-05-07 02:21:35 +08:00
2026-05-24 00:29:22 +08:00
2026-05-08 00:10:31 +08:00
2026-05-23 17:18:18 +08:00
2026-05-25 14:09:21 +08:00
2026-05-25 15:36:40 +08:00
2026-05-23 17:18:18 +08:00
2026-04-20 21:17:28 +08:00
2026-05-23 18:14:23 +08:00
2026-05-22 15:19:57 +08:00
2026-05-25 14:05:43 +08:00
2026-04-28 22:54:03 +08:00
2026-05-21 16:16:50 +08:00
2026-05-25 13:59:28 +08:00
2026-05-17 18:59:27 +08:00
2026-05-12 23:21:08 +08:00
2026-05-19 15:16:28 +08:00
2026-05-25 14:09:21 +08:00
2026-05-25 00:32:55 +08:00
2026-05-23 17:18:18 +08:00