Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TanStack/router
/ isJsFile
Function
isJsFile
scripts/benchmarks/bundle-size/measure.mjs:256–258 ·
view source on GitHub ↗
(file)
Source
from the content-addressed store, hash-verified
254
}
255
256
function
isJsFile(file) {
257
return
file.endsWith(
'.js'
) || file.endsWith(
'.mjs'
)
258
}
259
260
function
collectInitialJsFiles(manifest, entryKey) {
261
const
visitedKeys =
new
Set()
Callers
4
visitByKey
Function · 0.85
collectAllViteJsFiles
Function · 0.85
collectRsbuildInitialJsFiles
Function · 0.85
collectRsbuildAllJsFiles
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected