MCPcopy
hub / github.com/freshframework/fresh / onTransformStaticFile

Method onTransformStaticFile

packages/fresh/src/dev/builder.ts:161–166  ·  view source on GitHub ↗
(
    options: OnTransformOptions,
    callback: TransformFn,
  )

Source from the content-addressed store, hash-verified

159 }
160
161 onTransformStaticFile(
162 options: OnTransformOptions,
163 callback: TransformFn,
164 ): void {
165 this.#transformer.onTransform(options, callback);
166 }
167
168 async listen(
169 importApp: () => Promise<{ app: App<State> } | App<State>>,

Callers 3

builder_test.tsFile · 0.80
tailwindFunction · 0.80
tailwindFunction · 0.80

Calls 1

onTransformMethod · 0.80

Tested by

no test coverage detected