Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/formatjs/formatjs
/ transform
Function
transform
packages/ts-transformer/transform.ts:993–997 ·
view source on GitHub ↗
( opts: Opts )
Source
from the content-addressed store, hash-verified
991
}
992
993
export
function
transform(
994
opts: Opts
995
): typescript.TransformerFactory<typescript.SourceFile> {
996
return
transformWithTs(typescript, opts)
997
}
Callers
1
getCustomTransformers
Function · 0.90
Calls
1
transformWithTs
Function · 0.85
Tested by
1
getCustomTransformers
Function · 0.72