MCPcopy
hub / github.com/evanw/esbuild / transform

Function transform

lib/npm/node.ts:141–142  ·  view source on GitHub ↗
(input: string | Uint8Array, options?: types.TransformOptions)

Source from the content-addressed store, hash-verified

139 ensureServiceIsRunning().context(buildOptions)
140
141export let transform: typeof types.transform = (input: string | Uint8Array, options?: types.TransformOptions) =>
142 ensureServiceIsRunning().transform(input, options)
143
144export let formatMessages: typeof types.formatMessages = (messages, options) =>
145 ensureServiceIsRunning().formatMessages(messages, options)

Callers 1

verifyFunction · 0.50

Calls 2

transformMethod · 0.80
ensureServiceIsRunningFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…