Tags: dangbt/turbo
Tags
add support for dynamic requests in require() and import() (vercel#7398) ### Description Refactors `PatternMatching` to support a map of multiple matches by key. Based on the new `RequestKey` support for resolving. Code Generation for `require("./dir/"+ expr)` will emit a map of `__turbopack_lookup__({ "./a": () => ..., "./b": () => ... }, "./dir/" + expr)`. The output format isn't really optimized yet, that's work for future PRs. ### Testing Instructions added a test case, enabled one previously skipped test case Closes PACK-2512
Revert "add support for dynamic requests in require() and import()" (v… …ercel#7397) Reverts vercel#7153 Closes PACK-2511
feat(tasks-fs): allow to skip subpath invalidation (vercel#7391) ### Description This PR allows diskfilesystem to specify certain subpath to not to cause invalidations. Notify doesn't support actively unwatching subpath yet, so this still setup the watcher normally - only the invalidation won't be notified for the turbopack. Closes PACK-2495
feat(tasks-fs): allow to skip subpath invalidation (vercel#7391) ### Description This PR allows diskfilesystem to specify certain subpath to not to cause invalidations. Notify doesn't support actively unwatching subpath yet, so this still setup the watcher normally - only the invalidation won't be notified for the turbopack. Closes PACK-2495
fix: avoid grouping logs from tasks which ended in error (vercel#7335) ### Description Fixes vercel#6709 Github Action doesn't provide a mechanism for grouping logs together and keeping them expanded which is helpful for highlighting errors. This PR changes the behavior so we avoid emitting the grouping header/footer if task execution was a failure. ### Testing Instructions Updated GH Action log grouping integration test Closes TURBO-2320
fix: avoid grouping logs from tasks which ended in error (vercel#7335) ### Description Fixes vercel#6709 Github Action doesn't provide a mechanism for grouping logs together and keeping them expanded which is helpful for highlighting errors. This PR changes the behavior so we avoid emitting the grouping header/footer if task execution was a failure. ### Testing Instructions Updated GH Action log grouping integration test Closes TURBO-2320
chore(labels): add @turbo/repository label (vercel#7370) ### Description Label `@turbo/repository` PR's, and give those PR's their own section in release notes Closes TURBO-2342
remove server addr (vercel#7346) ### Description No longer needed ### Testing Instructions <!-- Give a quick description of steps to test your changes. --> Closes PACK-2461
PreviousNext