next.js
refactor: merge turbopack crates into next.js
#68127
Merged

refactor: merge turbopack crates into next.js #68127

ForsakenHarmony merged 2263 commits into canary from hrmny/merge-turbopack
ForsakenHarmony
kwonoj fix(image): fix build errors for the features (vercel/turbo#7710)
af79e7b5
sokra allow to use full urls in browser runtime (vercel/turbo#7712)
9267569b
sokra accept css files outside of the project as virtual assets (vercel/tur…
4e28d7f5
sokra more efficient node.js process startup (vercel/turbo#7661)
42f0bfae
sokra generate correct async module handling for side effects optimization …
30dbd61f
kdy1 fix(turbopack): Fix CSS Modules class name for lightningcss mode (ver…
f7cf6f78
timneutkens Add distinction between Development and Production runtime_type for T…
f8d30368
kwonoj feat(node): augment webpack loader's logger context (vercel/turbo#7726)
722b8797
kdy1 fix(css): Do not resolve `url`s in supports query (vercel/turbo#7730)
bdd58b88
wbinnssmith Turbopack HMR: Add hook for failed updates and log them more clearly …
d9a5a703
wbinnssmith Turbopack HMR: reload on any failed HMR update (vercel/turbo#7744)
793f355a
sokra make follow reexports more efficient (vercel/turbo#7741)
3ddb3915
kwonoj fix(mdx): allow failsafe analyze for mdxasset (vercel/turbo#7757)
5e02af25
sokra avoid panic (vercel/turbo#7762)
ec4fec74
sokra fix ASSET_PREFIX (vercel/turbo#7750)
5e4156b7
sokra process source maps from webpack loaders (vercel/turbo#7761)
56d57650
sokra remove nested source map comment (vercel/turbo#7773)
d391eadd
sokra add cut off depth to avoid stack overflow for infinite recursion in t…
d6349769
sokra fallback to normal resolving if alias doesn't resolve (vercel/turbo#7…
43af5ee9
wbinnssmith Turbopack: Emit an issue on unknown module types instead of falling b…
6105ced1
sokra fix and improve webpack logger implementation (vercel/turbo#7800)
4d1f9746
sokra fix alias in getResolve (vercel/turbo#7815)
4c0b1298
kdy1 Update `swc_core` to `v0.90.24` (vercel/turbo#7796)
6e49ae8c
sokra fix single css chunks with import context (vercel/turbo#7775)
0108d333
sokra change port of trace-server (vercel/turbo#7776)
db67b050
sokra Tracing improvements (vercel/turbo#7763)
750bb77d
sokra fix webpack loader incorrectly calling custom_evaluate (vercel/turbo#…
639e6c69
sokra fix some small bugs in turbo-tasks that are required for GC (vercel/t…
37127cef
kwonoj fix(sourcemap): update sourcemap, remove checker (vercel/turbo#7823)
539ff2cb
sokra fix externals in side-effect optimized modules (vercel/turbo#7797)
4cf608c5
sokra Avoid showing import map description in resolving issue when there is…
89eeaf70
sokra add next.js trace format (vercel/turbo#7833)
6eb71434
sokra correct global start by first start time (vercel/turbo#7835)
f00d4790
wbinnssmith Turbo tasks: Reuse aggregation context and apply queued updates (verc…
24c68451
sokra add concurrency corrected duration (vercel/turbo#7840)
7f16d643
sokra fix size_hint on count hash set (vercel/turbo#7854)
f664c5f6
kdy1 feat(turbopack): Support marking packages as side-effect-free (vercel…
e23eb84a
sokra fix panic in subtract (vercel/turbo#7859)
859ec704
wbinnssmith Revert "feat(turbopack): Support marking packages as side-effect-free…
9e6348ac
kdy1 feat(turbopack): Support marking packages as side-efffect-free (verce…
6e3b082a
sokra add heaptrack trace format (vercel/turbo#7849)
1a87eb34
NicholasLYang chore: Bump nightly version (vercel/turbo#7874)
f16cb076
sokra fix edge condition in environment (vercel/turbo#7912)
2a4e4153
kdy1 feat(turbopack): Handle fragment in requests (vercel/turbo#7771)
83ac5e02
ForsakenHarmony feat: support interop for namespace importing cjs function exports (v…
17a8af2c
kdy1 Revert "feat(turbopack): Handle fragment in requests" (vercel/turbo#7…
0d1ba8ac
ForsakenHarmony chore: add parallel rust frontend and remove unused rust dependencies…
cb457fc0
sokra remove warning when there is no PostCSS config (vercel/turbo#7920)
8d1ea9ed
kdy1 build: Update `swc_core` to `v0.90.29` (vercel/turbo#7856)
889f52a1
sokra Revert "build: Update `swc_core` to `v0.90.30`" (vercel/turbo#7938)
073b2d6d
sokra Revert "Revert "build: Update `swc_core` to `v0.90.30`"" (vercel/turb…
f2ed7538
sokra fix recursion cycle when having a cycle of dynamic imports (vercel/tu…
8c1451d4
sokra fix HMR by removing chunks from chunk list hash (vercel/turbo#7943)
e10b1642
sokra Revert "fix HMR by removing chunks from chunk list hash" (vercel/turb…
87e30645
ForsakenHarmony feat(turbopack-ecmascript): cache external modules with wrapper (verc…
f9e52e21
sokra refactor GlobalCssAsset to fix dynamic import of css (vercel/turbo#7858)
d2421b50
sokra fix panic when searching an the root span (vercel/turbo#7936)
c0fc5a9a
sokra fix missing async loader (vercel/turbo#7959)
8767ea02
sokra fix external module (vercel/turbo#7961)
084cfe53
ForsakenHarmony fix(turbopack-ecmascript): use direct namespace re-export (vercel/tur…
a9a28dec
ForsakenHarmony Revert "feat(turbopack-ecmascript): cache external modules with wrap…
a188c772
sokra fix HMR for cases where chunking changes (vercel/turbo#7947)
c97ef5f4
bgw fix(turbopack-node) postcss.config.js path resolution on Windows (ver…
7a8e7c90
sokra Drop excessive cells after task reexecution (vercel/turbo#7765)
8d6c9bff
kwonoj feat(mdx): support custom parse construct options (vercel/turbo#8005)
b6849298
kwonoj Revert "feat(mdx): support custom parse construct options" (vercel/tu…
dffc6f30
sokra allow to give a chunking context a name (vercel/turbo#7930)
80ad27b2
timneutkens Rename Turbopack JS runtime generation (vercel/turbo#7721)
db0e7fe3
kdy1 fix: Fix source map produced by `lightningcss` (vercel/turbo#7977)
d9fce103
sokra Trace server: add support for gz files (vercel/turbo#8013)
880c11a3
kwonoj Revert "Drop excessive cells after task reexecution" (vercel/turbo#8018)
82c063b0
kwonoj feat(mdx): support custom parse construct options (vercel/turbo#8009)
62a5e5bd
kdy1 feat(turbopack): Handle fragment in requests (vercel/turbo#7935)
8adbcc8f
sokra Turbopack Tracing: show memory consumption (vercel/turbo#8020)
a60d4adc
wbinnssmith Remove `can_be_in_same_chunk` (vercel/turbo#8029)
a3fb6851
hardlydearly chore: remove repetitive words (vercel/turbo#8032)
a0286f0f
sokra rename source map prefix (vercel/turbo#8034)
0a15879d
kwonoj feat(webpack-loaders): support dummy span interface (vercel/turbo#8073)
f784808e
kwonoj fix(webpack): print resource, project path when relative calc fails (…
3c2fe851
timneutkens Implement bindings for Turbopack trace server (vercel/turbo#8094)
f6482e0e
sokra reduce memory usage in analyser (vercel/turbo#8061)
8c0a57e7
arlyon make sure to include our github token for setup scripts (vercel/turbo…
1ae8d205
sokra fix memory counting without custom allocator (vercel/turbo#8102)
dd1a09c4
bgw turbo-tasks: Expand `<T as TaskOutput>::Return` values in macros (ver…
91c407c0
bgw turbopack-node: Use path.join for postcss loader (vercel/turbo#8105)
24ad810a
timneutkens Replace websocket with tungstenite for turbo-trace-server (vercel/tur…
b4d2c624
kdy1 feat: Add lint for `grid-template-areas` (vercel/turbo#8060)
6df30881
sokra Graph aggregation refactoring (vercel/turbo#8082)
253822f8
bgw Update RawOutput API (vercel/turbo#8075)
9423dedc
bgw #[turbo_tasks::value(transparent)]: Generate docs & fail on invalid c…
50ef0ffb
timneutkens Remove websocket dependency in turbo-trace-server (vercel/turbo#8118)
c64b74ea
wbinnssmith Turbopack: `EcmascriptChunkItemContent`: add react refresh parameter …
7a854305
sokra change ids from usize to u32 (vercel/turbo#8111)
c3b2ffda
ForsakenHarmony feat(turbopack-ecmascript): use import attributes for annotations (ve…
609181e4
sokra fix off-by-one bug while reading heaptrack files (vercel/turbo#8101)
a6b6f0c7
sokra refactor memory tracking (vercel/turbo#8130)
a31540bb
sokra trace-server: performance improvement (vercel/turbo#8147)
323cdb81
sokra improve performance test case (vercel/turbo#8169)
72ba0fca
sokra Improve Garbage Collection (vercel/turbo#8154)
5e245afa
sokra Trace Server add focus mode (vercel/turbo#8153)
10b3b209
sokra improve aggregation tree tracing, remove verbose tracing (vercel/turb…
c8d9c99a
wbinnssmith Turbopack: Add `BeforeResolve` plugin type (vercel/turbo#8165)
5d3f8e81
arlyon fix rustc bug in turbopack-trace-server (vercel/turbo#8158)
27f62550
timneutkens Upgrade lightningcss, disable grid scoping (vercel/turbo#8176)
3c7fb4ec
arlyon [turbo-trace] add additional filter modes for allocs over time (verce…
e58b93ff
wbinnssmith Turbopack: Register react refresh exports in module factory (vercel/t…
2b30c170
kdy1 feat: Remove lint for `grid-template-areas`" (vercel/turbo#8195)
283fe8a5
bgw chore: Remove unused `base16` dependency and dead `hex` wrapper funct…
a25cd170
timneutkens Add option for inlining typeof window (vercel/turbo#8211)
759ef9c9
wbinnssmith Revert "Turbopack: Register react refresh exports in module factory (…
a32f556c
kdy1 fix(turbopack): Fix edge cases of tree shaking (vercel/turbo#7986)
8f1d0bd3
wbinnssmith Turbopack HMR: Avoid infinite loops caused by cycles between modules …
0da446b9
wbinnssmith Reapply "Turbopack: Register react refresh exports in module factory …
d5edee59
NicholasLYang chore: update rust version (vercel/turbo#8256)
a3c8d155
arlyon add crate to calculate prehashes (vercel/turbo#8262)
0d6a13d4
sokra use prehash to avoid rehashing the key in the task cache (vercel/turb…
70748344
arlyon [turbo trace] add ability to filter by value and occurences (vercel/t…
0d4c1880
arlyon create turbo-static for compile time graph analysis (vercel/turbo#8037)
507d99c9
bgw Reduce amount of code generated by ValueDebugFormat (vercel/turbo#8239)
f48d2450
bgw Minor optimizations to the codegen of TaskFnInputFunction (vercel/tur…
22be4c53
kdy1 perf: Introduce `RcStr` (vercel/turbo#8221)
09cfe11c
wbinnssmith Postcss: fix failures processing .postcssrc.json (vercel/turbo#8303)
4ea14e5c
sokra add client disallowed transform (vercel/turbo#8336)
7d9da555
sokra add more tracing to transforms and parsing (vercel/turbo#8346)
07a69693
sokra improve borrow_mut (vercel/turbo#8344)
393d5cce
sokra Small tree shaking fix and test case update (vercel/turbo#8347)
b78120b6
kdy1 fix: Apply `paren-remover` while minifying (vercel/turbo#8348)
0b3ae55f
timneutkens Rename ChunkLoading::None to ChunkLoading::Edge (vercel/turbo#8376)
24d356e9
kdy1 test: Add an execution test for `paren_remover` (vercel/turbo#8371)
d37cabb5
sokra Tree Shaking shared state and side effects (vercel/turbo#8370)
c18ca58e
ForsakenHarmony feat(turbopack-ecmascript): cache external modules with wrapper (verc…
5cd5c664
sokra fix panic in debug mode (vercel/turbo#8324)
7fd66916
sokra fix counting of reallocations (vercel/turbo#8422)
510dfe35
sokra Evaluation uses Node.js chunking context instead of browser one (verc…
64752798
sokra reduce resolve tasks for resolving (vercel/turbo#8451)
597847ef
wbinnssmith BeforeResolvePluginCondition: allow module filtering as a condition f…
2b7d7924
wbinnssmith Remove UnsupportedModule plugin (vercel/turbo#8439)
ea505a4b
ForsakenHarmony fix(turbopack-ecmascript-runtime): prevent hanging when top level awa…
9d2d145e
ForsakenHarmony fix(turbopack): make external module wrapper return not found instead…
aa7bd4ca
ForsakenHarmony fix(turbopack): add ecmascript options to mdx (vercel/turbo#8469)
fe2aca7f
kdy1 feat: Reduce the number of parts created by tree shaking (vercel/turb…
7f29d536
wbinnssmith Publish `@vercel/devlow-bench` (vercel/turbo#8480)
2decc639
wbinnssmith chore: release npm packages (vercel/turbo#8481)
8ac04ed2
bgw Update mimalloc, enable for glibc Linux aarch64, explicitly disable f…
7f1fa1d4
kdy1 feat: Check the number of direct dependants while tree shaking (verce…
39afcd96
sokra Tree Shaking grouping of items (vercel/turbo#8420)
f8fe9f09
iojcde fix: image optimization typo (vercel/turbo#5328)
805361cb
sokra read larger chunks when reading a trace file (vercel/turbo#8510)
81ea26ca
sokra avoid duplicates in primary_modules (vercel/turbo#8509)
2617f4c3
sokra only create spans for nodes that are actually visited (vercel/turbo#8…
237b41b4
kdy1 build: Update `swc_core` to `v0.95.2` (vercel/turbo#8502)
21995c57
timneutkens Fix Turbopack benchmark for next@canary (vercel/turbo#8421)
925b7e53
timneutkens Rename dev_runtime to browser_runtime (vercel/turbo#8396)
ac026725
timneutkens Rename runtime/none to runtime/edge (vercel/turbo#8397)
8b71d96d
timneutkens Remove unused Node.js runtime (vercel/turbo#8398)
ca97d26a
timneutkens Rename build runtime to nodejs (vercel/turbo#8399)
76b6ce01
timneutkens Rename dev runtime to browser (vercel/turbo#8400)
12eb957b
bgw Decrease default scope_stress test size, add env var config (vercel/t…
57e31437
sokra avoid cloning the source code (vercel/turbo#8556)
6bb90cc9
wbinnssmith HMR: handle non-Latin characters in text through base64-encoded sourc…
027b2807
bgw Support turbo tasks inside of `mod` blocks (vercel/turbo#8530)
daed66a2
bgw Handle `#[cfg(...)]` attributes on turbo tasks (vercel/turbo#8542)
223a0d19
bgw Deduplicate persistent task get_function_name logic (vercel/turbo#8529)
4e434052
bgw Add new ExitHandler API as an alternative to ExitGuard (vercel/turbo#…
e421f185
bgw Delete unused TASK_ID_MAPPING support (vercel/turbo#8604)
823fab22
bgw Remove nohash-hasher dependency (vercel/turbo#8605)
27f62c02
sokra move stateful flag into Done state (vercel/turbo#8559)
476ed244
timneutkens MDX support: Ensure development transform is only used in development…
84e9b91b
sokra reduce size of task output struct (vercel/turbo#8557)
1b9de3b7
sokra remove prepared task type (vercel/turbo#8558)
0ea73c0e
ForsakenHarmony fix(turbopack): add no-op `resolveAbsolutePath` to browser runtime (v…
697970d0
wbinnssmith devlow-bench: add git branch and sha to datapoints (vercel/turbo#8602)
746545fd
wbinnssmith chore: release npm packages (vercel/turbo#8614)
8d0940db
bgw Memory: Use `triomphe::Arc` for `SharedReference` (vercel/turbo#8622)
b7e995b8
sokra Task Edges Set/List (vercel/turbo#8624)
5a520520
sokra box InProgress task state (vercel/turbo#8644)
81be6c42
bgw Store aggregate read/execute count statistics (vercel/turbo#8286)
ddabea39
sokra fix typo (vercel/turbo#8619)
39979f31
bgw Lots of small fixes to docs in the turbo-tasks crate (vercel/turbo#8651)
091a8e1a
bgw Move the typecast out of ReadRawVcFuture and into a new wrapper type …
7200f569
sokra fix dirty task counting (vercel/turbo#8648)
63f815b6
wbinnssmith Turbopack + Relay: correctly implement artifact_directory to fix mult…
a7624fcc
kdy1 fix: Fix ECMAScript analyzer (vercel/turbo#8656)
3ae36206
sokra automatically shrink aggregation lists (vercel/turbo#8657)
e15e9de0
wbinnssmith Turbopack + Relay: don’t manually provide a fallback artifact_directo…
3c25ed06
kdy1 Update `swc_core` to `v0.96.5` (vercel/turbo#8646)
f0710fd5
sokra improve performance of the graph aggregation (vercel/turbo#8686)
7702d30f
bgw Replace `unreachable` with `bail` in `finalize_css` (vercel/turbo#8694)
88b9c580
kdy1 Revert "Update `swc_core` to `v0.96.5`" (vercel/turbo#8696)
bdac720e
bgw Create a minimum viable `ResolvedVc` type (vercel/turbo#8661)
18c96767
bgw Add a minimum viable ResolvedValue marker trait (vercel/turbo#8662)
98b53bb8
bgw Add derive macro for ResolvedValue (vercel/turbo#8678)
4af5f03f
bgw Switch RcStr from std::sync::Arc to triomphe::Arc (vercel/turbo#8715)
00bfd268
kdy1 perf: Merge multiple `EsmBinding` (vercel/turbo#8699)
feece3d0
bgw Add support for `#[turbo_tasks::value(resolved)]` and `#[turbo_tasks:…
32646baf
kdy1 build: Update `swc_core` to `v0.96.9` (vercel/turbo#8706)
e8215158
torresgol10 Replace chalk by picocolors (vercel/turbo#8390)
feb65c17
sokra fix equal checks for cells and output (vercel/turbo#8721)
f65ad460
sokra add unloading of tasks to GC (vercel/turbo#8671)
6a83aa90
sokra fix unloading stateful check (vercel/turbo#8749)
063619e2
kdy1 feat: Enable tree shaking in next.js (vercel/turbo#8523)
dd40a2c9
kdy1 Revert "feat: Enable tree shaking in next.js" (vercel/turbo#8752)
76cfaed0
mischnic Use fs and vm for async chunk loading in Node (vercel/turbo#8722)
07d77f2a
bgw Remove unused instant return value from `CaptureFuture` (vercel/turbo…
968009fa
bgw Delete dead raw_vc_set module (vercel/turbo#8760)
0288a370
bgw Delete dead keyed_cell module (vercel/turbo#8761)
fb97c77a
kdy1 feat: Enable tree shaking in next.js (vercel/turbo#8755)
34dbcfc5
bgw Rewrite IdFactory and IdFactoryWithReuse (vercel/turbo#8769)
584e211b
bgw Add u64 ExecutionId type (vercel/turbo#8771)
feac4dbb
sokra turbo-tasks this calls (vercel/turbo#8735)
cce7d1ac
sokra improve failsafe_analyse (vercel/turbo#8775)
cd4f3320
sokra notify tasks when collectibles change (vercel/turbo#8776)
03392449
sokra fix collectibles counting (vercel/turbo#8778)
cf49da02
sokra Refactor task arguments to be a single one (vercel/turbo#8736)
fc3d226e
sokra remove ConcreteTaskInput in favor of the original rust datatypes (ver…
ba42b9b9
sokra Revert "feat: Enable tree shaking in next.js" (vercel/turbo#8782)
52fa282b
sokra merge InProgressDirty into InProgress (vercel/turbo#8777)
5bea3e42
sokra fix watcher bug with file creation (vercel/turbo#8785)
3ba9a0fb
sokra get rid of notify-debouncer in favor of our own debouncing (vercel/tu…
46844f9f
sokra impl Ord for Diagnostics and Issue so they are sorted correctly (verc…
42a68f36
bgw Simplify some of the syntax used with VcRead<T> (vercel/turbo#8812)
93cd7960
ForsakenHarmony feat(turbopack): support analysing string concatenation (vercel/turbo…
8bd0e112
sokra change from failsafe_analyse to failsafe_parse (vercel/turbo#8828)
a05c3550
arlyon make sure that all the taiki-e/install-action calls use our env (verc…
38a88fff
sokra Refactor cell reading to handle removed cells (vercel/turbo#8819)
43c84225
arlyon add tags to turbo tasks (vercel/turbo#8038)
1c5f7af4
sokra box Scheduled task state to save memory (vercel/turbo#8807)
c8d2bc57
sokra Drop excessive cells after task reexecution (vercel/turbo#8170)
59b7e3ac
ijjk ijjk added created-by: Turbopack team
ForsakenHarmony
ijjk
arlyon reduce memory and consolidate shared vs transient cells (vercel/turbo…
4cc0ef29
sokra avoid implementing Eq on Completion (vercel/turbo#8818)
1c04b106
kdy1 feat: Improve tree shaking (vercel/turbo#8781)
b6c91c4a
sokra GC auto increase memory limit on inefficient GC (vercel/turbo#8687)
5b63ef7e
ForsakenHarmony ForsakenHarmony force pushed from 9f143e67 to 485414c7 1 year ago
bgw Reduce macro usage in turbo-tasks-testing (vercel/turbo#8832)
bd321579
ForsakenHarmony ForsakenHarmony force pushed from 485414c7 to 168d9caf 1 year ago
socket-security
socket-security
ForsakenHarmony ForsakenHarmony force pushed from 168d9caf to 8ca45673 1 year ago
ijjk
sokra
ForsakenHarmony ForsakenHarmony force pushed from 8ca45673 to b785510b 1 year ago
ForsakenHarmony ForsakenHarmony force pushed from b785510b to 6bc7423a 1 year ago
ForsakenHarmony ForsakenHarmony force pushed from 6bc7423a to b21b8d41 1 year ago
sokra fix: Use `hygiene_with_config` instead of `hygiene` (vercel/turbo#8848)
4949b613
mischnic Support monorepo package self-references (vercel/turbo#8820)
484f244b
sokra allow to resolve symlinks on DirectoryEntry (vercel/turbo#8851)
3793f6a9
sokra fix symlinks and dotfiles while reading glob (vercel/turbo#8865)
0365d92b
ForsakenHarmony ForsakenHarmony force pushed from b21b8d41 to f95754d1 1 year ago
mischnic Support `module_resolution: "nodenext"` (vercel/turbo#8748)
21fe7118
ForsakenHarmony ForsakenHarmony force pushed from f95754d1 to 26438868 1 year ago
ForsakenHarmony ForsakenHarmony force pushed from 26438868 to 88e89396 1 year ago
ForsakenHarmony ForsakenHarmony force pushed from 88e89396 to fd799a6d 1 year ago
bgw Add/move tests for Vc generics (vercel/turbo#8843)
c5f20212
bgw Fix `ReadRef<T>::cell` when `T` != `T::Read::Repr` (vercel/turbo#8845)
ee57264a
ForsakenHarmony ForsakenHarmony force pushed from fd799a6d to dd4ed78a 1 year ago
kdy1 fix: Fix tree shaking even more (vercel/turbo#8864)
72f40942
sokra improve test glob to exclude output folder (vercel/turbo#8875)
ac39709f
sokra only add import references when they are used (vercel/turbo#8874)
b2fd89c9
mischnic Replace MDX ModuleType with MDX SourceTransform (vercel/turbo#8766)
503d048d
ForsakenHarmony ForsakenHarmony force pushed from dd4ed78a to c4e331da 1 year ago
mischnic Make JS Lints have lower severity (vercel/turbo#8837)
08792510
mischnic Convert MDX errors into issues (vercel/turbo#8879)
134a9c07
ForsakenHarmony ForsakenHarmony force pushed from c4e331da to 93986d9e 1 year ago
sokra smarter logical combination that keeps truthy/falsy/nullish property …
6947e3e4
ForsakenHarmony ForsakenHarmony force pushed from 93986d9e to 8a2347b6 1 year ago
sokra Skip unreachable code when early return can be statically analysed (v…
fb033c49
ForsakenHarmony ForsakenHarmony force pushed from 8a2347b6 to ee90487b 1 year ago
ForsakenHarmony ForsakenHarmony marked this pull request as ready for review 1 year ago
ForsakenHarmony Add 'turbopack/' from commit 'fb033c4917bb1bb98b238f1b4c7a928b66a90887'
becc655b
ForsakenHarmony ForsakenHarmony force pushed from ee90487b to becc655b 1 year ago
ForsakenHarmony ForsakenHarmony requested a review from sokra sokra 1 year ago
ForsakenHarmony ForsakenHarmony requested a review from bgw bgw 1 year ago
ForsakenHarmony chore: fix references for the new turbopack crates (#68128)
7c3b2790
ijjk ijjk added type: next
ForsakenHarmony ForsakenHarmony enabled auto-merge 1 year ago
disabled auto-merge 1 year ago
Manually disabled by user
sokra
sokra approved these changes on 2024-08-01
ForsakenHarmony ForsakenHarmony merged 238b882e into canary 1 year ago
ForsakenHarmony ForsakenHarmony deleted the hrmny/merge-turbopack branch 1 year ago
github-actions github-actions added locked
github-actions github-actions locked as resolved and limited conversation to collaborators 1 year ago

Login to write a write a comment.

Login via GitHub

Reviewers
Assignees
No one assigned
Labels
Milestone