MCPcopy Create free account
hub / github.com/QwikDev/qwik / transformModulesSync

Method transformModulesSync

packages/qwik/src/optimizer/src/types.ts:7–7  ·  view source on GitHub ↗

Transforms the input code string, does not access the file system.

(opts: TransformModulesOptions)

Source from the content-addressed store, hash-verified

5
6 /** Transforms the input code string, does not access the file system. */
7 transformModulesSync(opts: TransformModulesOptions): TransformOutput;
8
9 /** Transforms the directory from the file system. */
10 transformFs(opts: TransformFsOptions): Promise<TransformOutput>;

Callers 1

transformFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected