MCPcopy Index your code
hub / github.com/formatjs/formatjs / handler

Function handler

packages/unplugin/index.ts:25–27  ·  view source on GitHub ↗
(code: string, id: string)

Source from the content-addressed store, hash-verified

23 transform: {
24 filter: options.filter ?? DEFAULT_TRANSFORM_FILTER,
25 handler(code: string, id: string) {
26 return transform(code, id, options)
27 },
28 },
29})
30

Callers

nothing calls this directly

Calls 1

transformFunction · 0.90

Tested by

no test coverage detected