MCPcopy 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
993export function transform(
994 opts: Opts
995): typescript.TransformerFactory<typescript.SourceFile> {
996 return transformWithTs(typescript, opts)
997}

Callers 1

getCustomTransformersFunction · 0.90

Calls 1

transformWithTsFunction · 0.85

Tested by 1

getCustomTransformersFunction · 0.72