Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/vercel/next.js
/ isTurbopack
Function
isTurbopack
test/lib/e2e-utils/index.ts:372–374 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
370
return
isNextStart
371
},
372
get isTurbopack() {
373
return
Boolean(!isNextTestWasm && (options.turbo ?? shouldUseTurbopack()))
374
},
375
get isRspack() {
376
return
isRspack
377
},
Callers
nothing calls this directly
Calls
1
shouldUseTurbopack
Function · 0.85
Tested by
no test coverage detected