Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/heygen-com/hyperframes
/ normalize
Function
normalize
packages/cli/src/server/portUtils.ts:154–154 ·
view source on GitHub ↗
(p: string)
Source
from the content-addressed store, hash-verified
152
}
153
154
const
normalize = (p: string) => resolve(p).replace(/\\/g,
"/"
).toLowerCase();
155
156
if
(normalize(json.projectDir) === normalizedProjectDir) {
157
if
(
Callers
2
rewrite-esm-extensions.ts
File · 0.85
detectHyperframesServer
Function · 0.85
Calls
1
resolve
Function · 0.85
Tested by
no test coverage detected